*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Poppins-Regular, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #6c6c6c;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #333;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.8;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c6c6c;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-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
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .789rem;
    color: #6c6c6c
}

code {
    font-size: 87.5%;
    color: #446ccd;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .3rem
}

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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.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%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.15528rem 1.49756rem;
    font-size: .895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c6c6c
}

.form-control:focus {
    color: #6c6c6c;
    background-color: #f8f8f8;
    border-color: #dadada;
    outline: 0;
    box-shadow: inherit
}

.form-control::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-control::placeholder {
    color: #6c6c6c;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #6c6c6c;
    background-color: #f8f8f8
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(1.15528rem + 1px);
    padding-bottom: calc(1.15528rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.31
}

.col-form-label-lg {
    padding-top: calc(1.421rem + 1px);
    padding-bottom: calc(1.421rem + 1px);
    font-size: 1rem;
    line-height: 1.31
}

.col-form-label-sm {
    padding-top: calc(.97329rem + 1px);
    padding-bottom: calc(.97329rem + 1px);
    font-size: .789rem;
    line-height: 1.31
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1.15528rem 0;
    margin-bottom: 0;
    font-size: .895rem;
    line-height: 1.31;
    color: #6c6c6c;
    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 {
    padding: .97329rem 1.26164rem;
    font-size: .789rem
}

.form-control-lg,
.form-control-sm {
    height: auto;
    line-height: 1.31;
    border-radius: 0
}

.form-control-lg {
    padding: 1.421rem 1.842rem;
    font-size: 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1.579rem
}

.form-text {
    display: block;
    margin-top: .7895rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.526rem
}

.form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -1.526rem
}

.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: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }


    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .526rem;
        margin-left: 0
    }
}

.btn,
[class*=-password-form] input[type=submit] {
    display: inline-block;
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    color: #6c6c6c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.105rem;
    font-size: .895rem;
    line-height: 1.23;
    border-radius: 0;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out
}


.btn:hover,
[class*=-password-form] input:hover[type=submit] {
    color: #6c6c6c;
    text-decoration: none
}

.btn.focus,
.btn:focus,
[class*=-password-form] input.focus[type=submit],
[class*=-password-form] input:focus[type=submit] {
    outline: 0;
    box-shadow: inherit
}

.btn.disabled,
.btn:disabled,
[class*=-password-form] input.disabled[type=submit],
[class*=-password-form] input:disabled[type=submit] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #446ccd;
    border-color: #446ccd
}

.btn-primary:hover {
    color: #fff;
    background-color: #3259b9;
    border-color: #2f54af
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #3259b9;
    border-color: #2f54af;
    box-shadow: 0 0 0 0 rgba(96, 130, 213, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #446ccd;
    border-color: #446ccd
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f54af;
    border-color: #2c4fa5
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(96, 130, 213, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #060606;
    border-color: #060606
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(43, 43, 43, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #060606;
    border-color: #060606
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 43, 43, .5)
}

.btn-success {
    color: #fff;
    background-color: #44cd4b;
    border-color: #44cd4b
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #32b938;
    border-color: #2faf35
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0 rgba(96, 213, 102, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #44cd4b;
    border-color: #44cd4b
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2faf35;
    border-color: #2ca532
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(96, 213, 102, .5)
}

.btn-info {
    color: #fff;
    background-color: #44bdcd;
    border-color: #44bdcd
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #32a9b9;
    border-color: #2fa0af
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0 rgba(96, 199, 213, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #44bdcd;
    border-color: #44bdcd
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2fa0af;
    border-color: #2c97a5
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(96, 199, 213, .5)
}

.btn-warning {
    color: #fff;
    background-color: #cdc344;
    border-color: #cdc344
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #b9af32;
    border-color: #afa62f
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0 rgba(213, 204, 96, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #cdc344;
    border-color: #cdc344
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #afa62f;
    border-color: #a59c2c
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 204, 96, .5)
}

.btn-danger {
    color: #fff;
    background-color: #cd4444;
    border-color: #cd4444
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #b93232;
    border-color: #af2f2f
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(213, 96, 96, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #cd4444;
    border-color: #cd4444
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #af2f2f;
    border-color: #a52c2c
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 96, 96, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0 hsla(240, 1%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(240, 1%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #595959;
    border-color: #535353
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 51%, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #535353;
    border-color: #4c4c4c
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 51%, .5)
}

.btn-link,
[class*=-password-form] input[type=submit] {
    font-weight: 400;
    color: #060606;
    text-decoration: none
}

.btn-link:hover,
[class*=-password-form] input:hover[type=submit] {
    color: #6c6c6c;
    text-decoration: none
}

.btn-link.focus,
.btn-link:focus,
[class*=-password-form] input.focus[type=submit],
[class*=-password-form] input:focus[type=submit] {
    text-decoration: none
}

.btn-link.disabled,
.btn-link:disabled,
[class*=-password-form] input.disabled[type=submit],
[class*=-password-form] input:disabled[type=submit] {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
[class*=-password-form] input[type=submit] {
    padding: 1.552rem;
    font-size: 1rem;
    line-height: 1.23;
    border-radius: 0
}

.btn-sm {
    padding: .474rem;
    font-size: .789rem;
    line-height: 1.23;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .263rem;
    vertical-align: middle;
    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: 12.105rem;
    padding: 0;
    margin: 0;
    font-size: .789rem;
    color: #060606;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0
}

.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: 0
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .263rem;
    vertical-align: middle;
    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: 0
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .263rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .263rem;
    vertical-align: middle;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .263rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #dadada
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .789rem 1.053rem;
    clear: both;
    font-weight: 400;
    color: #060606;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #060606
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: rgba(6, 6, 6, .5);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 1.053rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c6c6c;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .789rem 1.053rem;
    color: #060606
}

.dropdown-toggle-split {
    padding-right: .82875rem;
    padding-left: .82875rem
}

.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
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.579rem
}

.card-title {
    margin-bottom: 1.579rem
}

.card-subtitle {
    margin-top: -.7895rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.579rem
}

.card-header {
    padding: 1.579rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-footer {
    padding: 1.579rem;
    background-color: transparent;
    border-top: 1px solid transparent
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    margin-bottom: -1.579rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.7895rem;
    margin-left: -.7895rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.579rem;
    border-radius: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 1.579rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    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
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.7rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .9rem 1.1rem;
    color: inherit
}

.alert-primary {
    color: #23386b;
    background-color: #dae2f5;
    border-color: #cbd6f1
}

.alert-primary hr {
    border-top-color: #b7c6ec
}

.alert-primary .alert-link {
    color: #162445
}

.alert-secondary {
    color: #030303;
    background-color: #cdcdcd;
    border-color: #b9b9b9
}

.alert-secondary hr {
    border-top-color: #acacac
}

.alert-secondary .alert-link {
    color: #000
}


.alert-info {
    color: #23626b;
    background-color: #daf2f5;
    border-color: #cbedf1
}

.alert-info hr {
    border-top-color: #b7e6ec
}

.alert-info .alert-link {
    color: #163f45
}

.alert-warning {
    color: #6b6523;
    background-color: #f5f3da;
    border-color: #f1eecb
}

.alert-warning hr {
    border-top-color: #ece7b7
}

.alert-warning .alert-link {
    color: #454116
}


.alert-light {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd
}

.alert-light hr {
    border-top-color: #f0f0f0
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #383838;
    background-color: #e2e2e2;
    border-color: #d6d6d6
}

.alert-dark hr {
    border-top-color: #c9c9c9
}

.alert-dark .alert-link {
    color: #1f1f1f
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #060606;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #060606;
    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
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.526rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 3.052rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.052rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.052rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 3.052rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #6c6c6c;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: transparent
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 1
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.263rem 0;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 2.263rem 0;
    margin: -2.263rem 0 -2.263rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.43
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.526rem 0
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.526rem 0-0.39475rem;
    border-top: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .39475rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.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: #446ccd !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2f54af !important
}

.bg-secondary {
    background-color: #060606 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #000 !important
}

.bg-success {
    background-color: #44cd4b !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #2faf35 !important
}

.bg-info {
    background-color: #44bdcd !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #2fa0af !important
}

.bg-warning {
    background-color: #cdc344 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #afa62f !important
}

.bg-danger {
    background-color: #cd4444 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #af2f2f !important
}

.bg-light {
    background-color: #f8f8f8 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dfdfdf !important
}

.bg-dark {
    background-color: #6c6c6c !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #535353 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dadada !important
}

.border-top {
    border-top: 1px solid #dadada !important
}

.border-right {
    border-right: 1px solid #dadada !important
}

.border-bottom {
    border-bottom: 1px solid #dadada !important
}

.border-left {
    border-left: 1px solid #dadada !important
}

.border-0,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    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: #446ccd !important
}

.border-secondary {
    border-color: #060606 !important
}

.border-success {
    border-color: #44cd4b !important
}

.border-info {
    border-color: #44bdcd !important
}

.border-warning {
    border-color: #cdc344 !important
}

.border-danger {
    border-color: #cd4444 !important
}

.border-light {
    border-color: #f8f8f8 !important
}

.border-dark {
    border-color: #6c6c6c !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .3rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .2rem !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,
.signature {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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%
}

.embed-responsive-16by10:before {
    padding-top: 62.5%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap,
.languages .nav {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end,
[class*=-element].justify-content-end>[class*=r-container]>[class*=-row] {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #446ccd !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #294b9b !important
}

.text-secondary {
    color: #060606 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #000 !important
}

.text-success {
    color: #44cd4b !important
}

a.text-success:focus,
a.text-success:hover {
    color: #299b2f !important
}

.text-info {
    color: #44bdcd !important
}

a.text-info:focus,
a.text-info:hover {
    color: #298e9b !important
}

.text-warning {
    color: #cdc344 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #9b9329 !important
}

.text-danger {
    color: #cd4444 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #9b2929 !important
}

.text-light {
    color: #f8f8f8 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #d2d2d2 !important
}

.text-dark {
    color: #6c6c6c !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #464646 !important
}

.text-body {
    color: #6c6c6c !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .632rem .953rem;
    margin-left: 0;
    line-height: 1.25;
    color: #060606;
    background-color: #fff;
    border: 0 solid transparent
}

.page-link:hover {
    z-index: 2;
    color: #6c6c6c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: transparent
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: inherit
}

.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: #446ccd;
    border-color: #446ccd
}

.page-item.disabled .page-link {
    color: rgba(6, 6, 6, .5);
    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: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.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: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.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.474rem
}

.h2,
h2 {
    font-size: 2.053rem
}

.h3,
h3 {
    font-size: 1.737rem
}

.h4,
h4 {
    font-size: 1.421rem
}

.h5,
h5 {
    font-size: 1.11rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dadada
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em
}

.footer-widget-area .widget.widget_rss ul,
.list-unstyled,
.nav,
.widget-area .widget.widget_rss ul,
[class*=widget-container] .widget.widget_rss ul {
    padding-left: 0;
    list-style: none
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .7895rem 1.579rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: rgba(6, 6, 6, .5);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: rgba(6, 6, 6, .5);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #060606;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #446ccd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6c6c6c
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dadada
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dadada
}

.table tbody+tbody {
    border-top: 2px solid #dadada
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dadada
}

.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: #6c6c6c;
    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: #dadada
}

.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: 0;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s 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,
[class*=-block-search] [class*=-block-search__button] .badge,
[class*=-password-form] input[type=submit] .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #446ccd
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #2f54af
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(68, 108, 205, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #060606
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #000
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(6, 6, 6, .5)
}

.badge-success {
    color: #fff;
    background-color: #44cd4b
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #2faf35
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(68, 205, 75, .5)
}

.badge-info {
    color: #fff;
    background-color: #44bdcd
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #2fa0af
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(68, 189, 205, .5)
}

.badge-warning {
    color: #fff;
    background-color: #cdc344
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: #afa62f
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(205, 195, 68, .5)
}

.badge-danger {
    color: #fff;
    background-color: #cd4444
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #af2f2f
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(205, 68, 68, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f8f8
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dfdfdf
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.badge-dark {
    color: #fff;
    background-color: #6c6c6c
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #535353
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 42%, .5)
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

html {
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    font-size: 16px;
}

::-moz-selection {
    background: #446ccd;
    color: #fff
}

::selection {
    background: #446ccd;
    color: #fff
}

.wrapper {
    max-width: 1700px;
    margin: auto;
    padding-left: 2.632rem;
    padding-right: 2.632rem
}

@media (max-width:1700px) {
    .wrapper {
        padding-left: 2.632rem;
        padding-right: 2.632rem
    }
}

@media (max-width:1199px) {
    .wrapper {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem
    }
}

@media (max-width:575px) {

    .wrapper {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem
    }
}

@media (max-width:767px) {
    #main .wrapper {
        max-width: 450px
    }

    #main .wrapper-normal .wrapper {
        max-width: 1700px
    }
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular/Poppins-Regular.eot);
    src: url(../fonts/Poppins/Poppins-Regular/Poppins-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins/Poppins-Regular/Poppins-Regular.ttf) format("truetype"), url(../fonts/Poppins/Poppins-Regular/Poppins-Regular.svg#Poppins-Regular) format("svg");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold/Poppins-Bold.eot);
    src: url(../fonts/Poppins/Poppins-Bold/Poppins-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins/Poppins-Bold/Poppins-Bold.ttf) format("truetype"), url(../fonts/Poppins/Poppins-Bold/Poppins-Bold.svg#Poppins-Bold) format("svg");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

.font-size-sm {
    font-size: .789rem
}

.font-size-df {
    font-size: .895rem
}

.font-size-lg {
    font-size: 1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    line-height: 1.31
}

.h1:before,
.h2:before,
.h3:before,
.h4:before,
.h5:before,
.h6:before,
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.255em
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h2.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h3.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h4.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h5.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h6.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h2.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h3.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h4.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h5.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h6.reviews-item-positions:after,
.card .h1.card-header:after,
.card .h2.card-header:after,
.card .h3.card-header:after,
.card .h4.card-header:after,
.card .h5.card-header:after,
.card .h6.card-header:after,
.card h1.card-header:after,
.card h2.card-header:after,
.card h3.card-header:after,
.card h4.card-header:after,
.card h5.card-header:after,
.card h6.card-header:after,
.h1.after:after,
.h1.modal-title:after,
.h1:last-child:after,
.h2.after:after,
.h2.modal-title:after,
.h2:last-child:after,
.h3.after:after,
.h3.modal-title:after,
.h3:last-child:after,
.h4.after:after,
.h4.modal-title:after,
.h4:last-child:after,
.h5.after:after,
.h5.modal-title:after,
.h5:last-child:after,
.h6.after:after,
.h6.modal-title:after,
.h6:last-child:after,
h1.after:after,
h1.modal-title:after,
h1:last-child:after,
h2.after:after,
h2.modal-title:after,
h2:last-child:after,
h3.after:after,
h3.modal-title:after,
h3:last-child:after,
h4.after:after,
h4.modal-title:after,
h4:last-child:after,
h5.after:after,
h5.modal-title:after,
h5:last-child:after,
h6.after:after,
h6.modal-title:after,
h6:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.28em
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #060606
}

.h1,
h1 {
    word-break: break-word;
    margin-bottom: .434rem;
    line-height: 1.45
}

.h1:before,
h1:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.reviews-item-positions:after,
.card .h1.card-header:after,
.card h1.card-header:after,
.h1.after:after,
.h1.modal-title:after,
.h1:last-child:after,
h1.after:after,
h1.modal-title:after,
h1:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.375em
}

.large,
h1.large {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: .434rem
}

.h1.large:before,
h1.large:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.235em
}

.h1.large:last-child,
h1.large:last-child {
    margin-bottom: 0
}

.h1.large:last-child:after,
h1.large:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.26em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions,
.card .h1.large.card-header,
.card h1.large.card-header,
.h1.large.after,
.h1.large.modal-title,
h1.large.after,
h1.large.modal-title {
    margin-bottom: 0
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions:after,
.card .h1.large.card-header:after,
.card h1.large.card-header:after,
.h1.large.after:after,
.h1.large.modal-title:after,
h1.large.after:after,
h1.large.modal-title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.26em
}

@media (max-width:1700px) {

    .h1.large,
    h1.large {
        font-size: 4.75vw
    }
}

@media (max-width:780px) {

    .h1.large,
    h1.large {
        font-size: 2.474rem;
        line-height: 1.45
    }

    .h1.large:before,
    h1.large:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: -0.35em
    }

    .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h1.large.reviews-item-positions:after,
    .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h1.large.reviews-item-positions:after,
    .card .h1.large.card-header:after,
    .card h1.large.card-header:after,
    .h1.large.after:after,
    .h1.large.modal-title:after,
    .h1.large:last-child:after,
    h1.large.after:after,
    h1.large.modal-title:after,
    h1.large:last-child:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-bottom: -0.375em
    }
}

.h2,
h2 {
    margin-bottom: .683rem;
    line-height: 1.44
}

.h2:before,
h2:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.345em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h2.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h2.reviews-item-positions:after,
.card .h2.card-header:after,
.card h2.card-header:after,
.h2.after:after,
.h2.modal-title:after,
.h2:last-child:after,
h2.after:after,
h2.modal-title:after,
h2:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.37em
}

.h3,
h3 {
    margin-bottom: .878rem;
    line-height: 1.42
}

.h3:before,
h3:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.335em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h3.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h3.reviews-item-positions:after,
.card .h3.card-header:after,
.card h3.card-header:after,
.h3.after:after,
.h3.modal-title:after,
.h3:last-child:after,
h3.after:after,
h3.modal-title:after,
h3:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.36em
}

.h4,
h4 {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.h4:before,
h4:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.33em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h4.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h4.reviews-item-positions:after,
.card .h4.card-header:after,
.card h4.card-header:after,
.h4.after:after,
.h4.modal-title:after,
.h4:last-child:after,
h4.after:after,
h4.modal-title:after,
h4:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.355em
}

.h5,
h5 {
    margin-bottom: 1.118rem;
    line-height: 1.43
}

.h5:before,
h5:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.34em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h5.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h5.reviews-item-positions:after,
.card .h5.card-header:after,
.card h5.card-header:after,
.h5.after:after,
.h5.modal-title:after,
.h5:last-child:after,
h5.after:after,
h5.modal-title:after,
h5:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.365em
}

