/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#0c90fb;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#001F69;
    --secondary:#6c757d;
    --success:#27ae60;
    --info:#0063c9;
    --warning:#0c90fb;
    --danger:#e74c3c;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

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

abbr[data-original-title], abbr[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 ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

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

blockquote, figure {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #001f69;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
}

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

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

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

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

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

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

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

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

button {
    border-radius: 0;
}

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

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

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

select {
    word-wrap: normal;
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

.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 {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

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

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

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

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

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

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

.blockquote {
    margin-bottom: 1rem;
}

.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-wrap: break-word;
}

a > code {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #a8b2cc;
}

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

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

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

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

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

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

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

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #7aaee3;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        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;
    }

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    font-weight: 400;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        box-shadow: 0 0 0 .2rem rgba(0,31,105,.25);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #27ae60;
        box-shadow: 0 0 0 .2rem rgba(39,174,96,.25);
    }

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

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

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

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #27ae60;
        box-shadow: 0 0 0 .2rem rgba(39,174,96,.25);
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #27ae60;
}

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

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #27ae60;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #27ae60;
    }

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

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(39,174,96,.25);
}

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

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #27ae60;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #27ae60;
    box-shadow: 0 0 0 .2rem rgba(39,174,96,.25);
}

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

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

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

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

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

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #e74c3c;
        box-shadow: 0 0 0 .2rem rgba(231,76,60,.25);
    }

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

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

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

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #e74c3c;
        box-shadow: 0 0 0 .2rem rgba(231,76,60,.25);
    }

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

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

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

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(231,76,60,.25);
}

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #e74c3c;
    box-shadow: 0 0 0 .2rem rgba(231,76,60,.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 .custom-select, .form-inline .input-group {
        width: auto;
    }

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

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

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

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

.btn {
    display: inline-block;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}

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

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

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

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

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

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

.btn-primary {
    background-color: #001f69;
    border-color: #001f69;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #001443;
        border-color: #001036;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #001443;
        border-color: #001036;
        box-shadow: 0 0 0 .2rem rgba(38,65,128,.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #001f69;
        border-color: #001f69;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #001036;
        border-color: #000c29;
    }

        .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,65,128,.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 {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        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: #27ae60;
    border-color: #27ae60;
}

    .btn-success:hover {
        color: #fff;
        background-color: #208f4f;
        border-color: #1e8449;
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #208f4f;
        border-color: #1e8449;
        box-shadow: 0 0 0 .2rem rgba(71,186,120,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #27ae60;
        border-color: #27ae60;
    }

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

        .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(71,186,120,.5);
        }

.btn-info {
    color: #fff;
    background-color: #0063c9;
    border-color: #0063c9;
}

    .btn-info:hover {
        color: #fff;
        background-color: #0050a3;
        border-color: #004a96;
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #0050a3;
        border-color: #004a96;
        box-shadow: 0 0 0 .2rem rgba(38,122,209,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #0063c9;
        border-color: #0063c9;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #004a96;
        border-color: #004489;
    }

        .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(38,122,209,.5);
        }

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

    .btn-warning:hover {
        color: #212529;
        background-color: #fda716;
        border-color: #fca20a;
    }

    .btn-warning.focus, .btn-warning:focus {
        color: #212529;
        background-color: #fda716;
        border-color: #fca20a;
        box-shadow: 0 0 0 .2rem rgba(220,159,57,.5);
    }

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

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

        .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(220,159,57,.5);
        }

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

    .btn-danger:hover {
        color: #fff;
        background-color: #e12e1c;
        border-color: #d62c1a;
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #e12e1c;
        border-color: #d62c1a;
        box-shadow: 0 0 0 .2rem rgba(235,103,89,.5);
    }

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

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

        .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(235,103,89,.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 {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        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 {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        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: #001f69;
    border-color: #001f69;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #001f69;
        border-color: #001f69;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,31,105,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #001f69;
        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: #001f69;
        border-color: #001f69;
    }

        .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,31,105,.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: #27ae60;
    border-color: #27ae60;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #27ae60;
        border-color: #27ae60;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(39,174,96,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #27ae60;
        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: #27ae60;
        border-color: #27ae60;
    }

        .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(39,174,96,.5);
        }

.btn-outline-info {
    color: #0063c9;
    border-color: #0063c9;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #0063c9;
        border-color: #0063c9;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(0,99,201,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0063c9;
        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: #0063c9;
        border-color: #0063c9;
    }

        .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(0,99,201,.5);
        }

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

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

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(253,181,60,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #0c90fb;
        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: #0c90fb;
        border-color: #0c90fb;
    }

        .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(253,181,60,.5);
        }

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

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

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(231,76,60,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #e74c3c;
        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: #e74c3c;
        border-color: #e74c3c;
    }

        .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(231,76,60,.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: #001f69;
    text-decoration: none;
}

    .btn-link:hover {
        color: #00081d;
        text-decoration: underline;
    }

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear;
}

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #0045e9;
    }

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

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

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

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

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid #adb5bd;
    }

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

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

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

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

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

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

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,31,105,.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;
    }

    .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,31,105,.5);
    }

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

    .custom-select:focus {
        border-color: #0045e9;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,31,105,.25);
    }

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

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

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

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

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

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

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

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

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

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #0045e9;
        box-shadow: 0 0 0 .2rem rgba(0,31,105,.25);
    }

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

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

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    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: calc(1.5em + .75rem);
        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: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

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

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

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

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

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #001f69;
        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 (prefers-reduced-motion:reduce) {
    .collapsing, .custom-switch .custom-control-label::after {
        transition: none;
    }

    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #1d5fff;
}

.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: #001f69;
    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 (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #1d5fff;
}

.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: #001f69;
    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 (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #1d5fff;
}

.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 (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .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 .navbar-nav {
        flex-direction: row;
    }

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

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

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
        flex-wrap: nowrap;
    }

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-footer {
    padding: .75rem 1.25rem;
    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;
    border-radius: calc(.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

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

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

.accordion {
    overflow-anchor: none;
}

    .accordion > .card {
        overflow: hidden;
    }

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

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

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

.breadcrumb {
    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 {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: "/";
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none;
}

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

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

.badge-primary {
    color: #fff;
    background-color: #001f69;
}

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

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

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

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

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

.badge-success {
    color: #fff;
    background-color: #27ae60;
}

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

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(39,174,96,.5);
}

.badge-info {
    color: #fff;
    background-color: #0063c9;
}

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

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

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

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

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(253,181,60,.5);
}

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

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

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,76,60,.5);
}

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

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

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

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

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

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

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

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

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

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

.alert-primary {
    color: #001037;
    background-color: #ccd2e1;
    border-color: #b8c0d5;
}

    .alert-primary hr {
        border-top-color: #a8b2cc;
    }

    .alert-primary .alert-link {
        color: #000104;
    }

.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: #145a32;
    background-color: #d4efdf;
    border-color: #c3e8d2;
}

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

    .alert-success .alert-link {
        color: #0b301b;
    }

.alert-info {
    color: #003369;
    background-color: #cce0f4;
    border-color: #b8d3f0;
}

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

    .alert-info .alert-link {
        color: #001a36;
    }

.alert-warning {
    color: #845e1f;
    background-color: #fff0d8;
    border-color: #feeac8;
}

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

    .alert-warning .alert-link {
        color: #5b4115;
    }

.alert-danger {
    color: #78281f;
    background-color: #fadbd8;
    border-color: #f8cdc8;
}

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

    .alert-danger .alert-link {
        color: #4f1a15;
    }

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

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

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

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

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

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

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

    to {
        background-position: 0 0;
    }
}

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

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

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

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

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

    .progress-bar-animated {
        animation: none;
    }
}

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

.media-body {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #001037;
    background-color: #b8c0d5;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #001037;
        background-color: #a8b2cc;
    }

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

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

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

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

.list-group-item-success {
    color: #145a32;
    background-color: #c3e8d2;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #145a32;
        background-color: #b1e1c4;
    }

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

.list-group-item-info {
    color: #003369;
    background-color: #b8d3f0;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #003369;
        background-color: #a3c6ec;
    }

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

.list-group-item-warning {
    color: #845e1f;
    background-color: #feeac8;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #845e1f;
        background-color: #fee0af;
    }

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

.list-group-item-danger {
    color: #78281f;
    background-color: #f8cdc8;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #78281f;
        background-color: #f5b8b1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s;
    }
}

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

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

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

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

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

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

.bg-primary {
    background-color: #001f69 !important;
}

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

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

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

.bg-success {
    background-color: #27ae60 !important;
}

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

.bg-info {
    background-color: #0063c9 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #004a96 !important;
}

.bg-warning {
    background-color: #0c90fb !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #fca20a !important;
}

.bg-danger {
    background-color: #e74c3c !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d62c1a !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #001f69 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #27ae60 !important;
}

.border-info {
    border-color: #0063c9 !important;
}

.border-warning {
    border-color: #0c90fb !important;
}

