@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Light.ttf') format('ttf'),
    url('../fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Regular.ttf') format('ttf'),
    url('../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Medium.ttf') format('ttf'),
    url('../fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Bold.ttf') format('ttf'),
    url('../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-ExtraBold.ttf') format('ttf'),
    url('../fonts/HKGrotesk-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@media (min-width: 1200px) {
    .page-load .wow,
    .page-load .wow-child {
        -webkit-transition: opacity .8s cubic-bezier(0.4, 0, 1, 1), -webkit-transform .9s ease;
        transition: opacity .8s cubic-bezier(0.4, 0, 1, 1), -webkit-transform .9s ease;
        -o-transition: opacity .8s cubic-bezier(0.4, 0, 1, 1), transform .9s ease;
        transition: opacity .8s cubic-bezier(0.4, 0, 1, 1), transform .9s ease;
        transition: opacity .8s cubic-bezier(0.4, 0, 1, 1), transform .9s ease, -webkit-transform .9s ease;
    }
    .page-load .td-1 {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }
    .page-load .td-2 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }
    .page-load .td-3 {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s;
    }
    .page-load .td-4 {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }
    .page-load .td-5 {
        -webkit-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s;
    }
    .page-load .td-6 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
    .page-load .td-7 {
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1.15s;
        transition-delay: 1.15s;
    }
    body:not(.disable-page-anim) .wow,
    body:not(.disable-page-anim) .wow-child {
        opacity: 0;
        visibility: hidden;
    }
    body:not(.disable-page-anim) .wowToUp {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
    }
    body:not(.disable-page-anim) .wowToCenter {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    body:not(.disable-page-anim) .wowToRight {
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    body:not(.disable-page-anim) .wowToLeft {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
    }
    .children-visible .wow-child {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --1-rem: 18px;
    --body-fw: 400;
    --body-ff: 'HKGrotesk', sans-serif;
    --body-color: #000000;
    --body-ta: left;
    --body-bg: #ffffff;
    /*--color-dark: rgb(30, 30, 30);*/
    /*--color-light: #f4ede4;*/
    --body-ls: 0;
    --body-lh: 1.3;
    --vh: 1;
    --vh-2: 1;
    --animation-primary: all .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: all .2s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: all .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: all .8s cubic-bezier(.7, 0, .3, 1);
    /*--section-padding: clamp(5em, 15vh, 12em);*/
    /*--container-padding: clamp(2.5em, 9vw, 8em);*/
    /*--title-size: clamp(3em, 6.25vw, 6.25em);*/
    /*--radius-size-outside: .75em;*/
    /*--gap-padding: clamp(2em, 4vw, 2.5em);*/
    /*-------------------*/
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
*, ::after, ::before {
    box-sizing: border-box
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}
html {
    font-size: var(--1-rem);
    font-family: var(--body-ff);
    line-height: var(--body-lh);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0;
    font-family: var(--body-ff);
    font-size: var(--1-rem);
    font-weight: var(--body-fw);
    line-height: var(--body-lh);
    letter-spacing: var(--body-ls);
    color: var(--body-color);
    text-align: var(--body-ta);
    background-color: var(--body-bg);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    letter-spacing: 0.03em;
    margin-bottom: 1.35rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
ul {
    padding-left: 2em;
}
ol {
    padding-left: 2.7em;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
li ul,
li ol {
    margin-top: 8px;
    padding-left: 15px;
}
::marker {
    content: none;
}
ul li,
ol li {
    position: relative;
    margin-bottom: 9px;
}
ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: -0.8em;
    top: 0.5em;
    background: var(--body-color);
}
li ul li:before {
    background: #0000;
    border: 1px solid var(--body-color);
    width: 3px;
    height: 3px;
}
ol li {
    counter-increment: step-counter1;
}
li ol li {
    counter-increment: step-counter2;
}
ol li::before {
    content: counter(step-counter1);
    position: relative;
    margin-left: -1em;
    left: -.5em;
    z-index: 0;
}
li ol li::before {
    content: counter(step-counter2) '.';
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote,
.blockquote {
    margin: 0;
    font-style: italic;
    font-weight: 600;
}
.blockquote {
    font-weight: 700;
    font-size: 26px;
}
q::before {
    margin-right: -3px;
}
q::after {
    margin-left: -3px;
}
cite {
    font-style: normal;
}
blockquote:not(.blockquote) p:before, .quote:before {
    content: '"';
}
blockquote:not(.blockquote) p:after, .quote:after {
    content: '"';
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25rem
}
sup {
    top: -0.3em;
}
a {
    color: #B87263;
    text-decoration: underline;
    background-color: transparent;
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img, video, iframe {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
svg {
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
label {
    display: block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
    background: none;
    border: none;
    color: currentColor;
    padding: 1px 6px;
}
button:focus,
[role=button]:focus {
    outline: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
form {
    margin-bottom: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
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 {
    color: currentColor;
    height: 81px;
    resize: none;
    outline: none !important;
}
textarea:focus::placeholder {
    opacity: 0;
}
textarea::-webkit-input-placeholder {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::-moz-placeholder {
    -moz-transition: all .15s ease;
    transition: all .15s ease;
}
textarea:-ms-input-placeholder {
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::-ms-input-placeholder {
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
textarea::placeholder {
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.h1, h1 {
    font-size: 54px;
}
.h2, h2 {
    font-size: 54px;
}
.h3, h3 {
    font-size: 40px;
}
.h4, h4 {
    font-size: 36px;
    margin-bottom: 3px;
}
.h5, h5 {
    font-size: 21px;
}
.h6, h6 {
    font-size: 18px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid currentColor;
}
.small, small {
    font-size: .75rem;
}
.mark, mark {
    padding: .2em;
    color: var(--body-bg);
    background-color: var(--body-color);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled li:before,
.nav li:before {
    content: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}
a > code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.form-control {
    display: block;
    border: none;
    background: #0000;
    width: 100%;
    border-radius: 0;
    line-height: 1;
    padding: 1px 0 1px;
    color: currentColor;
    opacity: 1;
    border-bottom: 1px solid currentColor;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    input {
        transition: none
    }
}
input::-ms-expand {
    background-color: transparent;
    border: 0
}
input:-moz-focusring {
    color: transparent;
}
input:focus {
    outline: none;
    box-shadow: none;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::-moz-placeholder {
    color: currentColor;
    opacity: 1
}
input:-ms-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::-ms-input-placeholder {
    color: currentColor;
    opacity: 1
}
input::placeholder,
textarea::placeholder {
    color: currentColor;
    opacity: 1
}
input::-webkit-input-placeholder {
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input::-moz-placeholder {
    -moz-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input:-ms-input-placeholder {
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input::-ms-input-placeholder {
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
input:disabled,
input[readonly],
input[readonly] {
    background-color: var(--body-bg);
    opacity: .2
}
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
}
.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 .dropdown-toggle {
    display: block;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
}
.dropdown .dropdown-toggle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.279' height='7.139' viewBox='0 0 12.279 7.139'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(9280.078 -2097.829) rotate(90)'%3E%3Cpath id='Path_88' data-name='Path 88' d='M2099.243,9269.213l4.726,4.726-4.726,4.726' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center center/contain no-repeat;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    min-width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 16px;
    color: var(--body-bg);
    text-align: left;
    list-style: none;
    background-color: var(--body-color);
    border: 1px solid var(--body-color);
    border-radius: .25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: 0;
    border-right: .3rem solid transparent;
    border-bottom: .3rem solid;
    border-left: .3rem solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: .3rem solid transparent;
    border-right: 0;
    border-bottom: .3rem solid transparent;
    border-left: .3rem solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255rem;
    vertical-align: .255rem;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255rem;
    vertical-align: .255rem;
    content: "";
    border-top: .3rem solid transparent;
    border-right: .3rem solid;
    border-bottom: .3rem solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid var(--body-bg)
}
.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--body-bg);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: var(--body-color);
    text-decoration: none;
    background-color: var(--body-bg);
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: var(--body-color);
    text-decoration: none;
    background-color: var(--body-bg);
}
.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
    color: var(--body-color);
    opacity: .5;
    pointer-events: none;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.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;
    max-width: 100%;
    pointer-events: none;
    margin: 1.75rem auto;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 1.75rem auto;
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    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%;
    pointer-events: auto;
    background-color: var(--body-bg);
    outline: 0
}
.modal-content--video {
    background: #0000;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .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);
    }
    .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
    }
}
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-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-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-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-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-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.857143%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
}
.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
.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-h-100 {
    min-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: 4px !important
}
.mt-1, .my-1 {
    margin-top: 4px !important
}
.mr-1, .mx-1 {
    margin-right: 4px !important
}
.mb-1, .my-1 {
    margin-bottom: 4px !important
}
.ml-1, .mx-1 {
    margin-left: 4px !important
}
.m-2 {
    margin: 8px !important
}
.mt-2, .my-2 {
    margin-top: 8px !important
}
.mr-2, .mx-2 {
    margin-right: 8px !important
}
.mb-2, .my-2 {
    margin-bottom: 8px !important
}
.ml-2, .mx-2 {
    margin-left: 8px !important
}
.m-3 {
    margin: 15px !important
}
.mt-3, .my-3 {
    margin-top: 15px !important
}
.mr-3, .mx-3 {
    margin-right: 15px !important
}
.mb-3, .my-3 {
    margin-bottom: 15px !important
}
.ml-3, .mx-3 {
    margin-left: 15px !important
}
.m-4 {
    margin: 24px !important
}
.mt-4, .my-4 {
    margin-top: 24px !important
}
.mr-4, .mx-4 {
    margin-right: 24px !important
}
.mb-4, .my-4 {
    margin-bottom: 24px !important
}
.ml-4, .mx-4 {
    margin-left: 24px !important
}
.m-5 {
    margin: 32px !important
}
.mt-5, .my-5 {
    margin-top: 32px !important
}
.mr-5, .mx-5 {
    margin-right: 32px !important
}
.mb-5, .my-5 {
    margin-bottom: 32px !important
}
.ml-5, .mx-5 {
    margin-left: 32px !important
}
.mb-6 {
    margin-bottom: 42px !important
}
.my-6 {
    margin-bottom: 40px !important
}
.mt-6, .my-6 {
    margin-top: 40px !important
}
.p-0 {
    padding: 0 !important
}
.pt-0, .py-0 {
    padding-top: 0 !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}
.pb-0, .py-0 {
    padding-bottom: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: 4px !important
}
.pt-1, .py-1 {
    padding-top: 4px !important
}
.pr-1, .px-1 {
    padding-right: 4px !important
}
.pb-1, .py-1 {
    padding-bottom: 4px !important
}
.pl-1, .px-1 {
    padding-left: 4px !important
}
.p-2 {
    padding: 8px !important
}
.pt-2, .py-2 {
    padding-top: 8px !important
}
.pr-2, .px-2 {
    padding-right: 8px !important
}
.pb-2, .py-2 {
    padding-bottom: 8px !important
}
.pl-2, .px-2 {
    padding-left: 8px !important
}
.p-3 {
    padding: 15px !important
}
.pt-3, .py-3 {
    padding-top: 15px !important
}
.pr-3, .px-3 {
    padding-right: 15px !important
}
.pb-3, .py-3 {
    padding-bottom: 15px !important
}
.pl-3, .px-3 {
    padding-left: 15px !important
}
.p-4 {
    padding: 24px !important
}
.pt-4, .py-4 {
    padding-top: 24px !important
}
.pr-4, .px-4 {
    padding-right: 24px !important
}
.pb-4, .py-4 {
    padding-bottom: 24px !important
}
.pl-4, .px-4 {
    padding-left: 24px !important
}
.p-5 {
    padding: 32px !important
}
.pt-5, .py-5 {
    padding-top: 32px !important
}
.pr-5, .px-5 {
    padding-right: 32px !important
}
.pb-5, .py-5 {
    padding-bottom: 32px !important
}
.pl-5, .px-5 {
    padding-left: 32px !important
}
.pb-6, .py-6 {
    padding-bottom: 40px !important
}
.pt-6, .py-6 {
    padding-top: 40px !important
}
.m-n1 {
    margin: -4px !important
}
.mt-n1, .my-n1 {
    margin-top: -4px !important
}
.mr-n1, .mx-n1 {
    margin-right: -.4px !important
}
.mb-n1, .my-n1 {
    margin-bottom: -4px !important
}
.ml-n1, .mx-n1 {
    margin-left: -4px !important
}
.m-n2 {
    margin: -8px !important
}
.mt-n2, .my-n2 {
    margin-top: -8px !important
}
.mr-n2, .mx-n2 {
    margin-right: -8px !important
}
.mb-n2, .my-n2 {
    margin-bottom: -8px !important
}
.ml-n2, .mx-n2 {
    margin-left: -8px !important
}
.m-n3 {
    margin: -15px !important
}
.mt-n3, .my-n3 {
    margin-top: -15px !important
}
.mr-n3, .mx-n3 {
    margin-right: -15px !important
}
.mb-n3, .my-n3 {
    margin-bottom: -15px !important
}
.ml-n3, .mx-n3 {
    margin-left: -15px !important
}
.m-n4 {
    margin: -24px !important
}
.mt-n4, .my-n4 {
    margin-top: -24px !important
}
.mr-n4, .mx-n4 {
    margin-right: -24px !important
}
.mb-n4, .my-n4 {
    margin-bottom: -24px !important
}
.ml-n4, .mx-n4 {
    margin-left: -24px !important
}
.m-n5 {
    margin: -32px !important
}
.mt-n5, .my-n5 {
    margin-top: -32px !important
}
.mr-n5, .mx-n5 {
    margin-right: -32px !important
}
.mb-n5, .my-n5 {
    margin-bottom: -32px !important
}
.ml-n5, .mx-n5 {
    margin-left: -32px !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: 4px !important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: 4px !important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 4px !important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 4px !important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 4px !important
    }
    .m-sm-2 {
        margin: 8px !important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 8px !important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 8px !important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 8px !important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 8px !important
    }
    .m-sm-3 {
        margin: 15px !important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 15px !important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 15px !important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 15px !important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 15px !important
    }
    .m-sm-4 {
        margin: 24px !important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 24px !important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 24px !important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 24px !important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 24px !important
    }
    .m-sm-5 {
        margin: 32px !important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 32px !important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 32px !important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 32px !important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 32px !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: 4px !important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: 4px !important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: 4px !important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 4px !important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: 4px !important
    }
    .p-sm-2 {
        padding: 8px !important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: 8px !important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 8px !important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 8px !important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: 8px !important
    }
    .p-sm-3 {
        padding: 15px !important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 15px !important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 15px !important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 15px !important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 15px !important
    }
    .p-sm-4 {
        padding: 24px !important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 24px !important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 24px !important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 24px !important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 24px !important
    }
    .p-sm-5 {
        padding: 32px !important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 32px !important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 32px !important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 32px !important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 32px !important
    }
    .m-sm-n1 {
        margin: -4px !important
    }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -4px !important
    }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -4px !important
    }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -4px !important
    }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -4px !important
    }
    .m-sm-n2 {
        margin: -8px !important
    }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -8px !important
    }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -8px !important
    }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -8px !important
    }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -8px !important
    }
    .m-sm-n3 {
        margin: -15px !important
    }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -15px !important
    }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -15px !important
    }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -15px !important
    }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -15px !important
    }
    .m-sm-n4 {
        margin: -24px !important
    }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -24px !important
    }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -24px !important
    }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -24px !important
    }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -24px !important
    }
    .m-sm-n5 {
        margin: -32px !important
    }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -32px !important
    }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -32px !important
    }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -32px !important
    }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -32px !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: 4px !important
    }
    .mt-md-1, .my-md-1 {
        margin-top: 4px !important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: 4px !important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: 4px !important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: 4px !important
    }
    .m-md-2 {
        margin: 8px !important
    }
    .mt-md-2, .my-md-2 {
        margin-top: 8px !important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: 8px !important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: 8px !important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: 8px !important
    }
    .m-md-3 {
        margin: 15px !important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 15px !important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 15px !important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 15px !important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 15px !important
    }
    .m-md-4 {
        margin: 24px !important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 24px !important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 24px !important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 24px !important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 24px !important
    }
    .m-md-5 {
        margin: 32px !important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 32px !important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 32px !important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 32px !important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 32px !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: 4px !important
    }
    .pt-md-1, .py-md-1 {
        padding-top: 4px !important
    }
    .pr-md-1, .px-md-1 {
        padding-right: 4px !important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: 4px !important
    }
    .pl-md-1, .px-md-1 {
        padding-left: 4px !important
    }
    .p-md-2 {
        padding: 8px !important
    }
    .pt-md-2, .py-md-2 {
        padding-top: 8px !important
    }
    .pr-md-2, .px-md-2 {
        padding-right: 8px !important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: 8px !important
    }
    .pl-md-2, .px-md-2 {
        padding-left: 8px !important
    }
    .p-md-3 {
        padding: 15px !important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 15px !important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 15px !important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 15px !important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 15px !important
    }
    .p-md-4 {
        padding: 24px !important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 24px !important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 24px !important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 24px !important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 24px !important
    }
    .p-md-5 {
        padding: 32px !important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 32px !important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 32px !important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 32px !important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 32px !important
    }
    .m-md-n1 {
        margin: -4px !important
    }
    .mt-md-n1, .my-md-n1 {
        margin-top: -4px !important
    }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -4px !important
    }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -4px !important
    }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -4px !important
    }
    .m-md-n2 {
        margin: -8px !important
    }
    .mt-md-n2, .my-md-n2 {
        margin-top: -8px !important
    }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -8px !important
    }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -8px !important
    }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -8px !important
    }
    .m-md-n3 {
        margin: -15px !important
    }
    .mt-md-n3, .my-md-n3 {
        margin-top: -15px !important
    }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -15px !important
    }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -15px !important
    }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -15px !important
    }
    .m-md-n4 {
        margin: -24px !important
    }
    .mt-md-n4, .my-md-n4 {
        margin-top: -24px !important
    }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -24px !important
    }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -24px !important
    }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -24px !important
    }
    .m-md-n5 {
        margin: -32px !important
    }
    .mt-md-n5, .my-md-n5 {
        margin-top: -32px !important
    }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -32px !important
    }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -32px !important
    }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -32px !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: 4px !important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: 4px !important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 4px !important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 4px !important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 4px !important
    }
    .m-lg-2 {
        margin: 8px !important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: 8px !important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 8px !important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 8px !important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 8px !important
    }
    .m-lg-3 {
        margin: 15px !important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 15px !important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 15px !important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 15px !important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 15px !important
    }
    .m-lg-4 {
        margin: 24px !important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 24px !important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 24px !important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 24px !important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 24px !important
    }
    .m-lg-5 {
        margin: 32px !important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 32px !important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 32px !important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 32px !important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 32px !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: 4px !important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: 4px !important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: 4px !important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 4px !important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: 4px !important
    }
    .p-lg-2 {
        padding: 8px !important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: 8px !important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: 8px !important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 8px !important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 8px !important
    }
    .p-lg-3 {
        padding: 15px !important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 15px !important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 15px !important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 15px !important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 15px !important
    }
    .p-lg-4 {
        padding: 24px !important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 24px !important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 24px !important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 24px !important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 24px !important
    }
    .p-lg-5 {
        padding: 32px !important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 32px !important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 32px !important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 32px !important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 32px !important
    }
    .m-lg-n1 {
        margin: -4px !important
    }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -4px !important
    }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -4px !important
    }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -4px !important
    }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -4px !important
    }
    .m-lg-n2 {
        margin: -8px !important
    }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -8px !important
    }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -8px !important
    }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -8px !important
    }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -8px !important
    }
    .m-lg-n3 {
        margin: -15px !important
    }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -15px !important
    }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -15px !important
    }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -15px !important
    }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -15px !important
    }
    .m-lg-n4 {
        margin: -24px !important
    }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -24px !important
    }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -24px !important
    }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -24px !important
    }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -24px !important
    }
    .m-lg-n5 {
        margin: -32px !important
    }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -32px !important
    }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -32px !important
    }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -32px !important
    }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -32px !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: 4px !important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: 4px !important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 4px !important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 4px !important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 4px !important
    }
    .m-xl-2 {
        margin: 8px !important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: 8px !important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 8px !important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 8px !important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 8px !important
    }
    .m-xl-3 {
        margin: 15px !important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 15px !important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 15px !important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 15px !important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 15px !important
    }
    .m-xl-4 {
        margin: 24px !important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 24px !important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 24px !important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 24px !important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 24px !important
    }
    .m-xl-5 {
        margin: 32px !important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 32px !important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 32px !important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 32px !important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 32px !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: 4px !important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: 4px !important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: 4px !important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 4px !important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: 4px !important
    }
    .p-xl-2 {
        padding: 8px !important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: 8px !important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: 8px !important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 8px !important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: 8px !important
    }
    .p-xl-3 {
        padding: 15px !important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 15px !important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 15px !important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 15px !important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 15px !important
    }
    .p-xl-4 {
        padding: 24px !important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 24px !important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 24px !important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 24px !important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 24px !important
    }
    .p-xl-5 {
        padding: 32px !important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 32px !important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 32px !important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 32px !important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 32px !important
    }
    .m-xl-n1 {
        margin: -4px !important
    }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -4px !important
    }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -4px !important
    }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -4px !important
    }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -4px !important
    }
    .m-xl-n2 {
        margin: -8px !important
    }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -8px !important
    }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -8px !important
    }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -8px !important
    }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -8px !important
    }
    .m-xl-n3 {
        margin: -15px !important
    }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -15px !important
    }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -15px !important
    }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -15px !important
    }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -15px !important
    }
    .m-xl-n4 {
        margin: -24px !important
    }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -24px !important
    }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -24px !important
    }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -24px !important
    }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -24px !important
    }
    .m-xl-n5 {
        margin: -32px !important
    }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -32px !important
    }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -32px !important
    }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -32px !important
    }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -32px !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}