.h6,
h6 {
    margin-bottom: 1.219rem;
    line-height: 1.42
}

.h6:before,
h6:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.335em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .h6.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item h6.reviews-item-positions:after,
.card .h6.card-header:after,
.card h6.card-header:after,
.h6.after:after,
.h6.modal-title:after,
.h6:last-child:after,
h6.after:after,
h6.modal-title:after,
h6:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.36em
}


p:before {
    margin-top: -0.495em
}

p:before,
p:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0
}

p:last-child:after {
    margin-bottom: -0.545em
}

p:last-child[class*=bg-]:after {
    display: none
}

p.before:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item p.reviews-item-positions:after,
.card p.card-header:after,
p.after:after,
p.modal-title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

p.no-after:after,
p.no-before:before {
    display: none !important
}

p.p-small {
    font-size: .895rem
}

p.p-large {
    font-size: 1.3rem
}

span.s-small {
    font-size: .895rem
}

span.s-large {
    font-size: 1.3rem
}

i.i-small-xs {
    font-size: .684rem
}

i.i-small {
    font-size: .895rem
}

i.i-default {
    font-size: 1rem
}

i.i-large {
    font-size: 1.3rem
}

.small,
small {
    line-height: 1.51
}

.small:before,
small:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.355em
}

.small:last-child:after,
small:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.405em
}

b,
strong {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

.site-main p {
    margin-bottom: 1.034rem
}

.site-main p:last-child {
    margin-bottom: 0
}

.blockquote,
blockquote {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    font-style: italic;
    border-left: 2px solid #060606;
    color: #060606;
    padding-left: 1.474rem;
    line-height: 1.79;
    margin-bottom: 1.579rem
}

.blockquote:last-child,
blockquote:last-child {
    margin-bottom: 0
}

.blockquote p:after,
.blockquote p:before,
blockquote p:after,
blockquote p:before {
    display: none
}

.blockquote p:last-child,
blockquote p:last-child {
    margin-bottom: 0
}

.blockquote p:last-child:after,
blockquote p:last-child:after {
    display: none
}

ul {
    list-style: none;
    margin-left: 1.3rem;
    padding: 0
}

ul li {
    line-height: 1.79;
    margin-bottom: 1.091rem
}

ul li:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

ul li:last-child {
    margin-bottom: 0
}

ul li:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

ul li:before {
    content: "\2022";
    color: #060606;
    width: 1rem;
    font-size: .6rem;
    position: relative;
    top: .3rem;
    margin-left: -1.2rem
}

ul ol,
ul ul {
    margin-top: 1.091rem
}

ol {
    margin-left: .94rem;
    padding: 0
}

ol li {
    line-height: 1.79;
    margin-bottom: 1.091rem
}

ol li:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

ol li:last-child {
    margin-bottom: 0
}

ol li:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

ol li ul>li:before {
    content: "\2022"
}

ol li ol>li:before {
    content: ""
}

ol li p,
ol li strong {
    line-height: 1.79
}

ol li p {
    margin-top: 1.091rem;
    margin-bottom: 1.091rem
}

ol li p:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

ol li p:first-child {
    margin-top: 0
}

ol li p:last-child {
    margin-bottom: 0
}

ol li p:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

ol ol,
ol ul {
    margin-top: 1.091rem
}

.footer-widget-area .widget.widget_rss ul,
.list-unstyled,
.nav,
.widget-area .widget.widget_rss ul,
[class*=widget-container] .widget.widget_rss ul {
    margin-left: 0
}

.footer-widget-area .widget.widget_rss ul li:after,
.list-unstyled li:after,
.nav li:after,
.widget-area .widget.widget_rss ul li:after,
[class*=widget-container] .widget.widget_rss ul li:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

.footer-widget-area .widget.widget_rss ul li:before,
.list-unstyled li:before,
.nav li:before,
.widget-area .widget.widget_rss ul li:before,
[class*=widget-container] .widget.widget_rss ul li:before {
    content: ""
}


address,
dl,
ol,
pre,
ul {
    margin-bottom: 1.579rem
}

address:last-child,
dl:last-child,
ol:last-child,
pre:last-child,
ul:last-child {
    margin-bottom: 0
}

address,
dl {
    line-height: 1.79
}

address:before,
dl:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

address:last-child:after,
dl:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

pre {
    line-height: 1.79
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: 0 .2em
}

.regular {
    font-family: Poppins-Regular, sans-serif !important;
    font-weight: 400
}

#back-to-top a span,
.bold,
.dropdown-submenu>.dropdown-item,
.dropdown-toggle {
    font-family: Poppins-Bold, sans-serif !important;
    font-weight: 700
}

.text-secondary {
    color: #446ccd !important
}

a.text-secondary:hover {
    color: #6c6c6c !important
}

hr {
    margin-top: 0;
    margin-bottom: 1.579rem
}

hr:last-child {
    margin-bottom: 0
}

.hr {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.579rem !important
}

[class*=pullquote] {
    border-top: 2px solid;
    border-bottom: 2px solid
}

[class*=pullquote] .blockquote,
[class*=pullquote] blockquote {
    font-style: normal;
    border: 0;
    padding-left: 0
}

[class*=pullquote] .blockquote cite,
[class*=pullquote] blockquote cite {
    font-style: normal
}

caption {
    font-size: .895rem;
    padding-top: .7895rem;
    padding-bottom: 0;
    line-height: 1.79
}

caption:before {
    margin-top: -0.495em
}

caption:after,
caption:before {
    content: "";
    display: block;
    height: 0;
    width: 0
}

caption:after {
    margin-bottom: -0.545em
}

figure:last-child {
    margin-bottom: 0
}

figure figcaption {
    font-size: .789rem;
    text-align: center;
    margin-top: .7895rem !important;
    margin-bottom: 0 !important;
    line-height: 1.79
}

figure figcaption:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

figure figcaption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

.text-max-width {
    max-width: 31.579rem
}

.text-max-width-2 {
    max-width: 38.421rem
}

.img.object-fit {
    position: relative
}

.img.object-fit:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.img.object-fit .object-fit-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    outline: none
}

.img.object-fit .object-fit-cover img,
.img.object-fit .object-fit-cover svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover
}

.img.object-fit .object-fit-cover figure {
    width: 100%;
    height: 100%
}

.img.object-fit.size-1:before {
    padding-top: 52%
}

.img.object-fit.size-2:before {
    padding-top: 64%
}

.img.object-fit.size-3:before {
    padding-top: 76%
}

.img.object-fit.size-4:before {
    padding-top: 88%
}

.img.object-fit.size-5:before {
    padding-top: 112%
}

.img-blur {
    filter: blur(9px);
    -webkit-filter: blur(9px)
}

.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.figure-img {
    margin-bottom: 0
}

.img-size-1 .img.object-fit {
    min-height: 400px;
    max-height: 800px
}

.img-size-1 .img.object-fit:before {
    padding-top: 41.7%
}

.fas.fas-space-l {
    padding-left: .737rem
}

.fas.fas-space-r {
    padding-right: .737rem
}

.close {
    opacity: 1
}

.close>span:not(.adveits-i):before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.225em
}

.close>span:not(.adveits-i):after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.225em
}

.close:hover {
    color: #6c6c6c
}

.close:hover .adveits-i.adv-close span {
    background-color: #6c6c6c
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

@font-face {
    font-family: hosco;
    src: url(../assets/fonts/Hosco/hoscoec47.html?74649233);
    src: url(../assets/fonts/Hosco/hoscoec47.html?74649233#iefix) format("embedded-opentype"), url(../assets/fonts/Hosco/hoscoec47-2.html?74649233#hosco) format("svg");
    font-weight: 400;
    font-style: normal
}

table th {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

table:not(.table-dark) th {
    color: #060606
}

table td,
table th {
    border: 1px solid #dadada;
    padding: .8rem 1rem
}

[class*=calendar] th {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

[class*=calendar]:not(.table-dark) th {
    background: transparent;
    color: #060606
}

[class*=calendar] td,
[class*=calendar] th {
    border: 1px solid #dadada !important;
    padding: .8rem 0 !important;
    text-align: center
}

[class*=calendar] tfoot a {
    color: #060606;
    text-decoration: none
}

[class*=calendar] tfoot a:hover {
    color: #6c6c6c
}

[class*=calendar] a {
    text-decoration: none;
    font-weight: 700
}

.bg-fixed {
    background-attachment: fixed
}

.bg-dark a,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-text-tertiary-color a,
.bg-text-tertiary-color h1,
.bg-text-tertiary-color h2,
.bg-text-tertiary-color h3,
.bg-text-tertiary-color h4,
.bg-text-tertiary-color h5,
.bg-text-tertiary-color h6,
.bg-text-tertiary-color p {
    color: #fff
}

.bg-gray {
    background-color: #f2f2f2
}

.bg-gray-light {
    background-color: #e4e7f9
}

.bg-gray-light.before-block {
    position: relative
}

.bg-gray-light.before-block:before {
    content: "";
    position: absolute;
    top: -10.526rem;
    height: 100%;
    width: 100%;
    background: #f8f8f8;
    z-index: -1
}

.bg-gray-dark {
    background-color: #dadada
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #446ccd
}

.bg-indigo {
    background-color: #6c44cd
}

.bg-purple {
    background-color: #b344cd
}

.bg-pink {
    background-color: #cd4494
}

.bg-red {
    background-color: #cd4444
}

.bg-orange {
    background-color: #cd6f44
}

.bg-yellow {
    background-color: #cdc344
}

.bg-green {
    background-color: #44cd4b
}

.bg-teal {
    background-color: #44cda8
}

.bg-cyan {
    background-color: #44bdcd
}

.bg-white-full-width {
    position: relative;
    background: #fff
}

.bg-white-full-width:after,
.bg-white-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #fff
}

@media (max-width:991px) {

    .bg-white-full-width:after,
    .bg-white-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-white-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-white-full-width:after {
        right: -1.59515rem
    }
}

.bg-gray-full-width {
    position: relative;
    background: #f2f2f2
}

.bg-gray-full-width:after,
.bg-gray-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f2f2f2
}

@media (max-width:991px) {

    .bg-gray-full-width:after,
    .bg-gray-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-gray-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-gray-full-width:after {
        right: -1.59515rem
    }
}

.bg-gray-light .bg-gray-light-full-width {
    position: relative;
    background: #f8f8f8
}

.bg-gray-light-full-width:after,
.bg-gray-light-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f8f8f8
}

@media (max-width:991px) {

    .bg-gray-light-full-width:after,
    .bg-gray-light-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-gray-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-gray-light-full-width:after {
        right: -1.59515rem
    }
}

.bg-gray-dark-full-width {
    position: relative;
    background: #dadada
}

.bg-gray-dark-full-width:after,
.bg-gray-dark-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #dadada
}

@media (max-width:991px) {

    .bg-gray-dark-full-width:after,
    .bg-gray-dark-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-gray-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-gray-dark-full-width:after {
        right: -1.59515rem
    }
}

.bg-light-full-width {
    position: relative;
    background: #f8f8f8
}

.bg-light-full-width:after,
.bg-light-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f8f8f8
}

@media (max-width:991px) {

    .bg-light-full-width:after,
    .bg-light-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-light-full-width:after {
        right: -1.59515rem
    }
}

.bg-dark-full-width {
    position: relative;
    background: #6c6c6c
}

.bg-dark-full-width:after,
.bg-dark-full-width:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #6c6c6c
}

@media (max-width:991px) {

    .bg-dark-full-width:after,
    .bg-dark-full-width:before {
        width: 1.59515rem;
        left: -1.59515rem
    }
}

.bg-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%)
}

@media (max-width:991px) {
    .bg-dark-full-width:after {
        right: -1.59515rem
    }
}

.spacer.m-top-xl {
    margin-top: 8.421rem !important
}

.spacer.m-top-xl-2 {
    margin-top: 4.2105rem !important
}