.border-danger {
    border-color: #e74c3c !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    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-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    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;
    margin: -1px;
    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: 0rem !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;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .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;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

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

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

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

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

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

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

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

    .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) {
    .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-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

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

a.text-primary:focus, a.text-primary:hover {
    color: #00081d !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important;
}

.text-success {
    color: #27ae60 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #19703e !important;
}

.text-info {
    color: #0063c9 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #003d7d !important;
}

.text-warning {
    color: #0c90fb !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ea9402 !important;
}

.text-danger {
    color: #e74c3c !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bf2718 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: 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-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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

    a:not(.btn) {
        text-decoration: underline;
    }

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

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container, body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

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

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*!
 * Tailwind CSS (https://tailwindcss.com)
 *
 * @flow
 */

.banner-show, .cookie-banner, .footer-banner, .transform {
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    --tw-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border, .border-0, li {
    --tw-border-opacity:1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.feature-content, .lg\:shadow-lg, .plan-item, .scrolled, .shadow, .shadow-lg, .shadow-sm {
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
}

.filter, .lg\:drop-shadow-lg {
    --tw-blur:var(--tw-empty, ); /*!*/ /*!*/
    --tw-brightness:var(--tw-empty, ); /*!*/ /*!*/
    --tw-contrast:var(--tw-empty, ); /*!*/ /*!*/
    --tw-grayscale:var(--tw-empty, ); /*!*/ /*!*/
    --tw-hue-rotate:var(--tw-empty, ); /*!*/ /*!*/
    --tw-invert:var(--tw-empty, ); /*!*/ /*!*/
    --tw-saturate:var(--tw-empty, ); /*!*/ /*!*/
    --tw-sepia:var(--tw-empty, ); /*!*/ /*!*/
    --tw-drop-shadow:var(--tw-empty, ); /*!*/ /*!*/
    --tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.ml-2 {
    margin-left: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: .75rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-3 {
    margin-left: .75rem;
}

.mr-1 {
    margin-right: .25rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-1 {
    margin-top: .25rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.contents {
    display: contents;
}

.h-\[1200px\] {
    height: 1200px;
}

.h-96 {
    height: 24rem;
}

.w-full {
    width: 100%;
}

.w-20 {
    width: 5rem;
}

.w-80 {
    width: 20rem;
}

.max-w-\[1380px\] {
    max-width: 1380px;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.grow {
    flex-grow: 1;
}

.transform {
    transform: var(--tw-transform);
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-items-center {
    justify-items: center;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0;
}

.bg-white {
    --tw-bg-opacity:1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-10 {
    padding: 2.5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pb-3 {
    padding-bottom: .75rem;
}

.pl-1 {
    padding-left: .25rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pb-12 {
    padding-bottom: 0rem !important;
}

.pl-2 {
    padding-left: .5rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pt-1 {
    padding-top: .25rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-wide {
    letter-spacing: .025em;
}

.text-gray-700 {
    --tw-text-opacity:1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity:1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity:1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity:1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.underline {
    text-decoration: underline;
}

.shadow-lg {
    --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow {
    --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.outline {
    outline-style: solid;
}

.filter {
    filter: var(--tw-filter);
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #54565a;
    margin: 0;
    overflow-x: hidden;
    font-family: Aileron,sans-serif,Aileron,sans-serif;
}

@media (max-width:991px) {
    html {
        font-size: 87.5%;
    }
}

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

:focus, button:focus {
    outline: 0;
}

a:hover {
    color: #00081d;
    text-decoration: none;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

button {
    cursor: pointer;
    padding: 0;
    border: 0;
}

picture, span {
    display: inline-block;
}

input, textarea {
    padding: 0;
}

    input.placeholder, textarea.placeholder {
        color: #797c82 !important;
        font-size: 16px;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #797c82 !important;
        font-size: 16px;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #797c82 !important;
        font-size: 16px;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #797c82 !important;
        font-size: 16px;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #797c82 !important;
        font-size: 16px;
    }

    input:focus, textarea:focus {
        outline: 0;
    }

table {
    border-collapse: collapse;
}

section {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #2c2e30;
    font-family: Aileron,sans-serif;
}

p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #54565a;
}

.blockquote {
    font-style: italic;
    font-family: "Noto Serif",serif;
}

    .blockquote h4 {
        line-height: 3rem;
    }

    .blockquote h5 {
        line-height: 2.8rem;
    }

.h1-font, h1 {
    font-size: 2.125rem;
    line-height: 1.35;
}

@media (min-width:768px) {
    .h1-font, h1 {
        font-size: 3.75rem;
        line-height: 1.2;
    }
}

.h2-font, h2 {
    font-size: 2.125rem;
    line-height: 1.35;
}

@media (min-width:768px) {
    .h2-font, h2 {
        font-size: 3rem;
        line-height: 1.25;
    }
}

.h3-font, .hero__title, h3 {
    font-size: 2.125rem;
    line-height: 1.35;
}

.h4-font, h4 {
    font-size: 1.75rem;
    line-height: 1.4;
}

.h5-font, h5 {
    font-size: 1.5rem;
    line-height: 1.6;
}

.blockquote, .h6-font, h6 {
    font-size: 1.3rem;
    line-height: 1.9;
}

.lead {
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 600;
}

.body-font, p {
    font-size: 1rem;
    line-height: 1.75;
}

.font-size-14 {
    font-size: .875rem;
}

.font-size-21 {
    font-size: 1.3125rem;
}

.type--underline {
    text-decoration: underline;
}

.type--fine-print {
    font-size: .875rem;
}

.font-space-1 {
    letter-spacing: 1.3px;
}

.bullet {
    display: list-item;
}

.btn + span.type--fine-print, .button-group + span.type--fine-print, .form + span.type--fine-print {
    margin-top: .8125rem;
}

.font-w-300 {
    font-weight: 300 !important;
}

.font-w-400 {
    font-weight: 400 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.font-w-700 {
    font-weight: 700 !important;
}

.font-w-900 {
    font-weight: 900 !important;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index-1 {
    z-index: -1;
}

.z-index-2 {
    z-index: -2;
}

.btn, .dropdown-menu, .dropdown-menu > li, .form-control, .lang-selector .lang-dropdown, .lang-selector .lang-dropdown__item, .rounded-default {
    border-radius: .3125rem;
}

.dropdown-item, .rounded-sm {
    border-radius: .1875rem;
}

.rounded-md {
    border-radius: .625rem;
}

.rounded-full {
    border-radius: 6.25rem;
}

.pos-abs-top {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
}

.pos-abs-bottom {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
}

@media (min-width:992px) {
    .pos-abs-lg-bottom {
        position: absolute !important;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
    }
}

.pos-abs-bottom-left {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.pos-abs-bottom-right {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.pos-abs-top-right {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

.pos-abs-top-left {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

.pos-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pos-horizon-center {
    position: absolute !important;
    left: 50%;
    transform: translate(-50%,0);
}

.pos-vertical-center {
    position: absolute !important;
    top: 50%;
    transform: translate(0,-50%);
}

@media (min-width:992px) {
    .pos-abs-lg-top-right {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    .pos-abs-lg-top-left {
        position: absolute !important;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
    }

    .h-lg-100vh {
        height: 100vh;
    }
}

.pos-fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.opacity-05 {
    opacity: .05;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.border-bottom-light, .features .swipe-tabs, .features .tab-content__list {
    border-bottom: 0px solid #e7eaee;
}

.bg-color-darkblue .border-bottom-light, .bg-color-darkblue .features .swipe-tabs, .bg-color-darkblue .features .tab-content__list, .features .bg-color-darkblue .swipe-tabs, .features .bg-color-darkblue .tab-content__list, .features [data-theme=dark] .swipe-tabs, .features [data-theme=dark] .tab-content__list, [data-theme=dark] .border-bottom-light, [data-theme=dark] .features .swipe-tabs, [data-theme=dark] .features .tab-content__list {
    border-bottom: 1px solid #151c32;
}

.bg-color-darkblue .border-bottom-light, .bg-color-darkblue .features .swipe-tabs, .bg-color-darkblue .features .tab-content__list, .features .bg-color-darkblue .swipe-tabs, .features .bg-color-darkblue .tab-content__list {
    border-bottom: 1px solid #1e2745;
}

.bg-color-primary .border-bottom-light, .bg-color-primary .features .swipe-tabs, .bg-color-primary .features .tab-content__list, .features .bg-color-primary .swipe-tabs, .features .bg-color-primary .tab-content__list {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.border-none {
    border: 0;
}

.outline-light {
    box-shadow: 0 0 0 1px #e7eaee;
}

.height-emulator {
    float: left;
}

.transition-default {
    transition: .3s;
}

.box-shadow-1, .form-subscription .form-control, .form-subscription .form-control:focus, .navbar-sticky--on {
    box-shadow: 0 .1875rem .3125rem 0 rgba(44,46,48,.1);
}

.box-shadow-2, .btn-3d-hover:focus, .btn-3d-hover:hover, .dropdown-menu, .lang-selector .lang-dropdown {
    box-shadow: 0 .5rem 1.875rem rgba(0,0,0,.15);
}

.hr--blod {
    border-width: 2px;
}

.h-100vh {
    height: 100vh;
}

.space {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.space--md {
    padding-top: 7.27273rem;
    padding-bottom: 7.27273rem;
}

.space--lg {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.space--xl {
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.space-top {
    padding-top: 6rem;
}

.space-top--md {
    padding-top: 7.27273rem;
}

.space-top--lg {
    padding-top: 12rem;
}

.space-top--xl {
    padding-top: 20rem;
}

.space-bottom {
    padding-bottom: 8rem;
}

.space-bottom--md {
    padding-bottom: 7.27273rem;
}

.space-bottom--lg {
    padding-bottom: 12rem;
}

.space-bottom--xl {
    padding-bottom: 20rem;
}

@media (max-width:991px) {
    .space, .space--lg, .space--md, .space--xl {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .space-top, .space-top--lg, .space-top--md, .space-top--xl {
        padding-top: 4rem;
    }

    .space-bottom, .space-bottom--lg, .space-bottom--md {
        padding-bottom: 4rem;
    }

    .space-bottom--xl {
        padding-bottom: 5.33333rem;
    }
}

.mt-10 {
    margin-top: .625rem;
}

.pt-10 {
    padding-top: .625rem;
}

.mb-10 {
    margin-bottom: .625rem;
}

.pb-10 {
    padding-bottom: .625rem;
}

.mr-10 {
    margin-right: .625rem;
}

.pr-10 {
    padding-right: .625rem;
}

.ml-10 {
    margin-left: .625rem;
}

.pl-10 {
    padding-left: .625rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.pt-20 {
    padding-top: 1.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.mr-20 {
    margin-right: 1.25rem;
}

.pr-20 {
    padding-right: 1.25rem;
}

.ml-20 {
    margin-left: 1.25rem;
}

.pl-20 {
    padding-left: 1.25rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.mr-30 {
    margin-right: 1.875rem;
}

.pr-30 {
    padding-right: 1.875rem;
}

.ml-30 {
    margin-left: 1.875rem;
}

.pl-30 {
    padding-left: 1.875rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.mr-40 {
    margin-right: 2.5rem;
}

.pr-40 {
    padding-right: 2.5rem;
}

.ml-40 {
    margin-left: 2.5rem;
}

.pl-40 {
    padding-left: 2.5rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.mr-50 {
    margin-right: 3.125rem;
}

.pr-50 {
    padding-right: 3.125rem;
}

.ml-50 {
    margin-left: 3.125rem;
}

.pl-50 {
    padding-left: 3.125rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.pt-60 {
    padding-top: 3.75rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.pb-60 {
    padding-bottom: 3.75rem;
}

.mr-60 {
    margin-right: 3.75rem;
}

.pr-60 {
    padding-right: 3.75rem;
}

.ml-60 {
    margin-left: 3.75rem;
}

.pl-60 {
    padding-left: 3.75rem;
}

.mt-70 {
    margin-top: 4.375rem;
}

.pt-70 {
    padding-top: 4.375rem;
}

.mb-70 {
    margin-bottom: 4.375rem;
}

.pb-70 {
    padding-bottom: 4.375rem;
}

.mr-70 {
    margin-right: 4.375rem;
}

.pr-70 {
    padding-right: 4.375rem;
}

.ml-70 {
    margin-left: 4.375rem;
}

.pl-70 {
    padding-left: 4.375rem;
}

.mt-80 {
    margin-top: 5rem;
}

.pt-80 {
    padding-top: 5rem;
}

.mb-80 {
    margin-bottom: 5rem;
}

.pb-80 {
    padding-bottom: 5rem;
}

.mr-80 {
    margin-right: 5rem;
}

.pr-80 {
    padding-right: 5rem;
}

.ml-80 {
    margin-left: 5rem;
}

.pl-80 {
    padding-left: 5rem;
}

.mt-90 {
    margin-top: 5.625rem;
}

.pt-90 {
    padding-top: 5.625rem;
}

.mb-90 {
    margin-bottom: 5.625rem;
}

.pb-90 {
    padding-bottom: 5.625rem;
}

.mr-90 {
    margin-right: 5.625rem;
}

.pr-90 {
    padding-right: 5.625rem;
}

.ml-90 {
    margin-left: 5.625rem;
}

.pl-90 {
    padding-left: 5.625rem;
}

.mt-100 {
    margin-top: 6.25rem;
}

.pt-100 {
    padding-top: 6.25rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

.mr-100 {
    margin-right: 6.25rem;
}

.pr-100 {
    padding-right: 6.25rem;
}

.ml-100 {
    margin-left: 6.25rem;
}

.pl-100 {
    padding-left: 6.25rem;
}

body.boxed-layout {
    background: #f8f9fb;
}

    body.boxed-layout .main {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto;
        box-shadow: 0 0 20px rgba(0,0,0,.15);
        position: relative;
        overflow: hidden;
    }

    body.boxed-layout .navbar {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto;
    }

    body.boxed-layout .footer--fixed {
        position: relative;
        z-index: initial;
    }

    body.boxed-layout .height-emulator {
        display: none;
    }

    body.boxed-layout.swirl-pattern {
        background-image: url(../img/patterns/swirl-pattern.png);
    }

    body.boxed-layout.circle-pattern {
        background-image: url(../img/patterns/circle-pattern.png);
    }

    body.boxed-layout.x-pattern {
        background-image: url(../img/patterns/x-pattern.png);
    }

    body.boxed-layout.leaf-pattern {
        background-image: url(../img/patterns/leaf-pattern.png);
    }

    body.boxed-layout.tic-tac-toe {
        background-image: url(../img/patterns/tic-tac-toe.png);
    }

    body.boxed-layout.circles-light {
        background-image: url(../img/patterns/circles-light.png);
    }

    body.boxed-layout.spiration-light {
        background-image: url(../img/patterns/spiration-light.png);
    }

    body.boxed-layout.round-pattern {
        background-image: url(../img/patterns/round-pattern.png);
    }

    body.boxed-layout.dark-angles {
        background-image: url(../img/patterns/dark-angles.png);
    }

    body.boxed-layout.memphis-colorful {
        background-image: url(../img/patterns/memphis-colorful.png);
    }

    body.boxed-layout.spiration-dark {
        background-image: url(../img/patterns/spiration-dark.png);
    }

    body.boxed-layout.curls {
        background-image: url(../img/patterns/curls.png);
    }

    body.boxed-layout.darkness {
        background-image: url(../img/patterns/darkness.png);
    }

    body.boxed-layout.zig-zag-wool {
        background-image: url(../img/patterns/zig-zag-wool.png);
    }

.main {
    background: #fff;
}

[data-theme=dark] {
    color: #7e8085;
}

    .bg-color-midnight, [data-theme=dark] .main {
        background: #01081f;
    }

.bg-color-darkblue {
    background: #50cb76;
}

.bg-color-darkgrey {
    background: #2d3136;
}

.bg-color-grey {
    background-color: #f6f8f9;
}

.bg-color-coral {
    background-color: #fc5c42;
}

    .bg-color-coral.badge {
        color: #fff;
    }

.bg-gradient-1 {
    background: linear-gradient(-45deg,#2f1ce0 0,#53a0fd 50%,#51eca5 100%);
}

.bg-gradient-2 {
    background: linear-gradient(90deg,#09f 0,#6610f2 100%);
}

.bg-gradient-3 {
    background: linear-gradient(150deg,#2d1582 0,#19a0ff 100%);
}

.bg-gradient-4 {
    background: linear-gradient(to right,#642b73 0,#c6426e 100%);
}

.bg-gradient-5 {
    background: linear-gradient(150deg,#1a6b89 0,#2a7871 100%);
}

.bg-gradient-6 {
    background: linear-gradient(-134deg,#c86dd7 0,#3023ae 100%);
}

.color-white, [data-theme=dark] .color-white {
    color: #fff;
}

.color-light-primary {
    color: #2c2e30 !important;
}

.btn--outline, .btn--outline-thick, .color-light-secondary, [data-theme=dark] .btn--outline, [data-theme=dark] .btn--outline-thick, [data-theme=dark] .color-light-secondary {
    color: #54565a;
}

.color-light-secondary-2, [data-theme=dark] .color-light-secondary-2 {
    color: #7e8085;
}

.bg--dark h1, .bg--dark h2, .bg--dark h3, .bg--dark h4, .bg-color-darkblue h1, .bg-color-darkblue h2, .bg-color-darkblue h3, .bg-color-darkblue h4, .bg-color-darkgrey h1, .bg-color-darkgrey h2, .bg-color-darkgrey h3, .bg-color-darkgrey h4, .bg-color-primary h1, .bg-color-primary h2, .bg-color-primary h3, .icon-color-white, .icon-color-white *, [class*=bg-gradient] h1, [class*=bg-gradient] h2, [class*=bg-gradient] h3, [data-theme=dark] h1, [data-theme=dark] h2, [data-theme=dark] h3, [data-theme=dark] h4 {
    color: #fff;
}

.bg--dark p, .bg-color-darkblue p, .bg-color-darkgrey p, [data-theme=dark] p {
    color: #7e8085;
}

.bg-color-primary p, [class*=bg-gradient] p {
    color: #d2d5da;
}

.lead {
    color: #7e8085;
}

.bg-color-primary .lead, [class*=bg-gradient] .lead {
    color: #e3e4e6;
}

.bg-color-primary .type--fine-print, [class*=bg-gradient] .type--fine-print {
    color: #d2d5da;
}

.bg--dark .blockquote, .bg--dark .blockquote h4, .bg--dark .blockquote h5, .bg-color-darkblue .blockquote, .bg-color-darkblue .blockquote h4, .bg-color-darkblue .blockquote h5, .bg-color-darkgrey .blockquote, .bg-color-darkgrey .blockquote h4, .bg-color-darkgrey .blockquote h5 {
    color: #e3e4e6;
}

.btn {
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.375rem;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.btn--sm {
    padding: .8125rem 1.25rem;
    font-size: .8125rem;
}

.btn--transparent {
    background: 0 0;
    padding: 0;
    font-size: 1.0625rem;
    border-radius: 0;
    text-transform: inherit;
}

    .btn--transparent:focus {
        box-shadow: none;
    }

.btn + .btn--transparent {
    margin-left: 1.5625rem;
}

.btn--bg-primary, .btn--bg-primary:hover, .navbar-sticky--on .btn, .navbar-sticky--on .btn:hover {
    color: #fff;
}

.btn--bg-white {
    background: #fff;
}

.btn--bg-grey {
    background: #f6f8f9;
}

    .btn--bg-grey:hover {
        color: #fff !important;
    }

.btn--bg-coral {
    background: #fc5c42;
    color: #fff;
}

    .btn--bg-coral:hover {
        color: #fff !important;
    }

.btn--bg-yellow {
    background: #f5e658;
    color: #2c2e30;
}

    .btn--bg-yellow:hover {
        color: #2c2e30 !important;
    }

.btn--color-primary.btn-text-hover:hover {
    opacity: .8;
}

.btn--color-dark {
    color: #2c2e30;
    border-color: #2c2e30;
}

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

.btn--color-grey {
    color: #7e8085;
    border-color: #7e8085;
}

.btn--color-coral {
    color: #fc5c42;
    border-color: #fc5c42;
}

.btn--outline {
    border: 1px solid #e3e4e6;
}

    .btn--outline:hover {
        color: #fff !important;
    }

.btn--outline-thick {
    border: 2px solid #e3e4e6;
}

    .btn--outline-thick:hover {
        color: #fff !important;
    }

.btn--underline {
    padding: 0;
    font-size: 1.0625rem;
    border-bottom: 1px solid;
    border-radius: 0;
    text-transform: inherit;
}

    .btn--underline:focus {
        box-shadow: none;
    }

.btn--arrow-after {
    background: url(../img/tail-right.svg) center right no-repeat;
}

    .btn--arrow-after.btn--color-white {
        background: url(../img/tail-right-light.svg) center right no-repeat;
    }

.btn .badge {
    transform: translate(50%,-50%);
}

.button-group {
    display: flex;
    align-items: center;
}

@media (min-width:576px) {
    .btn + .btn--underline {
        margin-left: 1.5625rem !important;
    }

    .btn + .btn:last-child {
        margin-left: .625rem;
    }
}

.pricing-tab .btn + .btn:last-child {
    margin-top: 0;
}

.btn-no-focused:focus {
    box-shadow: none;
}

.btn-3d-hover:focus, .btn-3d-hover:hover {
    transform: translateY(-3px);
}

.btn-splash-hover {
    position: relative;
    overflow: hidden;
}

    .btn-splash-hover:before {
        content: "";
        position: absolute !important;
        top: -40px;
        right: auto;
        bottom: auto;
        left: -100px;
        height: 220px;
        width: 50px;
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
        z-index: -1;
        opacity: .1;
        transform: skew(-12deg,0deg);
        transition: .5s;
        visibility: hidden;
    }

    .btn-splash-hover.btn--bg-white:before {
        background: linear-gradient(to right,rgba(84,95,117,0) 0,rgba(84,95,117,.03) 1%,rgba(84,95,117,.4) 30%,rgba(84,95,117,.85) 50%,rgba(84,95,117,.75) 70%,rgba(84,95,117,.75) 71%,rgba(84,95,117,0) 100%);
    }

    .btn-splash-hover:hover:before {
        left: 100%;
        visibility: visible;
        transition: .5s .2s;
    }

.btn-border-hover {
    position: relative;
}

    .btn-border-hover:before {
        position: absolute !important;
        top: auto;
        right: auto;
        bottom: -2px;
        left: 0;
        content: "";
        height: 2px;
        width: 0;
        background: #2c2e30;
        transition: .3s;
    }

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

    .btn-border-hover:hover {
        color: #2c2e30;
    }

        .btn-border-hover:hover:before {
            width: 100%;
        }

.btn-text-hover.btn--color-white:hover {
    color: #d9d9d9 !important;
    border-color: #ccc !important;
}

.form-row {
    margin-right: -10px;
    margin-left: -10px;
}

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

.form-control {
    background: #fff;
    color: #2c2e30;
    padding: 0 1.5625rem;
    font-size: 1.125rem;
    border: none;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    height: 4.6875rem;
    line-height: 4.6875rem;
}

.form--sm .form-control {
    height: 3.4375rem;
    line-height: 3.4375rem;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #ddd;
    outline: 0;
    border: none;
}

.form textarea.form-control {
    height: auto;
}

.form .label-control {
    color: #2c2e30;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8125rem;
}

.form .btn:focus {
    box-shadow: none;
}

.form-subscription .btn {
    height: 4.6875rem;
    border-left: 1px solid #e7eaee;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 5;
}

@media (max-width:575px) {
    .button-group {
        flex-direction: column;
        align-items: flex-start;
    }

        .button-group .btn {
            margin: .375rem 0;
        }

    .btn + .btn:last-child {
        margin-top: .625rem;
    }

    .form-subscription .btn {
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        font-size: .875rem;
    }
}

.form-subscription.form--sm .btn {
    height: 3.4375rem;
    font-size: .875rem;
}

.card {
    box-shadow: 0 2px 4px 0 rgba(44,46,48,.08);
}

.features [data-theme=dark] .card .swipe-tabs, .features [data-theme=dark] .card .tab-content__list, [data-theme=dark] .card .border-bottom-light, [data-theme=dark] .card .features .swipe-tabs, [data-theme=dark] .card .features .tab-content__list {
    border-bottom: 1px solid #e7eaee;
}

.card-footer {
    background: #fff;
    border-color: #e7eaee;
}

.card .avatar {
    max-width: 2.25rem;
}

    .card .avatar img {
        border-radius: 100px;
    }

.card .blockquote p {
    color: #7e8085;
}

.card--focused *, [data-theme=dark] .card--focused * {
    color: #fff;
}

.card--focused .border-bottom-light, .card--focused .features .swipe-tabs, .card--focused .features .tab-content__list, .features .card--focused .swipe-tabs, .features .card--focused .tab-content__list, .features [data-theme=dark] .card--focused .swipe-tabs, .features [data-theme=dark] .card--focused .tab-content__list, [data-theme=dark] .card--focused .border-bottom-light, [data-theme=dark] .card--focused .features .swipe-tabs, [data-theme=dark] .card--focused .features .tab-content__list {
    border-color: rgba(0,0,0,.15);
}

.card--focused .btn {
    background: #fff !important;
}

.card--focused p {
    color: #e7eaee;
}

.card--focused .icon-rounded {
    background: rgba(255,255,255,.2);
}

    .card--focused .icon-rounded .icon {
        color: #fff !important;
    }

.card--outline {
    background: 0 0;
    box-shadow: 0 0 0 3px rgba(255,255,255,.15);
}

    .card--outline span {
        border-bottom: 2px solid rgba(255,255,255,.14);
    }

    .card--outline i {
        font-size: 3.4375rem;
    }

    .card--outline:focus, .card--outline:hover {
        box-shadow: none;
    }

.card__value--focused {
    display: none;
}

.social-lists li a {
    font-size: .875rem;
    height: 1.875rem;
    width: 1.875rem;
    line-height: 1.875rem;
    border-radius: 100px;
    background: #545f75;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.social-lists li:not(:last-child) {
    margin-right: .625rem;
}

.lang-selector__button {
    background: 0 0;
    padding: 0;
    font-size: .875rem;
}

    .lang-selector__button .flag-image {
        margin-right: .625rem;
        max-height: 1.25rem;
    }

    .lang-selector__button span {
        margin-right: .3125rem;
        font-weight: 700;
        color: #54565a;
    }

[data-theme=dark] .lang-selector__button i, [data-theme=dark] .lang-selector__button span {
    color: #7e8085;
}

.lang-selector .lang-dropdown {
    border: 0;
    padding: .625rem;
    margin: 0;
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 0;
    background: #fff;
    min-width: 12.5rem;
    display: none;
}

    .lang-selector .lang-dropdown:before {
        content: '';
        position: absolute !important;
        top: auto;
        right: auto;
        bottom: -10px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
    }

@media (min-width:768px) {
    .lang-selector .lang-dropdown {
        position: absolute !important;
        top: auto;
        right: auto;
        bottom: 50px;
        left: 0;
    }
}

.icon-dotted {
    background: #545f75;
    width: 6.125rem;
    height: 6.125rem;
    border-radius: 100px;
    text-align: center;
}

    .icon-dotted:after {
        content: "";
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../icons/oval-dotted.svg) center no-repeat;
        width: 7.125rem;
        height: 7.125rem;
    }

    .icon-dotted .icon {
        font-size: 2.5rem;
        color: #fff;
        line-height: 6.125rem;
    }

    .icon-dotted:hover:after {
        -webkit-animation: 5s linear infinite infinite-spinning;
        animation: 5s linear infinite infinite-spinning;
    }

@-webkit-keyframes infinite-spinning {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes infinite-spinning {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.icon-rounded {
    background: rgba(0,31,105,.08);
    width: 6.125rem;
    height: 6.125rem;
    border-radius: 100px;
    text-align: center;
}

.icon-rounded--lg {
    width: 6.875rem;
    height: 6.875rem;
}

.icon-rounded .icon {
    font-size: 2.5rem;
    line-height: 6.125rem;
}

.icon-rounded.icon-rounded--lg .icon {
    font-size: 2.625rem;
    line-height: 6.875rem;
}

.rating__star i {
    color: #f5b123;
    opacity: .43;
}

    .rating__star i.active {
        opacity: 1;
    }

.media-player-icon {
    text-align: center;
    border-radius: 100px;
    transition: .3s;
}

    .media-player-icon i {
        position: relative;
    }

.media-player-icon--xs {
    font-size: .625rem;
    height: 1.375rem;
    width: 1.375rem;
    line-height: 1.375rem;
}

    .media-player-icon--xs[class*=media-player-icon--fill-] i {
        top: 1px;
    }

.media-player-icon--sm {
    font-size: .9375rem;
    height: 2.1875rem;
    width: 2.1875rem;
    line-height: 2.1875rem;
}

    .media-player-icon--sm[class*=media-player-icon--fill-] i {
        top: 2.5px;
    }

.media-player-icon--lg, .media-player-icon--md {
    font-size: 2rem;
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    box-shadow: 0 0 0 2px rgba(255,255,255,.5);
}

    .media-player-icon--lg:hover, .media-player-icon--md:hover {
        box-shadow: 0 0 0 10px rgba(255,255,255,.2);
    }

    .media-player-icon--lg i, .media-player-icon--md i {
        margin-left: .3125rem;
        top: .1875rem;
    }

@media (min-width:992px) {
    .media-player-icon--lg {
        font-size: 2rem;
        height: 7.625rem;
        width: 7.625rem;
        line-height: 7.625rem;
        box-shadow: 0 0 0 2px rgba(255,255,255,.5);
    }

        .media-player-icon--lg:hover {
            box-shadow: 0 0 0 10px rgba(255,255,255,.2);
        }

        .media-player-icon--lg i {
            margin-left: .3125rem;
            top: .1875rem;
        }
}

.media-player-icon--fill-primary, .media-player-icon--fill-primary:hover {
    color: #fff;
}

.media-player-icon--fill-coral {
    background: #fc5c42;
    color: #fff;
    box-shadow: 0 21px 16px 0 rgba(0,0,0,.09);
}

    .media-player-icon--fill-coral:hover {
        color: #fff;
    }

.media-player-icon--fill-grey {
    background: #e3e4e6;
    color: #fff;
}

    .media-player-icon--fill-grey i {
        margin-left: .1875rem;
        top: .125rem !important;
    }

.btn .media-player-icon--fill-grey {
    left: 6px;
}

.media-player-icon--outline-white {
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
}

    .media-player-icon--outline-white:hover {
        color: #fff;
        box-shadow: 0 0 0 10px rgba(255,255,255,.2);
    }

    .media-player-icon--outline-white i {
        margin-left: .25rem;
        top: .125rem;
    }

    .media-player-icon--outline-white.media-player-icon--xs i {
        margin-left: .125rem;
        top: .0625rem;
    }

.background-holder {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background-holder--circle {
    background-size: initial;
    background-position: left top;
    top: -8rem;
}

.background-holder--cover {
    background-size: cover;
}

.background-holder--contain {
    background-size: contain;
}

.background-holder--auto {
    background-size: auto;
}

.background-holder--center {
    background-position: center;
}

.background-holder--bottom {
    background-position: bottom;
}

.background-holder--left {
    background-position: left;
}

.background-holder--top {
    background-position: top;
}

.background-holder--left-top {
    background-position: left top;
}

.background-holder--right-top {
    background-position: right top;
}

.background-holder--left-bottom {
    background-position: left bottom;
}

.background-holder--right-bottom {
    background-position: right bottom;
}

.svg-shape {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
}

.svg-shape--top {
    position: absolute !important;
    top: -2px;
    right: 0;
    bottom: auto;
    left: 0;
}

.overlap {
    position: absolute !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    height: 5rem;
    width: 100%;
}

@media (min-width:768px) {
    .overlap {
        height: 7.5rem;
    }

    .overlap--lg {
        height: 9.375rem;
    }

    .overlap--xl {
        height: 12.5rem;
    }
}

.overlap--white {
    background: #fff;
}

.overlap--gray {
    background: #f6f8f9;
}

.overlap--darkblue {
    background: #151c32;
}

.overlap--midnight {
    background: #01081f;
}

.oval {
    height: 29.6875rem;
    width: 29.6875rem;
    border-radius: 100%;
    right: 0;
    overflow: hidden;
}

.article__thumbnail {
    display: block;
}

.article--blog-post h2, .article--blog-post p {
    max-width: 34.375rem;
}

.article--blog-post h2 {
    line-height: 1.5;
}

.article--blog-post img {
    width: 100%;
}

.blog-main .widget .article__thumbnail {
    flex: 0 0 55px;
}

.blog-main .widget p {
    line-height: 1.6;
}

.blog-main figure {
    margin-bottom: 2.1875rem;
    margin-top: 2.1875rem;
}

    .blog-main figure img {
        border-radius: .3125rem;
        margin-bottom: .625rem;
    }

.blog-main li, .blog-main ol, .blog-main ul {
    padding: inherit;
}

.blog-main ul {
    list-style-type: disc;
}

.blog-main ol {
    list-style-type: decimal;
}

.blog-main li {
    display: list-item;
}

.blog-details .content p {
    margin-bottom: 1.25rem;
}

.blog-details .content h5 {
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem;
}

.blog-main blockquote {
    font-size: 1.25rem;
    line-height: 1.7;
    font-style: italic;
    max-width: 31.25rem;
    color: #2c2e30;
    margin: 1.875rem auto;
    text-align: center;
}

    .blog-main blockquote span {
        font-size: 1rem;
        color: #54565a;
        font-style: normal;
        margin-top: .625rem;
    }

.comments-container ol, .comments-container ul {
    list-style: none;
}

.blog-main .navigations ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.blog-main .navigations li {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.blog-main .navigations span {
    margin-bottom: .625rem;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
}

.slick-dots--long {
    height: .5625rem;
    width: 4.875rem;
    margin-right: .5625rem;
    margin-left: .5625rem;
    border-radius: 100px;
    background: rgba(255,255,255,.2);
}

.pagination .page-item .page-link {
    border: 0;
    color: #7e8085;
    font-weight: 700;
    transition: .3s;
    border-radius: .3125rem;
    box-shadow: none;
    padding: .625rem .9375rem;
}

.pagination .page-item.active .page-link {
    color: #fff !important;
}

.pagination .page-item:not(:first-child) .page-link {
    margin-left: .3125rem;
}

.pagination .page-item:not(:last-child) .page-link {
    margin-right: .3125rem;
}

@media (min-width:768px) {
    .sticky-elements--on {
        position: fixed;
        width: 18.75rem;
        top: 1.875rem;
    }

    .switchable__image {
        padding-right: .9375rem;
    }
}

@media (min-width:992px) {
    .sticky-elements--on {
        width: 21.875rem;
    }

    .switchable__image {
        padding-right: 3.125rem;
    }

    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.sticky-elements .nav-link {
    color: #d2d5da;
}

    .sticky-elements .nav-link.active, .sticky-elements .nav-link:hover {
        color: #fff;
    }

.switchable__image {
    width: 100%;
}

@media (min-width:1200px) {
    .switchable__image {
        padding-right: 7.5rem;
    }
}

@media (max-width:767px) {
    .mb-sm-50 {
        margin-bottom: 3.125rem;
    }

    .mb-sm-60 {
        margin-bottom: 3.75rem;
    }

    .switchable__image {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}

.switchable__image img {
    box-shadow: 0 32px 54px rgba(62,106,161,.11);
    border-radius: 5px;
    width: 100%;
}

@media (min-width:768px) {
    .switchable__image img {
        border-radius: 0 5px 5px 0;
    }

    .switchable__text {
        max-width: 475px;
    }
}

.preloader-main {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
}

    .preloader-main .preloader-wapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .preloader-main .loader-section {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        width: calc(50% + 1px);
    }

        .preloader-main .loader-section.section-right {
            right: 0;
        }

        .preloader-main .loader-section.section-left {
            left: 0;
        }

    .preloader-main .preloader {
        display: block;
        width: 170px;
        height: 80px;
        position: relative;
        z-index: 99;
        top: -40px;
    }

    .preloader-main .loaded .section-right {
        transform: translateX(101%);
        transition: .7s cubic-bezier(.1,.1,.1,1) .3s;
    }

    .preloader-main .loaded .section-left {
        transform: translateX(-101%);
        transition: .7s cubic-bezier(.1,.1,.1,1) .3s;
    }

    .preloader-main .loaded .preloader {
        opacity: 0;
        transition: .3s ease-out;
        visibility: hidden;
    }

    .preloader-main circle.dot:nth-of-type(1) {
        -webkit-animation: 2s infinite slide;
        animation: 2s infinite slide;
    }

    .preloader-main circle.dot:nth-of-type(2) {
        transform: translateX(55px);
        -webkit-animation: 2s 1s infinite slide;
        animation: 2s 1s infinite slide;
    }

@-webkit-keyframes slide {
    0%,100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(70px);
    }
}

@keyframes slide {
    0%,100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(70px);
    }
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 998;
    transition: .3s;
    background: 0 0;
}

    .navbar .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        transition: .3s;
    }

    .navbar.navbar-light .navbar-nav .nav-link {
        color: #7e8085;
    }

        .navbar.navbar-light .navbar-nav .nav-link.active, .navbar.navbar-light .navbar-nav .nav-link.current-menu-item, .navbar.navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .navbar-nav .nav-link:hover {
            color: #2c2e30;
        }

    .navbar .navbar-brand__sticky {
        display: none;
    }

.navbar-sticky {
    transition: none;
}

.navbar-sticky--transitioned {
    transition: .3s;
}

.navbar-sticky--moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky--moved-up {
    background: #01081f;
    box-shadow: 0 4px 25px rgba(30,39,69,.3),0 1px 0 rgba(30,39,69,.4);
}

.navbar-sticky--on {
    margin-top: 0;
    transition: .3s;
}

    .navbar-sticky--on .navbar-brand__regular {
        display: none;
    }

    .navbar-sticky--on .navbar-brand__sticky {
        display: inline;
    }

    .navbar-sticky--on .btn {
        border: none;
    }

[data-theme=dark] .navbar-sticky--on .btn {
    color: #fff !important;
}

.navbar-sticky--on .btn-splash-hover:before {
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
}

.navbar-dark .btn--outline, .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark.navbar-sticky--on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky--on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky--on .navbar-nav .nav-link.active, .navbar-dark.navbar-sticky--on .navbar-nav .nav-link.current-menu-item, .navbar-dark.navbar-sticky--on .navbar-nav .nav-link:focus, .navbar-dark.navbar-sticky--on .navbar-nav .nav-link:hover {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky--on .navbar-nav .nav-link.active, [data-theme=dark] .navbar-dark.navbar-sticky--on .navbar-nav .nav-link.current-menu-item, [data-theme=dark] .navbar-dark.navbar-sticky--on .navbar-nav .nav-link:focus, [data-theme=dark] .navbar-dark.navbar-sticky--on .navbar-nav .nav-link:hover {
    color: #d2d5da;
}

.dropdown-menu {
    border: 0;
    padding: .625rem 0;
    margin: 0;
    transition: .3s;
}

    .dropdown-menu > li {
        padding: 0 .625rem;
    }

.dropdown > .dropdown-menu:before {
    content: '';
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdown-submenu > .dropdown-menu:before {
    content: '';
    position: absolute !important;
    top: 30px;
    right: auto;
    bottom: auto;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

@media (min-width:992px) {
    .navbar-sticky--on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }

    .dropdown-menu {
        opacity: 0;
        display: block;
        visibility: hidden;
        min-width: 14.375rem;
        margin-top: 0;
        transform: translateY(20px);
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        opacity: 1;
        transform: translateY(-10px);
        visibility: visible;
    }
}

.dropdown-item {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 700;
    color: #2c2e30;
    transition: .3s;
    padding: .625rem;
}

    .dropdown-item.active, .dropdown-item:active {
        text-decoration: none;
        background: #f8f9fa;
    }

.dropdown-divider {
    border-color: #8d98b7;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.dropdown-toggle:after {
    margin-left: 4px;
    vertical-align: 1px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #d3d3d3;
    transition: .3s;
}

.dropdown-submenu .dropdown-toggle:after {
    position: absolute;
    right: 24px;
    top: 20px;
    color: #d3d3d3;
}

.dropdown-submenu:hover .dropdown-toggle:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (max-width:991px) {
    .navbar.navbar-dark .dropdown.show > .nav-link {
        color: #2c2e30;
    }

    [data-theme=dark] .navbar.navbar-dark .dropdown.show > .nav-link {
        color: #e3e4e6;
    }

    [data-theme=dark] .dropdown-item:focus, [data-theme=dark] .dropdown-item:hover {
        background: #01081f;
    }

    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    [data-theme=dark] .main:before {
        background: #01081f;
    }

    .offcanvas--open {
        overflow: hidden;
    }

        .offcanvas--open .main:before {
            width: 100%;
            opacity: .95;
            visibility: visible;
        }

    .navbar {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

        .navbar.active {
            display: block;
        }

            .navbar.active .navbar-inner {
                right: 0;
            }

        .navbar .navbar-inner {
            right: -100%;
            transition: right .3s .2s;
        }

        .navbar .nav-link {
            border-bottom: 1px solid #eee;
            padding-top: .75rem;
            padding-bottom: .75rem;
        }

    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1e2745;
    }

    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }

        .navbar.navbar-dark .nav-link.active, .navbar.navbar-dark .nav-link.current-menu-item, .navbar.navbar-dark .nav-link:focus, .navbar.navbar-dark .nav-link:hover {
            color: #2c2e30;
        }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }

        [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
            background: #01081f;
        }

    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        box-shadow: 0 .5rem 1.875rem rgba(0,0,0,.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }

    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }

    .navbar-inner .dropdown-menu:before {
        content: none;
    }

    .navbar-inner .dropdown-menu {
        border: none;
        background: 0 0;
        border-radius: 0;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }

        [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
            background: #01081f;
        }

    .nav--open .main-wrapper {
        transform: translate3d(-150px,0,0);
    }

    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }

    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }

    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }

        .navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
            transition: .3s ease-in-out;
        }

    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }

        .navbar-dark .navbar-toggler-icon.active:after, .navbar-dark .navbar-toggler-icon.active:before, .navbar-sticky--on .navbar-toggler-icon {
            background: #7e8085;
        }

    .navbar-toggler-icon:after, .navbar-toggler-icon:before {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .navbar-dark .navbar-toggler-icon:after, .navbar-dark .navbar-toggler-icon:before {
        background: #fff;
    }

    .navbar-sticky--on .navbar-toggler-icon:after, .navbar-sticky--on .navbar-toggler-icon:before {
        background: #7e8085;
    }

    .navbar-toggler-icon::before {
        top: -.625rem;
    }

    .navbar-toggler-icon::after {
        top: .625rem;
    }

    .navbar-toggler-icon.active {
        background-color: transparent;
        transform: scale(.85) rotate(270deg);
    }

        .navbar-toggler-icon.active:before {
            top: 0;
            transform: scale(.65) rotate(45deg);
        }

        .navbar-toggler-icon.active:after {
            top: 0;
            transform: scale(.65) rotate(-45deg);
        }

    .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero {
    position: relative;
    padding-top: 5.33333rem;
    z-index: 1;
}

.hero--dark {
    color: #fff;
}

.hero__shape {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;
}

.hero-content {
    max-width: 33.125rem;
}

.hero-content--center {
    max-width: 100%;
}

.hero-content .btn:hover .media-player-icon--fill-grey {
    background: #fff;
}

.hero__image {
    max-width: 43.75rem;
}

@media (min-width:992px) {
    .hero {
        padding-top: 12.8rem;
    }

        .hero.space--lg {
            padding-top: 19.2rem;
            padding-bottom: 14.4rem;
        }

        .hero.space-top--md {
            padding-top: 9.6rem;
        }

    .hero--reverse .hero-content {
        margin-left: auto;
    }

    .hero__image.push-out-container {
        position: absolute;
        right: -21.875rem;
    }

    .hero--reverse .hero__image.push-out-container {
        left: -21.875rem;
    }
}

@media (min-width:1200px) {
    .hero__image.push-out-container {
        right: -12.5rem;
    }

    .hero--reverse .hero__image.push-out-container {
        left: -12.5rem;
    }
}

.hero__title {
    margin-bottom: 1.25rem;
    font-weight: 900;
    line-height: 1.35;
}

.hero--dark .hero__title {
    color: #fff;
}

.hero__description {
    margin-bottom: 2.0625rem;
}

.hero--dark .hero__description {
    color: #fff;
    opacity: .75;
}

.hero--dark .type--fine-print {
    color: #d2d5da;
}

.type--fine-print.color-white {
    color: #fff;
}

.hero__block5 .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
}

.hero__block5-mobile {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
}

@media (min-width:576px) {
    .hero__block5-mobile {
        width: 31.25rem;
        height: 31.25rem;
    }
}

.features .sub-header {
    max-width: 57.5rem;
    margin: 0 auto 1.875rem;
    text-align: center;
}

@media (min-width:992px) {
    .hero__block5-mobile {
        width: 27.5rem;
        height: 27.5rem;
    }

    .features .sub-header {
        margin-bottom: 4.6875rem;
    }
}

.features .tab__icon {
    min-height: 3.4375rem;
}

.features .swipe-tab {
    padding-bottom: 2px;
}

@media (max-width:575px) {
    .features .swipe-tab {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 1.875rem;
    }
}

.features .swipe-tab__inner {
    padding-bottom: .9375rem;
    cursor: pointer;
}

.features--tab__image {
    position: relative;
    max-width: 31.25rem;
}

    .features--tab__image:after {
        content: '';
        position: absolute !important;
        top: auto;
        right: 15px;
        bottom: 10px;
        left: auto;
        background: url(../img/triangle.svg) center center no-repeat;
        height: 2.5rem;
        width: 2.5rem;
        z-index: -1;
    }

.features .main-container {
    position: relative;
}

    .features .main-container:before {
        content: '';
        position: absolute !important;
        top: -20px;
        right: auto;
        bottom: auto;
        left: -30px;
        background: url(../img/dots-pattern-1.svg) top left no-repeat;
        height: 10rem;
        width: 10rem;
        z-index: -1;
    }

.features .swipe-tab-content {
    position: relative;
}

.features .tab-content {
    max-width: 30.625rem;
    background: #fff;
}

[data-theme=dark] .features .tab-content {
    background: #01081f;
}

@media (max-width:991px) {
    .hero__image {
        margin-left: auto;
        margin-right: auto;
    }

    .features--tab__image {
        margin: 0 auto;
    }

    .features .swipe-tab-content {
        text-align: center;
    }

    .features .tab-content {
        margin: 0 auto;
        text-align: center;
    }

    .features-custom-container {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.features .tab-content__list {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
}

    .features .tab-content__list li {
        position: relative;
    }

        .features .tab-content__list li::before {
            position: absolute !important;
            top: 10px;
            right: auto;
            bottom: auto;
            left: 0;
            content: '';
            height: .75rem;
            width: .75rem;
            border-radius: 100px;
            background-color: #e3e4e6;
        }

        .features .tab-content__list li:not(:last-child) {
            margin-bottom: 1.5625rem;
        }

        .features .tab-content__list li p {
            margin-left: 1.875rem;
            text-align: left;
        }

@media (min-width:992px) and (max-width:1199px) {
    .features-custom-container {
        padding-bottom: 8rem;
    }
}

@media (min-width:1200px) {
    .features-custom-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 8rem;
    }

        .features-custom-container .content-wrapper {
            max-width: 770px;
            margin-left: auto;
            padding-right: 15px;
        }

    .features--slider-2 {
        overflow: hidden;
        width: calc(41.66667% - 40px);
    }

        .features--slider-2 .slider-tabs {
            width: 950px;
        }
}

@media only screen and (min-width:1921px) {
    .hero__tri-svg {
        top: -18.75rem;
    }

    .features-custom-container .content-wrapper {
        max-width: 820px;
    }
}

@media (max-width:1199px) {
    .features-custom-container .device-image {
        margin-bottom: .625rem;
    }

        .features-custom-container .device-image img {
            max-height: 31.25rem;
        }
}

.features--slider-2 {
    position: relative;
}

    .features--slider-2 .slider-tabs {
        text-align: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

@media (min-width:992px) {
    .features--slider-2 .slider-tabs {
        width: 950px;
    }
}

@media only screen and (min-width:1600px) {
    .features--slider-2 .slider-tabs {
        max-width: 950px;
    }
}

.features--slider-2 .slider-tabs .slider-tab {
    background: 0 0;
    font-size: 1.3125rem;
    font-weight: 700;
    color: rgba(255,255,255,.2);
    transition: .3s;
}

.features--slider-2 .slider-tabs .slick-current.slick-active .slider-tab {
    color: #fff;
}

.features--slider-2 .slider-contents {
    max-width: 25rem;
}

.features--slider-2 .slick-arrow {
    background: rgba(255,255,255,.2);
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 100px;
    transition: .3s;
    position: absolute;
    top: -7.5rem;
}

    .features--slider-2 .slick-arrow i {
        line-height: 3.125rem;
        transition: .3s;
    }

    .features--slider-2 .slick-arrow:hover {
        background: #fff;
        box-shadow: 0 2px 34px rgba(0,0,0,.21);
    }

    .features--slider-2 .slick-arrow.slick-next {
        left: 3.75rem;
    }

.working-process .working-process-block:hover .icon-dotted:after {
    -webkit-animation: 5s linear infinite infinite-spinning;
    animation: 5s linear infinite infinite-spinning;
}

@media (min-width:768px) {
    .hero__title {
        font-size: 3rem;
        line-height: 1.25;
    }

    .features--slider-2 .slick-arrow {
        top: -9.375rem;
    }

    .working-process div[class*=col-]:not(:last-child) .working-process-block:after {
        content: "\ea1a";
        font-family: xPider;
        color: #e2e6ea;
        font-size: 5.75rem;
        position: absolute !important;
        top: 0;
        right: -12%;
        bottom: auto;
        left: auto;
        text-shadow: -3px 0 0 #fff;
        transition: .3s;
    }

    [data-theme=dark] .working-process div[class*=col-]:not(:last-child) .working-process-block:after {
        text-shadow: -3px 0 0 #01081f;
    }
}

@media (max-width:767px) {
    .working-process div[class*=col-]:not(:last-child) .working-process-block {
        margin-bottom: 2.5rem;
    }
}

.working-process div[class*=col-]:not(:last-child) .working-process-block:hover:after {
    right: -17%;
}

.working-process p {
    max-width: 17.1875rem;
    margin: 0 auto;
}

.footer {
    position: relative;
}

.footer-widget ul li a {
    color: #54565a;
    transition: .3s;
}

[data-theme=dark] .footer-widget ul li a {
    color: #7e8085;
}

.footer-widget ul li:not(:last-child) {
    margin-bottom: .9375rem;
}

.footer-widget .icon-email {
    font-size: 2.8125rem;
}

.footer .nav li a {
    font-size: .875rem;
    color: #54565a;
    font-weight: 700;
    transition: .3s;
}

[data-theme=dark] .footer .nav li a {
    color: #7e8085;
}

.footer .nav li:not(:last-child) {
    margin-right: 1.875rem;
}

.navbar-sticky--on .theme-green .btn, .pagination .page-item.active .theme-green .page-link, .slick-active .theme-green .slick-dots--long, .social-lists li .theme-green a:hover, .theme-green .bg-color-primary, .theme-green .btn--bg-grey:hover, .theme-green .btn--bg-primary, .theme-green .btn--outline-thick:hover, .theme-green .btn--outline:hover, .theme-green .btn-border-hover.btn--color-white:before, .theme-green .card--focused, .theme-green .card--outline:focus, .theme-green .card--outline:hover, .theme-green .media-player-icon--fill-primary, .theme-green .navbar-sticky--on .btn, .theme-green .oval, .theme-green .pagination .page-item.active .page-link, .theme-green .slick-active .slick-dots--long, .theme-green .social-lists li a:hover {
    background: #27ae60;
}

.navbar-sticky--on .theme-violet .btn, .pagination .page-item.active .theme-violet .page-link, .slick-active .theme-violet .slick-dots--long, .social-lists li .theme-violet a:hover, .theme-violet .bg-color-primary, .theme-violet .btn--bg-grey:hover, .theme-violet .btn--bg-primary, .theme-violet .btn--outline-thick:hover, .theme-violet .btn--outline:hover, .theme-violet .btn-border-hover.btn--color-white:before, .theme-violet .card--focused, .theme-violet .card--outline:focus, .theme-violet .card--outline:hover, .theme-violet .media-player-icon--fill-primary, .theme-violet .navbar-sticky--on .btn, .theme-violet .oval, .theme-violet .pagination .page-item.active .page-link, .theme-violet .slick-active .slick-dots--long, .theme-violet .social-lists li a:hover {
    background: #9b59b6;
}

.navbar-sticky--on .theme-firoza .btn, .pagination .page-item.active .theme-firoza .page-link, .slick-active .theme-firoza .slick-dots--long, .social-lists li .theme-firoza a:hover, .theme-firoza .bg-color-primary, .theme-firoza .btn--bg-grey:hover, .theme-firoza .btn--bg-primary, .theme-firoza .btn--outline-thick:hover, .theme-firoza .btn--outline:hover, .theme-firoza .btn-border-hover.btn--color-white:before, .theme-firoza .card--focused, .theme-firoza .card--outline:focus, .theme-firoza .card--outline:hover, .theme-firoza .media-player-icon--fill-primary, .theme-firoza .navbar-sticky--on .btn, .theme-firoza .oval, .theme-firoza .pagination .page-item.active .page-link, .theme-firoza .slick-active .slick-dots--long, .theme-firoza .social-lists li a:hover {
    background: #16a085;
}

.navbar-sticky--on .theme-red .btn, .pagination .page-item.active .theme-red .page-link, .slick-active .theme-red .slick-dots--long, .social-lists li .theme-red a:hover, .theme-red .bg-color-primary, .theme-red .btn--bg-grey:hover, .theme-red .btn--bg-primary, .theme-red .btn--outline-thick:hover, .theme-red .btn--outline:hover, .theme-red .btn-border-hover.btn--color-white:before, .theme-red .card--focused, .theme-red .card--outline:focus, .theme-red .card--outline:hover, .theme-red .media-player-icon--fill-primary, .theme-red .navbar-sticky--on .btn, .theme-red .oval, .theme-red .pagination .page-item.active .page-link, .theme-red .slick-active .slick-dots--long, .theme-red .social-lists li a:hover {
    background: #e74c3c;
}

.navbar-sticky--on .theme-orange .btn, .pagination .page-item.active .theme-orange .page-link, .slick-active .theme-orange .slick-dots--long, .social-lists li .theme-orange a:hover, .theme-orange .bg-color-primary, .theme-orange .btn--bg-grey:hover, .theme-orange .btn--bg-primary, .theme-orange .btn--outline-thick:hover, .theme-orange .btn--outline:hover, .theme-orange .btn-border-hover.btn--color-white:before, .theme-orange .card--focused, .theme-orange .card--outline:focus, .theme-orange .card--outline:hover, .theme-orange .media-player-icon--fill-primary, .theme-orange .navbar-sticky--on .btn, .theme-orange .oval, .theme-orange .pagination .page-item.active .page-link, .theme-orange .slick-active .slick-dots--long, .theme-orange .social-lists li a:hover {
    background: #ee8663;
}

.gradient-1 .bg-color-primary, .gradient-1 .btn--bg-grey:hover, .gradient-1 .btn--bg-primary, .gradient-1 .btn--outline-thick:hover, .gradient-1 .btn--outline:hover, .gradient-1 .btn-border-hover.btn--color-white:before, .gradient-1 .card--focused, .gradient-1 .card--outline:focus, .gradient-1 .card--outline:hover, .gradient-1 .media-player-icon--fill-primary, .gradient-1 .navbar-sticky--on .btn, .gradient-1 .oval, .gradient-1 .pagination .page-item.active .page-link, .gradient-1 .slick-active .slick-dots--long, .gradient-1 .social-lists li a:hover, .navbar-sticky--on .gradient-1 .btn, .pagination .page-item.active .gradient-1 .page-link, .slick-active .gradient-1 .slick-dots--long, .social-lists li .gradient-1 a:hover {
    background: linear-gradient(-45deg,#2f1ce0 0,#53a0fd 50%,#51eca5 100%);
}

.gradient-2 .bg-color-primary, .gradient-2 .btn--bg-grey:hover, .gradient-2 .btn--bg-primary, .gradient-2 .btn--outline-thick:hover, .gradient-2 .btn--outline:hover, .gradient-2 .btn-border-hover.btn--color-white:before, .gradient-2 .card--focused, .gradient-2 .card--outline:focus, .gradient-2 .card--outline:hover, .gradient-2 .media-player-icon--fill-primary, .gradient-2 .navbar-sticky--on .btn, .gradient-2 .oval, .gradient-2 .pagination .page-item.active .page-link, .gradient-2 .slick-active .slick-dots--long, .gradient-2 .social-lists li a:hover, .navbar-sticky--on .gradient-2 .btn, .pagination .page-item.active .gradient-2 .page-link, .slick-active .gradient-2 .slick-dots--long, .social-lists li .gradient-2 a:hover {
    background: linear-gradient(90deg,#09f 0,#6610f2 100%);
}

.gradient-3 .bg-color-primary, .gradient-3 .btn--bg-grey:hover, .gradient-3 .btn--bg-primary, .gradient-3 .btn--outline-thick:hover, .gradient-3 .btn--outline:hover, .gradient-3 .btn-border-hover.btn--color-white:before, .gradient-3 .card--focused, .gradient-3 .card--outline:focus, .gradient-3 .card--outline:hover, .gradient-3 .media-player-icon--fill-primary, .gradient-3 .navbar-sticky--on .btn, .gradient-3 .oval, .gradient-3 .pagination .page-item.active .page-link, .gradient-3 .slick-active .slick-dots--long, .gradient-3 .social-lists li a:hover, .navbar-sticky--on .gradient-3 .btn, .pagination .page-item.active .gradient-3 .page-link, .slick-active .gradient-3 .slick-dots--long, .social-lists li .gradient-3 a:hover {
    background: linear-gradient(150deg,#2d1582 0,#19a0ff 100%);
}

.gradient-4 .bg-color-primary, .gradient-4 .btn--bg-grey:hover, .gradient-4 .btn--bg-primary, .gradient-4 .btn--outline-thick:hover, .gradient-4 .btn--outline:hover, .gradient-4 .btn-border-hover.btn--color-white:before, .gradient-4 .card--focused, .gradient-4 .card--outline:focus, .gradient-4 .card--outline:hover, .gradient-4 .media-player-icon--fill-primary, .gradient-4 .navbar-sticky--on .btn, .gradient-4 .oval, .gradient-4 .pagination .page-item.active .page-link, .gradient-4 .slick-active .slick-dots--long, .gradient-4 .social-lists li a:hover, .navbar-sticky--on .gradient-4 .btn, .pagination .page-item.active .gradient-4 .page-link, .slick-active .gradient-4 .slick-dots--long, .social-lists li .gradient-4 a:hover {
    background: linear-gradient(to right,#642b73 0,#c6426e 100%);
}

.gradient-5 .bg-color-primary, .gradient-5 .btn--bg-grey:hover, .gradient-5 .btn--bg-primary, .gradient-5 .btn--outline-thick:hover, .gradient-5 .btn--outline:hover, .gradient-5 .btn-border-hover.btn--color-white:before, .gradient-5 .card--focused, .gradient-5 .card--outline:focus, .gradient-5 .card--outline:hover, .gradient-5 .media-player-icon--fill-primary, .gradient-5 .navbar-sticky--on .btn, .gradient-5 .oval, .gradient-5 .pagination .page-item.active .page-link, .gradient-5 .slick-active .slick-dots--long, .gradient-5 .social-lists li a:hover, .navbar-sticky--on .gradient-5 .btn, .pagination .page-item.active .gradient-5 .page-link, .slick-active .gradient-5 .slick-dots--long, .social-lists li .gradient-5 a:hover {
    background: linear-gradient(150deg,#1a6b89 0,#2a7871 100%);
}

.gradient-6 .bg-color-primary, .gradient-6 .btn--bg-grey:hover, .gradient-6 .btn--bg-primary, .gradient-6 .btn--outline-thick:hover, .gradient-6 .btn--outline:hover, .gradient-6 .btn-border-hover.btn--color-white:before, .gradient-6 .card--focused, .gradient-6 .card--outline:focus, .gradient-6 .card--outline:hover, .gradient-6 .media-player-icon--fill-primary, .gradient-6 .navbar-sticky--on .btn, .gradient-6 .oval, .gradient-6 .pagination .page-item.active .page-link, .gradient-6 .slick-active .slick-dots--long, .gradient-6 .social-lists li a:hover, .navbar-sticky--on .gradient-6 .btn, .pagination .page-item.active .gradient-6 .page-link, .slick-active .gradient-6 .slick-dots--long, .social-lists li .gradient-6 a:hover {
    background: linear-gradient(-134deg,#c86dd7 0,#3023ae 100%);
}

.gradient-1 .btn--bg-grey:hover, .gradient-1 .btn--bg-primary, .gradient-1 .navbar .btn--outline:hover, .gradient-1 .navbar-sticky--on .btn, .gradient-1 .slick-active .slick-dots--long, .gradient-2 .btn--bg-grey:hover, .gradient-2 .btn--bg-primary, .gradient-2 .navbar .btn--outline:hover, .gradient-2 .navbar-sticky--on .btn, .gradient-2 .slick-active .slick-dots--long, .navbar-sticky--on .gradient-1 .btn, .navbar-sticky--on .gradient-2 .btn {
    background: #001f69;
}

.gradient-3 .btn--bg-grey:hover, .gradient-3 .btn--bg-primary, .gradient-3 .navbar .btn--outline:hover, .gradient-3 .navbar-sticky--on .btn, .gradient-3 .slick-active .slick-dots--long, .navbar-sticky--on .gradient-3 .btn {
    background: #3a6cc5;
}

.gradient-4 .btn--bg-grey:hover, .gradient-4 .btn--bg-primary, .gradient-4 .navbar .btn--outline:hover, .gradient-4 .navbar-sticky--on .btn, .gradient-4 .slick-active .slick-dots--long, .navbar-sticky--on .gradient-4 .btn {
    background: #a6546e;
}

.gradient-5 .btn--bg-grey:hover, .gradient-5 .btn--bg-primary, .gradient-5 .navbar .btn--outline:hover, .gradient-5 .navbar-sticky--on .btn, .gradient-5 .slick-active .slick-dots--long, .navbar-sticky--on .gradient-5 .btn {
    background: #2a7871;
}

.gradient-6 .btn--bg-grey:hover, .gradient-6 .btn--bg-primary, .gradient-6 .navbar .btn--outline:hover, .gradient-6 .navbar-sticky--on .btn, .gradient-6 .slick-active .slick-dots--long, .navbar-sticky--on .gradient-6 .btn {
    background: #9b59b6;
}

.theme-primary [class*=bg-gradient] {
    background: #001f69;
}

.theme-green [class*=bg-gradient] {
    background: #27ae60;
}

.theme-violet [class*=bg-gradient] {
    background: #9b59b6;
}

.theme-firoza [class*=bg-gradient] {
    background: #16a085;
}

.theme-red [class*=bg-gradient] {
    background: #e74c3c;
}

.theme-orange [class*=bg-gradient] {
    background: #ee8663;
}

.gradient-1 [class*=bg-gradient] {
    background: linear-gradient(-45deg,#2f1ce0 0,#53a0fd 50%,#51eca5 100%);
}

.gradient-2 [class*=bg-gradient] {
    background: linear-gradient(90deg,#09f 0,#6610f2 100%);
}

.gradient-3 [class*=bg-gradient] {
    background: linear-gradient(150deg,#2d1582 0,#19a0ff 100%);
}

.gradient-4 [class*=bg-gradient] {
    background: linear-gradient(to right,#642b73 0,#c6426e 100%);
}

.gradient-5 [class*=bg-gradient] {
    background: linear-gradient(150deg,#1a6b89 0,#2a7871 100%);
}

.gradient-6 [class*=bg-gradient] {
    background: linear-gradient(-134deg,#c86dd7 0,#3023ae 100%);
}

.theme-primary .bg-fill-primary {
    fill: #001f69;
}

.theme-green .bg-fill-primary {
    fill: #27ae60;
}

.theme-violet .bg-fill-primary {
    fill: #9b59b6;
}

.theme-firoza .bg-fill-primary {
    fill: #16a085;
}

.theme-red .bg-fill-primary {
    fill: #e74c3c;
}

.theme-orange .bg-fill-primary {
    fill: #ee8663;
}

.gradient-1 .bg-fill-primary, .gradient-2 .bg-fill-primary {
    fill: #001f69;
}

.gradient-3 .bg-fill-primary {
    fill: #3a6cc5;
}

.gradient-4 .bg-fill-primary {
    fill: #a6546e;
}

.gradient-5 .bg-fill-primary {
    fill: #2a7871;
}

.gradient-6 .bg-fill-primary {
    fill: #9b59b6;
}

.btn:hover .media-player-icon--fill-grey .theme-green i, .card--focused .theme-green .btn__text, .features--slider-2 .slick-arrow:hover .theme-green i, .footer .nav li .theme-green a:hover, .footer-widget ul li .theme-green a:hover, .hero-content .btn:hover .theme-green .media-player-icon--fill-grey, .icon-rounded .theme-green .icon, .lang-selector .theme-green .lang-dropdown__item:focus, .lang-selector .theme-green .lang-dropdown__item:hover, .pagination .page-item .theme-green .page-link:hover, .theme-green .btn--bg-white:hover, .theme-green .btn--color-dark.btn-text-hover:hover, .theme-green .btn--color-primary, .theme-green .btn--outline-thick.btn--color-primary, .theme-green .btn--outline.btn--color-primary, .theme-green .btn-text-hover:hover, .theme-green .btn:hover .media-player-icon--fill-grey i, .theme-green .card--focused .btn__text, .theme-green .color-primary, .theme-green .dropdown-item.active, .theme-green .dropdown-item:active, .theme-green .dropdown-item:focus, .theme-green .dropdown-item:hover, .theme-green .features--slider-2 .slick-arrow:hover i, .theme-green .footer .nav li a:hover, .theme-green .footer-widget ul li a:hover, .theme-green .hero-content .btn:hover .media-player-icon--fill-grey, .theme-green .icon-rounded .icon, .theme-green .lang-selector .lang-dropdown__item:focus, .theme-green .lang-selector .lang-dropdown__item:hover, .theme-green .media-player-icon--fill-grey:hover, .theme-green .pagination .page-item .page-link:hover {
    color: #27ae60;
}

.btn:hover .media-player-icon--fill-grey .theme-violet i, .card--focused .theme-violet .btn__text, .features--slider-2 .slick-arrow:hover .theme-violet i, .footer .nav li .theme-violet a:hover, .footer-widget ul li .theme-violet a:hover, .hero-content .btn:hover .theme-violet .media-player-icon--fill-grey, .icon-rounded .theme-violet .icon, .lang-selector .theme-violet .lang-dropdown__item:focus, .lang-selector .theme-violet .lang-dropdown__item:hover, .pagination .page-item .theme-violet .page-link:hover, .theme-violet .btn--bg-white:hover, .theme-violet .btn--color-dark.btn-text-hover:hover, .theme-violet .btn--color-primary, .theme-violet .btn--outline-thick.btn--color-primary, .theme-violet .btn--outline.btn--color-primary, .theme-violet .btn-text-hover:hover, .theme-violet .btn:hover .media-player-icon--fill-grey i, .theme-violet .card--focused .btn__text, .theme-violet .color-primary, .theme-violet .dropdown-item.active, .theme-violet .dropdown-item:active, .theme-violet .dropdown-item:focus, .theme-violet .dropdown-item:hover, .theme-violet .features--slider-2 .slick-arrow:hover i, .theme-violet .footer .nav li a:hover, .theme-violet .footer-widget ul li a:hover, .theme-violet .hero-content .btn:hover .media-player-icon--fill-grey, .theme-violet .icon-rounded .icon, .theme-violet .lang-selector .lang-dropdown__item:focus, .theme-violet .lang-selector .lang-dropdown__item:hover, .theme-violet .media-player-icon--fill-grey:hover, .theme-violet .pagination .page-item .page-link:hover {
    color: #9b59b6;
}

.btn:hover .media-player-icon--fill-grey .theme-firoza i, .card--focused .theme-firoza .btn__text, .features--slider-2 .slick-arrow:hover .theme-firoza i, .footer .nav li .theme-firoza a:hover, .footer-widget ul li .theme-firoza a:hover, .hero-content .btn:hover .theme-firoza .media-player-icon--fill-grey, .icon-rounded .theme-firoza .icon, .lang-selector .theme-firoza .lang-dropdown__item:focus, .lang-selector .theme-firoza .lang-dropdown__item:hover, .pagination .page-item .theme-firoza .page-link:hover, .theme-firoza .btn--bg-white:hover, .theme-firoza .btn--color-dark.btn-text-hover:hover, .theme-firoza .btn--color-primary, .theme-firoza .btn--outline-thick.btn--color-primary, .theme-firoza .btn--outline.btn--color-primary, .theme-firoza .btn-text-hover:hover, .theme-firoza .btn:hover .media-player-icon--fill-grey i, .theme-firoza .card--focused .btn__text, .theme-firoza .color-primary, .theme-firoza .dropdown-item.active, .theme-firoza .dropdown-item:active, .theme-firoza .dropdown-item:focus, .theme-firoza .dropdown-item:hover, .theme-firoza .features--slider-2 .slick-arrow:hover i, .theme-firoza .footer .nav li a:hover, .theme-firoza .footer-widget ul li a:hover, .theme-firoza .hero-content .btn:hover .media-player-icon--fill-grey, .theme-firoza .icon-rounded .icon, .theme-firoza .lang-selector .lang-dropdown__item:focus, .theme-firoza .lang-selector .lang-dropdown__item:hover, .theme-firoza .media-player-icon--fill-grey:hover, .theme-firoza .pagination .page-item .page-link:hover {
    color: #16a085;
}

.btn:hover .media-player-icon--fill-grey .theme-red i, .card--focused .theme-red .btn__text, .features--slider-2 .slick-arrow:hover .theme-red i, .footer .nav li .theme-red a:hover, .footer-widget ul li .theme-red a:hover, .hero-content .btn:hover .theme-red .media-player-icon--fill-grey, .icon-rounded .theme-red .icon, .lang-selector .theme-red .lang-dropdown__item:focus, .lang-selector .theme-red .lang-dropdown__item:hover, .pagination .page-item .theme-red .page-link:hover, .theme-red .btn--bg-white:hover, .theme-red .btn--color-dark.btn-text-hover:hover, .theme-red .btn--color-primary, .theme-red .btn--outline-thick.btn--color-primary, .theme-red .btn--outline.btn--color-primary, .theme-red .btn-text-hover:hover, .theme-red .btn:hover .media-player-icon--fill-grey i, .theme-red .card--focused .btn__text, .theme-red .color-primary, .theme-red .dropdown-item.active, .theme-red .dropdown-item:active, .theme-red .dropdown-item:focus, .theme-red .dropdown-item:hover, .theme-red .features--slider-2 .slick-arrow:hover i, .theme-red .footer .nav li a:hover, .theme-red .footer-widget ul li a:hover, .theme-red .hero-content .btn:hover .media-player-icon--fill-grey, .theme-red .icon-rounded .icon, .theme-red .lang-selector .lang-dropdown__item:focus, .theme-red .lang-selector .lang-dropdown__item:hover, .theme-red .media-player-icon--fill-grey:hover, .theme-red .pagination .page-item .page-link:hover {
    color: #e74c3c;
}

.btn:hover .media-player-icon--fill-grey .theme-orange i, .card--focused .theme-orange .btn__text, .features--slider-2 .slick-arrow:hover .theme-orange i, .footer .nav li .theme-orange a:hover, .footer-widget ul li .theme-orange a:hover, .hero-content .btn:hover .theme-orange .media-player-icon--fill-grey, .icon-rounded .theme-orange .icon, .lang-selector .theme-orange .lang-dropdown__item:focus, .lang-selector .theme-orange .lang-dropdown__item:hover, .pagination .page-item .theme-orange .page-link:hover, .theme-orange .btn--bg-white:hover, .theme-orange .btn--color-dark.btn-text-hover:hover, .theme-orange .btn--color-primary, .theme-orange .btn--outline-thick.btn--color-primary, .theme-orange .btn--outline.btn--color-primary, .theme-orange .btn-text-hover:hover, .theme-orange .btn:hover .media-player-icon--fill-grey i, .theme-orange .card--focused .btn__text, .theme-orange .color-primary, .theme-orange .dropdown-item.active, .theme-orange .dropdown-item:active, .theme-orange .dropdown-item:focus, .theme-orange .dropdown-item:hover, .theme-orange .features--slider-2 .slick-arrow:hover i, .theme-orange .footer .nav li a:hover, .theme-orange .footer-widget ul li a:hover, .theme-orange .hero-content .btn:hover .media-player-icon--fill-grey, .theme-orange .icon-rounded .icon, .theme-orange .lang-selector .lang-dropdown__item:focus, .theme-orange .lang-selector .lang-dropdown__item:hover, .theme-orange .media-player-icon--fill-grey:hover, .theme-orange .pagination .page-item .page-link:hover {
    color: #ee8663;
}

.btn:hover .media-player-icon--fill-grey .gradient-1 i, .btn:hover .media-player-icon--fill-grey .gradient-2 i, .card--focused .gradient-1 .btn__text, .card--focused .gradient-2 .btn__text, .features--slider-2 .slick-arrow:hover .gradient-1 i, .features--slider-2 .slick-arrow:hover .gradient-2 i, .footer .nav li .gradient-1 a:hover, .footer .nav li .gradient-2 a:hover, .footer-widget ul li .gradient-1 a:hover, .footer-widget ul li .gradient-2 a:hover, .gradient-1 .btn--bg-white:hover, .gradient-1 .btn--color-dark.btn-text-hover:hover, .gradient-1 .btn--color-primary, .gradient-1 .btn--outline-thick.btn--color-primary, .gradient-1 .btn--outline.btn--color-primary, .gradient-1 .btn-text-hover:hover, .gradient-1 .btn:hover .media-player-icon--fill-grey i, .gradient-1 .card--focused .btn__text, .gradient-1 .color-primary, .gradient-1 .dropdown-item.active, .gradient-1 .dropdown-item:active, .gradient-1 .dropdown-item:focus, .gradient-1 .dropdown-item:hover, .gradient-1 .features--slider-2 .slick-arrow:hover i, .gradient-1 .footer .nav li a:hover, .gradient-1 .footer-widget ul li a:hover, .gradient-1 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-1 .icon-rounded .icon, .gradient-1 .lang-selector .lang-dropdown__item:focus, .gradient-1 .lang-selector .lang-dropdown__item:hover, .gradient-1 .media-player-icon--fill-grey:hover, .gradient-1 .pagination .page-item .page-link:hover, .gradient-2 .btn--bg-white:hover, .gradient-2 .btn--color-dark.btn-text-hover:hover, .gradient-2 .btn--color-primary, .gradient-2 .btn--outline-thick.btn--color-primary, .gradient-2 .btn--outline.btn--color-primary, .gradient-2 .btn-text-hover:hover, .gradient-2 .btn:hover .media-player-icon--fill-grey i, .gradient-2 .card--focused .btn__text, .gradient-2 .color-primary, .gradient-2 .dropdown-item.active, .gradient-2 .dropdown-item:active, .gradient-2 .dropdown-item:focus, .gradient-2 .dropdown-item:hover, .gradient-2 .features--slider-2 .slick-arrow:hover i, .gradient-2 .footer .nav li a:hover, .gradient-2 .footer-widget ul li a:hover, .gradient-2 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-2 .icon-rounded .icon, .gradient-2 .lang-selector .lang-dropdown__item:focus, .gradient-2 .lang-selector .lang-dropdown__item:hover, .gradient-2 .media-player-icon--fill-grey:hover, .gradient-2 .pagination .page-item .page-link:hover, .hero-content .btn:hover .gradient-1 .media-player-icon--fill-grey, .hero-content .btn:hover .gradient-2 .media-player-icon--fill-grey, .icon-rounded .gradient-1 .icon, .icon-rounded .gradient-2 .icon, .lang-selector .gradient-1 .lang-dropdown__item:focus, .lang-selector .gradient-1 .lang-dropdown__item:hover, .lang-selector .gradient-2 .lang-dropdown__item:focus, .lang-selector .gradient-2 .lang-dropdown__item:hover, .pagination .page-item .gradient-1 .page-link:hover, .pagination .page-item .gradient-2 .page-link:hover {
    color: #001f69;
}

.btn:hover .media-player-icon--fill-grey .gradient-3 i, .card--focused .gradient-3 .btn__text, .features--slider-2 .slick-arrow:hover .gradient-3 i, .footer .nav li .gradient-3 a:hover, .footer-widget ul li .gradient-3 a:hover, .gradient-3 .btn--bg-white:hover, .gradient-3 .btn--color-dark.btn-text-hover:hover, .gradient-3 .btn--color-primary, .gradient-3 .btn--outline-thick.btn--color-primary, .gradient-3 .btn--outline.btn--color-primary, .gradient-3 .btn-text-hover:hover, .gradient-3 .btn:hover .media-player-icon--fill-grey i, .gradient-3 .card--focused .btn__text, .gradient-3 .color-primary, .gradient-3 .dropdown-item.active, .gradient-3 .dropdown-item:active, .gradient-3 .dropdown-item:focus, .gradient-3 .dropdown-item:hover, .gradient-3 .features--slider-2 .slick-arrow:hover i, .gradient-3 .footer .nav li a:hover, .gradient-3 .footer-widget ul li a:hover, .gradient-3 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-3 .icon-rounded .icon, .gradient-3 .lang-selector .lang-dropdown__item:focus, .gradient-3 .lang-selector .lang-dropdown__item:hover, .gradient-3 .media-player-icon--fill-grey:hover, .gradient-3 .pagination .page-item .page-link:hover, .hero-content .btn:hover .gradient-3 .media-player-icon--fill-grey, .icon-rounded .gradient-3 .icon, .lang-selector .gradient-3 .lang-dropdown__item:focus, .lang-selector .gradient-3 .lang-dropdown__item:hover, .pagination .page-item .gradient-3 .page-link:hover {
    color: #3a6cc5;
}

.btn:hover .media-player-icon--fill-grey .gradient-4 i, .card--focused .gradient-4 .btn__text, .features--slider-2 .slick-arrow:hover .gradient-4 i, .footer .nav li .gradient-4 a:hover, .footer-widget ul li .gradient-4 a:hover, .gradient-4 .btn--bg-white:hover, .gradient-4 .btn--color-dark.btn-text-hover:hover, .gradient-4 .btn--color-primary, .gradient-4 .btn--outline-thick.btn--color-primary, .gradient-4 .btn--outline.btn--color-primary, .gradient-4 .btn-text-hover:hover, .gradient-4 .btn:hover .media-player-icon--fill-grey i, .gradient-4 .card--focused .btn__text, .gradient-4 .color-primary, .gradient-4 .dropdown-item.active, .gradient-4 .dropdown-item:active, .gradient-4 .dropdown-item:focus, .gradient-4 .dropdown-item:hover, .gradient-4 .features--slider-2 .slick-arrow:hover i, .gradient-4 .footer .nav li a:hover, .gradient-4 .footer-widget ul li a:hover, .gradient-4 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-4 .icon-rounded .icon, .gradient-4 .lang-selector .lang-dropdown__item:focus, .gradient-4 .lang-selector .lang-dropdown__item:hover, .gradient-4 .media-player-icon--fill-grey:hover, .gradient-4 .pagination .page-item .page-link:hover, .hero-content .btn:hover .gradient-4 .media-player-icon--fill-grey, .icon-rounded .gradient-4 .icon, .lang-selector .gradient-4 .lang-dropdown__item:focus, .lang-selector .gradient-4 .lang-dropdown__item:hover, .pagination .page-item .gradient-4 .page-link:hover {
    color: #a6546e;
}

.btn:hover .media-player-icon--fill-grey .gradient-5 i, .card--focused .gradient-5 .btn__text, .features--slider-2 .slick-arrow:hover .gradient-5 i, .footer .nav li .gradient-5 a:hover, .footer-widget ul li .gradient-5 a:hover, .gradient-5 .btn--bg-white:hover, .gradient-5 .btn--color-dark.btn-text-hover:hover, .gradient-5 .btn--color-primary, .gradient-5 .btn--outline-thick.btn--color-primary, .gradient-5 .btn--outline.btn--color-primary, .gradient-5 .btn-text-hover:hover, .gradient-5 .btn:hover .media-player-icon--fill-grey i, .gradient-5 .card--focused .btn__text, .gradient-5 .color-primary, .gradient-5 .dropdown-item.active, .gradient-5 .dropdown-item:active, .gradient-5 .dropdown-item:focus, .gradient-5 .dropdown-item:hover, .gradient-5 .features--slider-2 .slick-arrow:hover i, .gradient-5 .footer .nav li a:hover, .gradient-5 .footer-widget ul li a:hover, .gradient-5 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-5 .icon-rounded .icon, .gradient-5 .lang-selector .lang-dropdown__item:focus, .gradient-5 .lang-selector .lang-dropdown__item:hover, .gradient-5 .media-player-icon--fill-grey:hover, .gradient-5 .pagination .page-item .page-link:hover, .hero-content .btn:hover .gradient-5 .media-player-icon--fill-grey, .icon-rounded .gradient-5 .icon, .lang-selector .gradient-5 .lang-dropdown__item:focus, .lang-selector .gradient-5 .lang-dropdown__item:hover, .pagination .page-item .gradient-5 .page-link:hover {
    color: #2a7871;
}

.btn:hover .media-player-icon--fill-grey .gradient-6 i, .card--focused .gradient-6 .btn__text, .features--slider-2 .slick-arrow:hover .gradient-6 i, .footer .nav li .gradient-6 a:hover, .footer-widget ul li .gradient-6 a:hover, .gradient-6 .btn--bg-white:hover, .gradient-6 .btn--color-dark.btn-text-hover:hover, .gradient-6 .btn--color-primary, .gradient-6 .btn--outline-thick.btn--color-primary, .gradient-6 .btn--outline.btn--color-primary, .gradient-6 .btn-text-hover:hover, .gradient-6 .btn:hover .media-player-icon--fill-grey i, .gradient-6 .card--focused .btn__text, .gradient-6 .color-primary, .gradient-6 .dropdown-item.active, .gradient-6 .dropdown-item:active, .gradient-6 .dropdown-item:focus, .gradient-6 .dropdown-item:hover, .gradient-6 .features--slider-2 .slick-arrow:hover i, .gradient-6 .footer .nav li a:hover, .gradient-6 .footer-widget ul li a:hover, .gradient-6 .hero-content .btn:hover .media-player-icon--fill-grey, .gradient-6 .icon-rounded .icon, .gradient-6 .lang-selector .lang-dropdown__item:focus, .gradient-6 .lang-selector .lang-dropdown__item:hover, .gradient-6 .media-player-icon--fill-grey:hover, .gradient-6 .pagination .page-item .page-link:hover, .hero-content .btn:hover .gradient-6 .media-player-icon--fill-grey, .icon-rounded .gradient-6 .icon, .lang-selector .gradient-6 .lang-dropdown__item:focus, .lang-selector .gradient-6 .lang-dropdown__item:hover, .pagination .page-item .gradient-6 .page-link:hover {
    color: #9b59b6;
}

.theme-green .border-primary, .theme-green .btn--color-dark.btn-text-hover:hover, .theme-green .btn--color-primary, .theme-green .btn--outline-thick:hover, .theme-green .btn--outline:hover, .theme-green .btn-text-hover:hover, .theme-green .hr--blod {
    border-color: #27ae60;
}

.theme-violet .border-primary, .theme-violet .btn--color-dark.btn-text-hover:hover, .theme-violet .btn--color-primary, .theme-violet .btn--outline-thick:hover, .theme-violet .btn--outline:hover, .theme-violet .btn-text-hover:hover, .theme-violet .hr--blod {
    border-color: #9b59b6;
}

.theme-firoza .border-primary, .theme-firoza .btn--color-dark.btn-text-hover:hover, .theme-firoza .btn--color-primary, .theme-firoza .btn--outline-thick:hover, .theme-firoza .btn--outline:hover, .theme-firoza .btn-text-hover:hover, .theme-firoza .hr--blod {
    border-color: #16a085;
}

.theme-red .border-primary, .theme-red .btn--color-dark.btn-text-hover:hover, .theme-red .btn--color-primary, .theme-red .btn--outline-thick:hover, .theme-red .btn--outline:hover, .theme-red .btn-text-hover:hover, .theme-red .hr--blod {
    border-color: #e74c3c;
}

.theme-orange .border-primary, .theme-orange .btn--color-dark.btn-text-hover:hover, .theme-orange .btn--color-primary, .theme-orange .btn--outline-thick:hover, .theme-orange .btn--outline:hover, .theme-orange .btn-text-hover:hover, .theme-orange .hr--blod {
    border-color: #ee8663;
}

.gradient-1 .border-primary, .gradient-1 .btn--color-dark.btn-text-hover:hover, .gradient-1 .btn--color-primary, .gradient-1 .btn--outline-thick:hover, .gradient-1 .btn--outline:hover, .gradient-1 .btn-text-hover:hover, .gradient-1 .hr--blod, .gradient-2 .border-primary, .gradient-2 .btn--color-dark.btn-text-hover:hover, .gradient-2 .btn--color-primary, .gradient-2 .btn--outline-thick:hover, .gradient-2 .btn--outline:hover, .gradient-2 .btn-text-hover:hover, .gradient-2 .hr--blod {
    border-color: #001f69;
}

.gradient-3 .border-primary, .gradient-3 .btn--color-dark.btn-text-hover:hover, .gradient-3 .btn--color-primary, .gradient-3 .btn--outline-thick:hover, .gradient-3 .btn--outline:hover, .gradient-3 .btn-text-hover:hover, .gradient-3 .hr--blod {
    border-color: #3a6cc5;
}

.gradient-4 .border-primary, .gradient-4 .btn--color-dark.btn-text-hover:hover, .gradient-4 .btn--color-primary, .gradient-4 .btn--outline-thick:hover, .gradient-4 .btn--outline:hover, .gradient-4 .btn-text-hover:hover, .gradient-4 .hr--blod {
    border-color: #a6546e;
}

.gradient-5 .border-primary, .gradient-5 .btn--color-dark.btn-text-hover:hover, .gradient-5 .btn--color-primary, .gradient-5 .btn--outline-thick:hover, .gradient-5 .btn--outline:hover, .gradient-5 .btn-text-hover:hover, .gradient-5 .hr--blod {
    border-color: #2a7871;
}

.gradient-6 .border-primary, .gradient-6 .btn--color-dark.btn-text-hover:hover, .gradient-6 .btn--color-primary, .gradient-6 .btn--outline-thick:hover, .gradient-6 .btn--outline:hover, .gradient-6 .btn-text-hover:hover, .gradient-6 .hr--blod {
    border-color: #9b59b6;
}

.features .swipe-tab.active-tab .theme-green .swipe-tab__inner, .theme-green .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #27ae60;
}

.features .swipe-tab.active-tab .theme-violet .swipe-tab__inner, .theme-violet .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #9b59b6;
}

.features .swipe-tab.active-tab .theme-firoza .swipe-tab__inner, .theme-firoza .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #16a085;
}

.features .swipe-tab.active-tab .theme-red .swipe-tab__inner, .theme-red .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #e74c3c;
}

.features .swipe-tab.active-tab .theme-orange .swipe-tab__inner, .theme-orange .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #ee8663;
}

.features .swipe-tab.active-tab .gradient-1 .swipe-tab__inner, .features .swipe-tab.active-tab .gradient-2 .swipe-tab__inner, .gradient-1 .features .swipe-tab.active-tab .swipe-tab__inner, .gradient-2 .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #001f69;
}

.features .swipe-tab.active-tab .gradient-3 .swipe-tab__inner, .gradient-3 .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #3a6cc5;
}

.features .swipe-tab.active-tab .gradient-4 .swipe-tab__inner, .gradient-4 .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #a6546e;
}

.features .swipe-tab.active-tab .gradient-5 .swipe-tab__inner, .gradient-5 .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #2a7871;
}

.features .swipe-tab.active-tab .gradient-6 .swipe-tab__inner, .gradient-6 .features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #9b59b6;
}

body[class*=gradient-] .card--focused {
    border: none;
}

body[class*=gradient-] .navbar .btn--outline {
    box-shadow: 0 0 1px 0 #fff;
    border: none;
}

    body[class*=gradient-] .navbar .btn--outline:hover {
        box-shadow: none;
    }

body[class*=gradient-] .card .btn--outline {
    box-shadow: 0 0 1px 0 #aaa;
    border: none;
}

body[class*=gradient-] .navbar-sticky--on .btn, body[class*=theme-] .navbar-sticky--on .btn {
    color: #fff;
}

body[class*=gradient-] .form-subscription .btn, body[class*=theme-] .form-subscription .btn {
    border-left: 1px solid #e7eaee;
}

.bg-color-primary, .btn--bg-grey:hover, .btn--bg-primary, .btn--outline-thick:hover, .btn--outline:hover, .btn-border-hover.btn--color-white:before, .card--focused, .card--outline:focus, .card--outline:hover, .media-player-icon--fill-primary, .navbar-sticky--on .btn, .oval, .pagination .page-item.active .page-link, .slick-active .slick-dots--long, .social-lists li a:hover {
    background: #001f69;
}

    .btn--bg-white:hover, .btn--color-dark.btn-text-hover:hover, .btn--color-primary, .btn--color-primary:hover, .btn--outline-thick.btn--color-primary, .btn--outline.btn--color-primary, .btn-text-hover:hover, .btn:hover .media-player-icon--fill-grey i, .card--focused .btn__text, .color-primary, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .features--slider-2 .slick-arrow:hover i, .footer .nav li a:hover, .footer-widget ul li a:hover, .hero-content .btn:hover .media-player-icon--fill-grey, .icon-rounded .icon, .lang-selector .lang-dropdown__item:focus, .lang-selector .lang-dropdown__item:hover, .media-player-icon--fill-grey:hover, .pagination .page-item .page-link:hover {
        color: #001f69;
    }

.features .swipe-tab.active-tab .swipe-tab__inner {
    box-shadow: 0 2px 0 #001f69;
}

.border-primary, .btn--color-dark.btn-text-hover:hover, .btn--color-primary, .btn--outline-thick:hover, .btn--outline:hover, .btn-text-hover:hover, .hr--blod {
    border-color: #001f69;
}

.bg-fill-primary {
    fill: #001f69;
}
/*! Place your custom styles here/ below. 
    This will make it much easier to update the template later - you'll only need to preserve "5-user" folder
===================================================================================================*/

.btn--bg-primary, .btn-primary, .navbar-sticky--on .btn {
    color: white;
}
/*! Place your custom styles here (below). 
      This will make it much easier to update the template later - you'll only need to preserve "this file
  ===================================================================================================*/

a.nav-link {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px;
}

.navbar-sticky--moved-up {
    box-shadow: 0 0 10px 1px #8f8f8f4f;
}

.blog-main .widget .article__thumbnail {
    flex: 0 0 100px;
}

.breadcrumb-item.active {
    color: #696969;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .25rem;
}

.breadcrumb-container {
    background-color: #f5f5f5;
}

.main {
    padding-top: 50px;
}

#recentBlogs .subscriber-wrapper {
    padding: 1rem 0 1.5rem;
    display: flex;
}

    #recentBlogs .subscriber-wrapper .form-control {
        border-radius: .5rem;
        border: 1px solid #ebebeb;
        background-color: #fff;
        padding: .5rem 1rem;
        height: 3.5rem;
        line-height: 1.5;
        width: 100%;
    }

        #recentBlogs .subscriber-wrapper .form-control:focus {
            border-color: #00bcd4;
            box-shadow: 0 0 0 .2rem rgba(0,188,212,.25);
        }

#recentBlogs .subscriber-form {
    flex-grow: 1;
}

#recentBlogs .blog-wrapper {
    width: 100%;
}

#recentBlogs .blogs-slick {
    width: 140%;
}

#recentBlogs .slider-arrow {
    position: absolute;
    top: -2rem;
    right: 0;
}

    #recentBlogs .slider-arrow .slick-arrow {
        font-size: 1.5rem;
        margin-left: 1rem;
    }

#recentBlogs .slick-list {
    padding: 1rem 0 1.5rem;
}

#recentBlogs .slide picture {
    margin-left: 2rem;
}

    #recentBlogs .slide picture img {
        min-height: 15rem;
    }

#recentBlogs .slide .blog-detail {
    padding-top: 5rem;
    margin-top: -4rem;
    margin-right: 2rem;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

@media (max-width:992px) {
    #recentBlogs .blogs-slick {
        width: 100%;
    }

    #recentBlogs .slider-arrow {
        position: inherit;
        justify-content: space-around;
        top: 0;
    }
}

.btn {
    white-space: normal;
}

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

.hidden {
    overflow: hidden;
    display: block !important;
}

.tw-hidden {
    display: none;
}

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

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

@media (min-width:992px) {
    .footer--fixed {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }

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

@media (min-width:1024px) {
    .navbar-sticky--transitioned {
        padding-top: 0;
    }
}

#menus-hide.navbar-sticky--on {
    top: 0;
}

@media (max-width:991px) {
    .features-custom-container .device-image img {
        max-height: 28.125rem;
    }

    #menus-hide.navbar-sticky--on {
        display: none;
    }
}
/*! ----------------------------------------------------------------------------
 * Sidebar Menu styles Start
 * ----------------------------------------------------------------------------*/

.sidepanel a {
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: .3s;
}

    .sidepanel a:hover {
        color: #0c90fb;
    }

.sidepanel .closebtn {
    position: absolute;
    top: 35px;
    right: 225px;
    font-size: 50px;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 20px;
}

    .sidepanel .closebtn1 {
        font-size: 2.5rem;
        display: block;
        background: 0 0;
        transition: background .4s ease-in-out;
    }

        .sidepanel .closebtn1:hover {
            background: rgba(166,166,166,.35);
        }

    .sidepanel .menu-logo {
        padding-right: 20px;
        padding-left: 30px;
        display: block;
        border-right: 1px solid #0000001c;
    }

.openbtn {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border: none;
}

    .openbtn::after {
        position: absolute;
        width: 100px;
        right: 0;
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        padding: 10px 15px;
        border: none;
    }

.menu-list {
    position: absolute;
    color: #000;
    padding: 0 30px 30px;
    text-align: left;
}

.separator {
    position: absolute;
    top: 55px;
    right: 260px;
    text-decoration: none;
    color: #000;
}

#image-menu-home {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
}

.gmlmcontact-info {
    padding-left: .5rem;
}

.sidepanel5 {
    width: 415px;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ccf;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

a.nav-link1 {
    font-size: 20px;
}

.dropdown-menu1 {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background: grey;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

nav.sub-sidebar ul li {
    line-height: 40px;
}

    nav.sub-sidebar ul li .sidebar-submenu-toggle, nav.sub-sidebar ul li a {
        position: relative;
        color: #000;
        text-decoration: none;
        font-size: 20px;
        display: block;
        width: 100%;
        font-weight: 549;
        border-left: 3px solid transparent;
        padding: 5px;
    }

        nav.sub-sidebar ul li .sidebar-submenu-toggle::after, nav.sub-sidebar ul li a::after {
            width: 0;
            height: 3px;
            background: #7474743d;
            content: '';
            display: block;
            position: absolute;
            bottom: 5px;
            transition: .3s;
        }

        nav.sub-sidebar ul li .sidebar-submenu-toggle:hover, nav.sub-sidebar ul li a:hover {
            color: #0c90fb;
        }

            nav.sub-sidebar ul li .sidebar-submenu-toggle:hover::after, nav.sub-sidebar ul li a:hover::after {
                width: 50px;
                height: 3px;
                background: #7474743d;
                content: '';
                display: block;
                position: absolute;
                bottom: 5px;
            }

        nav.sub-sidebar ul li .sidebar-submenu-toggle span, nav.sub-sidebar ul li a span {
            transform: translateY(-50%);
            font-size: 22px;
            transition: transform .4s;
            vertical-align: bottom;
            margin-left: 10px;
        }

            nav.sub-sidebar ul li .sidebar-submenu-toggle span.rotate, nav.sub-sidebar ul li a span.rotate {
                transform: translateY(-50%) rotate(-180deg);
            }

            nav.sub-sidebar ul li .sidebar-submenu-toggle span.rotate1, nav.sub-sidebar ul li a span.rotate1 {
                transform: translateY(-50%) rotate(-90deg);
            }

    nav.sub-sidebar ul li:hover > ul {
        display: block;
    }

    nav.sub-sidebar ul li a.btn-get {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
        display: block;
        background: #2f5bea;
        width: 100%;
        font-weight: 500;
        border-left: 3px solid transparent;
        z-index: 1;
        border-radius: .5125rem;
    }

nav.sub-sidebar ul ul {
    position: static;
}

    nav.sub-sidebar ul ul li {
        float: none;
        display: list-item;
        position: relative;
        line-height: 42px;
        border-bottom: none;
    }

        nav.sub-sidebar ul ul li a {
            font-size: 17px;
            color: #000;
        }

nav.sub-sidebar ul .blogs-show.show, nav.sub-sidebar ul .five-show.show5, nav.sub-sidebar ul .four-show.show4, nav.sub-sidebar ul .main-show.show, nav.sub-sidebar ul .second-show.show2, nav.sub-sidebar ul .six-show.show6, nav.sub-sidebar ul .three-show.show3 {
    display: block;
}

.lang-selector ul {
    position: static;
    display: none;
}

.lang-selector .lang-dropdown1 {
    border: 0;
    padding: .625rem;
    margin: 0;
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 120px;
    background: #fff;
    min-width: 12.5rem;
    display: none;
    border-radius: .5125rem;
}

    .lang-selector .lang-dropdown1:before {
        content: '';
        position: absolute !important;
        top: 20px;
        right: auto;
        bottom: 20px;
        left: -16px;
        width: 20px;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }

.lang-selector .lang-dropdown__item {
    padding: .75rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    color: #2c2e30;
    transition: .3s;
}

div.lang-selector ul .lang-dropdown1.show7 {
    display: block;
}

#menu-btn {
    position: absolute;
    top: 0;
    right: 45px;
    height: 45px;
    width: 45px;
    background: #1b1b1b;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s ease-in-out;
}

    #menu-btn span {
        color: #fff;
        font-size: 25px;
        line-height: 40px;
    }

    #menu-btn.click {
        left: -260px;
    }

.openbtn.click2 {
    left: 260px;
}

.navbar-inner.click4 {
    left: -260px;
}

h6.separator1 {
    position: absolute;
    top: 50px;
    right: 280px;
    color: #000;
    display: block;
    font-size: 40px;
}

.scroller1 {
    width: 100px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.icon-bar ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    border-left: 3px solid transparent;
}

ul.icons {
    position: absolute;
    text-decoration: none;
    display: inline-flex;
    padding-left: 10px;
}

    ul.icons li a:hover {
        color: #0c90fb;
    }

    ul.icons li {
        padding: 20px;
    }

.right-aside {
    padding-right: 200px;
}

h2.menu-title {
    position: relative;
    text-decoration: none;
    color: #dc3545;
    padding-top: 35px;
}

span.menu-sub-title, span.menu-sub-title1 {
    position: relative;
    padding-top: 20px;
    font-size: 20px;
}

.space-bottom1 {
    padding-top: 100px;
}

    .space-bottom1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        opacity: .85;
    }

ul.lang-dropdown1.mb-0 {
    background: #fff;
    display: block;
    border-radius: .95rem;
}

button.openbtn:hover {
    color: #0c90fb;
}

button.openbtn {
    top: 5px;
    right: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    background-color: #fff;
    border-radius: .9216rem;
    position: fixed;
}

.btn-get {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .5314rem;
}

.btn-try {
    padding-left: 50px;
}

#hide-class {
    top: 0;
}

#menus-hide {
    top: -100px;
}

#navbar-nav10 {
    text-align: center;
}

a.btn-get.btn--outline.btn--sm.btn-3d-hover.btn-splash-hover {
    color: #fff;
}

#english-btn {
    padding-left: 11px;
    font-size: 15px;
    transition: .11121212s;
}

a#hide-btn {
    top: 13px;
    left: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: .9216rem;
    position: fixed;
}

#sub-profile {
    padding-top: 50px;
    padding-left: 50px;
    position: absolute;
}

.sub-menus {
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    overflow-x: hidden;
    transition: none;
    display: none;
    padding-top: 0;
}

    .sub-menus.show {
        display: block;
    }

.sub-heading {
    padding-top: 80px;
    padding-bottom: 50px;
}

a#sub-close2 {
    padding-left: 200px;
    font-size: 70px;
    padding-top: 7px;
    position: absolute;
    display: block;
}

#comming_soon {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#signup_form {
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#slide-out-panel.open {
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
}

#slide-out-panel {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.button-group.align-items-center.justify-content-center.justify-content-lg-start {
    padding-top: 20px;
}

#showfeatures {
    display: none;
}

h3.center {
    text-align: center;
}

#features-content1 h3 {
    color: #f1a864;
}

#features-content1 p {
    color: #fff;
}

.space-bottom2 {
    padding-top: 90px;
    padding-bottom: 60px;
}

    .space-bottom2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        opacity: .85;
    }

.sub-menus1 {
    width: 54%;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 400px;
    background: linear-gradient(to bottom,#fff 0,#f7ecff 35%,#d2ecff 70%,#fff 100%);
    overflow-x: hidden;
    transition: none;
    display: none;
    padding-top: 0;
}

.media-left {
    min-width: 2rem;
}

.media-body p {
    font-size: 20px;
    font-weight: 550;
    padding-left: .5rem;
}

.media-body a {
    padding-left: .5rem;
}

.menu-list-content {
    position: relative !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    display: block !important;
    width: 100% !important;
    font-weight: 500 !important;
}

.sidemenu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .sidemenu-wrapper #mySidepanel {
        width: 100%;
        max-width: 672px;
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transform: translateX(100%);
    }

        .sidemenu-wrapper #mySidepanel .top {
            display: flex;
        }

        .sidemenu-wrapper #mySidepanel #close-button {
            margin-left: 20px;
            border-radius: 50%;
            height: 2.5rem;
            width: 2.5rem;
            align-self: center;
            line-height: 1.1rem;
        }

    .sidemenu-wrapper.open {
        background: rgba(0,0,0,.5);
        visibility: visible;
        opacity: 1;
    }

        .sidemenu-wrapper.open #mySidepanel {
            background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
            --tw-gradient-from:#d0e9fb;
            --tw-gradient-stops:var(--tw-gradient-from),#e6f3fc,var(--tw-gradient-to, rgb(230 243 252 / 0));
            --tw-gradient-to:#d0e9fb;
            display: inline-table;
            transform: translateX(0);
        }

        .sidemenu-wrapper.open::-webkit-scrollbar {
            width: 4px;
            cursor: pointer;
        }

        .sidemenu-wrapper.open::-webkit-scrollbar-track {
            background-color: rgba(229,231,235,var(--bg-opacity));
            cursor: pointer;
        }

        .sidemenu-wrapper.open::-webkit-scrollbar-thumb {
            cursor: pointer;
            background-color: #a0aec0;
        }

    .sidemenu-wrapper .sub-sidebar .sub-heading {
        position: relative;
        padding-bottom: 1.25rem;
        overflow: hidden;
        display: block;
    }

        .sidemenu-wrapper .sub-sidebar .sub-heading .menu-sub-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 100;
            --tw-text-opacity:1;
            color: rgb(75 85 99 / var(--tw-text-opacity));
        }

        .sidemenu-wrapper .sub-sidebar .sub-heading::after {
            width: 50px;
            height: 3px;
            background: #0000003d;
            content: '';
            display: block;
            transition: .3s;
            position: absolute;
            bottom: 11px;
        }

    .sidemenu-wrapper .sub-sidebar .sub-menus {
        position: relative;
        width: 100%;
        max-width: 700px;
        padding-left: 25px;
    }

        .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
            float: right;
            display: flex;
            width: 100%;
        }

@media (min-width:768px) {
    .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
        width: 50%;
    }
}

@media (min-width:1024px) {
    .sidemenu-wrapper #mySidepanel {
        width: 350px;
    }

    .sidemenu-wrapper.open #mySidepanel {
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
        --tw-gradient-from:#fff;
        --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgb(255 255 255 / 0));
        --tw-gradient-to:#fff;
    }

    .sidemenu-wrapper .sub-sidebar .sub-heading {
        display: block;
    }

    .sidemenu-wrapper .sub-sidebar .sub-menus {
        position: fixed;
        right: 350px;
        width: 180%;
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
        --tw-gradient-from:#d0e9fb;
        --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgb(208 233 251 / 0));
        --tw-gradient-stops:var(--tw-gradient-from),#e6f3fc,var(--tw-gradient-to, rgb(230 243 252 / 0));
        --tw-gradient-to:#d0e9fb;
    }

    .footer-wrapper .footer-fixed.sidemenu-wrapper .sub-sidebar .sub-menus {
        opacity: 1;
        position: fixed;
        overflow: unset;
    }

    .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
        width: 50%;
        padding-left: 0;
    }
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar-track {
    background-color: rgba(229,231,235,var(--bg-opacity));
    cursor: pointer;
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #a0aec0;
}
/*! --------------------------------------------------
 * Sidebar Menu Styles End
 * ---------------------------------------------------*/

footer {
    --tw-text-opacity:1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding-top: .625rem;
    background-size: cover !important;
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
}

    footer .copyright a {
        --tw-text-opacity:1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        footer .copyright a:hover {
            --tw-text-opacity:1;
            color: rgb(220 38 38 / var(--tw-text-opacity));
        }

    footer .social-icon li {
        margin: .25rem;
        height: 2rem;
        width: 2rem;
        --tw-border-opacity:1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        background-color: transparent;
        text-align: center;
        border-radius: 6.25rem;
        transition: .3s ease-in-out;
        border: 1px solid #fff !important;
    }

        footer .social-icon li:hover {
            --tw-border-opacity:1;
            border-color: rgb(185 28 28 / var(--tw-border-opacity));
            --tw-bg-opacity:1;
            background-color: rgb(220 38 38 / var(--tw-bg-opacity));
        }

        footer .social-icon li a {
            align-content: space-between;
            vertical-align: sub;
            --tw-text-opacity:1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        footer .social-icon li:hover {
            --tw-border-opacity:1;
            border-color: rgb(185 28 28 / var(--tw-border-opacity));
            --tw-bg-opacity:1;
            background-color: #0c90fb;
        }

@media (min-width:640px) {
    .footer-section {
        max-width: 640px;
    }
}

@media (min-width:768px) {
    .footer-section {
        max-width: 768px;
    }
}

@media (min-width:1024px) {
    .footer-section {
        max-width: 1024px;
    }
}

@media (min-width:1280px) {
    .footer-section {
        max-width: 1280px;
    }
}

@media (min-width:1536px) {
    .footer-section {
        max-width: 1536px;
    }
}

.footer-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    font-family: Roboto,sans-serif;
}

    .footer-section .primary-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-section .widget {
        width: 50%;
        padding: .5rem;
        text-align: center;
        margin-bottom: .625rem;
    }

@media (min-width:640px) {
    .footer-section .widget {
        text-align: left;
    }
}

@media (min-width:768px) {
    .footer-section .widget {
        width: 33.333333%;
    }
}

@media (min-width:1024px) {
    .footer-section {
        width: 95%;
    }

        .footer-section .widget {
            width: 25%;
        }

    .footer-banner.banner-show {
        --tw-translate-y:0px;
        transform: var(--tw-transform);
    }
}

.footer-section .widget h2.widget-title {
    font-size: 1.5rem;
    padding-bottom: .5rem;
    font-weight: 700;
    --tw-text-opacity:1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-section .widget ul .menu-item {
    list-style-type: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    word-break: break-word;
}

.footer-section .widget ul li a {
    transition: .3s;
    color: #fff;
}

    .footer-section .widget ul li a:hover {
        --tw-text-opacity:1;
        color: #0c90fb;
        padding-left: .4rem;
    }

.footer-section nav {
    z-index: 10;
}

    .footer-section nav.scrolled {
        --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
        --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        border-bottom: 0;
    }

.navbar .nav-link i.fa {
    padding-right: .25rem;
}

.is-visible {
    opacity: 0;
}

.is-hidden {
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 39px;
    background: #000;
    visibility: hidden;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    font-size: 18px;
    transition: opacity .3s ease-in-out;
}

    .scrollToTop:hover {
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        border: 1px solid #fff;
        color: #fff;
    }

    .scrollToTop:focus {
        border: 1px solid #fff;
        color: #fff;
    }

.loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../img/rosary_spinner.gif) 50% 50% no-repeat rgba(255,255,255,.4);
    background-size: 100px;
}

.footer-banner {
    position: fixed;
    width: 100%;
    --tw-translate-y:600px;
    transform: var(--tw-transform);
    background: #f1f1f1;
    box-shadow: 0 0 2rem rgb(0 0 0 / 12%);
    transition: transform 1.5s ease-in-out;
    bottom: 0;
}

.footer-wrapper .footer-fixed.footer-banner {
    opacity: 1;
    position: fixed;
    overflow: unset;
}

.footer-banner .img-container img {
    min-width: 10rem;
}

.footer-banner.banner-show {
    transform: var(--tw-transform);
}

.banner-close-btn {
    border-radius: 50%;
    height: 1.5rem;
    width: 1.55rem;
    align-self: center;
    line-height: 1rem;
    background: 0 0;
    border: 1px solid #939393;
    color: #939393;
    transition: .3s ease-in-out;
}

    .banner-close-btn:hover {
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        color: #fff;
    }

.cookie-banner {
    position: fixed;
    width: 100%;
    --tw-translate-y:600px;
    transform: var(--tw-transform);
    background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    box-shadow: 0 0 2rem rgb(0 0 0 / 12%);
    transition: transform 1.5s ease-in-out;
    color: #fff;
    bottom: 0;
    z-index: 9999;
}

.footer-wrapper .footer-fixed.cookie-banner {
    opacity: 1;
    position: fixed;
    overflow: unset;
}

.cookie-banner p {
    line-height: 1.2;
    font-size: .9rem;
    color: #fff;
}

.cookie-banner.banner-show {
    --tw-translate-y:0px;
    transform: var(--tw-transform);
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    transition: width 1s linear;
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-headline.clip .cd-words-wrapper::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #aebcb9;
    }
    /*! CSS Animations */

    .cd-headline.clip .cd-words-wrapper.increaseWidth {
        -webkit-animation: 2s ease-out widthIncrease;
        animation: 2s ease-out widthIncrease;
    }

    .cd-headline.clip .cd-words-wrapper.decreaseWidth {
        -webkit-animation: 2s ease-out widthDecrease;
        animation: 2s ease-out widthDecrease;
    }

    .cd-headline.clip .cd-words-wrapper.in--transition {
        width: 0;
    }

@-webkit-keyframes widthDecrease {
    0% {
        max-width: 100%;
    }

    100% {
        max-width: 0;
    }
}

@keyframes widthDecrease {
    0% {
        max-width: 100%;
    }

    100% {
        max-width: 0;
    }
}

@-webkit-keyframes widthIncrease {
    0% {
        max-width: 0;
    }

    100% {
        max-width: 100%;
    }
}

@keyframes widthIncrease {
    0% {
        max-width: 0;
    }

    100% {
        max-width: 100%;
    }
}

.cd-headline.clip b {
    opacity: 0;
    overflow: hidden;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    color: #0c90fb;
    white-space: nowrap;
    left: 0;
    top: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
        position: relative;
    }

.cd-title {
    position: relative;
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
    margin: 4em auto;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

@media only screen and (min-width:768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width:1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}
/*! Custom mobile footer
  -------------------------------------------------- */

.footer-wrapper {
    font-family: Gordita,Helvetica Neue,Helvetica,sans-serif !important;
    padding: 0;
    position: relative;
    line-height: 24px !important;
    font-size: 16px;
}

    .footer-wrapper .new-deals-wrapper .focus-text-para {
        background: rgba(255,255,255,.5);
        padding: 70px 0;
    }

        .footer-wrapper .new-deals-wrapper .focus-text-para p {
            font-size: 24px;
            line-height: 45px;
            font-weight: 300;
            margin: 0 auto;
            width: 100%;
            max-width: 1000px;
        }

    .footer-wrapper .mobile-app-wrapper-v3 {
        padding-bottom: 70px;
    }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner {
            background-color: #8080801f;
            border-radius: 50px;
            padding: 50px 50px 0;
        }

            .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .heading {
                font-size: 32px;
                text-transform: unset;
                color: #000;
                margin-bottom: 15px;
            }

            .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .para {
                margin-bottom: 40px;
                line-height: 32px;
                color: #2f2f2f;
                font-size: 17px;
            }

            .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .mobile-app-links a:hover {
                color: transparent;
            }

    .footer-wrapper .footer-menu-links-wrapper {
        padding-bottom: 40px;
    }

        .footer-wrapper .footer-menu-links-wrapper ul {
            list-style: none;
        }

            .footer-wrapper .footer-menu-links-wrapper ul li {
                line-height: 20px;
                padding: 2px 0;
            }

                .footer-wrapper .footer-menu-links-wrapper ul li a {
                    color: #2b3445;
                    font-size: 12px;
                }

                    .footer-wrapper .footer-menu-links-wrapper ul li a:hover {
                        color: #e63b28;
                        text-decoration: none;
                    }

        .footer-wrapper .footer-menu-links-wrapper .social-footer .social-ul {
            list-style: none;
            margin-left: -8px;
            margin-bottom: 0;
            display: flex;
            padding: 5px 0;
        }

            .footer-wrapper .footer-menu-links-wrapper .social-footer .social-ul li {
                display: inline-block;
                padding: 0 5px;
            }

                .footer-wrapper .footer-menu-links-wrapper .social-footer .social-ul li a {
                    display: flex;
                }

                    .footer-wrapper .footer-menu-links-wrapper .social-footer .social-ul li a:hover .sgv-icon {
                        fill: #e63b28;
                    }

        .footer-wrapper .footer-menu-links-wrapper .footer-link {
            position: absolute;
            bottom: 15px;
            display: inline-block;
            margin-bottom: 0;
            list-style: none;
        }

            .footer-wrapper .footer-menu-links-wrapper .footer-link li {
                display: inline-block;
            }

                .footer-wrapper .footer-menu-links-wrapper .footer-link li.seperator {
                    color: #687182;
                    font-size: 12px;
                    padding: 0 4px;
                }

        .footer-wrapper .footer-menu-links-wrapper .link-title {
            text-transform: unset;
            font-weight: 500;
            font-size: 16px;
            color: #000;
            margin-bottom: 5px;
        }

    .footer-wrapper ol li, .footer-wrapper ul li {
        line-height: 24px;
    }

    .footer-wrapper .footer-one .col {
        border-bottom: 1px solid #dee2e6;
    }

        .footer-wrapper .footer-one .col .links-wrapper {
            padding-bottom: 1.375rem;
        }

    .footer-wrapper .footer-one h5 {
        margin-bottom: 30px;
        font-size: 1.0625rem;
    }

    .footer-wrapper .footer-one p {
        color: #adb5bd;
        font-size: .875rem;
    }

    .footer-wrapper .footer-two {
        background: #2b3445;
        padding: 1.375rem 0;
    }

        .footer-wrapper .footer-two .copy-right-wrapper {
            padding: 1.375rem 0;
        }

            .footer-wrapper .footer-two .copy-right-wrapper small {
                font-size: .875rem;
                color: #fff;
            }

            .footer-wrapper .footer-two .copy-right-wrapper a {
                color: #fff;
            }

                .footer-wrapper .footer-two .copy-right-wrapper a:hover {
                    text-decoration: underline;
                }

            .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link {
                display: none;
            }

                .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link ul {
                    display: inline-block;
                    margin-bottom: 0;
                    list-style: none;
                }

                    .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link ul li {
                        display: inline-block;
                    }

                        .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link ul li a {
                            color: #687182;
                            font-size: 12px;
                        }

                        .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link ul li.seperator {
                            color: #687182;
                            font-size: 12px;
                            padding: 0 4px;
                        }

    .footer-wrapper .chat-wrapper.v13 {
        display: none;
        opacity: 0;
        transition: .3s;
        position: fixed;
        background: #fff;
        border-radius: 70px;
        width: 280px;
        height: 44px;
        align-items: center;
        justify-content: space-between;
        right: 75px;
        bottom: 9px;
        box-shadow: #ccc 0 0 8px 0;
        z-index: 5;
        font-size: 14px;
    }

        .footer-wrapper .chat-wrapper.v13 .chat-block {
            margin-right: 5px;
        }

        .footer-wrapper .chat-wrapper.v13 .chat-text {
            padding-left: 15px;
        }

        .footer-wrapper .chat-wrapper.v13 .live-chat.v13 {
            padding: 6px 15px;
            border-radius: 70px;
            background: #c93a30;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
        }

            .footer-wrapper .chat-wrapper.v13 .live-chat.v13:hover {
                cursor: pointer;
            }

        .footer-wrapper .chat-wrapper.v13.show {
            opacity: 1;
            display: flex;
        }

        .footer-wrapper .chat-wrapper.v13.accept_cookie_open {
            right: 15px;
            bottom: 80px;
        }

    .footer-wrapper .footer-fixed {
        background: #2b3445;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 5 !important;
        height: auto;
        --links-hover-color:#ff786c;
        position: relative !important;
        transition: .5s ease-in-out !important;
        overflow: hidden;
    }

        .footer-wrapper .footer-fixed .contact-number-block {
            display: inline-block;
            position: relative;
            width: 230px;
        }

            .footer-wrapper .footer-fixed .contact-number-block ul {
                margin-bottom: 0;
                text-align: center;
                position: absolute;
                width: 100%;
                height: 53px;
                overflow: hidden;
                bottom: -38px;
                background: #2b3445;
                padding: 15px 15px;
                transition: width .5s,height .5s;
            }

                .footer-wrapper .footer-fixed .contact-number-block ul li {
                    border-bottom: 1px dashed #ffffff29;
                    padding: 2px 0 3px 5px;
                    position: relative;
                    margin: 0;
                    list-style: none;
                    text-align: left;
                }

                    .footer-wrapper .footer-fixed .contact-number-block ul li a {
                        padding: 5px;
                    }

                        .footer-wrapper .footer-fixed .contact-number-block ul li a:link, .footer-wrapper .footer-fixed .contact-number-block ul li a:visited {
                            color: #fff;
                            text-decoration: none;
                        }

                        .footer-wrapper .footer-fixed .contact-number-block ul li a:hover {
                            color: rgba(255,255,255,.5);
                        }

                    .footer-wrapper .footer-fixed .contact-number-block ul li i {
                        position: absolute;
                        top: -1px;
                        font-size: 20px;
                        padding: 7px;
                        cursor: pointer;
                        transition: transform .5s;
                    }

                    .footer-wrapper .footer-fixed .contact-number-block ul li:last-child {
                        border-bottom: none;
                    }

                .footer-wrapper .footer-fixed .contact-number-block ul.open {
                    height: 245px;
                    bottom: -33px;
                }

                    .footer-wrapper .footer-fixed .contact-number-block ul.open li .quick-arrow {
                        transform: rotate(180deg);
                    }

            .footer-wrapper .footer-fixed .contact-number-block .svg-icon {
                transition: .2s;
            }

                .footer-wrapper .footer-fixed .contact-number-block .svg-icon:hover {
                    fill: var(--links-hover-color);
                }

        .footer-wrapper .footer-fixed .imp-menus-section {
            display: inline-block;
            padding: 18px 0 10px;
            width: 100%;
            text-align: right;
        }

            .footer-wrapper .footer-fixed .imp-menus-section .imp-link {
                display: inline-block;
                padding-right: 10px;
            }

                .footer-wrapper .footer-fixed .imp-menus-section .imp-link a {
                    color: #fff;
                    transition: .2s;
                    display: flex;
                    padding: 0 10px;
                    align-items: center;
                }

                    .footer-wrapper .footer-fixed .imp-menus-section .imp-link a .svg-icon {
                        transition: .2s;
                    }

                    .footer-wrapper .footer-fixed .imp-menus-section .imp-link a::after {
                        width: 0;
                        height: 3px;
                        background: #fff;
                        content: '';
                        display: block;
                        margin: 0;
                        transition: .2s;
                    }

                    .footer-wrapper .footer-fixed .imp-menus-section .imp-link a:hover {
                        text-decoration: none;
                        color: var(--links-hover-color);
                    }

                        .footer-wrapper .footer-fixed .imp-menus-section .imp-link a:hover .svg-icon {
                            fill: var(--links-hover-color);
                        }

        .footer-wrapper .footer-fixed .contact-number-wrapper {
            padding: 21px 15px;
            background: #566371;
            text-align: center;
        }

            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail {
                display: inline-block;
                position: relative;
            }

                .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul {
                    margin-bottom: 0;
                }

                    .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li {
                        list-style: none;
                        padding: 0 10px;
                    }

                        .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a {
                            position: relative;
                            margin-left: 22px;
                            display: flex;
                            align-items: center;
                        }

                            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:link, .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:visited {
                                color: #fff;
                                text-decoration: none;
                            }

                            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:hover {
                                color: #eaeaea;
                            }

                            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a i {
                                position: absolute;
                                display: flex;
                                left: -22px;
                                bottom: 3px;
                                line-height: 1;
                            }

        .footer-wrapper .footer-fixed .footer-logo-wrapper {
            --icons-count:3;
            --total-width:355px;
        }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .svg-icon {
                transition: .2s;
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .svg-icon:hover {
                    fill: var(--links-hover-color);
                }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .footer-logo {
                position: absolute;
                left: 10px;
                bottom: 10px;
            }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper {
                display: none;
                padding: 16px 15px;
                opacity: 0;
                transition: .3s;
                position: relative;
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block {
                    right: -3px;
                    position: absolute;
                    bottom: -150px;
                    width: 140px;
                    font-size: 15px;
                    text-align: center;
                    padding: 15px 15px;
                    color: #fff;
                    background: #72b570;
                    border-radius: 10px;
                    z-index: 0;
                    transition: .5s;
                    font-weight: 500;
                }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block::before {
                        content: '';
                        position: absolute;
                        right: 30px;
                        margin: 0 auto;
                        width: 0;
                        height: 0;
                        border-top: 10px solid #72b570;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        bottom: -9px;
                        opacity: 1;
                        transition: .5s;
                    }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block .attention-close {
                        position: absolute;
                        right: 5px;
                        top: 5px;
                        font-size: 12px;
                        cursor: pointer;
                        padding: 0 5px;
                    }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block.show {
                        bottom: 75px;
                    }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper.show {
                    opacity: 1;
                    display: inline-block;
                }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper, .footer-wrapper .footer-fixed .footer-logo-wrapper .imp-menus-icon-section {
                display: none;
            }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper {
                top: unset;
                bottom: 20px;
                right: 10px;
                position: absolute;
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn .icn-menu {
                    width: 25px;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: right;
                    margin-left: 10px;
                }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn .icn-menu span {
                        width: 25px;
                        height: 4px;
                        background: #fff;
                        display: block;
                        margin-bottom: 4px;
                        border-radius: 5px;
                        float: right;
                        transition: .3s;
                    }

                        .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn .icn-menu span:nth-child(2n) {
                            width: 50%;
                        }

                        .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn .icn-menu span:nth-child(3n) {
                            width: 75%;
                        }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn:hover {
                    text-decoration: none;
                    cursor: pointer;
                }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn:hover .icn-menu span:nth-child(2n), .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn:hover .icn-menu span:nth-child(3n) {
                        width: 100%;
                    }

            .footer-wrapper .footer-fixed .footer-logo-wrapper.india {
                --icons-count:4;
                --total-width:280px;
            }

        .footer-wrapper .footer-fixed.fixed {
            position: fixed !important;
            opacity: 1;
            overflow: unset !important;
        }

    .footer-wrapper .tap-to-top a:link {
        text-decoration: none;
    }

        .footer-wrapper .tap-to-top a:link span {
            margin-right: 5px;
        }

    .footer-wrapper .tap-to-top a:visited {
        text-decoration: none;
    }

        .footer-wrapper .tap-to-top a:visited span {
            margin-right: 5px;
        }

    .footer-wrapper .tap-to-top a:hover {
        color: #000;
    }

    .footer-wrapper a {
        outline: 0;
    }

    .footer-wrapper .sub-heading {
        font-size: 1rem;
        letter-spacing: 1px;
        color: #2f2f2f;
    }

    .footer-wrapper .call-link {
        padding: 3px 0 !important;
        white-space: nowrap;
        line-height: 1.9;
        display: inline-block;
    }

.mr-2-common {
    margin-right: 5px;
}

.ml-2-common {
    margin-left: 5px;
}

.hidden-sharing-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    transition: .2s ease-in-out;
}

    .hidden-sharing-wrapper .text {
        display: inline-flex;
        padding: 12px 0;
        width: 100%;
        left: 0;
        background: #2b3445;
        position: absolute;
        z-index: 99;
        height: 99%;
        color: #eeeeed;
        transition: .5s;
    }

        .hidden-sharing-wrapper .text .img-left {
            position: relative;
            top: 2px;
        }

    .hidden-sharing-wrapper .hidden-sharing-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 80px;
    }

        .hidden-sharing-wrapper .hidden-sharing-container a {
            opacity: .85;
        }

            .hidden-sharing-wrapper .hidden-sharing-container a span {
                position: unset;
                top: 0;
                left: 0;
                opacity: 0;
                font-size: 28px;
                color: #1f1e1e;
                will-change: transform;
                transform: scale(.1);
                transition: .3s;
            }

            .hidden-sharing-wrapper .hidden-sharing-container a:hover {
                opacity: 1;
            }

    .hidden-sharing-wrapper:hover {
        transform: scale(1);
    }

        .hidden-sharing-wrapper:hover .text {
            transition-delay: .25s;
            transform: translateX(-280px);
        }

        .hidden-sharing-wrapper:hover .hidden-sharing-container span {
            opacity: 1;
            transform: scale(1);
        }

    .hidden-sharing-wrapper.open {
        transform: scale(1);
    }

        .hidden-sharing-wrapper.open .text {
            transition-delay: .25s;
            transform: translateX(-280px);
        }

        .hidden-sharing-wrapper.open .hidden-sharing-container span {
            opacity: 1;
            transform: scale(1);
        }

.quick-links {
    padding: 0;
    text-align: center;
    margin-bottom: 1rem;
}

    .quick-links .q-link {
        line-height: 30px;
        display: inline-block;
        padding: 0 15px;
        position: relative;
    }

        .quick-links .q-link:after {
            width: 5px;
            height: 5px;
            position: absolute;
            content: '';
            background: #dee2e6;
            border-radius: 5px;
            top: 11px;
            right: -4px;
        }

        .quick-links .q-link:last-child:after {
            display: none;
        }

        .quick-links .q-link span {
            width: 25px;
            height: 15px;
            margin-right: 10px;
            vertical-align: super;
        }

        .quick-links .q-link a:link, .quick-links .q-link a:visited {
            color: #000;
            font-size: 1.0625rem;
            text-decoration: underline;
        }

        .quick-links .q-link a:hover {
            color: #2b3445;
        }

@media only screen and (max-width:1199.9px) {
    .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .heading {
        font-size: 30px;
    }

    .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .para {
        margin-bottom: 20px;
    }

    .footer-wrapper .footer-menu-links-wrapper .footer-link {
        position: unset;
        margin: 15px 0;
    }
}

@media only screen and (max-width:1024px) {
    .footer-wrapper .new-deals-wrapper .focus-text-para {
        padding: 50px 0;
    }

    .footer-wrapper .footer-fixed {
        opacity: 0;
        transition: opacity 1s;
        position: relative !important;
        overflow: hidden;
    }

        .footer-wrapper .footer-fixed .contact-wrapper-popup {
            left: -120px;
            visibility: hidden;
            position: absolute;
            padding: 15px;
            bottom: -300px;
            background: #2b3445;
            width: 300px;
            transition: bottom .5s cubic-bezier(0,.26,.7,1.35),visibility .5s;
            border-radius: 10px;
        }

            .footer-wrapper .footer-fixed .contact-wrapper-popup [class*=col-] {
                max-width: 100%;
                flex: 0 0 100%;
            }

            .footer-wrapper .footer-fixed .contact-wrapper-popup.show {
                visibility: visible;
                bottom: 82px;
            }

            .footer-wrapper .footer-fixed .contact-wrapper-popup.md {
                display: none;
            }

        .footer-wrapper .footer-fixed .imp-menus-section {
            left: -85px;
            width: 225px;
            text-align: left;
            visibility: hidden;
            position: absolute;
            padding: 15px;
            bottom: -300px;
            background: #2b3445;
            transition: bottom .5s cubic-bezier(0,.26,.7,1.35),visibility .5s;
            border-radius: 10px;
        }

            .footer-wrapper .footer-fixed .imp-menus-section .imp-link {
                display: block;
                padding-right: 0;
            }

                .footer-wrapper .footer-fixed .imp-menus-section .imp-link a {
                    padding: 5px 10px;
                }

            .footer-wrapper .footer-fixed .imp-menus-section.show {
                visibility: visible;
                bottom: 82px;
            }

        .footer-wrapper .footer-fixed .footer-logo-wrapper {
            width: 100%;
            text-align: center;
        }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .footer-logo {
                position: unset;
                display: inline-block;
                margin-right: calc(calc(100% - var(--total-width))/ var(--icons-count));
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .footer-logo .logo {
                    display: block;
                    position: relative;
                    top: -10px;
                }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper {
                display: inline-block;
                padding: 5px 0;
                position: relative;
                margin-right: calc(calc(100% - var(--total-width))/ var(--icons-count));
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: 0;
                    height: 0;
                    border-bottom: 15px solid #2b3445;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    transition: .1s;
                    opacity: 0;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper .contact-wrapper-popup-btn {
                    padding: 15px 10px;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper.expand::before {
                    top: -10px;
                    opacity: 1;
                    transition: .5s;
                }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .imp-menus-icon-section {
                display: inline-block;
                padding: 5px 0;
                position: relative;
                margin-right: calc(calc(100% - var(--total-width))/ var(--icons-count));
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .imp-menus-icon-section::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: 0;
                    height: 0;
                    border-bottom: 15px solid #2b3445;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    transition: .1s;
                    opacity: 0;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .imp-menus-icon-section .imp-menus-section-btn {
                    padding: 15px 10px;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .imp-menus-icon-section.expand::before {
                    top: -10px;
                    opacity: 1;
                    transition: .5s;
                }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper {
                padding: 5px 0;
                margin-right: calc(calc(100% - var(--total-width))/ var(--icons-count));
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .chat-block .live-chat {
                    padding: 15px 10px;
                    display: block;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block {
                    right: -7px;
                }

                    .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block.show {
                        bottom: 84px;
                    }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper {
                position: unset;
                display: inline-block;
            }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .title {
                    display: inline-block;
                }

                .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .menu-btn {
                    display: block;
                    position: relative;
                    top: -10px;
                }

        .footer-wrapper .footer-fixed .contact-number-block {
            display: block;
            width: unset;
            padding: 8px 30px 0;
            overflow: hidden;
        }

            .footer-wrapper .footer-fixed .contact-number-block ul {
                text-align: left;
                position: unset;
                padding: 0;
                background: 0 0;
                overflow: unset;
                height: unset;
            }

                .footer-wrapper .footer-fixed .contact-number-block ul li {
                    padding: 2px 0 3px;
                }

                    .footer-wrapper .footer-fixed .contact-number-block ul li i {
                        display: none;
                    }

                    .footer-wrapper .footer-fixed .contact-number-block ul li:last-child {
                        border-bottom: 1px dashed #ffffff29;
                    }

        .footer-wrapper .footer-fixed .contact-number-wrapper {
            padding: 10px 30px 15px;
            background: #2b3445;
            text-align: left;
        }

            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li {
                padding: 0;
            }

                .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:link {
                    color: #fff;
                }

                    .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:link:hover {
                        color: #c5d0dd;
                    }

                .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:visited {
                    color: #fff;
                }

                    .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:visited:hover {
                        color: #c5d0dd;
                    }

        .footer-wrapper .footer-fixed.fixed {
            position: fixed !important;
            overflow: unset !important;
        }

    .footer-wrapper .footer-two .copy-right-wrapper {
        padding: 20px 0 35px;
    }
}

@media only screen and (max-width:991px) {
    .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner {
        border-radius: 25px;
        padding: 30px 25px 0;
    }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .heading {
            font-size: 24px;
        }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .mobile-app-links img {
            width: 120px;
        }

    .footer-wrapper .footer-menu-links-wrapper {
        padding-bottom: 20px;
    }

        .footer-wrapper .footer-menu-links-wrapper .footer-links-logo-wrapper {
            display: none;
        }

    .footer-wrapper .footer-two {
        background-color: #fff;
        padding: 1rem 0 1.375rem;
    }

        .footer-wrapper .footer-two .copy-right-wrapper small {
            font-size: 12px;
            color: #2b3445;
        }

        .footer-wrapper .footer-two .copy-right-wrapper a {
            color: #2b3445;
        }

        .footer-wrapper .footer-two .copy-right-wrapper .copyright-under-link {
            display: block;
        }

    .footer-wrapper .chat-wrapper.v13 {
        display: none !important;
    }
}

@media only screen and (max-width:767.9px) {
    .footer-wrapper .mobile-app-wrapper-v3 {
        padding-bottom: 50px;
    }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .heading {
            font-size: 20px;
        }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .para {
            font-size: 15px;
        }

        .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .mobile-app-links {
            margin-bottom: 20px;
        }

    .footer-wrapper .new-deals-wrapper {
        padding-bottom: 35px;
    }

        .footer-wrapper .new-deals-wrapper .focus-text-para {
            padding: 35px 0;
        }

            .footer-wrapper .new-deals-wrapper .focus-text-para p {
                font-size: 22px;
                line-height: 40px;
            }

    .footer-wrapper .footer-menu-links-wrapper .social-ul {
        padding: 4px 0 2px;
    }

    .footer-wrapper .footer-menu-links-wrapper ul li {
        padding: 5px 0;
    }
}

@media only screen and (max-width:640px) {
    .footer-wrapper .new-deals-wrapper {
        padding-bottom: 0;
    }

        .footer-wrapper .new-deals-wrapper .focus-text-para p {
            font-size: 20px;
            line-height: 35px;
        }

    .footer-wrapper .footer-menu-links-wrapper, .footer-wrapper .footer-two .copy-right-wrapper {
        padding-bottom: 20px;
    }

    .footer-wrapper .footer-fixed .footer-logo-wrapper {
        --total-width:380px;
    }
}

@media only screen and (max-width:480px) {
    .footer-wrapper .new-deals-wrapper {
        padding-bottom: 0;
    }

        .footer-wrapper .new-deals-wrapper .focus-text-para p {
            font-size: 18px;
            line-height: 30px;
        }

    .footer-wrapper .mobile-app-wrapper-v3 {
        padding-bottom: 30px;
    }

    .footer-wrapper .footer-fixed .footer-logo-wrapper {
        --total-width:335px;
    }

        .footer-wrapper .footer-fixed .footer-logo-wrapper .contact-wrapper-popup {
            position: fixed;
            left: 50% !important;
            transform: translateX(-50%);
        }

        .footer-wrapper .footer-fixed .footer-logo-wrapper .footer-logo img {
            width: 100px;
            height: unset;
        }

        .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block {
            right: 10px;
        }

            .footer-wrapper .footer-fixed .footer-logo-wrapper .chat-wrapper .attention-block::before {
                right: 12px;
            }

        .footer-wrapper .footer-fixed .footer-logo-wrapper.india .contact-wrapper-popup {
            right: -60px;
        }

    .links-wrapper {
        margin: 0;
    }

    .quick-links {
        width: 100%;
        display: block;
        margin: 0 0 30px;
    }

        .quick-links h5 {
            margin-bottom: 10px !important;
        }

    .newsletter-wrapper .gen {
        height: auto;
    }

        .newsletter-wrapper .gen .input {
            display: block;
            vertical-align: middle;
        }

            .newsletter-wrapper .gen .input input[type=email] {
                width: 100%;
            }

            .newsletter-wrapper .gen .input input[type=submit] {
                margin-top: 10px;
            }
}

@media only screen and (max-width:360px) {
    .footer-wrapper .mobile-app-wrapper-v3 .mobile-app-wrapper-v3-inner .mobile-app-links img {
        width: 110px;
    }

    .footer-wrapper .footer-one {
        padding: 0;
    }

    .footer-wrapper .quick-links .q-link {
        display: block;
    }

        .footer-wrapper .quick-links .q-link::after {
            content: none;
        }

    .footer-wrapper .footer-fixed .contact-wrapper-popup {
        padding: 20px 15px;
    }

    .footer-wrapper .footer-fixed .footer-logo-wrapper {
        --total-width:330px;
    }
}

@media only screen and (max-width:350px) {
    .footer-wrapper .footer-menu-links-wrapper .link-columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:1360px) {
    .footer-wrapper .footer-fixed .contact-number-wrapper {
        padding: 21px 5px;
    }
}

@media only screen and (max-width:1280px) {
    .footer-wrapper .footer-fixed .contact-number-wrapper {
        padding: 21px 0;
        text-align: center;
    }

        .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li {
            padding: 0;
        }

            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a {
                margin-left: 20px;
            }

                .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a i {
                    left: -20px;
                }

    .footer-wrapper .footer-fixed .footer-logo-wrapper .footer-logo {
        left: 15px;
    }

    .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper {
        right: 15px;
    }

        .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .title {
            display: none;
        }
}

@media only screen and (max-width:980px) {
    .footer-wrapper .footer-one {
        padding-top: 30px;
    }

    .links-wrapper {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width:800px) {
    .footer-wrapper .footer-two .copy-right-wrapper {
        height: unset;
    }

    .footer-wrapper .footer-fixed .contact-number-wrapper {
        background: 0 0;
    }

        .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:link, .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:visited {
            color: #fff;
        }

        .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a span {
            color: #fff !important;
        }

        .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:hover {
            color: #cecccc;
        }

            .footer-wrapper .footer-fixed .contact-number-wrapper .contact-number-mail ul li a:hover span {
                color: #cecccc !important;
            }
}

@media only screen and (max-width:540px) {
    .footer-wrapper .footer-fixed .footer-logo-wrapper .menu-wrapper .title {
        display: none;
    }
}
/*! Home new css */

.homepage .bg-color-blue {
    background: linear-gradient(90deg,#372081 0,#3628b9 50%,#372081 100%);
}

.homepage .background-holder {
    -webkit-backdrop-filter: saturate(.8) blur(20px);
    backdrop-filter: saturate(.8) blur(20px);
}

.homepage .hero li, .homepage .hero p {
    font-size: 1.2rem;
}

.homepage #reviews {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.homepage #features {
    background: linear-gradient(180deg,#d0e9fb 0,#e6f3fc 100%);
}

.homepage .review-item {
    text-align: center;
    margin-top: 2rem;
}

    .homepage .review-item i {
        color: #0c90fb;
    }

    .homepage .review-item .star-rating {
        margin-top: 1rem;
    }

        .homepage .review-item .star-rating span {
            font-size: 1.2rem;
            font-weight: 700;
        }

.homepage .feature-item {
    margin-bottom: 4rem;
}

.homepage .feature-content {
    display: flex;
    padding: 1.5rem;
    align-self: center;
    background: #fff;
    border-radius: .5rem;
    min-height: 7rem;
    transition: box-shadow .3s ease-in-out;
}

    .homepage .feature-content img {
        align-self: center;
    }

    .homepage .feature-content span {
        margin-left: 1rem;
        font-style: normal;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1.2;
        align-self: center;
    }

    .homepage .feature-content:hover {
        --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    }

.homepage .home-mlm-plans .col-md-5 {
    display: flex;
}

.homepage .home-mlm-plans .plan-item {
    transition: box-shadow .3s ease-in-out;
    margin-bottom: 1.25rem;
    display: flex;
    --tw-bg-opacity:1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .75rem;
    --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border-radius: .9375rem;
}

    .homepage .home-mlm-plans .plan-item > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse:0;
        margin-right: calc(.75rem * var(--tw-space-x-reverse));
        margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .homepage .home-mlm-plans .plan-item h3 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.4;
        color: #001f69;
    }

    .homepage .home-mlm-plans .plan-item p {
        font-weight: 400;
        line-height: 1.4;
        --tw-text-opacity:1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
    }

    .homepage .home-mlm-plans .plan-item:hover {
        --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    }

.homepage .home-mlm-plans .plan-icon img {
    max-width: 4.5rem;
}

.homepage .hero__shape__top {
    position: absolute !important;
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
}

.homepage .hero__shape__bottom {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.homepage .switchable__image img {
    box-shadow: initial;
    filter: drop-shadow(0 0 20px rgba(98, 97, 97, .3));
    width: 100%;
}

@media (max-width:480px) {
    .homepage .review-item {
        max-width: 50%;
        padding: 0 1rem;
    }

    .homepage .feature-content img {
        width: 2rem;
    }

    .homepage .feature-content span {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    .homepage .switchable__image {
        padding-left: .9375rem;
        padding-right: initial;
    }
}

@media (min-width:992px) {
    .homepage .switchable__image {
        padding-left: 3.125rem;
        padding-right: initial;
    }
}

@media (min-width:1200px) {
    .homepage .switchable__image {
        padding-left: 7.5rem;
        padding-right: initial;
    }

    .homepage .features--slider-2 {
        overflow: hidden;
        width: calc(50.66667% - 40px);
    }

    .homepage .features-custom-container picture {
        height: 450px;
    }

        .homepage .features-custom-container picture img {
            filter: drop-shadow(0 0 20px rgba(98, 97, 97, .3));
        }
}

.homepage #video_thumbnails .wrapper {
    padding: .75rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(98,97,97,.3);
}

.homepage #video_thumbnails blockquote {
    font-size: 1.6rem;
    font-weight: 600;
    color: #54565a;
}

.homepage .youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: .5rem;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

    .homepage .youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 2;
        cursor: pointer;
        position: absolute;
    }

    .homepage .youtube .play-button {
        width: 4rem;
        height: 4rem;
        background-color: #000;
        z-index: 1;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 1%;
        right: 1%;
    }

        .homepage .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 10px 0 10px 20px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 37%;
            left: 37%;
        }

    .homepage .youtube iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.homepage .footer-stats .background-holder {
    background-position: top;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
}

.homepage .single-counter-box .counter {
    color: #fff;
}

.homepage .contact-form .label-control {
    color: #fff;
    font-size: 1rem;
}

.faq-questions .card {
    margin-bottom: 2rem;
    transition: box-shadow .3s ease-in-out;
}

    .faq-questions .card .card-header {
        cursor: pointer;
    }

    .faq-questions .card .btn-link {
        color: #000529;
        font-size: 1.2rem;
        font-weight: 600;
        text-decoration: none;
        white-space: normal;
    }

    .faq-questions .card:hover {
        box-shadow: 0 0 20px rgba(0,0,0,.1);
    }

.overlap--md {
    margin-top: inherit;
    padding-top: 5rem;
}

@media (min-width:1200px) {
    .overlap--md {
        margin-top: -12rem;
        padding-top: 16rem;
    }
}

.overlap-gradient--blue {
    background: linear-gradient(180deg,rgba(18,146,238,0) 0,rgba(18,146,238,.056) 49.33%,rgba(18,146,238,0) 97.96%);
}

.text-gold {
    color:white;
}

.bg-gold {
    background: #0c90fb;
}

.text-midnight-blue {
    color: #001f69;
}

.bg-midnight-blue {
    background: #0c90fb;
    color: #fff;
}
/*! Blog Cards */

.article .card-body {
    display: flex;
}

    .article .card-body .entry-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

@media (min-width:640px) {
    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }
}

@media (min-width:768px) {
    .md\:order-2 {
        order: 2;
    }

    .md\:w-5\/12 {
        width: 41.666667%;
    }

    .md\:w-7\/12 {
        width: 58.333333%;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse:0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width:1024px) {
    .homepage .hero__title {
        font-size: 3.4rem;
    }

    .lg\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .lg\:h-\[750px\] {
        height: 750px;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:shadow-lg {
        --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    }

    .lg\:drop-shadow-lg {
        --tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
        filter: var(--tw-filter);
    }
}
/*15/02/2025*/
.review-carousel .owl-stage-outer {
    overflow: hidden;
}

.review-carousel .owl-stage {
    display: flex;
}

.review-carousel .owl-nav {
    display: none;
}

.review-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
    margin-top: 40px;
}

    .review-carousel .owl-dots button {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #869791;
        margin: 0px 5px;
        opacity: 0.5;
    }

        .review-carousel .owl-dots button.active {
            opacity: 1;
        }

@media (max-width: 480px) {
    .review-carousel .review-item {
        max-width: 100%;
        padding: 0px;
    }
}