.text-wrap {
    white-space: normal !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    display: block;
    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
}
.fw-300 {
    font-weight: 300 !important
}
.fw-400 {
    font-weight: 400 !important
}
.fw-500 {
    font-weight: 500 !important
}
.fw-600 {
    font-weight: 600 !important
}
.fw-700 {
    font-weight: 700 !important
}
.fw-800 {
    font-weight: 800 !important
}
.fw-900 {
    font-weight: 900 !important
}
.font-italic {
    font-style: italic !important
}
.text-hide {
    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;
    opacity: 1 !important;
}
.invisible {
    opacity: 0 !important;
    visibility: hidden !important;
}
/*-----------------------------------*/
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000000
    }
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
/*-------------------------------------------------*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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');
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-pointer-events {
    touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet:only-child {
    display: none !important
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.listing-gallery-wrap .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.listing-gallery-wrap .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.listing-gallery-wrap .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube {
    overflow: visible
}
.swiper-cube .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%
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}
.swiper-flip {
    overflow: visible
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}
.swiper-cards {
    overflow: visible
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/*------------------------------*/
.mapboxgl-map {
    font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mapboxgl-canvas {
    position: absolute;
    left: 0;
    top: 0;
    outline: none !important;
}
.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%
}
.mapboxgl-canary {
    background-color: salmon
}
.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
    cursor: pointer
}
.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    -ms-touch-action: none;
    touch-action: none
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
    position: absolute;
    pointer-events: none;
    z-index: 2
}
.mapboxgl-ctrl-top-left {
    top: 0;
    left: 0
}
.mapboxgl-ctrl-top-right {
    top: 0;
    right: 0
}
.mapboxgl-ctrl-bottom-left {
    bottom: 0;
    left: 0;
    /*  hide logo  */
    display: none;
}
.mapboxgl-ctrl-bottom-right {
    right: 0;
    bottom: 0;
    /*  hide icon  */
    display: none;
}
.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
    margin: 10px 0 0 10px;
    float: left
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 10px 10px 0 0;
    float: right
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
    margin: 0 0 10px 10px;
    float: left
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin: 0 10px 10px 0;
    float: right
}
.mapboxgl-ctrl-group {
    border-radius: 4px;
    background: #ffffff
}
.mapboxgl-ctrl-group:not(:empty) {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl-group:not(:empty) {
        -webkit-box-shadow: 0 0 0 2px ButtonText;
        box-shadow: 0 0 0 2px ButtonText
    }
}
.mapboxgl-ctrl-group button {
    width: 29px;
    height: 29px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer
}
.mapboxgl-ctrl-group button + button {
    border-top: 1px solid #dddddd
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl-icon {
        background-color: transparent
    }
    .mapboxgl-ctrl-group button + button {
        border-top: 1px solid ButtonText
    }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
    -webkit-box-shadow: 0 0 2px 2px #0096ff;
    box-shadow: 0 0 2px 2px #0096ff
}
.mapboxgl-ctrl button:disabled {
    cursor: not-allowed
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
    opacity: .25
}
.mapboxgl-ctrl button:not(:disabled):hover {
    background-color: #cccccc;
}
.mapboxgl-ctrl-group button:focus:focus-visible {
    -webkit-box-shadow: 0 0 2px 2px #0096ff;
    box-shadow: 0 0 2px 2px #0096ff
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
    -webkit-box-shadow: none;
    box-shadow: none
}
.mapboxgl-ctrl-group button:focus:first-child {
    border-radius: 4px 4px 0 0
}
.mapboxgl-ctrl-group button:focus:last-child {
    border-radius: 0 0 4px 4px
}
.mapboxgl-ctrl-group button:focus:only-child {
    border-radius: inherit
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
    }
}
@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
    }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
    }
}
@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
    }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")
    }
}
@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
    }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
    -webkit-animation: mapboxgl-spin 2s linear infinite;
    animation: mapboxgl-spin 2s linear infinite
}
@media (-ms-high-contrast: active) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")
    }
}
@media (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")
    }
    .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")
    }
}
@-webkit-keyframes mapboxgl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes mapboxgl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
a.mapboxgl-ctrl-logo {
    width: 88px;
    height: 23px;
    margin: 0 0 -4px -4px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 23px
}
@media (-ms-high-contrast: active) {
    a.mapboxgl-ctrl-logo {
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")
    }
}
@media (-ms-high-contrast: black-on-white) {
    a.mapboxgl-ctrl-logo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")
    }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 0 5px;
    background-color: hsla(0, 0%, 100%, .5);
    margin: 0
}
@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        min-height: 20px;
        padding: 2px 24px 2px 0;
        margin: 10px;
        position: relative;
        background-color: #ffffff;
        border-radius: 12px
    }
    .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 2px 28px 2px 8px;
        visibility: visible
    }
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
        padding: 2px 8px 2px 28px;
        border-radius: 12px
    }
    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none
    }
    .mapboxgl-ctrl-attrib-button {
        display: none;
        cursor: pointer;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
        background-color: hsla(0, 0%, 100%, .5);
        width: 24px;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 12px;
        outline: none;
        top: 0;
        right: 0;
        border: 0
    }
    .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
        left: 0
    }
    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
        display: block
    }
    .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
        background-color: rgba(0, 0, 0, .05)
    }
    .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        right: 0
    }
    .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        top: 0;
        right: 0
    }
    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        top: 0;
        left: 0
    }
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        bottom: 0;
        left: 0
    }
}
@media screen and (-ms-high-contrast: active) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
    }
}
@media screen and (-ms-high-contrast: black-on-white) {
    .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")
    }
}
.mapboxgl-ctrl-attrib a {
    color: rgba(0, 0, 0, .75);
    text-decoration: none
}
.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: 700;
    margin-left: 2px
}
.mapboxgl-attrib-empty {
    display: none
}
.mapboxgl-ctrl-scale {
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 10px;
    border: 2px solid #333333;
    border-top: #333333;
    padding: 0 5px;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform;
    pointer-events: none;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 2;
}
.mapboxgl-popup.active {
    opacity: 1;
    visibility: visible;
}
.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.mapboxgl-popup-anchor-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.mapboxgl-popup-anchor-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #ffffff
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #ffffff
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #ffffff
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: none;
    border-top-color: var(--body-color);
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #ffffff
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #ffffff
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-left: none;
    border-right-color: #ffffff
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: none;
    border-left-color: #ffffff
}
.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent
}
.mapboxgl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, .05)
}
.mapboxgl-popup-content {
    position: relative;
    background: var(--body-color);
    color: var(--body-bg);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px;
    pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0
}
.mapboxgl-popup-track-pointer {
    display: none
}
.mapboxgl-popup-track-pointer * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
    display: none
}
.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    opacity: 1;
    background-position: center;
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}
.mapboxgl-marker-occluded {
    opacity: .2
}
.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%
}
.mapboxgl-user-location-dot:before {
    content: "";
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite
}
.mapboxgl-user-location-dot:after {
    border-radius: 50%;
    border: 2px solid #ffffff;
    content: "";
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .35);
    box-shadow: 0 0 3px rgba(0, 0, 0, .35)
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes mapboxgl-user-location-dot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.mapboxgl-user-location-dot-stale {
    background-color: #aaaaaa
}
.mapboxgl-user-location-dot-stale:after {
    display: none
}
.mapboxgl-user-location-accuracy-circle {
    background-color: rgba(29, 161, 242, .2);
    width: 1px;
    height: 1px;
    border-radius: 100%
}
.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair
}
.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #ffffff;
    border: 2px dotted #202020;
    opacity: .5
}
@media print {
    .mapbox-improve-map {
        display: none
    }
}
/*---------------update https://api.mapbox.com/mapbox-gl-js/v2.9.2/mapbox-gl.css-----------------------*/
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
    color: var(--body-bg);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: opacity .75s ease-in-out;
    /*transition-delay: 1s;*/
    z-index: 10;
}
.mapboxgl-scroll-zoom-blocker:after, .mapboxgl-touch-pan-blocker:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--body-color);
    opacity: .8;
    z-index: -1;
}
.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}
/*---------------update https://api.mapbox.com/mapbox-gl-js/v2.9.2/mapbox-gl.css-----------------------*/
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.vbox-overlay {
    background: rgba(51, 49, 50, 0.94902);
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}
.vbox-close, .vbox-next, .vbox-preloader, .vbox-prev {
    position: fixed;
}
.vbox-preloader {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
    width: 40px;
    height: 40px;
    margin: 40px auto
}
.sk-rotating-plane {
    background-color: #333333;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}
.sk-double-bounce {
    position: relative
}
.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}
.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
    background-color: #333333;
    border-radius: 100%
}
.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.vbox-close {
    cursor: pointer;
    top: 32px;
    width: 50px;
    height: 50px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M23.6865 22.3136L1.68652 1.3136' stroke='%23DFDDD1' stroke-width='2'/%3E%3Crect width='30' height='2' transform='matrix(-0.707107 0.707107 0.707107 0.707107 22.5854 0)' fill='%23D3D3D3'/%3E%3Cstyle xmlns='' id='PDFTStyle'%3E.qtip-content %7B font-family: 'American Typewriter'; font-size: 30px; line-height: 32px;%7D .qtip-max-width %7B max-width: 2000px; %7D%3C/style%3E%3C/svg%3E") 10px/ 50% 50% #000000 no-repeat !important;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-position: 50% 50% !important;
}
.vbox-close {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.vbox-next, .vbox-prev {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 26px);
    color: #ffffff;
    width: 52px;
    height: 52px;
    background-color: #000000 !important;
    border-radius: 50%;
    z-index: 3;
}
.vbox-prev {
    left: 20px;
}
.vbox-next,
.vbox-close {
    right: 20px;
}
.vbox-prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Ccircle cx='26' cy='26' r='25' transform='rotate(-180 26 26)' stroke='%23DFDDD1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M26.2991 32.5869L17 25.9975L26.2991 19.4135' stroke='%23DFDDD1' stroke-width='2'/%3E%3Cpath d='M17.7524 26L35 26' stroke='%23DFDDD1' stroke-width='2'/%3E%3Cstyle xmlns='' id='PDFTStyle'%3E.qtip-content %7B font-family: 'American Typewriter'; font-size: 30px; line-height: 32px;%7D .qtip-max-width %7B max-width: 2000px; %7D%3C/style%3E%3C/svg%3E") center center no-repeat
}
.vbox-next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Ccircle cx='25.9998' cy='26' r='25' stroke='%23DFDDD1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25.7007 19.4131L34.9997 26.0025L25.7007 32.5865' stroke='%23DFDDD1' stroke-width='2'/%3E%3Cpath d='M34.2473 26H16.9998' stroke='%23DFDDD1' stroke-width='2'/%3E%3Cstyle xmlns='' id='PDFTStyle'%3E.qtip-content %7B font-family: 'American Typewriter'; font-size: 30px; line-height: 32px;%7D .qtip-max-width %7B max-width: 2000px; %7D%3C/style%3E%3C/svg%3E") center center no-repeat
}
.vbox-preloader + .vbox-container + .vbox-title,
.vbox-preloader + .vbox-container .vbox-next,
.vbox-preloader + .vbox-container .vbox-prev {
    opacity: 0;
    -webkit-transition: opacity .05s ease-out;
    -o-transition: opacity .05s ease-out;
    transition: opacity .05s ease-out;
}
.vbox-preloader.component-visible + .vbox-container + .vbox-title,
.vbox-preloader.component-visible + .vbox-container .vbox-next,
.vbox-preloader.component-visible + .vbox-container .vbox-prev {
    opacity: 1;
}
.vbox-num, .vbox-title {
    color: #9a9891;
    overflow: hidden;
    line-height: 1;
    font-size: calc(var(--1-rem) * 1.25);
    background: none;
    display: none;
}
.vbox-title {
    width: 100%;
    float: left;
    color: #ffffff !important;
    text-align: center;
    padding: 20px 40px
}
.vbox-num {
    cursor: pointer;
    padding: 6px 10px
}
.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #ffffff;
    text-align: left;
    margin: 0 auto;
    overflow: auto
}
.vbox-content, .vbox-open {
    overflow: hidden
}
.venoframe {
    border: none;
    width: 960px;
    height: 540px;
}
@media (max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 362px;
    }
}
@media (max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 315px
    }
}
@media (max-width: 460px) {
    .vbox-inline {
        width: 100%
    }
    .venoframe {
        height: 189px;
        width: 330px;
    }
}
.vbox-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}
.vbox-content {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
    opacity: 1 !important;
    margin-top: 25%;
}
.vbox-container img {
    max-width: 100%;
    height: auto;
    max-height: 80vh;
}
/*---------------------------------------*/
.transition-default,
.link__arrow,
.link-not-arrow,
.custom-swiper .swiper-pagination-bullet,
.header__burger-btn span,
.swiper-link-wrap,
.swiper-link,
.header__burger-btn,
.btn,
.contact__social-link,
.header__link-main:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a {
    text-decoration: none;
}
.link-underline {
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 0 1px;
    vertical-align: baseline;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.header__nav-link {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.link-underline-header {
    background-size: 0 3px;
    padding: 0 0 7px;
}
.obj-pos-top {
    -o-object-position: top;
    object-position: top;
}
h1, .h1 {
    font-size: 104px;
}
h2, .h2 {
    font-size: 57px;
}
h3, .h3 {
    font-size: 52px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 24px;
}
.overflow-auto {
    overflow: auto;
}
.second-color {
    color: #B87263;
}
.pseudo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pseudo-triangle:after {
    position: fixed;
    content: '';
    width: 469px;
    height: 556px;
    left: 0;
    bottom: 0;
    background: -o-linear-gradient(218deg, rgba(184, 114, 99, 0) 50%, #b87263 100%);
    background: linear-gradient(232deg, rgba(184, 114, 99, 0) 50%, #b87263 100%);
    opacity: 0.18;
    z-index: -1;
}
.header__nav-link,
.link-not-arrow {
    color: #000000;
    text-decoration: none;
}
.header__nav-link {
    letter-spacing: .6px;
}
.link-not-arrow svg {
    -webkit-transition: .3s cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: .3s cubic-bezier(.47, 1.64, .41, .8);
    transition: .3s cubic-bezier(.47, 1.64, .41, .8);
    margin-right: 12px;
}
/*.header__nav-link.active {*/
/*    pointer-events: none;*/
/*}*/
.custom-swiper .swiper-pagination {
    bottom: 43px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 134px);
}
.custom-swiper .swiper-pagination-bullet {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 10px);
    flex: 0 1 calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin: 0 5px;
    border-radius: 0;
    height: 4px;
    background: #ffffff;
    opacity: 1;
}
.custom-swiper .swiper-pagination-bullet-active {
    background: #B87263;
}
.c-h-50,
.c-h-33 {
    height: 50vh;
    min-height: 360px;
}
.c-h-33 {
    height: 33.3333vh;
}
.avatar-wrap {
    width: 166px;
    height: 166px;
    margin-bottom: 19px;
}
.avatar-wrap img {
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .16);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .16);
}
.link-with-arrow {
    font-size: 42px;
    text-decoration: none;
}
.link-with-arrow__text:after,
.header__nav-link.active:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #000000;
}
.subheading {
    font-size: 39px;
    letter-spacing: 0;
    margin-bottom: 71px;
    line-height: 1.2;
    max-width: 500px;
}
.switchback__content-wrap {
    padding: 39px 33px 46px;
}
.link-not-arrow {
    font-size: 14px;
    letter-spacing: .4px;
}
.switchback__description {
    max-width: 310px;
    margin-bottom: 85px;
}
.switchback__heading,
.switchback-listing__heading {
    letter-spacing: -1.4px;
}
.switchback__heading {
    color: rgba(0, 0, 0, .09);
}
.switchback:nth-child(2n+2) .switchback__description,
.switchback:nth-child(2n+2) .switchback-listing__subheading--second,
.switchback:nth-child(2n+2) .switchback__link-wrap {
    margin-left: auto;
}
.switchback:nth-child(2n+2) {
    text-align: right;
}
.switchback:nth-child(2n+2) .switchback__content-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.switchback:nth-child(2n+2) .switchback__img-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.header__burger-btn {
    padding: 5px;
    cursor: pointer;
    position: relative;
    top: 0;
}
.header__burger-btn span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--body-color);
}
.header__burger-btn span:nth-child(2) {
    margin: 9px 0;
}
.header__burger-btn.active span:first-child {
    -webkit-transform: translate(0, 11px) rotate(45deg);
    -ms-transform: translate(0, 11px) rotate(45deg);
    transform: translate(0, 11px) rotate(45deg);
}
.header__burger-btn.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.header__burger-btn.active span:last-child {
    -webkit-transform: translate(0, -11px) rotate(-45deg);
    -ms-transform: translate(0, -11px) rotate(-45deg);
    transform: translate(0, -11px) rotate(-45deg);
}
.description,
.list-info p {
    letter-spacing: 0;
    line-height: 1.55;
}
.list-info__number {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 6px;
}
.list-info {
    max-width: 390px;
    margin-bottom: 88px;
}
.list-info li {
    margin-bottom: 0;
}
.switchback__content-wrap--second {
    padding: 20px 29px 25px;
}
.switchback__content-wrap--second .switchback__description {
    margin-bottom: 20px;
    line-height: 1.55;
}
.switchback__content-wrap--second .custom-swiper .swiper-pagination {
    margin-bottom: 28px;
}
.swiper-link-wrap {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-backdrop-filter: blur(10px);
    /*backdrop-filter: blur(10px);*/
}
.swiper-link-trigger:hover > .swiper-link-wrap,
.swiper-link-trigger.active .swiper-link-wrap {
    opacity: 1;
    visibility: visible;
}
.swiper-link-trigger:hover .swiper-pagination,
.swiper-link-trigger.active .swiper-pagination {
    visibility: hidden;
    opacity: 0;
}
.swiper-link {
    background: #ffffff;
    border-radius: 10px;
    padding: 11px;
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 500;
}
.swiper-link img {
    max-height: 25px;
}
.kicker {
    font-size: 24px;
    font-weight: 500;
    color: #b87263;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
}
.s-listing__subheading {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 55px;
}
.link-with-arrow--second svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.s-listing__description {
    max-width: 440px;
}
.s-listing__list-info {
    margin-bottom: 49px;
}
.s-listing__list-info {
    font-size: 24px;
}
.s-listing__list-info-item:not(:last-child) {
    padding-right: 31px;
    margin-right: 22px;
}
.s-listing__list-info-item {
    margin-bottom: 10px;
}
.s-listing__list-info-item:not(:last-child):after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
}
.switchback:nth-child(2n+2) .s-listing__list-info,
.switchback:nth-child(2n+2) .switchback-listing__heading,
.switchback:nth-child(2n+2) .switchback-listing__heading--second {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.s-listing__list-info-item__img-wrap {
    margin-right: 19px;
}
#logo_rect,
.main-logo-path,
.second-logo-path,
.second-logo-path1,
.second-logo-path2,
.second-logo-path3,
#logo {
    visibility: hidden;
    opacity: 0;
}
.page-load #logo_rect,
.page-load .second-logo-rect {
    visibility: visible;
    opacity: 1;
}
.header__link-main {
    margin-right: 23px;
    padding-right: 24px;
}
.header__link-main:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.page-load .header__link-main:after {
    background: rgba(112, 112, 112, .4);
}
.main-logo-text,
.second-logo-text {
    margin-left: 9px;
}
.switchback-listing__tag {
    font-size: 24px;
    padding: 1px 13px;
    letter-spacing: 0.9px;
}
.tag-sale {
    background: #B87263;
    color: #ffffff;
}
.tag-sold {
    background: rgba(112, 112, 112, .4);
    color: #000000;
}
.contact__info-link {
    font-size: 21px;
    letter-spacing: .4px;
}
.contact__info-item:not(:last-child) {
    margin-bottom: 21px;
}
.map-wrap iframe {
    height: 421px;
    width: 100%;
}
.contact__social-link {
    border: 1px solid rgba(112, 112, 112, .32);
    border-radius: 10px;
    color: #000000;
    padding: 7px 12px 12px;
    font-size: 21px;
    letter-spacing: .4px;
    min-width: 255px;
}
.contact__social-link img {
    position: relative;
    top: 2px;
}
input, textarea {
    font-size: 21px;
    font-weight: 500;
    color: rgba(0, 0, 0, .4);
    letter-spacing: .4px;
    border: 1px solid rgba(112, 112, 112, .32);
    padding: 12px 23px;
}
.form-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.form-50:first-child {
    margin-right: 10px;
}
.form-50:last-child {
    margin-left: 10px;
}
.form-group:not(:last-child) {
    margin-bottom: 29px;
}
.contact__form-content-wrap {
    padding: 58px 76px 90px 91px;
}
textarea {
    height: 156px;
}
.btn {
    display: inline-block;
    border: 1px solid #B87263;
    border-radius: 10px;
    background: #B87263;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px;
    min-width: 235px;
}
.footer {
    background: #B4B6B7;
    color: #ffffff;
    padding: 10px 26px;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer__copyright {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
/*.s-contact {*/
/*    overflow: hidden;*/
/*}*/
.header__link {
    max-width: 67px;
    overflow: hidden;
}
.header__link-main {
    max-width: 100% !important;
}
.header__link-main svg {
    height: auto;
    width: 97px;
    max-width: unset;
    /*max-width: 214px;*/
}
.header__link-second svg {
    max-width: 183px;
}
.footer:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #B4B6B7;
    z-index: -1;
}
.switchback-listing__subheading--second {
    max-width: 410px;
}
@media (min-width: 1200px) {
    .btn:hover {
        color: #B87263;
        background: #ffffff;
    }
    .contact__social-link:hover {
        background: #ececec;
        border-color: #ececec;
    }
    .link-underline:hover {
        background-size: 100% 1px;
    }
    .link-underline-header:hover {
        background-size: 100% 3px;
    }
    .c-container-fluid-xl {
        max-width: 1920px;
    }
    .scroll-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67.4%;
        flex: 0 0 67.4%;
        max-width: 67.4%;
    }
    .sticky-content-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.6%;
        flex: 0 0 32.6%;
        max-width: 32.6%;
    }
    .header-wrap {
        padding: 60px 30px 89px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .sticky-wrap {
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .scroll-col {
        overflow: hidden;
    }
    .s-contact .scroll-col {
        overflow: visible;
    }
    .header-wrap::-webkit-scrollbar {
        display: none;
    }
    .sticky-wrap:after {
        position: absolute;
        content: '';
        right: -4px;
        top: 0;
        width: 4px;
        height: 100%;
        background: rgba(112, 112, 112, .2);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: -1;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .page-load .sticky-wrap:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header__nav li:not(:last-child) {
        margin-bottom: 14px;
    }
    .header__nav-link:hover,
    .link-not-arrow:hover {
        color: #B87263;
    }
    .link-not-arrow:hover path {
        stroke: #B87263;
    }
    .link-not-arrow:hover svg {
        -webkit-animation: jump .3s;
        animation: jump .3s;
    }
    @-webkit-keyframes jump {
        0% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        50% {
            -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
        }
        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
    }
    @keyframes jump {
        0% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        50% {
            -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
        }
        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
    }
    .link-with-arrow:hover .link__arrow {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    .list-info li:not(:nth-last-child(-n+2)) {
        margin-bottom: 25px;
    }
    .header__logo-wrap {
        position: absolute;
        left: 0;
        top: 0;
    }
    .switchback-listing__heading--second {
        font-size: 48px;
    }
}
@media (min-width: 1500px) {
    .header-wrap {
        padding: 50px 51px 79px 71px;
    }
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .switchback-listing .s-listing__list-info-item:not(:last-child) {
        padding-right: 22px;
    }
}
@media (max-width: 1849px) and (min-width: 1200px) {
    .header__link-main svg {
        /*max-width: 170px;*/
        /*height: auto;*/
        width: 79px;
        /*height: auto;*/
    }
    .header__link-second svg {
        max-width: 148px;
        height: auto;
    }
    .header__link-second {
        max-width: 36px;
    }
}
@media (max-width: 1649px) and (min-width: 1200px) {
    .header__link-main {
        margin-right: 15px;
        padding-right: 15px;
    }
    .header__link {
        max-width: 50px;
    }
    .header__link-second {
        max-width: 36px;
    }
}
@media (max-width: 1299px) and (min-width: 1200px) {
    .header__link-second svg {
        max-width: 121px;
        height: auto;
    }
    .header__link-main svg {
        width: 68px;
    }
    /*.header__link-main svg {*/
    /*    max-width: 140px;*/
    /*    height: auto;*/
    /*}*/
    .header__link {
        max-width: 44px;
    }
    .header__link-second {
        max-width: 29px;
    }
}
@media (max-width: 1799px) {
    .s-listing__list-info-item:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
    .s-listing__list-info {
        font-size: 18px;
    }
    .s-listing__list-info-item__img-wrap {
        max-width: 27px;
    }
}
@media (max-width: 1569px) {
    .header__nav-link {
        font-size: 15px;
    }
}
@media (max-width: 1499px) {
    :root {
        --1-rem: 14px;
    }
    .header__nav-link {
        font-size: var(--1-rem);
    }
    h1, .h1 {
        font-size: 78px;
    }
    h2, .h2 {
        font-size: 43px;
    }
    h3, .h3 {
        font-size: 39px;
    }
    h4, .h4 {
        font-size: 23px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 16px;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 16px;
    }
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 16px;
    }
    .contact__info-link,
    .contact__social-link,
    input, textarea,
    input::placeholder,
    textarea::placeholder {
        font-size: 16px;
    }
    .subheading {
        font-size: 29px;
    }
    .link-with-arrow {
        font-size: 31px;
    }
    .avatar-wrap {
        width: 125px;
        height: 125px;
    }
    .list-info__number {
        font-size: 36px;
    }
    .kicker,
    .s-listing__subheading,
    .s-listing__list-info,
    .switchback-listing__tag {
        font-size: 18px;
    }
    .s-listing__list-info-item:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
    }
    .switchback-listing .s-listing__list-info-item img {
        max-width: 27px;
    }
    .link-not-arrow {
        font-size: 11px;
    }
    .btn {
        font-size: 14px;
    }
    .s-listing__list-info-item__img-wrap {
        margin-right: 14px;
    }
    .footer {
        font-size: 15px;
    }
    .btn {
        min-width: 176px;
    }
    .contact__social-link {
        min-width: 191px;
        padding: 8px 12px 10px;
    }
    .contact__social-link img {
        max-width: 24px;
        top: 1px;
    }
}
@media (max-width: 1199px) {
    .sticky-content-wrap {
        padding: 160px 15px 60px;
    }
    .header__nav-link {
        opacity: 0;
    }
    .header__nav-link.active {
        opacity: 1;
    }
    .pseudo-triangle:after {
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__nav-wrap {
        display: none;
        position: absolute;
        top: 0;
        background: #ffffff;
        left: 0;
        width: 100%;
        z-index: -1;
        -webkit-box-shadow: 0px 1px 6px 0px #f6edeb;
        box-shadow: 0px 1px 6px 0px #f6edeb;
    }
    .header__nav {
        width: 100%;
        max-width: 960px;
        margin: 140px auto 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-bottom: 10px;
    }
    .header__nav li {
        margin-bottom: 0;
    }
    .header__nav-link {
        padding: 12px 15px;
    }
    .header__nav-link.active:after {
        content: none;
    }
    .switchback__description,
    .subheading,
    .s-listing__subheading,
    .s-listing__description {
        margin-bottom: 40px;
    }
    .custom-swiper .swiper-pagination {
        width: calc(100% - 50px);
    }
    .list-info {
        max-width: unset;
    }
    .list-info li {
        margin-bottom: 0;
    }
    .list-info {
        margin-bottom: 40px;
    }
    .s-listing__list-info {
        margin-bottom: 30px;
    }
    .description {
        max-width: 660px;
    }
    .img-wrap,
    .switchback-img__col-right .img-wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 50vw;
    }
    .switchback:nth-child(2n+2):not(.switchback-img) .img-wrap,
    .switchback-img__col-left .img-wrap {
        right: auto;
        left: 0;
    }
    .header {
        position: fixed;
        left: 0;
        top: 0;
        padding: 65px 0 15px;
        z-index: 10;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .body-scroll .header {
        padding-top: 15px;
    }
    .body-scroll .header {
        background: #ffffff;
    }
    .body-scroll .header__burger-btn {
        /*top: 3px;*/
        top: 0;
    }
    .body-scroll .header__link .main-logo-svg,
    .body-scroll .header__link .second-logo-svg {
        max-width: 40px;
        height: auto;
    }
    main {
        overflow: hidden;
    }
    .body-scroll .header__nav {
        margin-top: 80px;
    }
    .contact__form-content-wrap {
        padding: 60px 0 70px;
    }
    .footer:after {
        left: -20vh;
        width: 1400px;
    }
    .header__logo-wrap {
        display: block !important;
    }
    .header__link {
        display: inline-block;
        max-width: 100% !important;
    }
    #logo_rect, .main-logo-path, .second-logo-path, .second-logo-path1, .second-logo-path2, .second-logo-path3,
    #logo {
        opacity: 1 !important;
        visibility: visible !important;
    }
    #logo_rect {
        -webkit-transform: matrix(0,1,1,0,0,0) !important;
        -ms-transform: matrix(0,1,1,0,0,0) !important;
        transform: matrix(0,1,1,0,0,0) !important;
    }
    #radial-stop-color5 {
        stop-color: #8c3f42;
    }
    #radial-stop-color4 {
        stop-color: #994f4e;
    }
    #radial-stop-color3 {
        stop-color: #bb786f;
    }
    #radial-stop-color2 {
        stop-color: #db9f8d;
    }
    #radial-stop-color1 {
        stop-color: #db9f8d;
    }
    #linear-gradient-second-stop8 {
        stop-color: #8d4043;
    }
    #linear-gradient-second-stop7 {
        stop-color: #994f4f;
    }
    #linear-gradient-second-stop6 {
        stop-color: #bb776e;
    }
    #linear-gradient-second-stop5 {
        stop-color: #dca08e;
    }
    #linear-gradient-second-stop4 {
        stop-color: #cf907f;
    }
    #linear-gradient-second-stop3 {
        stop-color: #c27f70;
    }
    #linear-gradient-second-stop2 {
        stop-color: #ba7666;
    }
    #linear-gradient-second-stop1 {
        stop-color: #b87364;
    }
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 51px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .subheading {
        font-size: 19px;
    }
    .c-h-50,
    .c-h-33 {
        height: 400px;
        min-height: 0;
    }
    .switchback__content-wrap {
        padding: 20px 30px;
    }
    .switchback__description,
    .subheading,
    .s-listing__description,
    .s-listing__subheading {
        margin-bottom: 30px;
    }
    .s-listing__list-info {
        margin-bottom: 20px;
    }
    .custom-swiper .swiper-pagination {
        bottom: 20px;
    }
    .link-not-arrow svg {
        max-width: 11px;
        margin-right: 6px;
    }
    .link-not-arrow {
        font-size: 11px;
    }
    .switchback-listing__heading {
        font-size: 33px;
    }
    .switchback__heading,
    .switchback-listing__heading {
        letter-spacing: -0.8px;
    }
    .header__nav {
        max-width: 720px;
    }
    .contact__form-content-wrap {
        padding: 30px 0 70px;
    }
    .map-wrap .iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    :root {
        --1-rem: 12px;
    }
    .switchback:nth-child(2n+2) .s-listing__list-info,
    .switchback:nth-child(2n+2) .switchback-listing__heading,
    .switchback:nth-child(2n+2) .switchback-listing__heading--second {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .switchback:nth-child(2n+2) .switchback__link-wrap,
    .switchback:nth-child(2n+2) .switchback__description,
    .switchback:nth-child(2n+2) .switchback-listing__subheading--second {
        margin-left: 0;
    }
    .switchback__content-wrap {
        padding: 27px 30px 62px;
    }
    .switchback__content-wrap:after {
        position: absolute;
        content: '';
        left: 30px;
        bottom: 15px;
        width: calc(100% - 60px);
        height: 2px;
        background: #707070;
    }
    .switchback .img-wrap,
    .switchback:nth-child(2n+2):not(.switchback-img) .img-wrap,
    .switchback-listing .switchback-img__col-left .img-wrap {
        width: 100vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .switchback:nth-child(2n+2) .switchback__content-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .switchback:nth-child(2n+2) .switchback__img-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .switchback:nth-child(2n+2) {
        text-align: left;
    }
    .header__nav {
        max-width: 540px;
    }
    .footer__copyright {
        position: relative;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact__form-content-wrap {
        padding: 30px 0;
    }
    .footer {
        padding: 20px 15px;
        position: relative;
    }
    .form-group:not(:last-child) {
        margin-bottom: 24px;
    }
    .contact__social-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .homepage .switchback .switchback__content-wrap,
    .homepage .switchback .switchback__img-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .homepage .switchback:nth-child(2n+2) .switchback__content-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .homepage .switchback:nth-child(2n+2) .switchback__img-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .homepage .switchback .img-wrap,
    .homepage .switchback:nth-child(2n+2):not(.switchback-img) .img-wrap {
        width: 50vw;
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .homepage .switchback:nth-child(2n+2):not(.switchback-img) .img-wrap {
        left: 0;
        right: auto;
    }
    .homepage .switchback .switchback__content-wrap {
        padding:  9px 15px 4px;;
    }
    .homepage .switchback-listing .s-listing__list-info-item img {
        max-width: 20px;
    }
    .homepage .s-listing__list-info {
        font-size: 13px;
    }
    .homepage .switchback:nth-child(2n+2) .switchback-listing__heading {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .homepage .switchback:nth-child(2n+2) .content-wrap__heading-wrap,
    .homepage .switchback:nth-child(2n+2) .switchback__heading,
    .homepage .switchback:nth-child(2n+2) .switchback__description-wrap,
    .homepage .switchback:nth-child(2n+2) .switchback__description {
        text-align: right;
    }
    .homepage .switchback:nth-child(2n+2) .switchback__link-wrap {
        margin-left: auto;
    }
    .homepage .switchback__content-wrap:after {
        content: none;
    }
    .homepage .s-listing__list-info-item:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
    }
    .homepage .switchback .content-wrap__heading-wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .homepage .switchback-listing__heading {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 30px;
    }
    .homepage .switchback-listing__tag {
        margin-bottom: 0 !important;
        margin-left: 10px;
        font-size: 14px;
        padding: 1px 5px;
    }
}
@media (max-width: 575px) {
    .switchback-img .img-wrap {
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .header__link-main svg {
        width: 69px;
    }
    .c-h-50,
    .c-h-33 {
        height: 200px;
    }
    .sticky-content-wrap {
        padding: 171px 15px 13px;
    }
    .header {
        padding-top: 27px;
    }
    .avatar-wrap {
        width: 110px;
        height: 110px;
    }
    .subheading {
        max-width: 240px;
    }
    .switchback__description,
    .switchback__content-wrap--second .switchback__description {
        margin-bottom: 9px;
    }
    .custom-swiper .swiper-pagination {
        bottom: 14px;
        width: calc(100% - 30px);
    }
    .custom-swiper .swiper-pagination-bullet {
        margin: 0 2px;
    }
    .s-listing__list-info-item img {
        max-width: 27px;
    }
    .switchback-listing .switchback__content-wrap {
        padding: 27px 15px 62px;
    }
    .switchback-listing .switchback__content-wrap:after {
        width: calc(100% - 30px);
        left: 15px;
    }
    .s-listing__list-info {
        font-size: 14px;
    }
    .header__nav {
        margin-top: 100px;
    }
    .body-scroll .header__nav {
        margin-top: 70px;
    }
    .map-wrap iframe {
        height: 200px;
    }
    .form-50 {
        margin: 0 !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-50:first-child {
        margin-bottom: 24px !important;
    }
    .contact__info-item {
        margin-bottom: 24px;
    }
    .contact__heading {
        margin-bottom: 24px !important;
    }
    .contact__social-link {
        padding: 9px 12px;
    }
    .contact__social-link img {
        top: 0;
    }
    .header__link-second svg {
        max-width: 121px;
        height: auto;
    }
    /*.header__link-main svg {*/
    /*    max-width: 140px;*/
    /*    height: auto;*/
    /*}*/
    .header__link {
        max-width: 44px;
    }
    .header__link-second {
        max-width: 29px;
    }
    .header__link-main {
        margin-right: 15px;
        padding-right: 15px;
    }
    .homepage .s-listing__list-info-item:not(:last-child) {
        padding-right: 0;
    }
    .homepage .s-listing__list-info-item:not(:last-child):after {
        content: none;
    }
    .homepage .switchback-listing .s-listing__list-info-item img {
        max-width: 15px;
    }
    .homepage .switchback .switchback__heading,
    .homepage .switchback .switchback-listing__heading {
        font-size: 25px;
    }
    .homepage .switchback .content-wrap__heading-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .swiper-link {
        font-size: 11px;
        padding: 10px;
        border-radius: 6px;
    }
    .swiper-link span:first-child {
        display: none !important;
    }
    .homepage .switchback:nth-child(2n+2) .s-listing__list-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 500px) {
    .list-info__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .list-info {
        margin-right: -15px;
        margin-left: -15px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .list-info__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact__social-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
}

.s-listing__description.less {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}