@media (max-width:1700px) {

    .spacer.m-top-xl-media-xxl,
    .spacer.m-top-xl-media-xxxl {
        margin-top: 8.421rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-top-xl-media-xl {
        margin-top: 8.421rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-top-xl-media-lg {
        margin-top: 8.421rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-top-xl-media-md {
        margin-top: 8.421rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-top-xl-media-sm {
        margin-top: 8.421rem !important
    }
}

.spacer.m-top-lg {
    margin-top: 3.158rem !important
}

.spacer.m-top-lg-2 {
    margin-top: 1.579rem !important
}

@media (max-width:1700px) {

    .spacer.m-top-lg-media-xxl,
    .spacer.m-top-lg-media-xxxl {
        margin-top: 3.158rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-top-lg-media-xl {
        margin-top: 3.158rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-top-lg-media-lg {
        margin-top: 3.158rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-top-lg-media-md {
        margin-top: 3.158rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-top-lg-media-sm {
        margin-top: 3.158rem !important
    }
}

.spacer.m-top-md {
    margin-top: 2.632rem !important
}

.spacer.m-top-md-2 {
    margin-top: 1.316rem !important
}

@media (max-width:1700px) {

    .spacer.m-top-md-media-xxl,
    .spacer.m-top-md-media-xxxl {
        margin-top: 2.632rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-top-md-media-xl {
        margin-top: 2.632rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-top-md-media-lg {
        margin-top: 2.632rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-top-md-media-md {
        margin-top: 2.632rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-top-md-media-sm {
        margin-top: 2.632rem !important
    }
}

.spacer.m-top-sm {
    margin-top: 2.105rem !important
}

.spacer.m-top-sm-2 {
    margin-top: 1.0525rem !important
}

@media (max-width:1700px) {

    .spacer.m-top-sm-media-xxl,
    .spacer.m-top-sm-media-xxxl {
        margin-top: 2.105rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-top-sm-media-xl {
        margin-top: 2.105rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-top-sm-media-lg {
        margin-top: 2.105rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-top-sm-media-md {
        margin-top: 2.105rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-top-sm-media-sm {
        margin-top: 2.105rem !important
    }
}

.spacer.m-top-xs {
    margin-top: 1.579rem !important
}

.spacer.m-top-xs-2 {
    margin-top: .7895rem !important
}

@media (max-width:1700px) {

    .spacer.m-top-xs-media-xxl,
    .spacer.m-top-xs-media-xxxl {
        margin-top: 1.579rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-top-xs-media-xl {
        margin-top: 1.579rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-top-xs-media-lg {
        margin-top: 1.579rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-top-xs-media-md {
        margin-top: 1.579rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-top-xs-media-sm {
        margin-top: 1.579rem !important
    }
}

.spacer.m-bottom-xl {
    margin-bottom: 8.421rem !important
}

.spacer.m-bottom-xl-2 {
    margin-bottom: 4.2105rem !important
}

@media (max-width:1700px) {

    .spacer.m-bottom-xl-media-xxl,
    .spacer.m-bottom-xl-media-xxxl {
        margin-bottom: 8.421rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-bottom-xl-media-xl {
        margin-bottom: 8.421rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-bottom-xl-media-lg {
        margin-bottom: 8.421rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-bottom-xl-media-md {
        margin-bottom: 8.421rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-bottom-xl-media-sm {
        margin-bottom: 8.421rem !important
    }
}

.spacer.m-bottom-lg {
    margin-bottom: 3.158rem !important
}

.spacer.m-bottom-lg-2 {
    margin-bottom: 1.579rem !important
}

@media (max-width:1700px) {

    .spacer.m-bottom-lg-media-xxl,
    .spacer.m-bottom-lg-media-xxxl {
        margin-bottom: 3.158rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-bottom-lg-media-xl {
        margin-bottom: 3.158rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-bottom-lg-media-lg {
        margin-bottom: 3.158rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-bottom-lg-media-md {
        margin-bottom: 3.158rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-bottom-lg-media-sm {
        margin-bottom: 3.158rem !important
    }
}

.spacer.m-bottom-md {
    margin-bottom: 2.632rem !important
}

.spacer.m-bottom-md-2 {
    margin-bottom: 1.316rem !important
}

@media (max-width:1700px) {

    .spacer.m-bottom-md-media-xxl,
    .spacer.m-bottom-md-media-xxxl {
        margin-bottom: 2.632rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-bottom-md-media-xl {
        margin-bottom: 2.632rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-bottom-md-media-lg {
        margin-bottom: 2.632rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-bottom-md-media-md {
        margin-bottom: 2.632rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-bottom-md-media-sm {
        margin-bottom: 2.632rem !important
    }
}

.spacer.m-bottom-sm {
    margin-bottom: 2.105rem !important
}

.spacer.m-bottom-sm-2 {
    margin-bottom: 1.0525rem !important
}

@media (max-width:1700px) {

    .spacer.m-bottom-sm-media-xxl,
    .spacer.m-bottom-sm-media-xxxl {
        margin-bottom: 2.105rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-bottom-sm-media-xl {
        margin-bottom: 2.105rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-bottom-sm-media-lg {
        margin-bottom: 2.105rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-bottom-sm-media-md {
        margin-bottom: 2.105rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-bottom-sm-media-sm {
        margin-bottom: 2.105rem !important
    }
}

.spacer.m-bottom-xs {
    margin-bottom: 1.579rem !important
}

.spacer.m-bottom-xs-2 {
    margin-bottom: .7895rem !important
}

@media (max-width:1700px) {

    .spacer.m-bottom-xs-media-xxl,
    .spacer.m-bottom-xs-media-xxxl {
        margin-bottom: 1.579rem !important
    }
}

@media (max-width:1199px) {
    .spacer.m-bottom-xs-media-xl {
        margin-bottom: 1.579rem !important
    }
}

@media (max-width:991px) {
    .spacer.m-bottom-xs-media-lg {
        margin-bottom: 1.579rem !important
    }
}

@media (max-width:767px) {
    .spacer.m-bottom-xs-media-md {
        margin-bottom: 1.579rem !important
    }
}

@media (max-width:575px) {
    .spacer.m-bottom-xs-media-sm {
        margin-bottom: 1.579rem !important
    }
}

.spacer.m-left-xl {
    margin-left: 8.421rem !important
}

.spacer.m-left-xl-2 {
    margin-left: 4.2105rem !important
}

.spacer.m-left-lg {
    margin-left: 3.158rem !important
}

.spacer.m-left-lg-2 {
    margin-left: 1.579rem !important
}

.spacer.m-left-md {
    margin-left: 2.632rem !important
}

.spacer.m-left-md-2 {
    margin-left: 1.316rem !important
}

.spacer.m-left-sm {
    margin-left: 2.105rem !important
}

.spacer.m-left-sm-2 {
    margin-left: 1.0525rem !important
}

.spacer.m-left-xs {
    margin-left: 1.579rem !important
}

.spacer.m-left-xs-2 {
    margin-left: .7895rem !important
}

.spacer.m-right-xl {
    margin-right: 8.421rem !important
}

.spacer.m-right-xl-2 {
    margin-right: 4.2105rem !important
}

.spacer.m-right-lg {
    margin-right: 3.158rem !important
}

.spacer.m-right-lg-2 {
    margin-right: 1.579rem !important
}

.spacer.m-right-md {
    margin-right: 2.632rem !important
}

.spacer.m-right-md-2 {
    margin-right: 1.316rem !important
}

.spacer.m-right-sm {
    margin-right: 2.105rem !important
}

.spacer.m-right-sm-2 {
    margin-right: 1.0525rem !important
}

.spacer.m-right-xs {
    margin-right: 1.579rem !important
}

.spacer.m-right-xs-2 {
    margin-right: .7895rem !important
}

.spacer.p-top-xl {
    padding-top: 5rem !important
}

.spacer.p-top-xl-2 {
    padding-top: 4.2105rem !important
}

@media (max-width:1700px) {

    .spacer.p-top-xl-media-xxl,
    .spacer.p-top-xl-media-xxxl {
        padding-top: 8.421rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-top-xl-media-xl {
        padding-top: 8.421rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-top-xl-media-lg {
        padding-top: 8.421rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-top-xl-media-md {
        padding-top: 8.421rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-top-xl-media-sm {
        padding-top: 8.421rem !important
    }
}

.spacer.p-top-lg {
    padding-top: 3.158rem !important
}

.spacer.p-top-lg-2 {
    padding-top: 1.579rem !important
}

@media (max-width:1700px) {

    .spacer.p-top-lg-media-xxl,
    .spacer.p-top-lg-media-xxxl {
        padding-top: 3.158rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-top-lg-media-xl {
        padding-top: 3.158rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-top-lg-media-lg {
        padding-top: 3.158rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-top-lg-media-md {
        padding-top: 3.158rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-top-lg-media-sm {
        padding-top: 3.158rem !important
    }
}

.spacer.p-top-md {
    padding-top: 2.632rem !important
}

.spacer.p-top-md-2 {
    padding-top: 1.316rem !important
}

@media (max-width:1700px) {

    .spacer.p-top-md-media-xxl,
    .spacer.p-top-md-media-xxxl {
        padding-top: 2.632rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-top-md-media-xl {
        padding-top: 2.632rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-top-md-media-lg {
        padding-top: 2.632rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-top-md-media-md {
        padding-top: 2.632rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-top-md-media-sm {
        padding-top: 2.632rem !important
    }
}

.spacer.p-top-sm {
    padding-top: 2.105rem !important
}

.spacer.p-top-sm-2 {
    padding-top: 1.0525rem !important
}

@media (max-width:1700px) {

    .spacer.p-top-sm-media-xxl,
    .spacer.p-top-sm-media-xxxl {
        padding-top: 2.105rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-top-sm-media-xl {
        padding-top: 2.105rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-top-sm-media-lg {
        padding-top: 2.105rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-top-sm-media-md {
        padding-top: 2.105rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-top-sm-media-sm {
        padding-top: 2.105rem !important
    }
}

.spacer.p-top-xs {
    padding-top: 1.579rem !important
}

.spacer.p-top-xs-2 {
    padding-top: .7895rem !important
}

@media (max-width:1700px) {

    .spacer.p-top-xs-media-xxl,
    .spacer.p-top-xs-media-xxxl {
        padding-top: 1.579rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-top-xs-media-xl {
        padding-top: 1.579rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-top-xs-media-lg {
        padding-top: 1.579rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-top-xs-media-md {
        padding-top: 1.579rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-top-xs-media-sm {
        padding-top: 1.579rem !important
    }
}

.spacer.p-bottom-xl {
    padding-bottom: 5rem !important
}

.spacer.p-bottom-xl-2 {
    padding-bottom: 4.2105rem !important
}

@media (max-width:1700px) {

    .spacer.p-bottom-xl-media-xxl,
    .spacer.p-bottom-xl-media-xxxl {
        padding-bottom: 8.421rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-bottom-xl-media-xl {
        padding-bottom: 8.421rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-bottom-xl-media-lg {
        padding-bottom: 8.421rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-bottom-xl-media-md {
        padding-bottom: 8.421rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-bottom-xl-media-sm {
        padding-bottom: 8.421rem !important
    }
}

.spacer.p-bottom-lg {
    padding-bottom: 3.158rem !important
}

.spacer.p-bottom-lg-2 {
    padding-bottom: 1.579rem !important
}

@media (max-width:1700px) {

    .spacer.p-bottom-lg-media-xxl,
    .spacer.p-bottom-lg-media-xxxl {
        padding-bottom: 3.158rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-bottom-lg-media-xl {
        padding-bottom: 3.158rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-bottom-lg-media-lg {
        padding-bottom: 3.158rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-bottom-lg-media-md {
        padding-bottom: 3.158rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-bottom-lg-media-sm {
        padding-bottom: 3.158rem !important
    }
}

.spacer.p-bottom-md {
    padding-bottom: 2.632rem !important
}

.spacer.p-bottom-md-2 {
    padding-bottom: 1.316rem !important
}

@media (max-width:1700px) {

    .spacer.p-bottom-md-media-xxl,
    .spacer.p-bottom-md-media-xxxl {
        padding-bottom: 2.632rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-bottom-md-media-xl {
        padding-bottom: 2.632rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-bottom-md-media-lg {
        padding-bottom: 2.632rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-bottom-md-media-md {
        padding-bottom: 2.632rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-bottom-md-media-sm {
        padding-bottom: 2.632rem !important
    }
}

.spacer.p-bottom-sm {
    padding-bottom: 2.105rem !important
}

.spacer.p-bottom-sm-2 {
    padding-bottom: 1.0525rem !important
}

@media (max-width:1700px) {

    .spacer.p-bottom-sm-media-xxl,
    .spacer.p-bottom-sm-media-xxxl {
        padding-bottom: 2.105rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-bottom-sm-media-xl {
        padding-bottom: 2.105rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-bottom-sm-media-lg {
        padding-bottom: 2.105rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-bottom-sm-media-md {
        padding-bottom: 2.105rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-bottom-sm-media-sm {
        padding-bottom: 2.105rem !important
    }
}

.spacer.p-bottom-xs {
    padding-bottom: 1.579rem !important
}

.spacer.p-bottom-xs-2 {
    padding-bottom: .7895rem !important
}

@media (max-width:1700px) {

    .spacer.p-bottom-xs-media-xxl,
    .spacer.p-bottom-xs-media-xxxl {
        padding-bottom: 1.579rem !important
    }
}

@media (max-width:1199px) {
    .spacer.p-bottom-xs-media-xl {
        padding-bottom: 1.579rem !important
    }
}

@media (max-width:991px) {
    .spacer.p-bottom-xs-media-lg {
        padding-bottom: 1.579rem !important
    }
}

@media (max-width:767px) {
    .spacer.p-bottom-xs-media-md {
        padding-bottom: 1.579rem !important
    }
}

@media (max-width:575px) {
    .spacer.p-bottom-xs-media-sm {
        padding-bottom: 1.579rem !important
    }
}

.spacer.p-left-xl {
    padding-left: 8.421rem !important
}

.spacer.p-left-xl-2 {
    padding-left: 4.2105rem !important
}

.spacer.p-left-lg {
    padding-left: 3.158rem !important
}

.spacer.p-left-lg-2 {
    padding-left: 1.579rem !important
}

.spacer.p-left-md {
    padding-left: 2.632rem !important
}

.spacer.p-left-md-2 {
    padding-left: 1.316rem !important
}

.spacer.p-left-sm {
    padding-left: 2.105rem !important
}

.spacer.p-left-sm-2 {
    padding-left: 1.0525rem !important
}

.spacer.p-left-sm-4 {
    padding-left: .52625rem !important
}

.spacer.p-left-xs {
    padding-left: 1.579rem !important
}

.spacer.p-left-xs-2 {
    padding-left: .7895rem !important
}

.spacer.p-right-xl {
    padding-right: 8.421rem !important
}

.spacer.p-right-xl-2 {
    padding-right: 4.2105rem !important
}

.spacer.p-right-lg {
    padding-right: 3.158rem !important
}

.spacer.p-right-lg-2 {
    padding-right: 1.579rem !important
}

.spacer.p-right-md {
    padding-right: 2.632rem !important
}

.spacer.p-right-md-2 {
    padding-right: 1.316rem !important
}

.spacer.p-right-sm {
    padding-right: 2.105rem !important
}

.spacer.p-right-sm-2 {
    padding-right: 1.0525rem !important
}

.spacer.p-right-sm-4 {
    padding-right: .52625rem !important
}

.spacer.p-right-xs {
    padding-right: 1.579rem !important
}

.spacer.p-right-xs-2 {
    padding-right: .7895rem !important
}

.form-group,
.no-space {
    font-size: 0;
    line-height: 0
}

.padding-xl {
    padding: 8.421rem
}

.padding-xl-2 {
    padding: 4.2105rem
}

.padding-lg {
    padding: 3.158rem
}

.padding-lg-2 {
    padding: 1.579rem
}

.padding-md {
    padding: 2.632rem
}

.padding-md-2 {
    padding: 1.316rem
}

.padding-sm {
    padding: 2.105rem
}

.padding-sm-2 {
    padding: 1.0525rem
}

.padding-xs {
    padding: 1.579rem
}

.padding-xs-2 {
    padding: .7895rem
}

.min-w-100 {
    min-width: 100% !important
}

.min-w-auto,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    min-width: auto !important
}

iframe {
    width: 100%
}

.text-white,
.text-white [class*=widget-text-editor] {
    color: #fff
}

.text-white a:not(.btn),
.text-white abbr:not(.btn),
.text-white address:not(.btn),
.text-white audio:not(.btn),
.text-white b:not(.btn),
.text-white blockquote:not(.btn),
.text-white caption:not(.btn),
.text-white cit:not(.btn),
.text-white code:not(.btn),
.text-white dd:not(.btn),
.text-white del:not(.btn),
.text-white details:not(.btn),
.text-white dfn:not(.btn),
.text-white dl:not(.btn),
.text-white dt:not(.btn),
.text-white em:not(.btn),
.text-white fieldset:not(.btn),
.text-white figcaption:not(.btn),
.text-white h1:not(.btn),
.text-white h2:not(.btn),
.text-white h3:not(.btn),
.text-white h4:not(.btn),
.text-white h5:not(.btn),
.text-white h6:not(.btn),
.text-white hgroup:not(.btn),
.text-white hr:not(.btn),
.text-white i:not(.btn),
.text-white ins:not(.btn),
.text-white label:not(.btn),
.text-white legend:not(.btn),
.text-white li:not(.btn),
.text-white mark:not(.btn),
.text-white ol:not(.btn),
.text-white p:not(.btn),
.text-white pre:not(.btn),
.text-white q:not(.btn),
.text-white samp:not(.btn),
.text-white small:not(.btn),
.text-white span:not(.btn),
.text-white strong:not(.btn),
.text-white sub:not(.btn),
.text-white summary:not(.btn),
.text-white sup:not(.btn),
.text-white ul:not(.btn),
.text-white video:not(.btn) {
    color: inherit !important
}

.text-white a:not(.transform-scale-h):not(.btn):hover {
    opacity: .7
}

.text-white .btn.btn-link,
.text-white [class*=-block-search] [class*=-block-search__button],
.text-white [class*=-password-form] input[type=submit],
[class*=-block-search] .text-white [class*=-block-search__button],
[class*=-password-form] .text-white input[type=submit] {
    color: #fff
}

.text-white .blockquote,
.text-white blockquote {
    color: #fff !important;
    border-color: #fff !important
}

.text-tertiary,
.text-tertiary [class*=widget-text-editor] {
    color: #fff
}

.text-tertiary a:not(.btn),
.text-tertiary abbr:not(.btn),
.text-tertiary address:not(.btn),
.text-tertiary audio:not(.btn),
.text-tertiary b:not(.btn),
.text-tertiary blockquote:not(.btn),
.text-tertiary caption:not(.btn),
.text-tertiary cit:not(.btn),
.text-tertiary code:not(.btn),
.text-tertiary dd:not(.btn),
.text-tertiary del:not(.btn),
.text-tertiary details:not(.btn),
.text-tertiary dfn:not(.btn),
.text-tertiary dl:not(.btn),
.text-tertiary dt:not(.btn),
.text-tertiary em:not(.btn),
.text-tertiary fieldset:not(.btn),
.text-tertiary figcaption:not(.btn),
.text-tertiary h1:not(.btn),
.text-tertiary h2:not(.btn),
.text-tertiary h3:not(.btn),
.text-tertiary h4:not(.btn),
.text-tertiary h5:not(.btn),
.text-tertiary h6:not(.btn),
.text-tertiary hgroup:not(.btn),
.text-tertiary hr:not(.btn),
.text-tertiary i:not(.btn),
.text-tertiary ins:not(.btn),
.text-tertiary label:not(.btn),
.text-tertiary legend:not(.btn),
.text-tertiary li:not(.btn),
.text-tertiary mark:not(.btn),
.text-tertiary ol:not(.btn),
.text-tertiary p:not(.btn),
.text-tertiary pre:not(.btn),
.text-tertiary q:not(.btn),
.text-tertiary samp:not(.btn),
.text-tertiary small:not(.btn),
.text-tertiary span:not(.btn),
.text-tertiary strong:not(.btn),
.text-tertiary sub:not(.btn),
.text-tertiary summary:not(.btn),
.text-tertiary sup:not(.btn),
.text-tertiary ul:not(.btn),
.text-tertiary video:not(.btn) {
    color: inherit !important
}

.text-tertiary a:not(.transform-scale-h):not(.btn):hover {
    opacity: .7
}

[class*=-block-cover] p:not(.has-text-color),
[class*=-block-cover] p:not(.has-text-color) a {
    color: #fff
}

[class*=-block-cover] p:not(.has-text-color) a:hover {
    opacity: .8
}

.overflow-x,
.overflow-y {
    overflow-x: hidden
}

.row.gutter-width-xl {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem
}

@media (max-width:1199px) {
    .row.gutter-width-xl {
        margin-left: -2.807rem;
        margin-right: -2.807rem
    }
}

@media (max-width:575px) {
    .row.gutter-width-xl {
        margin-left: 0;
        margin-right: 0
    }
}

.row.gutter-width-xl>.col,
.row.gutter-width-xl>[class*=col-] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem
}

@media (max-width:1199px) {

    .row.gutter-width-xl>.col,
    .row.gutter-width-xl>[class*=col-] {
        padding-left: 2.807rem;
        padding-right: 2.807rem
    }
}

@media (max-width:575px) {

    .row.gutter-width-xl>.col,
    .row.gutter-width-xl>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.row.gutter-width-lg {
    margin-left: -1.579rem;
    margin-right: -1.579rem
}

@media (max-width:1199px) {
    .row.gutter-width-lg {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem
    }
}

@media (max-width:575px) {
    .row.gutter-width-lg {
        margin-left: 0;
        margin-right: 0
    }
}

.row.gutter-width-lg>.col,
.row.gutter-width-lg>[class*=col-] {
    padding-left: 1.579rem;
    padding-right: 1.579rem
}

@media (max-width:1199px) {

    .row.gutter-width-lg>.col,
    .row.gutter-width-lg>[class*=col-] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem
    }
}

@media (max-width:575px) {

    .row.gutter-width-lg>.col,
    .row.gutter-width-lg>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.row.gutter-width-md {
    margin-left: -1.316rem;
    margin-right: -1.316rem
}

@media (max-width:1199px) {
    .row.gutter-width-md {
        margin-left: -.79758rem;
        margin-right: -.79758rem
    }
}

@media (max-width:575px) {
    .row.gutter-width-md {
        margin-left: 0;
        margin-right: 0
    }
}

.row.gutter-width-md>.col,
.row.gutter-width-md>[class*=col-] {
    padding-left: 1.316rem;
    padding-right: 1.316rem
}

@media (max-width:1199px) {

    .row.gutter-width-md>.col,
    .row.gutter-width-md>[class*=col-] {
        padding-left: .79758rem;
        padding-right: .79758rem
    }
}

@media (max-width:575px) {

    .row.gutter-width-md>.col,
    .row.gutter-width-md>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.row.gutter-width-sm {
    margin-left: -1.0525rem;
    margin-right: -1.0525rem
}

@media (max-width:1199px) {
    .row.gutter-width-sm {
        margin-left: -.63788rem;
        margin-right: -.63788rem
    }
}

@media (max-width:575px) {
    .row.gutter-width-sm {
        margin-left: 0;
        margin-right: 0
    }
}

.row.gutter-width-sm>.col,
.row.gutter-width-sm>[class*=col-] {
    padding-left: 1.0525rem;
    padding-right: 1.0525rem
}

@media (max-width:1199px) {

    .row.gutter-width-sm>.col,
    .row.gutter-width-sm>[class*=col-] {
        padding-left: .63788rem;
        padding-right: .63788rem
    }
}

@media (max-width:575px) {

    .row.gutter-width-sm>.col,
    .row.gutter-width-sm>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.row.gutter-width-xs {
    margin-left: -.7895rem;
    margin-right: -.7895rem
}

@media (max-width:1199px) {
    .row.gutter-width-xs {
        margin-left: -.47848rem;
        margin-right: -.47848rem
    }
}

@media (max-width:575px) {
    .row.gutter-width-xs {
        margin-left: 0;
        margin-right: 0
    }
}

.row.gutter-width-xs>.col,
.row.gutter-width-xs>[class*=col-] {
    padding-left: .7895rem;
    padding-right: .7895rem
}

@media (max-width:1199px) {

    .row.gutter-width-xs>.col,
    .row.gutter-width-xs>[class*=col-] {
        padding-left: .47848rem;
        padding-right: .47848rem
    }
}

@media (max-width:575px) {

    .row.gutter-width-xs>.col,
    .row.gutter-width-xs>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.row[class*=gutter-width-].with-pb-xl {
    margin-bottom: -8.421rem
}

@media (max-width:575px) {
    .row[class*=gutter-width-].with-pb-xl {
        margin-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-xl>.col,
.row[class*=gutter-width-].with-pb-xl>[class*=col-] {
    padding-bottom: 8.421rem
}

@media (max-width:575px) {

    .row[class*=gutter-width-].with-pb-xl>.col:last-child,
    .row[class*=gutter-width-].with-pb-xl>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-lg {
    margin-bottom: -3.158rem
}

@media (max-width:575px) {
    .row[class*=gutter-width-].with-pb-lg {
        margin-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-lg>.col,
.row[class*=gutter-width-].with-pb-lg>[class*=col-] {
    padding-bottom: 3.158rem
}

@media (max-width:575px) {

    .row[class*=gutter-width-].with-pb-lg>.col:last-child,
    .row[class*=gutter-width-].with-pb-lg>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-md {
    margin-bottom: -2.632rem
}

@media (max-width:575px) {
    .row[class*=gutter-width-].with-pb-md {
        margin-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-md>.col,
.row[class*=gutter-width-].with-pb-md>[class*=col-] {
    padding-bottom: 2.632rem
}

@media (max-width:575px) {

    .row[class*=gutter-width-].with-pb-md>.col:last-child,
    .row[class*=gutter-width-].with-pb-md>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-sm {
    margin-bottom: -2.105rem
}

@media (max-width:575px) {
    .row[class*=gutter-width-].with-pb-sm {
        margin-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-sm>.col,
.row[class*=gutter-width-].with-pb-sm>[class*=col-] {
    padding-bottom: 2.105rem
}

@media (max-width:575px) {

    .row[class*=gutter-width-].with-pb-sm>.col:last-child,
    .row[class*=gutter-width-].with-pb-sm>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-xs {
    margin-bottom: -1.579rem
}

@media (max-width:575px) {
    .row[class*=gutter-width-].with-pb-xs {
        margin-bottom: 0
    }
}

.row[class*=gutter-width-].with-pb-xs>.col,
.row[class*=gutter-width-].with-pb-xs>[class*=col-] {
    padding-bottom: 1.579rem
}

@media (max-width:575px) {

    .row[class*=gutter-width-].with-pb-xs>.col:last-child,
    .row[class*=gutter-width-].with-pb-xs>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

[class*=-element]>[class*=r-container]>[class*=-row] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[class*=-element].no-gutters>[class*=r-container] {
    margin-right: 0;
    margin-left: 0
}

[class*=-element].no-gutters>[class*=r-container]>[class*=-row]>.col,
[class*=-element].no-gutters>[class*=r-container]>[class*=-row]>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

[class*=-element].gutter-width-xl [class*=r-container] {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem
}

@media (max-width:1199px) {
    [class*=-element].gutter-width-xl [class*=r-container] {
        margin-left: -2.807rem;
        margin-right: -2.807rem
    }
}

@media (max-width:575px) {
    [class*=-element].gutter-width-xl [class*=r-container] {
        margin-left: 0;
        margin-right: 0
    }
}

[class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>.col,
[class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem
}

@media (max-width:1199px) {

    [class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 2.807rem;
        padding-right: 2.807rem
    }
}

@media (max-width:575px) {

    [class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-xl [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

[class*=-element].gutter-width-lg [class*=r-container] {
    margin-left: -1.579rem;
    margin-right: -1.579rem
}

@media (max-width:1199px) {
    [class*=-element].gutter-width-lg [class*=r-container] {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem
    }
}

@media (max-width:575px) {
    [class*=-element].gutter-width-lg [class*=r-container] {
        margin-left: 0;
        margin-right: 0
    }
}

[class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>.col,
[class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-left: 1.579rem;
    padding-right: 1.579rem
}

@media (max-width:1199px) {

    [class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem
    }
}

@media (max-width:575px) {

    [class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-lg [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

[class*=-element].gutter-width-md [class*=r-container] {
    margin-left: -1.316rem;
    margin-right: -1.316rem
}

@media (max-width:1199px) {
    [class*=-element].gutter-width-md [class*=r-container] {
        margin-left: -.79758rem;
        margin-right: -.79758rem
    }
}

@media (max-width:575px) {
    [class*=-element].gutter-width-md [class*=r-container] {
        margin-left: 0;
        margin-right: 0
    }
}

[class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>.col,
[class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-left: 1.316rem;
    padding-right: 1.316rem
}

@media (max-width:1199px) {

    [class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: .79758rem;
        padding-right: .79758rem
    }
}

@media (max-width:575px) {

    [class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-md [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

[class*=-element].gutter-width-sm [class*=r-container] {
    margin-left: -1.0525rem;
    margin-right: -1.0525rem
}

@media (max-width:1199px) {
    [class*=-element].gutter-width-sm [class*=r-container] {
        margin-left: -.63788rem;
        margin-right: -.63788rem
    }
}

@media (max-width:575px) {
    [class*=-element].gutter-width-sm [class*=r-container] {
        margin-left: 0;
        margin-right: 0
    }
}

[class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>.col,
[class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-left: 1.0525rem;
    padding-right: 1.0525rem
}

@media (max-width:1199px) {

    [class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: .63788rem;
        padding-right: .63788rem
    }
}

@media (max-width:575px) {

    [class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-sm [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

[class*=-element].gutter-width-xs [class*=r-container] {
    margin-left: -.7895rem;
    margin-right: -.7895rem
}

@media (max-width:1199px) {
    [class*=-element].gutter-width-xs [class*=r-container] {
        margin-left: -.47848rem;
        margin-right: -.47848rem
    }
}

@media (max-width:575px) {
    [class*=-element].gutter-width-xs [class*=r-container] {
        margin-left: 0;
        margin-right: 0
    }
}

[class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>.col,
[class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-left: .7895rem;
    padding-right: .7895rem
}

@media (max-width:1199px) {

    [class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: .47848rem;
        padding-right: .47848rem
    }
}

@media (max-width:575px) {

    [class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>.col,
    [class*=-element].gutter-width-xs [class*=r-container]>[class*=-row]>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container] {
    margin-bottom: -8.421rem
}

@media (max-width:575px) {
    [class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container] {
        margin-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container]>[class*=-row]>.col,
[class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-bottom: 8.421rem
}

@media (max-width:575px) {

    [class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container]>[class*=-row]>.col:last-child,
    [class*=-element][class*=gutter-width-].with-pb-xl [class*=r-container]>[class*=-row]>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container] {
    margin-bottom: -3.158rem
}

@media (max-width:575px) {
    [class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container] {
        margin-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container]>[class*=-row]>.col,
[class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-bottom: 3.158rem
}

@media (max-width:575px) {

    [class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container]>[class*=-row]>.col:last-child,
    [class*=-element][class*=gutter-width-].with-pb-lg [class*=r-container]>[class*=-row]>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-md [class*=r-container] {
    margin-bottom: -2.632rem
}

@media (max-width:575px) {
    [class*=-element][class*=gutter-width-].with-pb-md [class*=r-container] {
        margin-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-md [class*=r-container]>[class*=-row]>.col,
[class*=-element][class*=gutter-width-].with-pb-md [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-bottom: 2.632rem
}

@media (max-width:575px) {

    [class*=-element][class*=gutter-width-].with-pb-md [class*=r-container]>[class*=-row]>.col:last-child,
    [class*=-element][class*=gutter-width-].with-pb-md [class*=r-container]>[class*=-row]>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container] {
    margin-bottom: -2.105rem
}

@media (max-width:575px) {
    [class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container] {
        margin-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container]>[class*=-row]>.col,
[class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-bottom: 2.105rem
}

@media (max-width:575px) {

    [class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container]>[class*=-row]>.col:last-child,
    [class*=-element][class*=gutter-width-].with-pb-sm [class*=r-container]>[class*=-row]>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container] {
    margin-bottom: -1.579rem
}

@media (max-width:575px) {
    [class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container] {
        margin-bottom: 0
    }
}

[class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container]>[class*=-row]>.col,
[class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container]>[class*=-row]>[class*=col-] {
    padding-bottom: 1.579rem
}

@media (max-width:575px) {

    [class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container]>[class*=-row]>.col:last-child,
    [class*=-element][class*=gutter-width-].with-pb-xs [class*=r-container]>[class*=-row]>[class*=col-]:last-child {
        padding-bottom: 0
    }
}

a {
    color: #060606
}

a:hover {
    color: #6c6c6c;
    text-decoration: none
}

a.a-small {
    font-size: .895rem
}

a.a-large {
    font-size: 1.3rem
}

.btn,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    min-width: 11.053rem
}

.btn.btn-sm,
[class*=-block-search] .btn-sm[class*=-block-search__button],
[class*=-password-form] input.btn-sm[type=submit] {
    min-width: 6.158rem
}

.btn.btn-lg,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    min-width: 13.632rem
}

.btn.btn-regular,
[class*=-block-search] .btn-regular[class*=-block-search__button],
[class*=-password-form] input.btn-regular[type=submit] {
    font-family: Poppins-Regular, sans-serif;
    font-weight: 400
}

.btn.btn-bold,
[class*=-block-search] .btn-bold[class*=-block-search__button],
[class*=-password-form] input.btn-bold[type=submit] {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

.btn.before:before,
[class*=-block-search] .before[class*=-block-search__button]:before,
[class*=-password-form] input.before[type=submit]:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.24em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .btn.reviews-item-positions:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item [class*=-block-search] .reviews-item-positions[class*=-block-search__button]:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item [class*=-password-form] input.reviews-item-positions[type=submit]:after,
.btn.after:after,
.btn.modal-title:after,
.card .btn.card-header:after,
.card [class*=-block-search] .card-header[class*=-block-search__button]:after,
.card [class*=-password-form] input.card-header[type=submit]:after,
[class*=-block-search] .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-positions[class*=-block-search__button]:after,
[class*=-block-search] .after[class*=-block-search__button]:after,
[class*=-block-search] .card .card-header[class*=-block-search__button]:after,
[class*=-block-search] .modal-title[class*=-block-search__button]:after,
[class*=-password-form] .adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item input.reviews-item-positions[type=submit]:after,
[class*=-password-form] .card input.card-header[type=submit]:after,
[class*=-password-form] input.after[type=submit]:after,
[class*=-password-form] input.modal-title[type=submit]:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.2em
}

.btn.btn-link,
[class*=-block-search] [class*=-block-search__button],
[class*=-password-form] input[type=submit] {
    color: #060606
}

.btn.btn-link:hover,
[class*=-block-search] :hover[class*=-block-search__button],
[class*=-password-form] input:hover[type=submit] {
    color: #6c6c6c
}

.btn.btn-link.link-no-space,
[class*=-block-search] .link-no-space[class*=-block-search__button],
[class*=-password-form] input.link-no-space[type=submit] {
    line-height: .9
}

.btn.btn-line:after,
[class*=-block-search] .btn-line[class*=-block-search__button]:after,
[class*=-password-form] input.btn-line[type=submit]:after {
    content: "";
    display: block;
    width: 100%;
    height: .158rem;
    background-color: #060606;
    margin-top: .421rem;
    transition: background-color .3s ease-in-out
}

.btn.btn-line:hover:after,
[class*=-block-search] .btn-line[class*=-block-search__button]:hover:after,
[class*=-password-form] input.btn-line[type=submit]:hover:after {
    background-color: #6c6c6c
}

.btn.btn-square,
[class*=-block-search] .btn-square[class*=-block-search__button],
[class*=-password-form] input.btn-square[type=submit] {
    width: 3.421rem;
    height: 3.421rem
}

.btn-size {
    font-size: .895rem
}

.btn-sm-size {
    font-size: .789rem
}

.btn-lg-size {
    font-size: 1rem
}


button:focus {
    outline: 0
}

.modal {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    min-width: 320px
}

.modal .modal-dialog .modal-header {
    border-bottom: 0
}

.modal .modal-dialog .modal-header .close.btn,
.modal .modal-dialog .modal-header [class*=-block-search] .close[class*=-block-search__button],
.modal .modal-dialog .modal-header [class*=-password-form] input.close[type=submit],
[class*=-block-search] .modal .modal-dialog .modal-header .close[class*=-block-search__button],
[class*=-password-form] .modal .modal-dialog .modal-header input.close[type=submit] {
    padding: .75rem;
    margin: 0 -.75rem 0 auto;
    font-size: 1.263rem
}

.modal .modal-dialog .modal-content,
.modal .modal-dialog .modal-content .modal-text {
    color: #6c6c6c
}

.modal .modal-dialog .modal-content .modal-text a:not(.btn) {
    color: #060606
}

.modal .modal-dialog .modal-content .modal-text a:not(.btn):hover {
    color: #6c6c6c
}

.modal .modal-dialog .modal-content .modal-text p {
    margin-bottom: 2.087rem
}

.modal .modal-dialog .modal-content .modal-text p:last-child {
    margin-bottom: 0
}

.modal .modal-dialog .modal-content a,
.modal .modal-dialog .modal-content abbr,
.modal .modal-dialog .modal-content address,
.modal .modal-dialog .modal-content audio,
.modal .modal-dialog .modal-content b,
.modal .modal-dialog .modal-content blockquote,
.modal .modal-dialog .modal-content caption,
.modal .modal-dialog .modal-content cit,
.modal .modal-dialog .modal-content code,
.modal .modal-dialog .modal-content dd,
.modal .modal-dialog .modal-content del,
.modal .modal-dialog .modal-content details,
.modal .modal-dialog .modal-content dfn,
.modal .modal-dialog .modal-content dl,
.modal .modal-dialog .modal-content dt,
.modal .modal-dialog .modal-content em,
.modal .modal-dialog .modal-content fieldset,
.modal .modal-dialog .modal-content figcaption,
.modal .modal-dialog .modal-content h1,
.modal .modal-dialog .modal-content h2,
.modal .modal-dialog .modal-content h3,
.modal .modal-dialog .modal-content h4,
.modal .modal-dialog .modal-content h5,
.modal .modal-dialog .modal-content h6,
.modal .modal-dialog .modal-content hgroup,
.modal .modal-dialog .modal-content hr,
.modal .modal-dialog .modal-content i,
.modal .modal-dialog .modal-content ins,
.modal .modal-dialog .modal-content label,
.modal .modal-dialog .modal-content legend,
.modal .modal-dialog .modal-content li,
.modal .modal-dialog .modal-content mark,
.modal .modal-dialog .modal-content ol,
.modal .modal-dialog .modal-content p,
.modal .modal-dialog .modal-content pre,
.modal .modal-dialog .modal-content q,
.modal .modal-dialog .modal-content samp,
.modal .modal-dialog .modal-content small,
.modal .modal-dialog .modal-content span,
.modal .modal-dialog .modal-content strong,
.modal .modal-dialog .modal-content sub,
.modal .modal-dialog .modal-content summary,
.modal .modal-dialog .modal-content sup,
.modal .modal-dialog .modal-content ul,
.modal .modal-dialog .modal-content video {
    color: inherit
}

.modal .modal-dialog .modal-content .close span {
    color: #6c6c6c
}

.modal .modal-dialog .modal-footer .modal-text,
.modal .modal-dialog .modal-footer .modal-text p {
    font-size: .895rem
}

.logged-in.admin-bar .modal {
    padding-top: 32px
}

@media (max-width:991px) {
    .logged-in.admin-bar .modal {
        padding-top: 46px
    }
}

.modal-full {
    max-width: 100%;
    margin: 0
}

.modal-header-top {
    position: absolute;
    z-index: 99;
    width: 100%
}

.modal-body-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding: 0
}

.modal-body-centered:before {
    content: "";
    display: block;
    height: 100vh
}

.modal-title {
    margin-bottom: 0 !important
}

.modal#menu-modal .modal-body>* {
    padding-top: 7.895rem;
    padding-bottom: 5.632rem;
    padding-right: 8.5%
}

@media (max-width:767px) {
    .modal#menu-modal .modal-body>* {
        padding-bottom: 0
    }
}

.modal#menu-modal .modal-body .modal-text {
    padding-top: 1.053rem;
    padding-bottom: 1.053rem
}

@media (max-width:767px) {
    .modal#menu-modal .modal-body .modal-text {
        padding-top: 2.105rem
    }
}

.modal#menu-modal .modal-footer {
    position: absolute;
    bottom: 2.263rem;
    width: 100%;
    padding-top: 2.105rem
}

@media (max-width:767px) {
    .modal#menu-modal .modal-footer {
        position: relative;
        bottom: 0;
        padding-bottom: 2.263rem
    }
}

@media (max-width:767px) {
    .modal#menu-modal .modal-footer .modal-text {
        margin-bottom: 2.263rem
    }
}

.modal#menu-modal .modal-footer>* {
    margin: 0
}


label {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    font-size: .895rem;
    line-height: 1.31;
    color: #060606;
    margin-bottom: .737rem
}

label:last-child {
    margin-bottom: 0
}

label.before:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.28em
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item label.reviews-item-positions:after,
.card label.card-header:after,
label.after:after,
label.modal-title:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.205em
}

.col-form-label,
.form-label {
    font-size: .895rem
}

.col-form-label-sm,
.form-label-sm {
    font-size: .789rem
}

.col-form-label-lg,
.form-label-lg,
[class*=-block-search] [class*=search__label] {
    font-size: 1rem
}

.custom-control-label,
.form-check-label,
.form-label-secondary {
    text-transform: none
}

label:not(.btn):not([class*=-label]):before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

label:not(.btn):not([class*=-label]):last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    width: 100%;
    border-radius: 0
}

input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c6c6c
}

input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6c6c6c
}

input[type=date]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #6c6c6c
}

input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #6c6c6c
}

textarea {
    display: block;
    min-height: 200px
}

select[multiple] {
    background: none !important;
    background-color: #f8f8f8 !important
}

input[type=checkbox],
input[type=radio] {
    width: .789rem;
    height: .789rem;
    margin-right: .526rem
}

.form-check:not(.form-check-inline) .form-check-input {
    top: 50%;
    transform: translateY(-50%)
}

.form-inline .form-check .form-check-input {
    top: 0;
    transform: translateY(0)
}

form p:after,
form p:before {
    display: none
}

form p.form-crop-ba:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.495em
}

form p.form-crop-ba:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

.form-label-effect {
    position: relative;
    margin-top: -.579rem
}

.form-label-effect .form-label-effect-1~label {
    position: absolute;
    top: .368rem;
    left: 0;
    width: 100%;
    transition: .3s;
    z-index: -1
}

.form-label-effect .form-label-effect-1:focus~label {
    top: -.736rem;
    font-size: .789rem
}

.form-label-effect .form-label-effect-1:focus~label.form-label-lg,
.form-label-effect [class*=-block-search] .form-label-effect-1:focus~label[class*=search__label],
[class*=-block-search] .form-label-effect .form-label-effect-1:focus~label[class*=search__label] {
    font-size: .895rem
}

.form-label-effect .form-label-effect-1.has-content~label {
    top: -.736rem;
    font-size: .789rem
}

.form-label-effect .form-label-effect-1.has-content~label.form-label-lg,
.form-label-effect [class*=-block-search] .form-label-effect-1.has-content~label[class*=search__label],
[class*=-block-search] .form-label-effect .form-label-effect-1.has-content~label[class*=search__label] {
    font-size: .895rem
}

select {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,
select,
textarea {
    background-color: transparent;
    color: #6c6c6c;
    padding: .961rem 0;
    border: 0;
    font-size: .895rem;
    line-height: normal;
    border-bottom: 1px solid #dadada;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out
}

input:focus,
select:focus,
textarea:focus {
    border-bottom: 1px solid #dadada;
    outline: none
}

input.form-sm,
select.form-sm,
textarea.form-sm {
    font-size: .789rem
}

input.form-df,
select.form-df,
textarea.form-df {
    font-size: .895rem
}

.footer-widget-area .widget input,
.footer-widget-area .widget select,
.footer-widget-area .widget textarea,
.widget-area .widget input,
.widget-area .widget select,
.widget-area .widget textarea,
[class*=widget-container] .widget input,
[class*=widget-container] .widget select,
[class*=widget-container] .widget textarea,
input.form-lg,
select.form-lg,
textarea.form-lg {
    font-size: 1rem
}

select.form-control {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 1.49756rem;
    background-color: #f8f8f8
}

.form-group:last-child {
    margin-bottom: 0
}

.form-group-xl {
    margin-bottom: 8.421rem
}

.form-group-lg {
    margin-bottom: 3.158rem
}

.form-group-lg.no-lg-space {
    margin-bottom: 2.145rem
}

.form-group-md {
    margin-bottom: 2.632rem
}

.form-group-sm {
    margin-bottom: 2.105rem
}

.form-group-xs {
    margin-bottom: 1.579rem
}

.form-group-xs.no-xs-space {
    margin-bottom: .566rem
}

.search [class*=form-] {
    padding-right: 3.842rem
}

[class*=-block-search] {
    position: relative
}

[class*=-block-search] [class*=-block-search__input] {
    padding-right: 6.43951rem !important;
    max-width: 100%
}

[class*=-block-search] [class*=-block-search__button] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    margin-top: .263rem
}

[class*=-password-form] input[type=submit] {
    font-size: 1rem !important
}


[class*=not-valid-tip] {
    color: #6b2323 !important;
    font-size: 1rem !important
}


.nav {
    font-size: .895rem
}

.nav li {
    margin-bottom: 0
}

.nav .nav-item {
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

.nav .nav-item:hover>a:not(.disabled):not(.active),
.nav .nav-item>a:not(.disabled):not(.active) {
    color: #060606
}

.nav .nav-item.nav-item-has-children>a:not(.disabled) {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

.nav .nav-item.active>a:not(.disabled),
.nav .nav-item.current-nav-item>a:not(.disabled) {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    color: #060606
}

.nav .nav-item.active>.dropdown-icon [class*=fa-],
.nav .nav-item.current-nav-item>.dropdown-icon [class*=fa-],
.nav:not(.nav-pills) .nav-link:not(.disabled),
.nav:not(.nav-pills) .nav-link:not(.disabled):hover {
    color: #060606
}

.nav:not(.nav-pills) .nav-link:not(.disabled).active {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    color: #060606
}

.nav.nav-pills .nav-link:not(.disabled):not(.active),
.nav.nav-pills .nav-link:not(.disabled):not(.active):hover {
    color: #060606
}

.nav.nav-pills .nav-link.active {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

.nav.nav-tabs li:after,
.nav.nav-tabs li:before {
    display: none
}

#header nav.menu-primary,
.modal-header nav.menu-primary {
    margin-bottom: -1.316rem;
    margin-right: -2.632rem
}

@media (max-width:1700px) {

    #header nav.menu-primary,
    .modal-header nav.menu-primary {
        margin-right: -1.75467rem
    }
}

#header nav.menu-primary ul.nav li.nav-item,
.modal-header nav.menu-primary ul.nav li.nav-item {
    padding-bottom: 1.316rem;
    margin-right: 2.632rem
}

#header nav.menu-primary ul.nav li.nav-item:before,
.modal-header nav.menu-primary ul.nav li.nav-item:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.295em
}

#header nav.menu-primary ul.nav li.nav-item:after,
.modal-header nav.menu-primary ul.nav li.nav-item:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.545em
}

@media (max-width:1700px) {

    #header nav.menu-primary ul.nav li.nav-item,
    .modal-header nav.menu-primary ul.nav li.nav-item {
        margin-right: 1.75467rem
    }
}

#header nav.menu-primary ul.nav li.nav-item a,
.modal-header nav.menu-primary ul.nav li.nav-item a {
    opacity: 1
}

#header nav.menu-primary ul.nav li.nav-item>a,
.modal-header nav.menu-primary ul.nav li.nav-item>a {
    position: relative;
    color: #385BB2 !important;
    text-transform: uppercase;
    padding-bottom: .473rem
}

#header nav.menu-primary ul.nav li.nav-item>a:before,
.modal-header nav.menu-primary ul.nav li.nav-item>a:before {
    content: "";
    background-color: #385BB2;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: -1;
    height: .158rem;
    transition-property: right;
    transition-duration: .4s;
    transition-timing-function: ease-out
}

#header nav.menu-primary ul.nav li.nav-item:hover>a,
#header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item:hover>a,
.modal-header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon {
    color: #060606
}

#header nav.menu-primary ul.nav li.nav-item:hover>a:before,
.modal-header nav.menu-primary ul.nav li.nav-item:hover>a:before {
    right: 0
}

#header nav.menu-primary ul.nav li.nav-item.active>a,
#header nav.menu-primary ul.nav li.nav-item.current-nav-item>a,
#header nav.menu-primary ul.nav li.nav-item.show>a,
#header nav.menu-primary ul.nav li.nav-item:hover>.dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item.active>a,
.modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item>a,
.modal-header nav.menu-primary ul.nav li.nav-item.show>a,
.modal-header nav.menu-primary ul.nav li.nav-item:hover>.dropdown-custom-icon .dropdown-icon {
    color: #060606
}

#header nav.menu-primary ul.nav li.nav-item.active>a:before,
#header nav.menu-primary ul.nav li.nav-item.current-nav-item>a:before,
#header nav.menu-primary ul.nav li.nav-item.show>a:before,
.modal-header nav.menu-primary ul.nav li.nav-item.active>a:before,
.modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item>a:before,
.modal-header nav.menu-primary ul.nav li.nav-item.show>a:before {
    right: 0
}

#header nav.menu-primary ul.nav li.nav-item.active>.dropdown-custom-icon .dropdown-icon,
#header nav.menu-primary ul.nav li.nav-item.current-nav-item>.dropdown-custom-icon .dropdown-icon,
#header nav.menu-primary ul.nav li.nav-item.show>.dropdown-custom-icon .dropdown-icon,
#header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover,
#header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item.active>.dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item.current-nav-item>.dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item.show>.dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover,
.modal-header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover .dropdown-icon {
    color: #060606
}

#header nav.menu-primary ul.nav li.nav-item .dropdown-custom-icon .dropdown-icon,
.modal-header nav.menu-primary ul.nav li.nav-item .dropdown-custom-icon .dropdown-icon {
    padding-left: .43867rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item {
    margin-top: .658rem;
    margin-bottom: .658rem;
    line-height: normal;
    text-align: right
}

#menu-modal nav.menu-primary ul.nav li.nav-item:after,
#menu-modal nav.menu-primary ul.nav li.nav-item:before {
    display: none
}

#menu-modal nav.menu-primary ul.nav li.nav-item a {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    opacity: 1
}

#menu-modal nav.menu-primary ul.nav li.nav-item>a {
    color: #060606;
    font-size: 1.789rem;
    position: relative;
    padding-bottom: .842rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item>a:before {
    content: "";
    background-color: #060606;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: -1;
    height: .316rem;
    transition-property: right;
    transition-duration: .4s;
    transition-timing-function: ease-out
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover>a {
    color: #060606 !important
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover>a:before {
    right: 0
}

#menu-modal nav.menu-primary ul.nav li.nav-item.active>a,
#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item>a,
#menu-modal nav.menu-primary ul.nav li.nav-item.show>a,
#menu-modal nav.menu-primary ul.nav li.nav-item:hover>.dropdown-custom-icon .dropdown-icon {
    color: #060606
}

#menu-modal nav.menu-primary ul.nav li.nav-item.active>a:before,
#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item>a:before,
#menu-modal nav.menu-primary ul.nav li.nav-item.show>a:before {
    right: 0
}

#menu-modal nav.menu-primary ul.nav li.nav-item.active>.dropdown-custom-icon .dropdown-icon,
#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item>.dropdown-custom-icon .dropdown-icon,
#menu-modal nav.menu-primary ul.nav li.nav-item.show>.dropdown-custom-icon .dropdown-icon {
    color: #060606
}

#menu-modal nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon {
    color: #060606;
    padding-left: .658rem;
    font-size: 1.19267rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover,
#menu-modal nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon:hover .dropdown-icon {
    color: #060606
}

#menu-modal nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon {
    padding-left: 0
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 0;
    background-color: transparent;
    margin-right: 1.421rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li {
    width: 100%;
    margin-bottom: .658rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:first-child {
    padding-top: .658rem;
    margin-top: .658rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:last-child {
    margin-bottom: 0 !important
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li>.dropdown-custom-icon {
    padding-left: .5264rem;
    font-size: 1.02229rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li .dropdown-icon {
    position: static;
    top: 0;
    transform: translateY(0);
    right: 0
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li a {
    font-size: 1.32519rem;
    padding-bottom: .56133rem
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li a:before {
    height: .21067rem
}

.modal-footer nav.menu-secondary ul li,
.site-footer nav.menu-secondary ul li {
    margin-right: 2.105rem;
    margin-bottom: 0
}

.modal-footer nav.menu-secondary ul li:last-child,
.site-footer nav.menu-secondary ul li:last-child {
    margin-right: 0
}

.modal-footer nav.menu-secondary ul li i,
.site-footer nav.menu-secondary ul li i {
    font-size: 1.211rem
}

.card .card-header {
    padding: 1rem;
    margin-bottom: 0 !important
}

.card .card-body,
.card .card-footer {
    padding: 1.579rem
}

.card ul {
    margin-bottom: 0 !important
}

.card-columns.columns-4 {
    column-count: 4
}

.card-columns.column-no-gap {
    column-gap: 0
}

.accordion .card {
    border: 0
}

.accordion .card .card-header {
    position: relative;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dadada
}

.accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.js-sticky {
    height: 100vh !important
}

.js-sticky-fixed {
    position: fixed
}

.sticky-fixed-lg {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh
}

@media (max-width:991px) {
    .sticky-fixed-lg {
        position: static;
        height: auto
    }
}

.sticky-fixed-md {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh
}

@media (max-width:767px) {
    .sticky-fixed-md {
        position: static;
        height: auto
    }
}

#header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon,
#menu-modal nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon,
.accordion-services .card .card-header .btn [class*=fas],
.accordion-services .card .card-header [class*=-block-search] [class*=-block-search__button] [class*=fas],
.accordion-services .card .card-header [class*=-password-form] input[type=submit] [class*=fas],
.adv-swiper-container .adv-2-swiper-button-next,
.adv-swiper-container .adv-2-swiper-button-prev,
.adv-swiper-pagination-bullet,
.close,
.close:hover,
.footer-widget-area .widget nav[class*=menu]>ul li>.dropdown-custom-icon>.dropdown-icon,
.information,
.modal-header nav.menu-primary ul.nav li.nav-item>.dropdown-custom-icon .dropdown-icon,
.pagination .page-item .page-link,
.pagination .page-item .page-link:hover,
.transform-scale-h,
.transition-all,
.widget-area .widget nav[class*=menu]>ul li>.dropdown-custom-icon>.dropdown-icon,
[class*=-block-search] .accordion-services .card .card-header [class*=-block-search__button] [class*=fas],
[class*=-password-form] .accordion-services .card .card-header input[type=submit] [class*=fas],
[class*=widget-container] .widget nav[class*=menu]>ul li>.dropdown-custom-icon>.dropdown-icon,
a,
a:hover {
    transition: all .3s ease
}

.transition-all-none {
    transition: none
}

.transition-opacity {
    transition: opacity .3s ease
}

.dropdown-custom-icon.active>.dropdown-icon [class*=fa-],
.dropdown-icon [class*=fa-],
.dropdown-toggle:after,
.dropdown-toggle:before,
.show>.dropdown-custom-icon .dropdown-icon [class*=fa-],
.show>.dropdown-toggle:after,
.show>.dropdown-toggle:before,
.transition-transform {
    transition: transform .3s ease
}

.transform-scale {
    transform: scale(1.1)
}

.transform-scale-h {
    display: inline-block;
    transform: perspective(1px) scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.transform-scale-h:hover {
    transform: perspective(1px) scale(1.1) translateZ(0)
}

.transform-scale-h-none:hover {
    transform: perspective(1px) scale(1) translateZ(0)
}

.pagination {
    margin-top: 3.158rem;
    margin-left: 0;
    border-radius: 0 !important
}

.pagination:first-child {
    margin-top: 0
}

.pagination .page-item {
    margin-bottom: 0 !important
}

.pagination .page-item:before {
    display: none
}

.pagination .page-item .page-link {
    border-radius: 0 !important
}

.pagination .page-item.active .page-link,
.pagination .page-item.current .page-link,
.pagination .page-item .page-link:hover {
    background-color: #060606;
    color: #fff
}

[class*=alert-dismiss] {
    position: absolute;
    right: 14px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}


.accordion .btn-link,
.accordion [class*=-block-search] [class*=-block-search__button],
.accordion [class*=-password-form] input[type=submit],
[class*=-block-search] .accordion [class*=-block-search__button],
[class*=-password-form] .accordion input[type=submit] {
    padding: 0;
    border: 0
}

.show>.dropdown-toggle:after,
.show>.dropdown-toggle:before {
    transform: rotate(-180deg)
}

.dropdown-click,
.dropdown-hover {
    position: relative
}

.dropdown-menu {
    margin-top: 0 !important;
    background-clip: inherit
}

.dropdown-menu li {
    margin-bottom: 0 !important
}

.dropdown-menu li:after,
.dropdown-menu li:before,
.dropdown-menu li:last-child:after {
    display: none
}

.dropdown-menu .dropdown-toggle:after,
.dropdown-menu .dropdown-toggle:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.053rem
}

.dropdown-menu .dropdown-toggle.active:after,
.dropdown-menu .dropdown-toggle.active:before {
    transform: translateY(-50%) rotate(-180deg)
}

.dropdown-menu .dropdown-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.053rem
}

.dropdown-submenu>.dropdown-custom-icon {
    color: #060606
}

.dropdown-submenu .active-2.dropdown-custom-icon,
.dropdown-submenu.show>.dropdown-custom-icon {
    color: #fff
}

.dropdown-header {
    margin-bottom: .789rem !important
}

.dropdown-item {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}

.dropdown-item a {
    color: #060606
}

.dropdown-icon {
    cursor: pointer;
    padding-left: .263rem
}

.dropdown-custom-icon {
    cursor: pointer
}

.dropdown-custom-icon.dropdown-toggle:after,
.dropdown-custom-icon.dropdown-toggle:before {
    display: none
}

.dropdown-custom-icon.active>.dropdown-icon [class*=fa-],
.show>.dropdown-custom-icon .dropdown-icon [class*=fa-] {
    transform: rotate(-180deg)
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.adv-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.adv-swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.adv-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.adv-swiper-container-android .adv-swiper-slide,
.adv-swiper-wrapper {
    transform: translateZ(0)
}

.adv-swiper-container-multirow>.adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.adv-swiper-container-multirow-column>.adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.adv-swiper-container-free-mode>.adv-swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.adv-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.adv-swiper-slide-invisible-blank {
    visibility: hidden
}

.adv-swiper-container-autoheight,
.adv-swiper-container-autoheight .adv-swiper-slide {
    height: auto
}

.adv-swiper-container-autoheight .adv-swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.adv-swiper-container-3d {
    perspective: 1200px
}

.adv-swiper-container-3d .adv-swiper-cube-shadow,
.adv-swiper-container-3d .adv-swiper-slide,
.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top,
.adv-swiper-container-3d .adv-swiper-wrapper {
    transform-style: preserve-3d
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.adv-swiper-container-css-mode>.adv-swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.adv-swiper-container-css-mode>.adv-swiper-wrapper::-webkit-scrollbar {
    display: none
}

.adv-swiper-container-css-mode>.adv-swiper-wrapper>.adv-swiper-slide {
    scroll-snap-align: start start
}

.adv-swiper-container-horizontal.adv-swiper-container-css-mode>.adv-swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.adv-swiper-container-vertical.adv-swiper-container-css-mode>.adv-swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.adv-swiper-button-next,
.adv-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.adv-swiper-button-next.adv-swiper-button-disabled,
.adv-swiper-button-prev.adv-swiper-button-disabled {
    opacity: .6;
    cursor: auto;
    pointer-events: none
}

.adv-swiper-button-next:after,
.adv-swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal
}

.adv-swiper-button-prev,
.adv-swiper-container-rtl .adv-swiper-button-next {
    left: 10px;
    right: auto
}

.adv-swiper-button-prev:after,
.adv-swiper-container-rtl .adv-swiper-button-next:after {
    content: "prev"
}

.adv-swiper-button-next,
.adv-swiper-container-rtl .adv-swiper-button-prev {
    right: 10px;
    left: auto
}

.adv-swiper-button-next:after,
.adv-swiper-container-rtl .adv-swiper-button-prev:after {
    content: "next"
}

.adv-swiper-button-next.adv-swiper-button-white,
.adv-swiper-button-prev.adv-swiper-button-white {
    --swiper-navigation-color: #fff
}

.adv-swiper-button-next.adv-swiper-button-black,
.adv-swiper-button-prev.adv-swiper-button-black {
    --swiper-navigation-color: #000
}

.adv-swiper-button-lock {
    display: none
}

.adv-swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.adv-swiper-pagination.adv-swiper-pagination-hidden {
    opacity: 0
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-bullets,
.adv-swiper-pagination-custom,
.adv-swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.adv-swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active,
.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.adv-swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    outline: none;
    margin-left: .7895rem;
    margin-right: .7895rem
}

.adv-swiper-pagination-bullet:hover {
    background: #446ccd
}

button.adv-swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.adv-swiper-pagination-clickable .adv-swiper-pagination-bullet {
    cursor: pointer
}

.adv-swiper-pagination-bullet-active {
    background: #446ccd
}

.adv-swiper-container-vertical>.adv-swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.adv-swiper-container-vertical>.adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.adv-swiper-container-vertical>.adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.adv-swiper-container-vertical>.adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 0 4px;
    border: 1px solid #385BB2;
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.adv-swiper-container-horizontal.adv-swiper-container-rtl>.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.adv-swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    background: #446ccd;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.adv-swiper-container-rtl .adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-progressbar,
.adv-swiper-container-vertical>.adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.adv-swiper-container-horizontal>.adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite,
.adv-swiper-container-vertical>.adv-swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.adv-swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.adv-swiper-pagination-black {
    --swiper-pagination-color: #000
}

.adv-swiper-pagination-lock {
    display: none
}

.adv-swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.adv-swiper-container-horizontal>.adv-swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.adv-swiper-container-vertical>.adv-swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.adv-swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.adv-swiper-scrollbar-cursor-drag {
    cursor: move
}

.adv-swiper-scrollbar-lock {
    display: none
}

.adv-swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.adv-swiper-zoom-container>canvas,
.adv-swiper-zoom-container>img,
.adv-swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.adv-swiper-slide-zoomed {
    cursor: move
}

.adv-swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: b 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #446ccd;
    border-radius: 50%;
    border-top-color: transparent
}

.adv-swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.adv-swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.adv-swiper-container .adv-swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.adv-swiper-container-fade.adv-swiper-container-free-mode .adv-swiper-slide {
    transition-timing-function: ease-out
}

.adv-swiper-container-fade .adv-swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.adv-swiper-container-fade .adv-swiper-slide .swiper-slide {
    pointer-events: none
}

.adv-swiper-container-fade .adv-swiper-slide-active,
.adv-swiper-container-fade .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto
}

.adv-swiper-container-cube {
    overflow: visible
}

.adv-swiper-container-cube .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.adv-swiper-container-cube .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none
}

.adv-swiper-container-cube.adv-swiper-container-rtl .adv-swiper-slide {
    transform-origin: 100% 0
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-next,
.adv-swiper-container-cube .adv-swiper-slide-next+.adv-swiper-slide,
.adv-swiper-container-cube .adv-swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.adv-swiper-container-cube .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-cube .adv-swiper-slide-shadow-left,
.adv-swiper-container-cube .adv-swiper-slide-shadow-right,
.adv-swiper-container-cube .adv-swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.adv-swiper-container-cube .adv-swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.adv-swiper-container-flip {
    overflow: visible
}

.adv-swiper-container-flip .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.adv-swiper-container-flip .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none
}

.adv-swiper-container-flip .adv-swiper-slide-active,
.adv-swiper-container-flip .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto
}

.adv-swiper-container-flip .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-flip .adv-swiper-slide-shadow-left,
.adv-swiper-container-flip .adv-swiper-slide-shadow-right,
.adv-swiper-container-flip .adv-swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.adv-swiper-container .adv-swiper-slide {
    background-size: cover;
    background-position: 50%
}

.adv-swiper-container .adv-2-swiper-button-next,
.adv-swiper-container .adv-2-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 1;
    color: #fff;
    background-color: #446ccd;
    width: 3.368rem;
    height: 3.368rem
}

.adv-swiper-container .adv-2-swiper-button-next:hover,
.adv-swiper-container .adv-2-swiper-button-prev:hover {
    color: #446ccd;
    background-color: #fff
}

.adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled,
.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled {
    cursor: not-allowed;
    opacity: 1
}

.adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled:hover,
.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled:hover {
    color: #fff;
    background-color: #446ccd
}

.adv-swiper-container .adv-2-swiper-button-next [class*=fa-],
.adv-swiper-container .adv-2-swiper-button-next button,
.adv-swiper-container .adv-2-swiper-button-prev [class*=fa-],
.adv-swiper-container .adv-2-swiper-button-prev button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem
}

.adv-swiper-container .adv-2-swiper-button-prev {
    left: 0
}

.adv-swiper-container .adv-2-swiper-button-next {
    right: 0
}


.loading .logo img {
    width: 9.737rem
}


.site-header {
    position: relative;
    background-color: transparent;
    color: #060606
}

.site-header .header-content {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.site-header .header-content .header-left {
    margin-right: 7.053rem
}

@media (max-width:1700px) {
    .site-header .header-content .header-left {
        margin-right: 4.702rem
    }
}

.site-header .header-content .header-left .d-flex>*,
.site-header .header-content .header-left .signature>* {
    margin-right: 7.053rem
}

.site-header .header-content .header-left .d-flex>:last-child,
.site-header .header-content .header-left .signature>:last-child {
    margin-right: 0
}

@media (max-width:1700px) {

    .site-header .header-content .header-left .d-flex>*,
    .site-header .header-content .header-left .signature>* {
        margin-right: 4.702rem
    }
}

@media (max-width:767px) {

    .site-header .header-content .header-left .d-flex>.menu,
    .site-header .header-content .header-left .signature>.menu {
        display: none
    }
}

@media (max-width:767px) {
    .site-header .header-content .header-left .header-logo {
        margin-right: 0
    }
}

.site-header .header-content .header-right .d-flex>*,
.site-header .header-content .header-right .signature>* {
    margin-right: 2.632rem
}

.site-header .header-content .header-right .d-flex>:last-child,
.site-header .header-content .header-right .signature>:last-child {
    margin-right: 0
}

@media (max-width:1700px) {

    .site-header .header-content .header-right .d-flex>*,
    .site-header .header-content .header-right .signature>* {
        margin-right: 1.75467rem
    }
}

.site-header .header-content .header-right .d-flex .menu-toggle,
.site-header .header-content .header-right .signature .menu-toggle {
    margin-right: 0
}

@media (max-width:767px) {

    .site-header .header-content .header-right .d-flex .menu-toggle,
    .site-header .header-content .header-right .signature .menu-toggle {
        margin-right: .87733rem
    }

    .site-header .header-content .header-right .d-flex .menu-toggle:last-child,
    .site-header .header-content .header-right .signature .menu-toggle:last-child {
        margin-right: 0
    }
}

.site-header .header-content .header-right .d-flex .menu-toggle,
.site-header .header-content .header-right .signature .menu-toggle {
    display: none
}

@media (max-width:767px) {

    .site-header .header-content .header-right .d-flex .menu-toggle:not(.adv-light):not(.adv-dark),
    .site-header .header-content .header-right .signature .menu-toggle:not(.adv-light):not(.adv-dark) {
        display: block
    }

    .site-header .header-content .header-right .d-flex .languages,
    .site-header .header-content .header-right .signature .languages {
        display: none
    }
}

.modal-header {
    border-bottom: 1px solid #dadada
}

.modal-header .header-content .header-left {
    margin-right: 7.053rem
}

@media (max-width:1700px) {
    .modal-header .header-content .header-left {
        margin-right: 4.702rem
    }
}

.modal-header .header-content .header-left .d-flex>*,
.modal-header .header-content .header-left .signature>* {
    margin-right: 7.053rem
}

.modal-header .header-content .header-left .d-flex>:last-child,
.modal-header .header-content .header-left .signature>:last-child {
    margin-right: 0
}

@media (max-width:1700px) {

    .modal-header .header-content .header-left .d-flex>*,
    .modal-header .header-content .header-left .signature>* {
        margin-right: 4.702rem
    }
}

@media (max-width:767px) {

    .modal-header .header-content .header-left .d-flex>.menu,
    .modal-header .header-content .header-left .signature>.menu {
        display: none
    }
}

@media (max-width:767px) {
    .modal-header .header-content .header-left .header-logo {
        margin-right: 0
    }
}

.modal-header .header-content .header-right .d-flex>*,
.modal-header .header-content .header-right .signature>* {
    margin-right: 2.632rem
}

.modal-header .header-content .header-right .d-flex>:last-child,
.modal-header .header-content .header-right .signature>:last-child {
    margin-right: 0
}

@media (max-width:1700px) {

    .modal-header .header-content .header-right .d-flex>*,
    .modal-header .header-content .header-right .signature>* {
        margin-right: 1.75467rem
    }
}

.modal-header .header-content .header-right .d-flex .menu-close-toggle,
.modal-header .header-content .header-right .signature .menu-close-toggle {
    margin-right: .87733rem
}

.modal-header .header-content .header-right .d-flex .menu-close-toggle:last-child,
.modal-header .header-content .header-right .signature .menu-close-toggle:last-child {
    margin-right: 0
}

@media (max-width:767px) {

    .modal-header .header-content .header-right .d-flex .languages,
    .modal-header .header-content .header-right .signature .languages {
        display: none
    }
}

.header-absolute-true header.site-header {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    z-index: 1040;
    min-width: 320px
}

.header-absolute-true.header-fixed header.site-header {
    background-color: #fff
}

@media (max-width:767px) {
    .header-absolute-true.header-fixed header.site-header {
        background-color: transparent
    }

    .header-absolute-true.header-fixed header.site-header .header-content {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.header-absolute-true:not(.header-fixed) header.site-header {
    color: #fff
}

.header-absolute-true:not(.header-fixed) header.site-header a:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header abbr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header address:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header audio:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header b:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header blockquote:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header caption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header cit:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header code:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header dd:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header del:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header details:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header dfn:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header dl:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header dt:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header em:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header fieldset:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header figcaption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h1:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h2:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h3:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h4:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h5:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header h6:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header hgroup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header hr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header i:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header ins:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header label:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header legend:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header li:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header mark:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header ol:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header p:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header pre:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header q:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header samp:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header small:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header span:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header strong:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header sub:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header summary:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header sup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header ul:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
.header-absolute-true:not(.header-fixed) header.site-header video:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon) {
    color: inherit
}

.header-absolute-true:not(.header-fixed) header.site-header a:not(.transform-scale-h):not(.btn):not(.dropdown-item):hover {
    opacity: .7
}

.header-absolute-true:not(.header-fixed) header.site-header .header-content {
    border-color: #fff
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item>a {
    color: inherit
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item>a:before {
    background-color: #385BB2
}

.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item.active a,
.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item.current-lang a,
.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item:hover a,
.header-absolute-true:not(.header-fixed) header#header nav.languages ul.nav li.lang-item a,
.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.active>a,
.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.current-nav-item>a,
.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.show>a,
.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item:hover>a {
    color: inherit
}

.header-fixed-true.header-fixed header {
    position: fixed;
    z-index: 1040
}

@media (max-width:600px) {
    .header-fixed-true.header-fixed header {
        top: 0
    }
}

.header-fixed-true.header-fixed header .header-content {
    transition: padding .3s ease-in-out;
    border-color: transparent
}

.header-fixed-true.header-fixed header .adv-light {
    display: none
}

@media (max-width:767px) {
    .header-fixed-true.header-fixed header .adv-light.menu-toggle {
        display: none !important
    }
}

@media (max-width:767px) {
    .header-fixed-true.header-fixed header .adv-light.logo {
        display: none
    }
}

.header-fixed-true.header-fixed header .adv-dark {
    display: block
}

@media (max-width:767px) {
    .header-fixed-true.header-fixed header .adv-dark.menu-toggle {
        display: block !important
    }
}

@media (max-width:767px) {
    .header-fixed-true.header-fixed header .adv-dark.logo {
        display: none
    }
}

.header-fixed-true.header-fixed header .menu {
    margin-right: 0 !important
}

@media (max-width:767px) {
    .header-absolute-true:not(.header-fixed) header .adv-light.menu-toggle {
        display: block !important
    }
}

.header-absolute-true:not(.header-fixed) header .adv-dark {
    display: none
}

@media (max-width:767px) {
    .header-absolute-true:not(.header-fixed) header .adv-dark.menu-toggle {
        display: none !important
    }
}

body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main {
    padding-top: 0
}

body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix {
    padding-top: 7.895rem
}

body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>article:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>aside:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>div:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>footer:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>header:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>main:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>nav:first-child>section:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>article:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>aside:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>div:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>footer:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>header:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>main:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>nav:first-child,
body:not([class*=page-header-absolute-and-no-title-and-content-full-width]):not([class*=page-header-fixed-and-no-title-and-content-full-width]).header-absolute-true main>.content>.clearfix>section:first-child>section:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem
}

[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main {
    padding-top: 0
}

[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix {
    padding-top: 7.895rem
}

[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>article:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>aside:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>div:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>footer:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>header:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>main:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>nav:first-child,
[class*=page-header-absolute-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>section:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>article:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>aside:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>div:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>footer:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>header:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>main:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>nav:first-child,
[class*=page-header-fixed-and-no-title-and-content-full-width].header-absolute-true main>.content>.clearfix [class*=section-wrap]>section:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem
}

.site-footer {
    position: relative;
    font-size: .895rem;
    background-color: #fff;
    color: #6c6c6c
}

.site-footer a:not(.btn),
.site-footer abbr:not(.btn),
.site-footer address:not(.btn),
.site-footer audio:not(.btn),
.site-footer b:not(.btn),
.site-footer blockquote:not(.btn),
.site-footer caption:not(.btn),
.site-footer cit:not(.btn),
.site-footer code:not(.btn),
.site-footer dd:not(.btn),
.site-footer del:not(.btn),
.site-footer details:not(.btn),
.site-footer dfn:not(.btn),
.site-footer dl:not(.btn),
.site-footer dt:not(.btn),
.site-footer em:not(.btn),
.site-footer fieldset:not(.btn),
.site-footer figcaption:not(.btn),
.site-footer h1:not(.btn),
.site-footer h2:not(.btn),
.site-footer h3:not(.btn),
.site-footer h4:not(.btn),
.site-footer h5:not(.btn),
.site-footer h6:not(.btn),
.site-footer hgroup:not(.btn),
.site-footer hr:not(.btn),
.site-footer i:not(.btn),
.site-footer ins:not(.btn),
.site-footer label:not(.btn),
.site-footer legend:not(.btn),
.site-footer li:not(.btn),
.site-footer mark:not(.btn),
.site-footer ol:not(.btn),
.site-footer p:not(.btn),
.site-footer pre:not(.btn),
.site-footer q:not(.btn),
.site-footer samp:not(.btn),
.site-footer small:not(.btn),
.site-footer span:not(.btn),
.site-footer strong:not(.btn),
.site-footer sub:not(.btn),
.site-footer summary:not(.btn),
.site-footer sup:not(.btn),
.site-footer ul:not(.btn),
.site-footer video:not(.btn) {
    color: inherit
}

.site-footer a:not(.transform-scale-h):not(.btn):hover {
    opacity: .7
}

.site-footer p {
    font-size: .895rem
}

.site-footer .wrapper {
    position: relative
}

.site-footer .wrapper .footer {
    border-top: 1px solid #dadada;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.site-footer .wrapper .footer .d-flex>div,
.site-footer .wrapper .footer .signature>div {
    padding-left: 1.579rem;
    padding-right: 1.579rem
}

.site-footer .wrapper .footer .d-flex>div:first-child,
.site-footer .wrapper .footer .signature>div:first-child {
    padding-left: 0
}

.site-footer .wrapper .footer .d-flex>div:last-child,
.site-footer .wrapper .footer .signature>div:last-child {
    padding-right: 0
}

@media (max-width:767px) {

    .site-footer .wrapper .footer .d-flex>div,
    .site-footer .wrapper .footer .signature>div {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.579rem
    }

    .site-footer .wrapper .footer .d-flex>div:last-child,
    .site-footer .wrapper .footer .signature>div:last-child {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .site-footer .wrapper .footer .copyright {
        text-align: center
    }
}

.footer-no-border {
    position: relative;
    z-index: 2;
    margin-bottom: -1px
}

main {
    padding-top: 7.105rem;
    padding-bottom: 8.421rem
}

main.content-no-spacing,
main.content-no-spacing #page-content {
    padding-top: 0;
    padding-bottom: 0
}

.page-title .wrapper {
    position: relative;
    z-index: 1
}

.page-title .text-max-width {
    max-width: 39.842rem
}

.page-title.with-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: calc(100vh + 10.526rem);
    min-height: 784px;
    max-height: 1000px;
    color: #fff
}

.page-title.with-img .wrapper {
    height: 100%
}

.page-title.with-img [class*=widget-text-editor] {
    color: #fff
}

.page-title.with-img a:not(.btn),
.page-title.with-img abbr:not(.btn),
.page-title.with-img address:not(.btn),
.page-title.with-img audio:not(.btn),
.page-title.with-img b:not(.btn),
.page-title.with-img blockquote:not(.btn),
.page-title.with-img caption:not(.btn),
.page-title.with-img cit:not(.btn),
.page-title.with-img code:not(.btn),
.page-title.with-img dd:not(.btn),
.page-title.with-img del:not(.btn),
.page-title.with-img details:not(.btn),
.page-title.with-img dfn:not(.btn),
.page-title.with-img dl:not(.btn),
.page-title.with-img dt:not(.btn),
.page-title.with-img em:not(.btn),
.page-title.with-img fieldset:not(.btn),
.page-title.with-img figcaption:not(.btn),
.page-title.with-img h1:not(.btn),
.page-title.with-img h2:not(.btn),
.page-title.with-img h3:not(.btn),
.page-title.with-img h4:not(.btn),
.page-title.with-img h5:not(.btn),
.page-title.with-img h6:not(.btn),
.page-title.with-img hgroup:not(.btn),
.page-title.with-img hr:not(.btn),
.page-title.with-img i:not(.btn),
.page-title.with-img ins:not(.btn),
.page-title.with-img label:not(.btn),
.page-title.with-img legend:not(.btn),
.page-title.with-img li:not(.btn),
.page-title.with-img mark:not(.btn),
.page-title.with-img ol:not(.btn),
.page-title.with-img p:not(.btn),
.page-title.with-img pre:not(.btn),
.page-title.with-img q:not(.btn),
.page-title.with-img samp:not(.btn),
.page-title.with-img small:not(.btn),
.page-title.with-img span:not(.btn),
.page-title.with-img strong:not(.btn),
.page-title.with-img sub:not(.btn),
.page-title.with-img summary:not(.btn),
.page-title.with-img sup:not(.btn),
.page-title.with-img ul:not(.btn),
.page-title.with-img video:not(.btn) {
    color: inherit
}

.page-title.with-img a:not(.transform-scale-h):not(.btn):hover {
    opacity: .7
}

.page-title-bg-color {
    background-color: #060606;
    position: absolute;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0
}

.loading {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.lazyload:not(.lazyloaded) {
    position: relative;
    background: url(../img/loader/loader.svg) no-repeat 50%;
    background-size: 3.158rem
}

.browser {
    background: #fff;
    padding-top: 2.263rem;
    padding-bottom: 2.263rem
}

.browser a {
    text-decoration: underline
}


@media (max-width:991px) {
    .ui .widget-area {
        margin-top: 0;
        margin-bottom: 5.63rem
    }
}


.ui .site-footer {
    z-index: 2
}

.bd-example,
.ui .site-footer {
    position: relative;
    background-color: #fff
}

.bd-example {
    width: 100%;
    padding: 1.579rem;
    border: .06rem solid #dadada
}

.bd-example>.btn,
[class*=-block-search] .bd-example>[class*=-block-search__button],
[class*=-password-form] .bd-example>input[type=submit] {
    margin-top: .132rem;
    margin-bottom: .132rem
}

.bd-example>.form-control+.form-control {
    margin-top: .264rem
}

.bd-example>.dropdown-menu:first-child {
    position: static;
    display: block
}

.bd-example-modal .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1
}

.bd-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.bd-example-border-utils-0 [class^=border] {
    border: 1px solid #dadada
}

.bd-example:after {
    display: block;
    clear: both;
    content: ""
}

.bd-placeholder-img {
    font-size: 1rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #446ccd
}

.bd-placeholder-img text {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    fill: #fff
}

.bd-placeholder-img-lg {
    font-size: 2.5rem
}

.bd-highlight {
    background-color: #f8f8f8;
    border: 1px solid hsla(0, 0%, 85%, .2);
    margin: -1px 0 -1px -1px
}

.bd-callout {
    padding: 1.579rem;
    margin-top: 2.632rem;
    margin-bottom: 2.632rem;
    border: 1px solid #dadada;
    border-left-width: .25rem
}

.bd-callout-warning {
    border-left-color: #cdc344
}

.bd-callout-info {
    border-left-color: #44bdcd
}

.highlight {
    margin-bottom: 2.632rem !important;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.highlight pre {
    margin-top: 0;
    padding-left: 1.579rem;
    padding-right: 1.579rem;
    background: #f8f8f8
}

.highlight pre code {
    font-size: .842rem
}

[class*=faq-section] {
    margin-bottom: 1.39rem
}

[class*=faq-section]:last-child {
    margin-bottom: 0
}

[class*=faq-section] .schema-faq-answer {
    margin-top: 1.39rem
}

[class*=faq-section] .schema-faq-answer:first-child {
    margin-top: 0
}

[class*=faq-section] .schema-faq-answer img {
    margin-bottom: .5em
}

.accordion-services {
    margin-bottom: -1.579rem
}

.accordion-services .card {
    margin-bottom: 1.579rem
}

@media(min-width:992px) {
    .accordion-services {
        column-count: 2;
    }
}

.accordion-services .card .card-header .btn.collapsed [class*=fas] {
    color: #060606
}

.accordion-services .card .card-header .btn:hover [class*=fas],
.accordion-services .card .card-header .btn [class*=fas],
.accordion-services .card .card-header [class*=-password-form] input:hover[type=submit] [class*=fas],
.accordion-services .card .card-header [class*=-password-form] input[type=submit] [class*=fas],
[class*=-password-form] .accordion-services .card .card-header input:hover[type=submit] [class*=fas],
[class*=-password-form] .accordion-services .card .card-header input[type=submit] [class*=fas] {
    color: #446ccd
}

.accordion-services .card .card-header .btn-link,
.accordion-services .card .card-header [class*=-password-form] input[type=submit],
[class*=-password-form] .accordion-services .card .card-header input[type=submit] {
    width: 100%;
    text-align: left
}

.accordion-services .card .card-header .btn-link [class*=fa-],
.accordion-services .card .card-header [class*=-password-form] input[type=submit] [class*=fa-],
[class*=-password-form] .accordion-services .card .card-header input[type=submit] [class*=fa-] {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg)
}

.accordion-services .card .card-header .btn-link.collapsed [class*=fa-],
.accordion-services .card .card-header [class*=-password-form] input.collapsed[type=submit] [class*=fa-],
[class*=-password-form] .accordion-services .card .card-header input.collapsed[type=submit] [class*=fa-] {
    transform: translateY(-50%) rotate(0)
}

.accordion-services .card .card-body .card-price {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    font-size: .895rem;
    color: #446ccd
}

.languages .nav {
    font-size: .895rem;
    margin-bottom: -1.316rem
}

.languages .nav .lang-item {
    margin-right: 1.316rem;
    margin-bottom: 1.316rem;
    line-height: .7
}

@media (max-width:1700px) {
    .languages .nav .lang-item {
        margin-right: .87733rem
    }
}

.languages .nav .lang-item:after,
.languages .nav .lang-item:before {
    display: none
}

.languages .nav .lang-item:last-child {
    margin-right: 0
}

.languages .nav .lang-item a {
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    color: #060606;
    text-transform: uppercase
}

.languages .nav .lang-item:hover a {
    color: #060606;
    opacity: .7
}

.languages .nav .lang-item.active a,
.languages .nav .lang-item.current-lang a {
    cursor: not-allowed;
    color: #060606;
    opacity: .7
}

#google-maps {
    height: 36.842rem
}

.reviews-width-img {
    background-position: 50%;
    background-repeat: no-repeat
}

.adv-slider-reviews {
    position: relative;
}

.reviews-item {
    background: #edeef0;
    padding: 40px 30px 30px;
    border-radius: 20px;
}

.adv-slider-reviews .adv-swiper-container {
    text-align: left;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img {
    margin-bottom: 1.579rem
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img:last-child {
    margin-bottom: 0
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-img img {
    border-radius: 50%;
    max-width: 5.263rem
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-t-head {
    color: #060606
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description {
    max-width: 1325px;
    margin: auto;
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p {
    font-size: 1.737rem;
    color: #060606;
    line-height: 1.67
}

.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p:after,
.adv-slider-reviews .adv-swiper-container .reviews-items .reviews-item .reviews-item-description p:before {
    display: none !important
}

.adv-slider-reviews .adv-swiper-container .adv-swiper-pagination-2 {
    margin-left: 20px;
    margin-top: 25px;
}

.reviews-item-description {
    line-height: 1.8;
}

#reviews.width-img {
    background-size: cover;
    background-repeat: no-repeat
}

.information {
    position: relative;
    padding: 2rem 2rem;
    background-color: #fff;
    height: 100%
}

.information .information-icon {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.information .information-icon:last-child {
    margin-bottom: 0
}

.information .information-icon>* {
    font-size: 2rem;
    color: #060606
}

.information .information-t-head {
    color: #060606
}

.information .information-btn {
    margin-top: 1.579rem
}

.information .information-btn:first-child {
    margin-top: 0
}

.information-items {
    margin-top: -10.526rem !important
}

.with-information-items {
    padding-bottom: 10.526rem
}

.information-color-1 {
    background-color: #385bb2;
    color: #fff
}

.information-color-1 .information-icon {
    border-color: hsla(0, 0%, 100%, .15)
}

.information-color-1 .information-description,
.information-color-1 .information-icon>*,
.information-color-1 .information-t-head {
    color: inherit
}

.information-color-1 .information-btn>* {
    transition: opacity .3s ease-in-out;
    color: inherit
}

.information-color-1 .information-btn>:hover {
    color: inherit;
    opacity: .7
}

.information-color-1 .information-btn>.btn-line:after {
    background-color: #fff
}

.information-color-2 {
    background-color: #446ccd;
    color: #fff
}

.information-color-2 .information-icon {
    border-color: hsla(0, 0%, 100%, .15)
}

.information-color-2 .information-description,
.information-color-2 .information-icon>*,
.information-color-2 .information-t-head {
    color: inherit
}

.information-color-2 .information-btn>* {
    transition: opacity .3s ease-in-out;
    color: inherit
}

.information-color-2 .information-btn>:hover {
    color: inherit;
    opacity: .7
}

.information-color-2 .information-btn>.btn-line:after {
    background-color: #fff
}

.information-color-3 {
    background-color: #f8f8f8
}

.information-icon-margin .information-icon>* {
    margin-left: -.526rem
}

[class*=-element][class*=-information],
[class*=-element][class*=-information]>[class*=-widget-container] {
    height: 100%
}

.feature-item {
    padding-top: 3.158rem;
    border-top: 1px solid #dadada
}


.fun-fact {
    text-align: center;
    padding: 2.632rem 0
}

.fun-fact .fun-fact-t-head {
    font-family: Poppins-Bold, sans-serif;
    font-size: 2.053rem;
    font-weight: 700;
    line-height: 1.44
}

.fun-fact .fun-fact-t-head:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.345em
}

.fun-fact .fun-fact-t-head:last-child {
    margin-bottom: 0
}

.fun-fact .fun-fact-t-head:last-child:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.37em
}

.fun-facts-width-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.fun-fact-items [class*=col-]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid hsla(0, 0%, 100%, .15)
}

.fun-fact-items [class*=col-]:first-child:before {
    display: none
}

@media (max-width:991px) {
    .fun-fact-items [class*=col-][class*=-md-12]:before {
        border-color: transparent
    }
}

@media (max-width:767px) {
    .fun-fact-items [class*=col-][class*=-sm-12]:before {
        border-color: transparent
    }
}

@media (max-width:575px) {
    .fun-fact-items [class*=col-]:before {
        border-color: transparent
    }
}

#back-to-top {
    position: absolute;
    top: -6.579rem;
    z-index: 1039;
    right: 2.632rem
}

@media (max-width:1700px) {
    #back-to-top {
        right: 2.632rem
    }
}

@media (max-width:1199px) {
    #back-to-top {
        right: 1.59515rem
    }
}

@media (max-width:767px) {
    #back-to-top {
        top: -1.7105rem
    }
}

@media (max-width:575px) {
    #back-to-top {
        right: 1.59515rem
    }
}

#back-to-top a {
    display: block;
    width: 3.421rem;
    height: 3.421rem;
    color: #fff;
    background: #446ccd
}

#back-to-top a [class*=fa-],
#back-to-top a i,
#back-to-top a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#back-to-top a [class*=malex-icon] {
    font-size: 1rem
}

#back-to-top a span {
    font-size: .789rem
}

#back-to-top a:hover {
    color: #fff;
    background: #3259b9;
    border-color: #fff;
    opacity: 1
}

@keyframes c {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: c;
    transform-origin: center bottom
}

@keyframes d {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: d
}

@keyframes e {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: e
}

@keyframes f {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: f
}

@keyframes g {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: g
}

@keyframes h {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: h
}

@keyframes i {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: i
}

@keyframes j {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: j
}

@keyframes k {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: k
}

@keyframes l {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: l;
    transform-origin: center
}

@keyframes m {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    animation-name: m;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes n {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: n
}

@keyframes o {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: o
}

@keyframes p {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: p
}

@keyframes q {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: q
}

@keyframes r {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: r
}

@keyframes s {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: s
}

@keyframes t {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: t
}

@keyframes u {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: u
}

@keyframes v {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: v
}

@keyframes w {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft,
.fadeinleft {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight,
.fadeinright {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: E
}

@keyframes F {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: J
}

@keyframes K {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: K
}

@keyframes L {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: L
}

@keyframes M {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: M
}

@keyframes N {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: N
}

@keyframes O {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: O
}

@keyframes P {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: P
}

@keyframes Q {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Q
}

@keyframes R {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: R
}

@keyframes S {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: S;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes T {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: T
}

@keyframes U {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    animation-name: U;
    animation-timing-function: ease-out
}

@keyframes V {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: V;
    animation-timing-function: ease-in
}

@keyframes W {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: ab
}

@keyframes bb {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: bb
}

@keyframes cb {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: cb
}

@keyframes db {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: db
}

@keyframes eb {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: eb
}

@keyframes fb {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: fb
}

@keyframes gb {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: gb
}

@keyframes hb {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: hb
}

@keyframes ib {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: ib
}

@keyframes jb {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: jb
}

@keyframes kb {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn,
.zoomin {
    animation-name: kb
}

@keyframes lb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: lb
}

@keyframes mb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: mb
}

@keyframes nb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: nb
}

@keyframes ob {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: ob
}

@keyframes pb {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: pb
}

@keyframes qb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: qb
}

@keyframes rb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: rb
}

@keyframes sb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: sb
}

@keyframes tb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: tb
}

@keyframes ub {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: ub
}

@keyframes vb {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: vb
}

@keyframes wb {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: wb
}

@keyframes xb {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: xb
}

@keyframes yb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: yb
}

@keyframes zb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: zb
}

@keyframes Ab {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: Ab
}

@keyframes Bb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: Bb
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

#page-title {
    background-image: url('../img/demo/01_img.jpg');
}

#page-title2 {
    background-image: url('../img/kids-dentist-hero.jpg');
}

#fun-facts {
    background-image: url('../img/demo/08_img.png');
}

#testimonials {
    background-image: url('../img/demo/13_img.png');
}

.services-card-body h3 {
    font-size: 18px;
    margin-top: 15px;
}

.description .description-heading {
    font-size: 18px;
}

.shadow-box {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin: 10px 10px;
}

.grey-bg {
    background-color: #EFF3F9;
}

.box-content {
    padding: 15px;
}

.quote-font {
    font-family: 'Shantell Sans', cursive;
}

.service-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    min-height: 180px;
}

.service-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.9);
    transition: all 0.5s ease;

}

.service-box:hover .icon-box {
    transform: scale(1.1);
}

.service-box .icon-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
}

.service-box .service-name {
    font-size: 17px;
    color: #385BB2;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.servic_desc {
    background: #385BB2;
    color: rgba(255, 255, 255, .8);
    padding: 25px 18px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    line-height: 1.5;
}

.service-box:hover .service-top {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
    transition: all 0.5s ease;
}

.service-box:hover .servic_desc {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}

.stretched-link {
    padding-right: 20px !important;
}

.main-footer {
    background: #F2F2F2;
    padding: 40px 0;
}

.footer-title {
    font-size: 18px;
    color: #345BBB !important;
    font-weight: 500;
    margin-bottom: 35px;
}
.footer-title:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: 0.45em 0 0;
    border: none;
    background: #999;
    height: 3px;
}