@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-It.woff2') format('woff2'),
    url('../fonts/TheSeasons-It.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-ExtraLight.woff2') format('woff2'),
    url('../fonts/Karla-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Light.woff2') format('woff2'),
    url('../fonts/Karla-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.woff2') format('woff2'),
    url('../fonts/Karla-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Medium.woff2') format('woff2'),
    url('../fonts/Karla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-SemiBold.woff2') format('woff2'),
    url('../fonts/Karla-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-Lt.woff2') format('woff2'),
    url('../fonts/TheSeasons-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Bold.woff2') format('woff2'),
    url('../fonts/Karla-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-BdIt.woff2') format('woff2'),
    url('../fonts/TheSeasons-BdIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-LtIt.woff2') format('woff2'),
    url('../fonts/TheSeasons-LtIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-Bd.woff2') format('woff2'),
    url('../fonts/TheSeasons-Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasons-Reg.woff2') format('woff2'),
    url('../fonts/TheSeasons-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
label.error {
    color: red;
}
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #1c252c;
    text-align: left;
    background-color: #f5f1ee;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1.7rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img, iframe, video {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    height: 82px;
    resize: none;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'The Seasons', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
h1, .h1 {
    font-size: 58px;
    line-height: 1.3;
    margin-bottom: 26px;
}
h2, .h2 {
    font-size: 73px;
    line-height: 1.1;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 31px;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.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;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -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%;
    }
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.nav {
    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;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.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-header,
.modal-dialog-scrollable .modal-footer {
    -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);
}
.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: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.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: 0.5;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.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;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
/*===================================*/
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #ffffff !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    *::before,
    *::after {
        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;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
: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(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.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;
    text-transform: none;
    font-variant: initial
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.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-container-horizontal > .swiper-pagination-bullets, .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: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-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: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-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%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    opacity: 0 !important;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
    opacity: 1 !important;
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/*-----------------------------------------*/
.hide {
    opacity: 0;
    visibility: hidden;
}
.vbox-overlay {
    --vbox-tools-color: #ffffff;
    --vbox-title-background: #101010;
    --vbox-title-width: 'auto';
    --vbox-title-radius: 0;
    --vbox-share-background: #101010;
    --vbox-share-width: 'auto';
    --vbox-share-radius: 0;
    --vbox-padding: 0
}
.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}
.vbox-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999
}
.vbox-share,
.vbox-title {
    line-height: 1;
    position: fixed;
    z-index: 98;
    text-align: center;
    margin: 0 auto;
    color: var(--vbox-tools-color)
}
.vbox-title {
    position: static !important;
    font-size: 16px;
    width: var(--vbox-title-width);
    padding: 0 54px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.vbox-preloader.vbox-hidden + .vbox-container + .vbox-title {
    opacity: 1;
}
.vbox-share {
    font-size: 24px;
    padding: 0 .35em;
    background-color: var(--vbox-share-background);
    width: var(--vbox-share-width);
    border-radius: var(--vbox-share-radius)
}
.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
    border: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: inherit !important;
    padding: 6px 12px;
    outline: 0;
    display: inline-block;
    cursor: pointer
}
.vbox-share a {
    color: inherit !important;
    padding: 6px 12px;
    display: inline-block
}
.vbox-share svg {
    z-index: 10;
    vertical-align: middle
}
.vbox-close {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 99;
    color: var(--vbox-tools-color);
    padding: 15px;
    background: #000000;
    border-radius: 50%;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    border: 1px solid currentColor;
}
.vbox-close:hover {
    opacity: 1
}
.vbox-left-corner {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    line-height: 1;
    font-size: 12px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--vbox-tools-color)
}
.vbox-num {
    display: inline-block;
    padding: 12px 15px
}
.vbox-left {
    left: 0
}
.vbox-right {
    right: 0
}
.vbox-top {
    top: 0
}
.vbox-bottom {
    bottom: 0
}
.vbox-next,
.vbox-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
    opacity: .8;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.vbox-next:hover,
.vbox-prev:hover {
    opacity: 1
}
.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: var(--vbox-tools-color);
    border-right-color: var(--vbox-tools-color);
    text-indent: -100px;
    position: absolute;
    top: 13px;
    display: block
}
.vbox-prev {
    left: 15px
}
.vbox-next {
    right: 15px
}
.vbox-prev span {
    left: 17px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px
}
.vbox-inline,
.venoratio {
    position: relative;
    width: 100%;
    margin: 0 auto
}
.venoratio::before {
    display: block;
    padding-top: var(--vb-aspect-ratio);
    content: ""
}
.venoratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--vbox-padding)
}
.venoratio-1x1 {
    --vb-aspect-ratio: 100%
}
.venoratio-4x3 {
    --vb-aspect-ratio: calc(3 / 4 * 100%)
}
.venoratio-16x9 {
    --vb-aspect-ratio: calc(9 / 16 * 100%)
}
.venoratio-21x9 {
    --vb-aspect-ratio: calc(9 / 21 * 100%)
}
.venoratio-full {
    --vb-aspect-ratio: calc(100vh - 100px)
}
.vbox-child.vbox-inline,
.vbox-child.venoratio {
    max-width: 100%
}
.vbox-open {
    overflow: hidden
}
.vbox-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.vbox-content {
    opacity: 0
}
.vbox-content {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}
.vbox-container img {
    max-width: 100%;
    height: auto;
    max-height: 80vh;
}
.vbox-child {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    max-width: 100%;
    text-align: initial;
    padding: var(--vbox-padding);
    background: transparent !important;
    border-radius: 25px;
}
.vbox-child img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}
.vbox-grab .vbox-child img {
    cursor: -webkit-grab;
    cursor: grab
}
.vbox-child > iframe {
    border: none !important
}
.vbox-content.swipe-left {
    margin-left: -200px !important
}
.vbox-content.swipe-right {
    margin-left: 200px !important
}
.vbox-preloader {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.vbox-preloader .vbox-preloader-inner {
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}
.vbox-hidden {
    display: none
}
.vbox-preloader.vbox-hidden .vbox-preloader-inner {
    opacity: 0
}
.vbox-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    z-index: 0
}
.vbox-tooltip {
    position: relative;
    display: inline-block
}
.vbox-tooltip .vbox-tooltip-text {
    visibility: hidden;
    color: #ffffff;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    margin-bottom: 2px;
    font-family: sans-serif
}
.vbox-top .vbox-tooltip .vbox-tooltip-text {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 2px
}
.vbox-tooltip-inner {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 6px;
    font-size: 10px
}
.vbox-tooltip:hover .vbox-tooltip-text {
    visibility: visible;
    opacity: 1
}
.vbox-overlay {
    --sk-size: 40px;
    --sk-color: #333333
}
/*------------------------------------------*/
*,
button, iframe, input, textarea, a, video {
    outline: none !important;
}
a:hover,
.circle-btn-wrap:hover span,
.main-hover-link:hover .span,
.outer-link:hover .inner-link-txt {
    color: currentColor;
}
.removeline a:hover {
    background-size: none !important;
}
a,
.circle-btn-wrap .circle-btn__span,
.inner-link-txt,
.main-hover-link .span {
    color: currentColor;
    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;
    text-decoration: none !important;
}
.circle-btn-wrap,
.circle-btn-wrap .circle-btn,
.pseudo-link,
.main-hover-link,
.bg-none {
    background: none;
}
.main-color-dark,
a.main-color-dark:hover {
    color: #9b897c;
}
.color-main {
    color: #1c252c;
}
.color-second {
    color: #aba198 !important;
}
.color-light {
    color: #f5f1ee;
}
.color-third {
    color: #975a55;
}
.tr-card-text {
    -webkit-transition: .5s cubic-bezier(0, 0.01, 0, 1.01);
    -o-transition: .5s cubic-bezier(0, 0.01, 0, 1.01);
    transition: .5s cubic-bezier(0, 0.01, 0, 1.01);
}
.other-circle {
    -webkit-box-shadow: inset 0 0 0 60px #975a55;
    box-shadow: inset 0 0 0 60px #975a55;
}
.other-circle:hover {
    -webkit-box-shadow: inset 0 0 0 0 #975a55;
    box-shadow: inset 0 0 0 0 #975a55;
}
.safari-browser .inner-hero__image-wrap-inner,
.safari-browser .s-switchback-lists--3 .s-switchback-lists__img-big-wrap,
.safari-browser .s-switchback-lists--4 .s-switchback-lists__img-big-wrap,
.safari-browser .s-switchback-lists--2 .s-switchback-lists__img-big-wrap,
.safari-browser .s-switchback-lists--3 .s-switchback-lists__img-small-wrap img {
    isolation: isolate;
}
.pseudo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.kicker {
    font-weight: 400;
    font-size: 27px;
    position: relative;
    padding-left: 18px;
    line-height: 1;
    margin-bottom: 0;
}
.kicker:before,
.heading-attr:before,
.tab-cards-info__heading > .span > div:first-child > .char:first-child:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    background: #975a55;
    border-radius: 50%;
}
.tab-cards-info__heading {
    padding-left: 0 !important;
}
.tab-cards-info__heading > .span > div:first-child > .char:first-child {
    padding-left: 20px;
}
.tab-cards-info__heading:before {
    content: none;
}
.btn {
    display: inline-block;
    padding: 20px;
    min-width: 254px;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 35px 0 35px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    color: #1c252c;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
}
.svg-btn {
    margin-left: 13px;
    width: 18px;
}
.secondary-btn,
.secondary-other-btn {
    border: 1px solid #975a55;
}
/*======================*/
.secondary-other-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    background-size: 0 !important;
    color: #f5f1ee;
}
.secondary-other-btn:hover {
    color: #1c252c;
}
.secondary-other-btn .svg-btn {
    z-index: 1;
}
.secondary-other-btn .svg-btn path,
.theme-second .secondary-other-btn .svg-btn path,
.theme-second .secondary-other-btn:hover .svg-btn path {
    stroke: #f5f1ee;
}
.secondary-other-btn:hover .svg-btn path {
    stroke: #1c252c;
}
.secondary-other-btn:hover .svg-btn path {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.secondary-other-btn .svg-btn path {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}
.secondary-other-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0.02, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0.02, 1, 1);
    -o-transition: transform 0.3s cubic-bezier(0.8, 0.02, 1, 1);
    transition: transform 0.3s cubic-bezier(0.8, 0.02, 1, 1);
    transition: transform 0.3s cubic-bezier(0.8, 0.02, 1, 1), -webkit-transform 0.3s cubic-bezier(0.8, 0.02, 1, 1);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    background: #975a55;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.secondary-other-btn:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.1, 0.2, 1);
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important;
}
.secondary-other-btn span {
    position: relative;
}
/*======================*/
.link-svg:hover path,
.link-svg:hover ellipse,
.link-svg:hover rect {
    fill: #1b1716;
}
.header {
    font-size: 15px;
    z-index: 10;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    letter-spacing: 2px;
    border-bottom: 1px solid #9a9b9c;
    font-weight: 400;
}
:root {
    --offset-left: 100px;
    --scale: .2;
    --vh: 1;
    --vh-2: 1;
}
.header-logo {
    position: relative;
}
.header--st2 .header-logo:after {
    position: absolute;
    content: '';
    right: -34px;
    top: 50%;
    width: 1px;
    height: 66px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.inner-hero__image-wrap {
    height: 68.6vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 67.6%;
}
.index-hero {
    height: 80vh;
}
.header__address {
    font-size: 15px;
    max-width: 170px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-left: 30px;
    padding: 27px 0 27px 45px;
    border-left: 1px solid #9a9b9c;
}
.header__address a:last-child {
    line-height: 1.2;
    white-space: nowrap;
}
.circle-btn,
.card-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #975a55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.card-circle {
    border-color: #aba198;
    -webkit-box-shadow: inset 0 0 0 30px #d6d1cb;
    box-shadow: inset 0 0 0 30px #d6d1cb;
}
.card-apartment:hover .other-circle {
    -webkit-box-shadow: inset 0 0 0 0 #d6d1cb;
    box-shadow: inset 0 0 0 0 #d6d1cb;
    border-color: #975a55;
    color: #f5f1ee;
}
.circle-btn__span {
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.hero-2__item__arrow-wrap .svg-arrow-wrap,
.circle-btn {
    -webkit-box-shadow: inset 0 0 0 30px #975a55;
    box-shadow: inset 0 0 0 30px #975a55;
    color: #D6D1CB;
}
.hero-2__item__arrow-wrap .svg-arrow-wrap {
    border-color: #975a55;
}
.hero-2__item:hover .hero-2__item__arrow-wrap .svg-arrow-wrap,
.circle-btn-wrap:hover .circle-btn,
.card-cta:hover .circle-btn {
    -webkit-box-shadow: inset 0 0 0 0 #975a55;
    box-shadow: inset 0 0 0 0 #975a55;
    color: #1c252c;
}
.circle-btn svg {
    max-width: 54%;
}
.hero-2__item:hover .hero-2__item__arrow-wrap .svg-arrow-wrap svg,
.circle-btn-wrap:hover .circle-btn svg,
.card-cta:hover .circle-btn svg,
.btn:hover .svg-btn {
    -webkit-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(5px, 0);
}
.circle-btn-wrap:hover .circle-btn path {
    stroke: #1c252c;
}
.header-nav {
    padding-right: 20px;
    margin-right: 20px;
}
.header-nav__item:not(.header-nav__item--last) {
    margin-right: 20px;
}
.sub-hero {
    margin-top: -182px;
}
.hero__subheading {
    font-size: 18px;
    max-width: 609px;
    line-height: 1.2;
}
.gallerys-swiper__container-1 {
    margin-bottom: 151px;
}
.hero__heading {
    padding-top: 28px;
}
.hero__title-line-2 {
    letter-spacing: 1.7px;
}
.hero__card-cta {
    background: #ece5e3;
    border-radius: 3px;
    padding: 7px 7px 21px;
    font-size: 12px;
    max-width: 297px;
}
.hero__card-image {
    border-radius: 3px;
    overflow: hidden;
}
.hero__card-about {
    padding: 0 9px;
    letter-spacing: 1.1px;
}
.full-slider-image__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.line,
.main-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5.9% + 3px);
    flex: 0 0 calc(5.9% + 3px);
    max-width: calc(5.9% + 3px);
    position: relative;
    margin-left: -2px;
}
.line:first-child {
    border-left: none;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5.9% - 1px);
    flex: 0 0 calc(5.9% - 1px);
    max-width: calc(5.9% - 1px);
}
.line:last-child {
    border-right: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5.9% - 1px);
    flex: 0 0 calc(5.9% - 1px);
    max-width: calc(5.9% - 1px);
}
.main-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(64.6% + 2px);
    flex: 0 0 calc(64.6% + 2px);
    max-width: calc(64.6% + 2px);
}
.pics-slider {
    max-height: 70vh;
    height: 896px;
}
.switchback__list-image-wrap {
    margin-right: 0;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.switchback__list {
    font-size: 15px;
    line-height: 1;
}
.switchback__list-box {
    padding: 27px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.switchback__txt {
    padding-left: 12px;
}
.switchback__list li:nth-child(odd) {
    padding-left: 0;
    padding-right: 25px;
}
.switchback__list li:nth-child(even) {
    padding-right: 0;
    padding-left: 25px;
}
.switchback__content-wrap {
    max-width: 582px;
}
.switchback__list {
    max-width: 553px;
}
.card-apartment__image-wrap {
    height: 280px;
    padding: 0 15px;
}
.card-apartment {
    border: 1px solid rgba(27, 23, 22, 0.50);
    background: transparent;
    border-radius: 0;
    height: 100%;
}
.card-apartment__about {
    padding: 29px 27px;
}
.card-apartment__name {
    font-size: 30px;
    line-height: 1.2;
}
.card-apartment__area {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.51);
    padding-left: 0;
    margin-bottom: 7px;
    text-align: right;
}
.card-apartment__subheading {
    font-size: 20px;
    color: rgba(28, 37, 44, .5);
}
.card-apartment__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
}
.card-circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    margin-left: auto;
}
.card-apartment__image,
.card-apartment__image-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 374px;
    max-height: 260px;
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card-apartment-wrap--3 .card-apartment__image-hover {
    left: 49%;
}
.card-apartment__image-hover,
.card-apartment:hover .card-apartment__image {
    opacity: 0;
    visibility: hidden;
}
.card-apartment:hover .card-apartment__image-hover,
.card-apartment__image {
    opacity: 1;
    visibility: visible;
}
.card-apartment:hover {
    background: #1c252c;
}
.card-apartment:hover .card-apartment__name {
    color: #ece5e3;
}
.card-apartment:hover .card-apartment__area {
    color: rgba(249, 240, 235, 0.5);
}
.card-apartment:hover .card-apartment__subheading {
    color: #9b897c;
}
.card-apartment:hover .card-apartment__description {
    color: rgba(236, 229, 227, 0.8);
}
.background-section {
    width: 100%;
    height: auto;
}
.info-slider .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    height: 695px;
    background: rgba(14, 22, 29, 0.8);
    overflow: hidden;
    will-change: flex;
    max-height: 80vh;
}
.tab-cards-info__card {
    min-height: 380px;
}
.info-slider .swiper-slide:after,
.tab-cards-info__card:after {
    opacity: 0;
    z-index: -1;
    height: 100%;
    background: -o-linear-gradient(top, rgba(14, 22, 29, 0.0001) 0%, #0e161d 114.44%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(14, 22, 29, 0.0001)), color-stop(114.44%, #0e161d));
    background: linear-gradient(180deg, rgba(14, 22, 29, 0.0001) 0%, #0e161d 114.44%);
    border-radius: 0 42px 0 42px;
}
.tab-cards-info__card:after {
    opacity: 1;
    z-index: 0;
}
.info-slider__about-content {
    width: 545px;
    padding: 30px 30px 34px 23px;
}
.info-slider__subheading {
    font-size: 16px;
}
.info-slider {
    overflow: visible;
    max-width: 235px;
    margin: 0;
}
.info-slider .swiper-slide .info-slider__image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 0 42px 0 42px;
}
.info-slider__about {
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 24px;
}
.info-slider__about .other-heading {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ece5e3;
    font-style: normal;
    margin-bottom: 0;
}
.info-slider__image {
    z-index: -1;
}
.info-slider .swiper-slide:nth-child(even) {
    margin-top: 96px;
}
.info-slider .swiper-slide:nth-child(odd) {
    margin-top: 32px;
}
.info-slider__travel-time {
    letter-spacing: .6px;
    font-size: 14px;
}
.info-slider__heading {
    font-size: 30px;
    font-style: normal;
    letter-spacing: 0.3px;
    margin-bottom: 27px;
}
.switch-logo {
    letter-spacing: -0.4px;
}
.map {
    height: 596px;
}
.homepage-map {
    max-height: 80vh;
    min-height: 400px;
}
.map-tip .modal-content {
    border-radius: 4px;
    max-width: 300px;
}
.map-tip__close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    border: 2px solid #000000;
}
.modal-close__cross {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}
.map-tip__txt {
    font-size: 1rem;
    color: #000000;
    padding: 10px;
    text-transform: uppercase;
}
.map__main-icon {
    max-width: 110px;
}
.modal-close__cross:after,
.modal-close__cross:before {
    width: 25px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
}
.modal-close__cross:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-close__cross:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gallery-swiper__heading {
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 22px;
}
.gallery-swiper__txt-content {
    padding: 64px 0 0;
}
.gallery-swiper__txt-content .swiper-pagination {
    position: static;
    text-align: left;
    padding-top: 25px;
    font-size: 0;
}
.gallery-swiper__txt {
    margin-bottom: 179px;
}
.gallery-swiper__txt-content .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #9c8a7d;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}
.gallery-swiper__txt-content .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.gallery-swiper__txt-content .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.gallery-swiper__txt-content .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 8px;
    background: #9c8a7d;
}
.gallery-swiper__image-medium img {
    width: 471px;
    max-width: 410px;
}
.gallerys-swiper {
    padding-top: 215px;
    padding-bottom: 158px;
}
.switchback {
    padding: 88px 0 172px;
}
.switchback__title,
.s-map__title {
    line-height: 1.2;
}
.full-slider-image {
    padding: 146px 0 130px;
}
.full-slider-image__top-content {
    margin-bottom: 42px;
}
.full-slider-image__heading-wrap {
    padding-left: 24px;
}
.full-slider-image__description {
    margin-bottom: 30px;
}
.cards-apartments {
    padding-bottom: 90px;
}
.cards-apartments__container:before {
    content: "";
    margin: 0 auto 110px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-map {
    padding: 150px 0 0;
}
.folding-slider {
    padding: 103px 0 141px;
}
.card-cta--secondary:hover {
    background: #9b897c;
}
.card-cta--secondary:hover .card-cta__title {
    color: #ffffff;
}
.card-cta__title {
    margin-bottom: 5px;
}
.card-cta--secondary:hover .card-cta__btn {
    border-color: #ffffff;
}
.card-cta--secondary:hover .card-cta__pic {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.pics-slider .swiper-slide img {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.pics-slider .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.switch-logo__img {
    right: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
}
.switchback__pics {
    z-index: 0;
}
/*---------------------------*/
.gallery-swiper__image-big .show-wrap {
    right: -120px;
    -webkit-transform: translateX(-140%) rotate(40deg);
    -ms-transform: translateX(-140%) rotate(40deg);
    transform: translateX(-140%) rotate(40deg);
}
.gallery-swiper__image-big img {
    right: 216px;
    top: -40px;
    max-width: 800px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.gallery-swiper__image-medium .show-wrap {
    -webkit-transform: translateY(300px) rotate(20deg);
    -ms-transform: translateY(300px) rotate(20deg);
    transform: translateY(300px) rotate(20deg);
}
.gallery-swiper__image-small .show-wrap,
.gallery-swiper__image-big img,
.gallery-swiper__image-big .show-wrap,
.gallery-swiper__image-small img {
    display: inline-block;
    position: relative;
}
.gallery-swiper__image-small .show-wrap {
    top: -75px;
    left: 61px;
    -webkit-transform: translateX(140%) rotate(-40deg);
    -ms-transform: translateX(140%) rotate(-40deg);
    transform: translateX(140%) rotate(-40deg);
}
.gallery-swiper__image-small img {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 251px;
}
.switchback--secondary .switchback__title {
    line-height: 1.3;
}
.switchback--secondary .switchback__description {
    margin-bottom: 69px;
}
.switchback--secondary {
    padding-bottom: 158px;
}
.s-map__heading-wrap {
    margin-bottom: 83px;
}
.s-map__description-wrap {
    margin-left: 34.1%;
    max-width: 473px;
}
.s-map__description {
    margin-bottom: 48px;
}
/*---------------------------*/
.shadow-anim {
    display: block;
    top: 0;
    right: 100%;
}
.shadow-anim,
.shadow-anim:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.shadow-anim:after {
    content: "";
    left: 100%;
}
.shadow-anim--2 {
    background: -o-linear-gradient(right, rgba(28, 37, 44, 1) 18%, rgba(28, 37, 44, 0.67) 47%, rgba(28, 37, 44, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(18%, rgba(28, 37, 44, 1)), color-stop(47%, rgba(28, 37, 44, 0.67)), to(rgba(28, 37, 44, 0)));
    background: linear-gradient(270deg, rgba(28, 37, 44, 1) 18%, rgba(28, 37, 44, 0.67) 47%, rgba(28, 37, 44, 0) 100%);
}
.shadow-anim--2:after {
    background: #1c252c;
}
.shadow-anim--4 {
    background: -o-linear-gradient(right, rgba(245, 241, 238, 1) 18%, rgba(245, 241, 238, 0.67) 47%, rgba(245, 241, 238, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(18%, rgba(245, 241, 238, 1)), color-stop(47%, rgba(245, 241, 238, 0.67)), to(rgba(245, 241, 238, 0)));
    background: linear-gradient(270deg, rgba(245, 241, 238, 1) 18%, rgba(245, 241, 238, 0.67) 47%, rgba(245, 241, 238, 0) 100%);
}
.shadow-anim--4:after {
    background: #f5f1ee;
}
.shadow-anim--5 {
    background: -o-linear-gradient(right, rgba(214, 209, 203, 1) 18%, rgba(214, 209, 203, 0.67) 47%, rgba(214, 209, 203, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(18%, rgba(214, 209, 203, 1)), color-stop(47%, rgba(214, 209, 203, 0.67)), to(rgba(214, 209, 203, 0)));
    background: linear-gradient(270deg, rgba(214, 209, 203, 1) 18%, rgba(214, 209, 203, 0.67) 47%, rgba(214, 209, 203, 0) 100%);
}
.shadow-anim--5:after {
    background: #d6d1cb;
}
.shadow-anim--3 {
    background: -o-linear-gradient(right, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 0.67) 47%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(18%, rgba(0, 0, 0, 1)), color-stop(47%, rgba(0, 0, 0, 0.67)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 0.67) 47%, rgba(255, 255, 255, 0) 100%);
}
.shadow-custom {
    height: 120%;
    top: -10%;
    -webkit-box-shadow: -76px 0 75px 0 rgba(0, 0, 0, 1) inset;
    box-shadow: -76px 0 75px 0 rgba(0, 0, 0, 1) inset;
}
.shadow-anim--3:after,
.shadow-custom:after {
    background: #000000;
}
.line-2,
.main-line-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5.9% + 3px);
    flex: 0 0 calc(5.9% + 3px);
    max-width: calc(5.9% + 3px);
    position: relative;
    margin-left: -2px;
    height: calc(82.5% + 2000px);
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 5px solid #f5f1ee;
    border-top: 1000px solid #f5f1ee;
    border-bottom: 1000px solid #f5f1ee;
    overflow: hidden;
}
.line-2:first-child {
    border-left: none;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.9%;
    flex: 0 0 5.9%;
    max-width: 5.9%;
}
.line-2:last-child {
    border-right: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5.9% - 1px);
    flex: 0 0 calc(5.9% - 1px);
    max-width: calc(5.9% - 1px);
}
.main-line-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(64.6% + 2px);
    flex: 0 0 calc(64.6% + 2px);
    max-width: calc(64.6% + 2px);
}
.line-2,
.main-line-2 {
    -webkit-transition: -webkit-transform 6s cubic-bezier(0, 0, 0.4, 1);
    transition: -webkit-transform 6s cubic-bezier(0, 0, 0.4, 1);
    -o-transition: transform 6s cubic-bezier(0, 0, 0.4, 1);
    transition: transform 6s cubic-bezier(0, 0, 0.4, 1);
    transition: transform 6s cubic-bezier(0, 0, 0.4, 1), -webkit-transform 6s cubic-bezier(0, 0, 0.4, 1);
}
.line,
.main-line {
    top: 0;
    height: 101%;
    border-left: 5px solid #f5f1ee;
    border-right: 5px solid #f5f1ee;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #f5f1ee;
}
.line:after,
.line:before,
.main-line:after,
.main-line:before {
    content: "";
    position: absolute;
    left: -2px;
    height: 50%;
    width: calc(100% + 4px);
    background: currentColor;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.page-load .line:after,
.page-load .line:before,
.main-line:after,
.main-line:before {
    -webkit-transition: all .6s cubic-bezier(0.82, 0.23, 0.61, 0.88);
    -o-transition: all .6s cubic-bezier(0.82, 0.23, 0.61, 0.88);
    transition: all .6s cubic-bezier(0.82, 0.23, 0.61, 0.88);
}
.transition-lines .line:after,
.transition-lines .line:before,
.transition-lines .main-line:after,
.transition-lines .main-line:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.line:nth-of-type(1):after,
.line:nth-of-type(1):before,
.line:nth-of-type(7):after,
.line:nth-of-type(7):before {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}
.line:nth-of-type(2):after,
.line:nth-of-type(2):before,
.line:nth-of-type(6):after,
.line:nth-of-type(6):before {
    -webkit-transition-delay: .10s;
    -o-transition-delay: .10s;
    transition-delay: .10s;
}
.line:nth-of-type(3):after,
.line:nth-of-type(3):before,
.line:nth-of-type(5):after,
.line:nth-of-type(5):before {
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s
}
.main-line:before,
.line:before {
    top: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.main-line:after,
.line:after {
    bottom: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.tab-cards-info__kicker {
    font-size: 14px;
}
.kicker-n-attr {
    font-size: 24px;
}
.secondary-h1 {
    font-size: 85px;
    line-height: 1.2;
}
.secondary-h2,
.secondary-h2 .span {
    font-size: 72px;
    line-height: 1.15;
}
.inner-hero {
    padding-top: 195px;
}
.info-tabs__nav-link .icon-wrapper {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid #9b897c;
    -webkit-box-shadow: inset 0 0 0 0 #9b897c;
    box-shadow: inset 0 0 0 0 #9b897c;
}
.info-tabs__nav-link:hover .icon-wrapper,
.info-tabs__nav-link.active .icon-wrapper {
    -webkit-box-shadow: inset 0 0 0 50px #9b897c;
    box-shadow: inset 0 0 0 50px #9b897c;
}
.info-tabs__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.info-tabs__nav-link {
    font-size: 16px;
    letter-spacing: 1px;
}
.info-tabs {
    padding-top: 125px;
    padding-bottom: 175px;
}
.info-tabs {
    -webkit-transition: background 1.2s;
    -o-transition: background 1.2s;
    transition: background 1.2s;
}
.info-tabs__tab-pane {
    -webkit-transition: all .4s, -webkit-transform .8s;
    transition: all .4s, -webkit-transform .8s;
    -o-transition: all .4s, transform .8s;
    transition: all .4s, transform .8s;
    transition: all .4s, transform .8s, -webkit-transform .8s;
    will-change: transform;
}
.info-tabs__indent {
    margin-bottom: 125px;
}
.tab-cards-info__about-heading {
    font-size: 18px;
}
/*---------------------------*/
.contact-hero__content {
    max-width: 38%;
    font-size: 17px;
}
.contact-hero__title {
    font-size: 127px;
    text-transform: none;
    white-space: nowrap;
    margin-bottom: 56px;
}
.contact-hero__block-title {
    margin-bottom: 6px;
}
.contact-hero__block {
    max-width: 288px;
    margin-bottom: 75px;
}
.contact-hero {
    padding: 240px 0 74px;
}
.contact-hero__pics-wrap,
.btn-circle__wrap {
    top: 40.4%;
    left: 0;
    height: calc(100% - 40.4%);
    z-index: 0;
}
.contact-hero__pics-wrap {
    z-index: initial;
}
.btn-circle__wrap {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    right: calc(0px - 75px);
    top: calc(50% - 75px);
    width: 150px;
    height: 150px;
    left: auto;
}
.contact-hero__pic-wrap--1 {
    width: 40%;
    background: #394349;
}
.contact-hero__pic-wrap--2 {
    position: relative;
    width: 60%;
}
.btn-circle {
    font-style: italic;
    font-size: 20px;
    right: 0;
    top: 0;
    line-height: 1;
    background: #9b897c;
    border: 1px solid #9b897c;
    width: 150px;
    height: 150px;
    pointer-events: auto;
    border-radius: 50%;
}
.btn-circle:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.info-tabs .nav-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
}
.tab-cards-info__about {
    position: relative;
    padding: 20px;
    z-index: 2;
}
.tab-cards-info {
    margin-left: -20px;
    margin-right: -20px;
}
.tab-cards-info__card-wrapper {
    padding: 0 20px;
}
.tab-cards-info__heading {
    font-size: 32px;
    font-weight: 500;
    color: #9b897c;
}
.tab-cards-info__heading .span {
    font-size: 30px;
}
.heading-attr {
    padding-left: 24px;
}
.heading-attr:before,
.tab-cards-info__heading > .span > div > .char:first-child:before {
    left: 14px;
    top: 16px;
}
.info-tabs__tab-pane.active {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.info-tabs__tab-pane {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden;
    display: block !important;
}
.info-tabs__switchback-image-wrap {
    height: 384px;
}
.info-tabs__switchback-description {
    padding: 32px 126px 32px 36px;
}
.features-list__kicker:before {
    top: 17px;
}
/*---------------------------*/
.content-3-cols__txt {
    font-size: 17px;
    line-height: 1.6;
}
.content-3-cols__txt-content {
    padding-top: 227px;
}
.content-3-cols__pic {
    width: 297px;
    height: 381px;
    object-fit: cover;
}
.content-3-cols__pic--2 {
    margin-left: -13.5%;
}
.content-3-cols__pic--3 {
    margin: 0 auto 94px auto;
}
.content-3-cols__pic--4 {
    width: 268px;
    margin-left: -37%;
}
.content-3-cols__pics-wrap--2 {
    padding-top: 129px;
    left: 3%;
}
.content-3-cols__txt-kicker {
    text-transform: uppercase;
    letter-spacing: 3.3px;
    font-size: 15px;
}
.content-3-cols__txt-title {
    margin-bottom: 43px;
}
.simple-banner__pic-wrap {
    height: 765px;
    max-height: 85vh;
    margin-bottom: 90px;
}
.simple-banner__txt,
.s-gallery-cta__description {
    font-size: 24px;
    line-height: 1.3;
    max-width: 695px;
}
.content-3-cols {
    padding-bottom: 80px;
    padding-top: 104px;
}
.simple-banner {
    padding: 59px 0 108px;
}
.numbered-slider {
    padding: 76px 0 189px;
}
.numbered-slider__swiper {
    max-width: 765px;
}
.numbered-slider__pic-wrap {
    margin-bottom: 33px;
}
.numbered-slider__numb {
    top: -8px;
    left: 0;
    font-size: 28px;
}
.numbered-slider__content {
    padding-left: 212px;
}
.numbered-slider__txt {
    max-width: 554px;
}
.utilities-list {
    padding: 181px 0 237px;
}
.utilities-list__title {
    margin-bottom: 160px;
    padding-left: 63px;
}
.h4-secondary:before {
    border-radius: 50%;
    width: 11px;
    height: 11px;
}
.parallax-img,
.inner-hero__pic,
.simple-banner__pic,
.utilities-list__item-pic,
.info-tabs__big-pic,
.info-tabs__over-container-image {
    height: 120%;
}
.utilities-list__item-pic-wrap {
    margin-bottom: 72px;
}
.utilities-list__item-content {
    max-width: 526px;
    margin-left: 100px;
    margin-bottom: 112px;
}
.utilities-list__item-pic-wrap--last {
    margin-top: 112px;
}
.utilities-list__item-title {
    margin-bottom: 18px;
}
.h4-secondary:before {
    top: 14px;
    left: -23px;
    background: #975a55;
}
.features-list__item-title:before {
    left: 0;
}
.utilities-list__item-pic-2,
.utilities-list__item--2 .utilities-list__item-pic-3 {
    width: 39%;
}
.utilities-list__item-pic-3,
.utilities-list__item--2 .utilities-list__item-pic-2 {
    width: 59%;
}
.utilities-list__item-pics-wrap,
.utilities-list__item-pic-wrap,
.info-tabs__over-container-image-wrap {
    height: 600px;
}
.utilities-list__item-pics-wrap {
    margin-bottom: 45px;
}
.utilities-list__item-txt-2 {
    padding-left: 68px;
    max-width: 39%;
}
.utilities-list__item-txt-2:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 1px;
    width: 39px;
    background: #975a55;
}
.utilities-list__item {
    margin-bottom: 200px;
}
.utilities-list__item:last-child {
    margin-bottom: 0;
}
.features-list {
    padding: 178px 0 50px;
}
.features-list__heading {
    margin-bottom: 108px;
}
.features-list__item-pic-wrap {
    height: 314px;
    margin-bottom: 33px;
}
.features-list__item-title {
    margin-bottom: 26px;
    padding-left: 22px;
}
.features-list__item-txt {
    max-width: 441px;
    padding-left: 22px;
}
.features-list__item-wrap {
    padding: 0 5px;
}
.features-list__row {
    margin: 0 -5px;
}
.features-list__kicker {
    width: 33.3%;
}
.features-list__title {
    width: 56%;
    letter-spacing: 0.14rem;
}
.features-list__item {
    margin-bottom: 137px;
}
.info-tabs__other-switchback-description {
    margin-bottom: 120px;
}
.info-tabs__big-pic-wrap {
    height: 500px;
}
/*---------------------------*/
h2 .folding-slider__title-line-1 {
    font-size: 47px;
}
.folding-slider__title-line-2 {
    font-size: 50px;
}
.mapboxgl-ctrl-compass {
    display: none !important;
}
.cards-apartments__row {
    margin-bottom: 51px;
}
.cards-apartments__row-2 {
    margin-bottom: 53px;
}
.full-slider-image__container-secondary {
    margin-bottom: 42px;
}
.folding-slider__title {
    margin-bottom: 38px;
}
.content-3-cols__txt-content-wrap {
    max-width: 551px;
    margin-bottom: 117px;
}
.inner-hero__container {
    z-index: 3;
}
.s-kicker-wrap {
    padding-top: 18px;
}
.s-map__container {
    margin-bottom: 132px;
}
/*---------------------------*/
.chromeperfectpixel-overlay-container {
    pointer-events: none;
}
/*---------------------------*/
.ff-main {
    font-family: 'Karla', sans-serif;
}
.ff-secondary {
    font-family: 'The Seasons', sans-serif;
}
.ff-third {
    font-family: 'Inter', sans-serif;
}
.points-event-none {
    pointer-events: none;
}
.secondary-color {
    color: #1b1716;
}
.text-dark {
    color: #000000;
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.obj-pos-top {
    -o-object-position: top;
    object-position: top;
}
.obj-contain {
    object-fit: contain;
}
.hero-pic-wrp {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55vw;
    height: 86%;
}
.info-slider .swiper-slide .info-slider__image,
.gallery-swiper__txt-content .swiper-pagination-bullets .swiper-pagination-bullet,
.footer-form__btn path,
.info-slider .swiper-slide:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.link,
.link-circle-simple,
.s-slider-info__btn,
.s-gallery-cta__btn,
.s-gallery-cta__btn:after,
.s-gallery-cta__btn:before,
.btn-hamburger span,
.main-tr,
.circle-btn svg,
.svg-btn,
.other-circle,
.info-tabs__nav-link path,
.info-tabs__nav-link ellipse,
.s-map-filter__select-link path,
.s-map-filter__select-link ellipse,
.s-map-filter__select path,
.btn,
.header,
.circle-btn,
.card-circle,
.footer-form__btn,
.circle-btn-wrap .card-cta__btn,
.card-cta__title,
.secondary-transition {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.svg-btn path,
.btn__text {
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.info-slider__about,
.info-slider__about-content {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.card-cta__pic,
.switchback__pic {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
.fz-medium {
    font-size: 26px;
    line-height: 1.2;
}
.fz-min {
    font-size: 16px;
}
.fz-large {
    font-size: 20px;
}
.f-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-5 {
    z-index: 5;
}
.pics-slider .swiper-slide {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.modal-close__cross:after,
.modal-close__cross:before,
.h4-secondary:before {
    content: "";
    position: absolute;
}
.info-slider .swiper-slide:after,
.tab-cards-info__card:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
}
.page-load .pics-slider .swiper-slide img {
    -webkit-transition: 5.5s cubic-bezier(0, 0, 0.96, 0.26);
    -o-transition: 5.5s cubic-bezier(0, 0, 0.96, 0.26);
    transition: 5.5s cubic-bezier(0, 0, 0.96, 0.26);
}
.background-section,
.tab-cards-info__card img,
.switchback__pic,
.switchback__pics,
.switch-logo__img,
.info-tabs__tab-pane {
    position: absolute;
    left: 0;
    top: 0;
}
.info-slider__about-content,
.info-slider__image {
    position: absolute;
    bottom: 0;
    left: 0;
}
.event-none,
.event-none-children .js-event,
.event-none-children-2 .js-event {
    pointer-events: none;
}
.info-slider__about-content,
.gallery-swiper__image-medium img,
.gallery-swiper__image-big img,
.gallery-swiper__image-small img,
.char,
.line-st,
.hide,
.switch-logo:hover .switch-logo__text, .switch-logo__img,
.switchback__pic {
    visibility: hidden;
    opacity: 0;
}
.s-map-filter__select-link:hover .select-link__icon-fill path,
.s-map-filter__select-link.active .select-link__icon-fill path,
.s-map-filter__select-link:hover .select-link__icon-fill ellipse,
.s-map-filter__select-link.active .select-link__icon-fill ellipse {
    fill: #000000;
}
.s-map-filter__select-link:hover .select-link__icon-stroke path,
.s-map-filter__select-link.active .select-link__icon-stroke path,
.s-map-filter__select-link:hover .select-link__icon-stroke ellipse,
.s-map-filter__select-link.active .select-link__icon-stroke ellipse {
    stroke: #000000;
}
.inner-hero__container,
.contact-hero__content,
.hero__content,
.visible-box {
    visibility: hidden;
}
.page-load .inner-hero__container,
.page-load .contact-hero__content,
.page-load .hero__content,
.box-shadow-visible.visible-box {
    visibility: visible;
}
.wc-transform {
    will-change: transform;
}
.info-tabs__description {
    padding-left: 44px;
}
#nights .info-tabs__description,
#afternoons .info-tabs__description {
    padding: 12px 80px 14px 30px;
}
#nights .info-tabs__description {
}
.hero__txt-wrap p {
    opacity: 0.8;
}
.hero-item {
    background: #aba198;
    min-width: 21.1vw;
    max-width: 100vw;
    padding: 22px 19px 23px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1c252c;
}
.hero__link-scroll:hover {
    background: none;
}
.hero__link-scroll:hover .arrow-link__arrow-wrap,
.hero-item:hover .hero-item__arrow-wrap {
    background: currentColor;
}
.hero-item:hover .hero-item__arrow-wrap path {
    stroke: #f5f1ee;
}
.hero-item__pic {
    margin-bottom: 32px;
}
.hero-item__content {
    padding-right: 90px;
}
.hero-item__arrow-wrap {
    top: 0;
    right: 0;
}
.hero__txt {
    margin-bottom: 74px;
}
.hero__img-top {
    left: 0;
    top: 0;
}
.hero__link-scroll:hover,
.hero__link-scroll {
    color: #f5f1ee;
}
.hero__link-scroll .arrow-link__arrow-wrap {
    margin-left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hero__img-wrap {
    height: 85vh;
}
.hero__img-top,
.hero__img {
    -o-object-position: top;
    object-position: top;
}
.hero {
    min-height: 100vh;
    background: #d6d1cb;
    padding-top: 113px;
}
.header-logo img {
    max-width: 207px;
}
.arrow-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none !important;
    color: currentColor;
}
.arrow-link:hover .arrow-link__arrow {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}
.arrow-link__arrow-wrap,
.svg-arrow-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    margin-left: 12px;
}
.arrow-link__arrow,
.svg-arrow {
    width: 20px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.hero__col-heading {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -31px;
}
.hero__title {
    font-size: 12.9vw;
}
.hero__col-2 {
    padding-bottom: 41px;
}
.theme-second {
    background: #1c252c;
    color: #f5f1ee;
}
.theme-second h1, .theme-second .h1,
.theme-second h2, .theme-second .h2 {
    color: #d6d1cb;
}
.theme-second .btn {
    color: #f5f1ee;
}
.theme-second .btn path {
    stroke: #975a55;
}
.theme-second .btn-simple path {
    stroke: currentColor;
}
.theme-second .btn-simple:hover {
    color: #1c252c;
}
.theme-second .btn-simple:hover path {
    stroke: #1c252c;
}
.body-scroll .header {
    background: #d6d1cb;
}
.theme-third {
    background: #d6d1cb;
}
.theme-third .line-2,
.theme-third .main-line-2,
.theme-third .line,
.theme-third .main-line {
    border-color: #d6d1cb;
    color: #d6d1cb;
}
.switchback__content {
    padding: 0 60px;
}
.switchback__image {
    min-height: 800px;
}
.switchback--secondary .switchback__image {
    min-height: 800px;
}
.background-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 209, 203, 0)), color-stop(36%, rgba(214, 209, 203, 1)));
    background: -o-linear-gradient(rgba(214, 209, 203, 0) 0%, rgba(214, 209, 203, 1) 36%);
    background: linear-gradient(rgba(214, 209, 203, 0) 0%, rgba(214, 209, 203, 1) 36%);
}
.theme-second .background-section:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 44, 0)), color-stop(36%, rgba(28, 37, 44, 1)));
    background: -o-linear-gradient(rgba(28, 37, 44, 0) 0%, rgba(28, 37, 44, 1) 36%);
    background: linear-gradient(rgba(28, 37, 44, 0) 0%, rgba(28, 37, 44, 1) 36%);
}
.map-style .mapboxgl-ctrl-bottom-right {
    display: block;
}
.map-style .mapboxgl-ctrl-group {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.map-style .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
    margin: 0 40px 40px 0;
}
.map-style .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group {
    margin: 0 0 40px 40px;
}
.map-style .mapboxgl-ctrl-group button {
    width: 50px;
    height: 50px;
    background: #aba198;
    border-radius: 50%;
    position: relative;
    min-width: 0;
    border: none;
}
.map-style .mapboxgl-ctrl-zoom-in:after,
.map-style .mapboxgl-ctrl-zoom-in:before,
.map-style .mapboxgl-ctrl-zoom-out:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background: #1c252c;
}
.map-style .mapboxgl-ctrl-zoom-in {
    margin-bottom: 14px;
}
.map-style .mapboxgl-ctrl-zoom-in:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.map-style .mapboxgl-ctrl-icon {
    display: none !important;
}
.main-logo .zoomMarker {
    background: #aba198;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-origin: 52% 111% !important;
    position: absolute;
    left: 0;
    top: calc(-100% + 50% - 10px);
}
.main-logo .zoomMarker:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #aba198;
}
.s-map__circle {
    width: 51px;
    height: 51px;
    margin-right: 14px;
    border: 1px solid #d6d1cb;
    background: #1c252c;
    border-radius: 50%;
}
.s-map__filter-item.active .s-map__circle,
.s-map__filter-item:hover .s-map__circle {
    background: #d6d1cb;
}
.s-map__filter-item.active path,
.s-map__filter-item:hover path {
    stroke: #1c252c;
}
.s-map__filter-item.s-map__filter-item--fill.active path,
.s-map__filter-item.s-map__filter-item--fill:hover path {
    fill: #1c252c;
    stroke: none;
}
.s-map__circle svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.s-map__filter-item {
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1.7px;
}
.s-map__filter-item:not(.active) .s-map__filter-item-name {
    color: rgba(214, 209, 203, .3);
}
.s-map__filter-item:hover .s-map__filter-item-name {
    color: #d6d1cb;
}
.s-map__filter-item:not(:last-child) {
    border-right: 1px solid #626b72;
    padding-right: 42px;
    margin-right: 42px;
}
.s-map__filter-row {
    border-top: 1px solid #626b72;
    border-bottom: 1px solid #626b72;
    padding: 32px 0;
}
.marker .zoomMarker {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #d6d1cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.marker .zoomMarker img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.s-map__filter-item:not(.active) .s-map__filter__value {
    opacity: 0;
    visibility: hidden;
}
.s-map__filter__value {
    opacity: .5;
}
.s-pre-footer__bg {
    position: absolute;
    left: 0;
    top: 0;
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.form-style input,
.form-style textarea,
.custom-select__option {
    background: transparent;
    border: 1px solid #1c252c;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 6px;
}
.form-style textarea {
    height: 116px;
    resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
    color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    -moz-transition: .2s;
    transition: .2s;
    opacity: .8;
    color: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    -ms-transition: .2s;
    transition: .2s;
    opacity: .8;
    color: inherit;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    -ms-transition: .2s;
    transition: .2s;
    opacity: .8;
    color: inherit;
}
input::placeholder,
textarea::placeholder {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
.form-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}
.form-50:first-child {
    margin-right: 20px;
}
.s-pre-footer {
    padding: 92px 0 104px;
}
.footer__row-1 {
    padding: 42px 0 30px;
}
.h2-second,
.s-contact__heading-content h2 {
    line-height: 1.2;
    margin-bottom: 23px;
}
.footer__address-title {
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 5px;
}
.footer__social {
    padding-top: 8px;
}
.footer__row-1:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(28, 37, 44, .5);
    z-index: 2;
}
.s-pre-footer:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 241, 238, 0.00) 0%, #f5f1ee 100%);
    z-index: 1;
}
.s-pre-footer__content-wrap {
    max-width: 809px;
    width: 100%;
}
.footer-form__btn {
    border: 1px solid #975a55;
    width: 93px;
    height: 93px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #975a55;
}
.footer-form__btn:hover {
    background: transparent;
}
.footer-form__btn:hover path {
    stroke: #975a55;
}
.footer-form__btn svg {
    width: 44px;
    height: 34px;
}
.s-pre-footer__heading {
    text-transform: capitalize;
    margin-bottom: 38px;
}
.form-group--last {
    padding-top: 14px;
}
.footer {
    border-top: 1px solid rgba(28, 37, 44, .5);
    font-size: 20px;
    background: #f5f1ee;
}
.footer__bottom-txt {
    border-top: 1px solid rgba(28, 37, 44, .5);
    font-weight: 400;
    padding: 29px 15px 30px;
    font-size: 14px;
}
.footer__bottom-txt-2 {
    max-width: 1238px;
}
.footer__heading {
    font-size: 20px;
    margin-bottom: 3px;
}
.link-circle-simple {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #1c252c;
}
.footer__link:hover .link-circle-simple,
.link-circle-simple:hover {
    background: #1c252c;
}
.footer__link:hover .link-circle-simple path,
.link-circle-simple:hover path {
    stroke: #975a55;
}
.footer__social .link-circle-simple:first-child {
    margin-right: 14px;
}
.footer__privacy-img1 {
    margin-right: 17px;
}
.footer__logo {
    margin-bottom: 169px;
}
.btn-footer {
    border: 1px solid #1c252c;
    border-radius: 40px;
    padding: 11px;
    min-width: 172px;
    color: #1c252c;
    background: #d6d1cb;
    text-decoration: none !important;
}
.btn-footer svg {
    margin-right: 10px;
    max-width: 17px;
    height: auto;
}
.btn-footer:hover {
    background: #1c252c;
    color: #d6d1cb;
}
.btn-footer:hover path {
    stroke: #d6d1cb;
}
.footer__col-1 {
    padding: 6px 36px 0 16px;
}
.footer__col-2 {
    padding: 0 15px 0 42px;
}
.footer-form__btn svg {
    width: 34px;
    height: auto;
}
.footer,
.footer__heading {
    font-size: 18px;
}
.footer__logo img {
    max-width: 144px;
}
.footer__logo-second img {
    max-width: 80px;
}
.s-pre-footer__description {
    max-width: 510px;
    margin-bottom: 40px;
    font-size: 20px;
}
.footer__logo-link {
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 2px;
    max-width: unset;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}
.switchLogo:hover .switchLogo__text {
    opacity: 0;
    visibility: hidden;
}
.switchLogo:hover .footer__logo-link {
    opacity: 1;
    visibility: visible;
}
.footer__copyright,
.footer__privacy {
    font-size: 14px;
}
.bg-video {
    opacity: .5;
}
.inner-hero-amen .bg-wrap:before,
.theme-main-dark .inner-hero .bg-wrap:before,
.utilities-list .bg-wrap:before,
.hero:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 70vh;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#d6d1cb), to(transparent));
    background: -o-linear-gradient(bottom, #d6d1cb, transparent);
    background: linear-gradient(0deg, #d6d1cb, transparent);
    z-index: 1;
}
.inner-hero-amen .bg-wrap:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f1ee), to(transparent));
    background: -o-linear-gradient(bottom, #f5f1ee, transparent);
    background: linear-gradient(0deg, #f5f1ee, transparent);
}
.utilities-list .bg-wrap:before {
    z-index: 0;
    height: 200px;
}
.bg-wrap {
    left: 0;
    top: 0;
}
.btn-hamburger {
    display: none;
    padding: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.btn-hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: currentColor;
}
.btn-hamburger span:nth-child(2) {
    margin: 6px 0;
}
.open-menu .btn-hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px);
}
.open-menu .btn-hamburger span:nth-child(2) {
    opacity: 0;
}
.open-menu .btn-hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    -ms-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px);
}
.inner-hero__title {
    margin-bottom: -68px;
    font-size: 212px;
    padding-left: 65px;
    line-height: 1;
}
.inner-hero__description {
    max-width: 260px;
}
.inner-hero__content-col {
    padding-left: 144px;
    padding-right: 0;
}
.btn-simple {
    border: 1px solid #aba198;
    border-radius: 3px 25px 3px 25px;
    min-width: 161px;
    padding: 17px;
    font-size: 18px;
    letter-spacing: 0;
}
.btn-simple:hover {
    background: #aba198;
}
.utilities-list .bg-wrap {
    height: 700px;
}
.theme-second-header .header {
    color: #f5f1ee;
}
.theme-second-header .circle-btn {
    -webkit-box-shadow: inset 0 0 0 30px #aba198;
    box-shadow: inset 0 0 0 30px #aba198;
    border-color: #aba198;
}
.theme-second-header .circle-btn-wrap:hover .circle-btn {
    -webkit-box-shadow: inset 0 0 0 0 #aba198;
    box-shadow: inset 0 0 0 0 #aba198;
}
.theme-second-header .circle-btn-wrap path {
    stroke: #1c252c;
}
.theme-second-header .circle-btn-wrap:hover path {
    stroke: #aba198;
}
.theme-second-header .header-nav {
    border-right-color: rgba(236, 229, 227, .5)
}
.theme-second-header .header-logo img,
.header-logo-second,
.header-logo-floorplans {
    display: none;
}
.theme-second-header .header-logo-second {
    display: block !important;
}
.theme-second-header.body-scroll .header {
    background: #1c252c;
}
.map-style .mapboxgl-ctrl-group + .mapboxgl-ctrl {
    display: none !important;
}
.inner-hero__title--second {
    font-size: 127px;
    margin-bottom: -49px;
    padding-left: 79px;
    padding-top: 38px;
}
.s-about {
    padding: 216px 0 266px;
}
.s-about__img-big-wrap {
    max-width: 600px;
    width: 100%;
    height: 777px;
    margin-right: 4.4vw;
}
.s-about__img-big-wrap img {
    border-radius: 51px 5px 5px 5px;
}
.s-about__img-small-wrap img {
    border-radius: 5px 5px 51px 5px;
}
.s-about__img-small-wrap {
    position: absolute;
    width: 428px;
    height: 503px;
    right: -86px;
    bottom: -79px;
}
.s-about__col-content {
    padding: 85px 15px 0;
}
.s-about__heading {
    left: -0.2vw;
    margin-bottom: 170px;
}
.s-about__heading span {
    white-space: nowrap;
}
.s-about__description {
    max-width: 400px;
    letter-spacing: -0.5px;
    margin-left: 6.5vw;
}
.s-switchback-lists--1 {
    padding: 242px 0 100px;
}
.s-switchback-lists--2 {
    padding: 256px 0 100px;
}
.s-switchback-lists--3 {
    padding: 206px 0 100px;
}
.s-switchback-lists__col-content {
    padding: 7px 86px;
}
.s-switchback-lists__heading {
    margin-bottom: 36px;
}
.s-switchback-lists__description {
    max-width: 573px;
    margin-bottom: 189px;
}
.s-switchback-lists__list {
    font-size: 20px;
    letter-spacing: 0.5px;
    max-width: 571px;
}
.s-switchback-lists__list-path {
    font-size: 15px;
}
.s-switchback-lists__list li {
    border-bottom: 1px solid #636566;
    padding-bottom: 19px;
}
.s-switchback-lists__list li:not(:last-child) {
    margin-bottom: 18px;
}
.opacity-03 {
    opacity: .3;
}
.opacity-06 {
    opacity: .6;
}
.opacity-07 {
    opacity: .7;
}
.s-switchback-lists__list-rating {
    line-height: 1;
}
.s-switchback-lists__small-description {
    font-size: 14px;
    opacity: 0.3;
}
.s-switchback-lists__col-img {
    padding: 0 41px 0 25px;
}
.s-switchback-lists--2 .s-switchback-lists__img-big-wrap {
    max-width: 43.3vw;
    margin-left: auto;
    height: 100%;
    min-height: 671px;
    position: absolute;
    top: 17px;
}
.s-switchback-lists--2 .s-switchback-lists__img-small-wrap {
    position: absolute;
    width: 363px;
    top: -68px;
    left: 27px;
    height: 373px;
}
.s-switchback-lists--3 .s-switchback-lists__img-big-wrap {
    max-width: 38.7vw;
    height: 103%;
    position: absolute;
    top: -48px;
    border-radius: 5px 42px 5px 5px;
}
.s-switchback-lists--3 .s-switchback-lists__img-small-wrap {
    position: absolute;
    right: 32px;
    bottom: -43px;
    width: 371px;
    height: 440px;
}
.s-switchback-lists--4 .s-switchback-lists__img-big-wrap {
    height: 100%;
}
.s-switchback-lists--4 .s-switchback-lists__img-big-wrap,
.s-switchback-lists--2 .s-switchback-lists__img-big-wrap,
.s-switchback-lists--3 .s-switchback-lists__img-small-wrap img {
    border-radius: 42px 42px 5px 5px;
}
.s-switchback-lists--3 .s-switchback-lists__col-content {
    padding-left: 116px;
}
.s-switchback-lists--4 {
    padding: 162px 0 100px;
}
.s-switchback-lists--4 .s-switchback-lists__col-content {
    padding-top: 42px;
}
.s-switchback-lists--4 .s-switchback-lists__img-wrap {
    padding: 0 22px 0 42px;
}
.s-about-pic__pic {
    max-width: 100%;
    height: auto;
}
.s-about-pic__container {
    border-top: 1px solid rgba(28, 37, 44, .3);
    padding-top: 56px !important;
    padding-bottom: 62px;
}
.s-about-pic__heading {
    font-size: 61px;
    line-height: 1.2;
}
.s-about-pic__container:after {
    position: absolute;
    content: '';
    left: 41.4%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(28, 37, 44, .3);
}
.theme-main-dark {
    background: #d6d1cb;
}
.s-map-side-filter .map {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 3;
}
.s-map-side-filter .s-map__filter-row {
    width: 24.3%;
}
.s-map__heading-small {
    font-size: 27px;
    letter-spacing: 1px;
    margin-bottom: 42px;
}
.s-map__filter-side-style {
    border: none;
    padding: 78px 15px;
}
.s-map__filter-side-style .s-map__filter-item:not(:last-child) {
    border: none;
    padding: 0;
    margin: 0 0 26px;
}
.s-map-side-filter {
    padding: 0;
}
.s-map__filter-side-style .s-map__filter-item {
    font-size: 14px;
}
.s-map__filter-side-style .s-map__circle {
    width: 47px;
    height: 47px;
    background: #394349;
}
.s-switchback-lists--3__bg-wrap {
    top: -50%;
}
.s-gallery-cta {
    padding: 213px 0 237px;
}
.s-gallery-cta__heading {
    font-size: 54px;
    margin-bottom: 30px;
}
.s-gallery-cta__description {
    max-width: 670px;
}
.s-gallery-cta__img-main-wrap {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 555px;
    height: 828px;
    max-height: 80vh;
}
.s-gallery-cta__img-second-wrap,
.s-gallery-cta__img-third-wrap {
    position: absolute;
    top: calc(50% - 37%);
    width: 456px;
    height: 646px;
    left: calc(50% - 631px);
    max-height: 62vh
}
.s-gallery-cta__img-third-wrap {
    left: auto;
    right: calc(50% - 631px);
}
.s-gallery-cta__col-content {
    margin-bottom: 178px;
}
.s-gallery-cta__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
    -ms-transform: translate(-50%, -50%) rotate(-2deg);
    transform: translate(-50%, -50%) rotate(-2deg);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1c252c;
}
.s-gallery-cta__btn:after,
.s-gallery-cta__btn:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 42px;
    height: 2px;
    background: #d6d1cb;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-gallery-cta__btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.s-gallery-cta__img-main-wrap:hover .s-gallery-cta__btn {
    background: #d6d1cb;
}
.s-gallery-cta__img-main-wrap:hover .s-gallery-cta__btn:after,
.s-gallery-cta__img-main-wrap:hover .s-gallery-cta__btn:before {
    background: #1c252c;
}
.s-advantages-tab {
    padding: 142px 0 108px;
}
.s-advantages-tab__heading {
    padding-left: 5.3vw;
    margin-bottom: 69px;
}
.heading-attr--center:before {
    top: 52px;
    left: 1px;
}
.s-advantages-tab__description {
    max-width: 540px;
    letter-spacing: -0.5px;
    margin-bottom: 119px;
}
.s-advantages-tab__nav-link {
    background: none;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 8px 9px;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 157px;
    color: rgba(28, 37, 44, 0.3);
}
.nav-link-svg-wrap {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(214, 209, 203, .25);
    margin-right: 10px;
}
.nav-link-svg-wrap svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.s-advantages-tab__tab-content {
    margin-bottom: 59px;
}
.s-advantages-tab__tab-content img {
    max-height: 800px;
}
.s-advantages-tab__nav-link:not(:last-child) {
    margin-right: 40px;
}
.s-advantages-tab__nav-link.active,
.s-advantages-tab__nav-link:hover {
    border-color: #975a55;
    color: #1c252c;
}
.s-advantages-tab__nav-link.active .nav-link-svg-wrap,
.s-advantages-tab__nav-link:hover .nav-link-svg-wrap {
    background: rgba(151, 90, 85, 0.05);
}
.s-advantages-tab__nav-link.active path,
.s-advantages-tab__nav-link:hover path {
    stroke: #975a55;
}
.s-advantages-tab__nav-tabs {
    margin-bottom: 43px;
}
.s-advantages-tab__description-second {
    max-width: 550px;
}
.additional-info {
    padding: 17px 16px 63px;
    font-size: 14px;
    width: 160px;
    -webkit-clip-path: circle(9% at 14% 88%);
    clip-path: circle(9% at 14% 88%);
}
.additional-info__img-wrap {
    margin-bottom: 9px;
    height: 128px;
}
.additional-info__img-wrap,
.additional-info__heading {
    pointer-events: none;
}
.additional-info.show {
    -webkit-clip-path: circle(130% at 14% 88%);
    clip-path: circle(130% at 14% 88%);
    z-index: 2;
}
.additional-info__circle {
    position: absolute;
    left: 17px;
    bottom: 23px;
    z-index: 0;
    font-size: 20px;
    line-height: 1;
}
.kitchen-additional-info-1 {
    left: 37%;
    bottom: 47%;
}
.kitchen-additional-info-2 {
    left: 53%;
    bottom: 55%;
}
.kitchen-additional-info-3 {
    left: 34%;
    bottom: 12%;
}
.kitchen-additional-info-4 {
    left: 67%;
    bottom: 40%;
}
.kitchen-additional-info-5 {
    left: 31%;
    bottom: 57%;
}
.bedrooms-additional-info-1 {
    left: 26%;
    bottom: 30%;
}
.bedrooms-additional-info-2 {
    left: 37.6%;
    bottom: 60%;
}
.bedrooms-additional-info-3 {
    left: 66%;
    bottom: 60%;
}
.bathrooms-additional-info-1 {
    left: 47%;
    bottom: 0%;
}
.bathrooms-additional-info-2 {
    left: 9%;
    bottom: 38%;
}
.bathrooms-additional-info-3 {
    left: 22%;
    bottom: 91%;
}
.bathrooms-additional-info-4 {
    left: 58%;
    bottom: 64%;
}
.bathrooms-additional-info-1 .additional-info__circle,
.kitchen-additional-info-1 .additional-info__circle {
    left: 19px;
}
.bedrooms-additional-info-2 .additional-info__circle,
.kitchen-additional-info-3 .additional-info__circle,
.kitchen-additional-info-4 .additional-info__circle {
    bottom: 25px;
}
.bedrooms-additional-info-1 .additional-info__circle {
    left: 19px;
    bottom: 25px;
}
.bedrooms-additional-info-3 .additional-info__circle {
    bottom: 21px;
}
.swiperSimple {
    height: 578px;
    max-width: 765px;
    overflow: visible;
}
.s-slider-simple {
    padding: 131px 0;
}
.s-slider-simple__heading {
    font-size: 128px;
    margin-bottom: -69px;
    padding-left: 11.5vw;
}
.s-slider-info {
    padding: 50px 0 0;
}
.s-slider-info__col-content {
    padding: 5px 71px 71px;
}
.s-slider-info__heading {
    font-size: 61px;
    line-height: 1.2;
    margin-bottom: 46px;
}
.s-slider-info__nav-link {
    color: rgba(28, 37, 44, 0.5);
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 8px;
    background: transparent;
    min-width: 147px;
    font-size: 20px;
    letter-spacing: 1.2px;
}
.swiperGalleryThumb2 .swiper-slide:not(:last-child) .s-slider-info__nav-link {
    margin-right: 9px;
}
.swiperGalleryThumb2 .swiper-slide {
    width: auto;
    pointer-events: auto;
    cursor: pointer;
}
.swiper-slide-thumb-active .s-slider-info__nav-link,
.s-slider-info__nav-link:hover {
    color: #1c252c;
    border-color: #975a55;
}
.s-slider-info__nav-tabs {
    margin-bottom: 127px;
}
.s-slider-info__info-heading {
    font-size: 30px;
    margin-bottom: 21px;
}
.s-slider-info__info-description {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 49px;
}
.s-slider-info__info-item {
    border-bottom: 1px solid rgba(28, 37, 44, .3);
    font-size: 15px;
    margin-bottom: 25px;
    padding-bottom: 16px;
}
.s-slider-info__info-item-inner {
    padding: 13px 15px;
}
.s-slider-info__info-item-inner:first-child {
    border-right: 1px solid rgba(28, 37, 44, .3);
}
.s-slider-info__btn {
    width: 40px;
    height: 40px;
    border: 1px solid #975a55;
    color: #1c252c;
    position: relative;
    border-radius: 50%;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.s-slider-info__btn svg {
    max-width: 54%;
}
.s-slider-info__btn:hover {
    box-shadow: inset 0 0 0 30px #975a55;
    color: #f5f1ee;
}
.s-slider-info__btn:after {
    content: none;
}
.s-slider-info__info-list {
    margin-bottom: 100px;
}
.s-slider-info__btn.swiper-button-prev {
    margin-right: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiperGallery .swiper-pagination {
    width: auto;
    left: auto;
    right: 52px;
    font-size: 20px;
    color: #ece5e3;
    bottom: 37px;
}
.swiperGallery .swiper-pagination-current {
    font-size: 54px;
}
.swiperGallery:after {
    position: absolute;
    content: '';
    right: -23%;
    bottom: -20%;
    width: 500px;
    height: 500px;
    pointer-events: none;
    background: #1c252c;
    z-index: 1;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
}
.s-slider-info__tab-content-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 15px;
    height: 100%;
}
.s-list-simple {
    padding: 177px 0 197px;
}
.s-list-simple__col-content {
    padding-left: 44px;
}
.s-list-simple__heading {
    font-size: 82px;
    line-height: 1.2;
    margin-bottom: 88px;
}
.s-list-simple__list {
    font-size: 14px;
    line-height: 1;
}
.s-list-simple__list-img-wrap img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.s-list-simple__list-img-wrap {
    width: 52px;
    text-align: center;
    margin-right: 23px;
}
.s-list-simple__list li {
    border-bottom: 1px solid rgba(245, 241, 238, .15);
    padding: 0 0 21px;
}
.s-list-simple__list li:not(:last-child) {
    margin-bottom: 28px;
}
/*---------------------------*/
.custom-select__option--value::after {
    border: none;
    width: 15px;
    height: 15px;
    right: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath d='M1 1L7.45254 8.35L13.9045 1' stroke='%231C252C' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E") center center/contain no-repeat;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.custom-select__option.custom-select__option--value {
    padding-right: 70px;
    border-radius: 6px !important;
    border: 1px solid #1c252c !important;
    background: transparent !important;
}
.custom-select--active .custom-select__option.custom-select__option--value {
    background: #ffffff !important;
}
.custom-select__option.custom-select__option--value:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48px;
    border-left: 1px solid #1c252c;
    background: rgba(171, 161, 152, 0.3);
    border-radius: 0 6px 6px 0;
}
.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% + 14px);
}
.custom-select__dropdown {
    top: calc(100% + 14px);
    border-radius: 6px !important;
    background: #d5cfca;
    border: 1px solid #1c252c !important;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    max-height: 330px;
    overflow: auto;
}
.custom-select__dropdown .custom-select__option {
    background: #0000;
    border: none;
    border-bottom: 1px solid #1c252c;
    border-radius: 0;
}
.custom-select__dropdown .custom-select__option:hover,
.custom-select__dropdown .custom-select__option.custom-select__option--selected {
    background: #ffffff;
}
.custom-select__dropdown .custom-select__option:last-child {
    border-bottom: none !important;
}
.form-group--full .custom-select {
    width: 100%;
}
.custom-select--active {
    z-index: 2;
}
.select-price[data-apartment-active='2 Bedroom'] .custom-select__option[data-apartment='Studio'],
.select-price[data-apartment-active='2 Bedroom'] .custom-select__option[data-apartment='1 Bedroom'],
.select-price[data-apartment-active='1 Bedroom'] .custom-select__option[data-apartment='2 Bedroom'],
.select-price[data-apartment-active='1 Bedroom'] .custom-select__option[data-apartment='Studio'],
.select-price[data-apartment-active='Studio'] .custom-select__option[data-apartment='1 Bedroom'],
.select-price[data-apartment-active='Studio'] .custom-select__option[data-apartment='2 Bedroom'] {
    display: none;
}
.select-price:not([data-apartment-active*='']) .custom-select__option--value,
.select-price[data-apartment-active='Studio'] .custom-select__option[data-apartment='Studio'],
.select-price[data-apartment-active='1 Bedroom'] .custom-select__option[data-apartment='1 Bedroom'],
.select-price[data-apartment-active='2 Bedroom'] .custom-select__option[data-apartment='2 Bedroom'] {
    display: block;
}
/*---------------------------*/
.footer__logo-heading {
    font-size: 16px;
    max-width: 180px;
    line-height: 1;
    margin-bottom: 16px;
}
.footer__logo-third {
    max-width: 54px;
    margin-left: 10px;
}
.footer__description {
    font-size: 16px;
    line-height: 1.5;
}
.footer__bottom-txt-2,
.footer__description-opacity {
    opacity: .6;
}
.footer__link {
    font-size: 17px;
    color: currentColor;
    text-decoration: none !important;
}
.footer__link:hover {
    color: #975a55;
    background: none;
}
.footer__privacy,
.footer__site-credit {
    padding-bottom: 6px;
}
.footer__privacy-2 {
    line-height: 1;
    text-align: right;
    font-size: 18px;
}
.footer__privacy-2 a {
    margin-bottom: 10px;
    display: inline-block;
}
.floorplans .header-logo-floorplans {
    display: block !important;
    max-width: 58px;
}
.hero-2__img-wrap {
    position: absolute;
    left: 31px;
    bottom: 0;
    width: calc(100% - 31px);
    height: auto;
}
.hero-2__building-top {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.hero-2__title {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 76px;
    position: relative;
    z-index: 2;
}
.hero-2__title span {
    white-space: nowrap;
}
.hero-2__row {
    min-height: 100vh;
    padding-top: 24vh;
}
.hero-2__description {
    font-size: 18px;
    line-height: 1.7;
    max-width: 630px;
    margin-bottom: 66px;
}
.hero__item-img-wrap {
    width: 91px;
    height: 91px;
    border-right: 1px solid #1c252c;
}
.hero-2__item {
    border: 1px solid #1c252c;
    background: rgba(214, 209, 203, 0.60);
    font-size: 17px;
}
.hero-2__item__content {
    margin-left: 18px;
    padding-right: 13px;
}
.hero-2__item__arrow-wrap .svg-arrow-wrap {
    margin-left: 18px;
}
.hero-2__item:hover {
    background: rgba(214, 209, 203, 1);
}
.hero-2__link-scroll {
    position: absolute;
    bottom: 48px;
    left: calc(50% - 24px);
    z-index: 4;
}
.hero-2__link-scroll .arrow-link__arrow-wrap {
    border-color: #ffffff;
    background: #1c252c;
}
.hero-2__link-scroll:hover .arrow-link__arrow-wrap {
    border-color: #975a55;
    background: #975a55;
}
.hero__link-scroll path {
    stroke: #f5f1ee;
}
.hero-2__img-wrap img {
    object-position: bottom left;
}
.inner-hero-residences:before,
.hero-2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(171, 161, 152, 0.00) 0%, #aba198 100%);
    z-index: 1;
}
.inner-hero-residences:before {
    background: linear-gradient(180deg, rgba(171, 161, 152, 0.00) 0%, #1c252c 100%);
}
.s-apply {
    padding-bottom: 50px;
}
.s-apply__row {
    min-height: 100vh;
    padding-top: 160px;
}
.s-apply__iframe {
    width: 100%;
    height: 100%;
}
.container-fluid--spec {
    max-width: 1442px;
}
.container-fix {
    max-width: 1178px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.contact-hero__pic,
.inner-hero-nh__image-wrap img {
    object-position: bottom;
}
.header-nav__item-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid currentColor;
    padding: 15px 0;
}
.header-nav__item-links:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: currentColor;
}
.header-nav__item-apply {
    display: none;
}
.header-nav__item-apply {
    padding: 15px 0;
}
/*---------map-interactive style------------------*/
.map-interactive-style .c-marker-popup {
    border: 2px solid #d6d1cb;
    color: #d6d1cb;
    font-weight: 700;
    background: #1c252c;
    padding: 2px 6px;
    border-radius: 0;
    font-size: 11px;
    position: absolute;
    top: calc(-100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.map-interactive-style .c-marker-popup:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9995 0H8.14963H0.999512L8.14963 8.16489L14.9995 0Z' fill='%231C252C'/%3e%3cpath d='M0.869843 0.304852H1.47984L1.91985 0.75284L8.13985 7.08575L14.3598 0.75284L14.7998 0.304852H0.869843ZM0.869843 0.304852H14.7998L15.43 0.304688L15.4298 1.83208L8.14984 9.24424L0.869843 1.83208V0.304852Z' fill='%23D6D1CB'/%3e%3c/svg%3e ") no-repeat;
}
.map-interactive-style .popup-bottom-left-1 .c-marker-popup {
    left: 20px;
}
.map-interactive-style .popup-bottom-left-1 .c-marker-popup:after {
    left: 30%;
}
.map-interactive-style .popup-bottom-left-2 .c-marker-popup {
    left: 66px;
}
.map-interactive-style .popup-bottom-left-2 .c-marker-popup:after {
    left: 10%;
}
.map-interactive-style .popup-top-center .c-marker-popup {
    top: auto;
    bottom: calc(-100% - 40px);
}
.map-interactive-style .popup-top-center .c-marker-popup:after {
    top: auto;
    bottom: 100%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup {
    white-space: normal;
    width: 126px;
    top: -14px;
    left: 120px;
    background: none;
    border: none;
    line-height: 1.4;
    padding: 0;
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup > span {
    background: #1c252c;
    border-right: 1px solid #d6d1cb;
    border-left: 1px solid #d6d1cb;
    padding: 2px 6px;
    letter-spacing: -0.4px;
    position: relative;
    white-space: nowrap;
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup > span:first-child {
    border-top: 1px solid #d6d1cb;
    z-index: 1;
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup > span:last-child {
    border: 1px solid #d6d1cb;
    padding: 5px 6px 5px 6px;
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup > span:last-child:after {
    position: absolute;
    content: '';
    right: 1px;
    top: -1px;
    width: 27px;
    height: 7px;
    background: #1c252c;
    border-top: 1px solid #d6d1cb;
    z-index: 2;
}
.map-interactive-style .popup-bottom-left-3 .c-marker-popup:after {
    top: 58%;
    left: -11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.map-interactive-style .marker-dot-long .zoomMarker:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 6px solid #d6d1cb;
    background: #1c252c;
    border-radius: 50px;
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
}
.map-interactive-style .marker:not(.simple-marker):not(.main-logo):not(.marker-dot) .zoomMarker {
    background: transparent;
}
.map-interactive-style .marker-letter .zoomMarker,
.map-interactive-style .marker-dot .zoomMarker,
.map-interactive-style .marker-dot-long .zoomMarker {
    width: 100%;
    height: 100%;
}
.map-interactive-style .marker-letter .zoomMarker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.map-interactive-style .marker-letter--main .zoomMarker {
    background: #5b6eb1 !important;
}
.map-interactive-style .marker-letter--second .zoomMarker {
    background: #6d6e71 !important;
}
.map-interactive-style .marker-letter--third .zoomMarker {
    background: #80b49b !important;
}
.map-interactive-style .marker-dot .zoomMarker {
    border: 6px solid #5b6eb1;
    background: #1c252c;
    border-radius: 50%;
    position: relative;
}
.map-interactive-style .marker-dot--main .zoomMarker {
    border-color: #5b6eb1;
}
.map-interactive-style .marker-dot--second .zoomMarker {
    border-color: #80b49b;
}
.map-interactive-style .marker-dot--transparent .zoomMarker {
    border-color: transparent;
    background: transparent;
}
.map-interactive-style .main-logo .zoomMarker {
    background: #d6d1cb;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 209, 203, 1)), to(rgba(171, 161, 152, 1)));
    background: -o-linear-gradient(top, rgba(214, 209, 203, 1) 0%, rgba(171, 161, 152, 1) 100%);
    background: linear-gradient(180deg, rgba(214, 209, 203, 1) 0%, rgba(171, 161, 152, 1) 100%);
    border-radius: 0;
}
.map-interactive-style .main-logo.bottom .zoomMarker {
    top: auto;
    bottom: calc(-100% + 50% - 10px);
    -webkit-transform-origin: 52% -9% !important;
    -ms-transform-origin: 52% -9% !important;
    transform-origin: 52% -9% !important;
}
.map-interactive-style .main-logo .zoomMarker:after {
    border-top-color: #d6d1cb;
}
.map-interactive-style .main-logo.bottom .zoomMarker:after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    top: auto;
    bottom: 100%;
}
.map-interactive-style .popup__bus-text-wrap {
    background: rgba(214, 209, 203, .18);
    border-radius: 3px;
    padding: 0 3px;
}
.map-interactive-style .popup__bus-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 0;
}
.map-interactive-style .popup__bus-wrap img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.s-interactive-map {
    padding: 154px 0 0;
}
.s-interactive-map__description {
    max-width: 570px;
}
.s-interactive-map__container {
    margin-bottom: 60px;
}
.map-interactive-style .main-logo img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*-------------------------------------*/
.switchback__list-image {
    transform: scale(0.85);
}
.neighborhood-page .inner-hero__title--second {
    padding-left: 75px;
}
.inner-hero__image-wrap-inner {
    border-radius: 0 170px 0 0;
}
.inner-hero__image-wrap-inner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(174, 170, 165, 0.15)), to(rgba(174, 170, 165, 0.15))), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 241, 238, 0.50)), to(rgba(245, 241, 238, 0.00)));
    background: -o-linear-gradient(bottom, rgba(174, 170, 165, 0.15) 0%, rgba(174, 170, 165, 0.15) 100%), -o-linear-gradient(top, rgba(245, 241, 238, 0.50) 0%, rgba(245, 241, 238, 0.00) 100%);
    background: linear-gradient(0deg, rgba(174, 170, 165, 0.15) 0%, rgba(174, 170, 165, 0.15) 100%), linear-gradient(180deg, rgba(245, 241, 238, 0.50) 0%, rgba(245, 241, 238, 0.00) 100%);
}
.theme-second .inner-hero__image-wrap-inner:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 44, 0.20)), to(rgba(28, 37, 44, 0.00))), -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 44, 0.25)), to(rgba(28, 37, 44, 0.25)));
    background: -o-linear-gradient(top, rgba(28, 37, 44, 0.20) 0%, rgba(28, 37, 44, 0.00) 100%), -o-linear-gradient(top, rgba(28, 37, 44, 0.25) 0%, rgba(28, 37, 44, 0.25) 100%);
    background: linear-gradient(180deg, rgba(28, 37, 44, 0.20) 0%, rgba(28, 37, 44, 0.00) 100%), linear-gradient(180deg, rgba(28, 37, 44, 0.25) 0%, rgba(28, 37, 44, 0.25) 100%);
}
.swiperGalleryThumb2 .swiper-wrapper {
    transform: none !important;
}
.btn-simple-second {
    background: #975a55;
    border: 1px solid #975a55;
    color: #f5f1ee;
    border-radius: 100px;
    padding: 19px;
}
.btn-simple-second:hover {
    background: #f5f1ee;
    color: #975a55;
}
.btn-simple-second:hover svg {
    transform: translateX(5px);
}
.btn-simple-second:hover path {
    stroke: #975a55;
}
.s-slider-info__info-item--link {
    padding: 10px 4px 0;
}
.s-gallery-cta__img-main-wrap img,
.s-gallery-cta__img-second-wrap img,
.s-gallery-cta__img-third-wrap img,
.utilities-list__item-pic-wrap--first,
.simple-banner__pic-wrap-inner {
    border-radius: 42px 42px 0 0;
}
.br-main {
    border-radius: 5px;
}
.full-slider-image__list-wrap {
    margin: 0 auto 70px;
    max-width: 1182px;
}
.full-slider-image__list--row {
    margin: 0 -35px 0 !important;
}
.full-slider-image__list-col {
    padding: 0 35px !important;
}
.full-slider-image__list-col .switchback__txt {
    padding-left: 25px;
}
.full-slider-image__list {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 1.2px;
    margin-bottom: 70px;
}
.full-slider-image__list li {
    padding: 0 38px;
}
.full-slider-image__list li:not(:last-child) {
    border-right: 1px solid rgba(28, 37, 44, .3);
}
.full-slider-image__container-slide {
    margin-bottom: 50px;
}
.full-slider-image__list-2 li {
    border-right: none !important;
    padding: 0 17px;
}
.full-slider-image__list-2 .full-slider-image__list-2-box {
    border-bottom: 1px solid rgba(28, 37, 44, 0.3);
    padding: 14px 0;
    height: 100%;
}
.line-2:after,
.main-line-2:after {
    position: absolute;
    content: '';
    left: -21px;
    top: -21px;
    width: calc(100% + 42px);
    height: calc(100% + 42px);
    border: 21px solid #f5f1ee;
    border-radius: 0 60px 0 60px;
}
.main-line-2:after {
    border-radius: 60px 0 60px 0;
}
.theme-third .line-2:after,
.theme-third .main-line-2:after {
    border-color: #d6d1cb;
}
.gallery-swiper__image-medium img,
.gallery-swiper__image-big img,
.gallery-swiper__image-small img {
    border-radius: 42px 42px 0 0;
}
.info-slider .swiper-slide {
    border-radius: 0 42px 0 42px;
    overflow: hidden;
}
.utilities-list__title {
    font-size: 127px;
}
.residences-page .header-nav__item--residences a,
.contact-page .header-nav__item--contact a,
.neighborhood-page .header-nav__item--neighborhood a,
.amenities-page .header-nav__item--amenities a,
.availability-page .header-nav__item--availability a {
    position: relative;
    pointer-events: none;
}
.s-map-side-filter__map-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.s-map-side-filter__empty-box {
    background: #394349;
}
html:not(.page-load) .header__address {
    transition: 0s;
}
.s-pre-footer__col-2 {
    padding: 0 80px;
}
.swiperGalleryThumb .swiper-slide {
    transition: 0s !important;
}
.hero-2__building-br-top {
    display: none;
}
.full-slider-image__tip {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    opacity: 0.7;
}
.full-slider-image__txt-wrap--container {
    max-width: 930px;
}
/*----------------------------------------------*/
.rental-inquiry__txt--show,
body.rental-inquiry-page .rental-inquiry__txt,
body:not(.rental-inquiry-page) .form-group-rental,
.rental-inquiry-page .form-group-rental-popup {
    display: none;
}
body.rental-inquiry-page .rental-inquiry__txt--show {
    display: inline-block;
}
.input-no-change {
    pointer-events: none;
}
.rental-inquiry-page .s-pre-footer {
    padding-top: 152px;
}
.form-group-rental__label {
    color: #975a55;
    margin-bottom: 10px;
}
.form-style .form-group-rental__input {
    background: #975a55;
    color: #f5f1ee;
    border-color: #975a55;
}
.form-group-rental__wrap {
    border: 1px solid #975a55;
    padding: 12px;
    border-radius: 3px;
}
/*----------------------------------------------*/
.concession-banner {
    position: fixed;
    background: #f5f1ee;
    color: #1e2525;
    z-index: 1051;
    opacity: 0;
    visibility: hidden;
    max-width: 596px;
    width: calc(100% - 40px);
    margin: auto;
    right: 0;
    left: 0;
    bottom: 61px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 13px 22px 13px 25px;
}
.concession-banner.visible {
    opacity: 1;
    visibility: visible;
}
.concession-banner__col-1 {
    font-size: 26px;
    background: #1e252a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.concession-banner__col-1 svg {
    max-width: 60%;
    height: auto;
    position: relative;
    top: -1px;
}
.concession-banner__col-3 {
    line-height: 0;
}
.concession-banner h6 {
    font-size: 16px;
    color: #1e2525;
}
.concession-banner p {
    font-size: 12px;
    color: #1e2525;
}
.concession-banner__col-2,
.concession-banner__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.concession-banner__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2a2c2d;
    color: #ffffff !important;
    position: absolute;
    top: 5px;
    right: 5px;
}
.concession-banner__button:after,
.concession-banner__button:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.concession-banner__button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.concession-banner__button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-concession {
    min-width: 170px;
    padding: 16px;
    font-size: 14px !important;
}
#floorplans #concession-banner {
    display: none !important;
}
@media (min-width: 992px) {
    .info-slider .swiper-slide.active-slide .info-slider__image {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .info-slider .swiper-slide.active-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 463px;
        flex: 0 0 463px;
        background: transparent;
    }
    .swiper-slide:not(.active-slide) .info-slider__about,
    .active-slide .info-slider__about-content {
        visibility: visible;
        opacity: 1;
    }
    .active-slide .info-slider__about {
        visibility: hidden;
        opacity: 0;
    }
    .info-slider .active-slide.swiper-slide:after {
        opacity: 1;
    }
    .contact-map {
        height: 100% !important;
    }
}
@media (min-width: 1200px) and (max-height: 1079px) {
    .hero-2__img-wrap {
        height: 840px;
    }
}
@media (min-width: 1200px) {
    .card-apartment__image--1 {
        max-height: 100%;
        max-width: 126px;
        width: 100%;
    }
    .header-nav__main-wrap {
        position: relative;
        top: 1px;
    }
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
    .s-pre-footer__container {
        padding: 0 15px;
    }
    .container-utilities {
        padding: 0 25px;
    }
    /*---------------------------*/
    .title-anim > div > div {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 100px;
        perspective: 100px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        vertical-align: baseline;
    }
    .line-st.title-anim,
    .always-active,
    .switch-logo:hover .switch-logo__img,
    .switchback__pic.active {
        opacity: 1;
        visibility: visible;
    }
    .char {
        -webkit-transform: translateX(60px) rotateY(-50deg);
        transform: translateX(60px) rotateY(-50deg);
    }
    .line-st {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
    .line-st.title-anim {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .switchback .description.split-text {
        overflow: hidden;
    }
    .hero__title .split-text:last-child,
    .page-load .description .line-st,
    .hero__subheading .line-st {
        white-space: nowrap;
    }
    .s-gallery-cta__col-content {
        padding: 0 21px;
    }
    .footer__site-credit {
        padding-left: 30px !important;
    }
    .page-load .wow,
    .wow.hero-wow {
        -webkit-transition: opacity .75s ease, -webkit-transform .9s ease;
        transition: opacity .75s ease, -webkit-transform .9s ease;
        -o-transition: opacity .75s ease, transform .9s ease;
        transition: opacity .75s ease, transform .9s ease;
        transition: opacity .75s ease, transform .9s ease, -webkit-transform .9s ease;
    }
    .page-load .td-1,
    .wow.hero-wow.td-1 {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }
    .page-load .td-2,
    .wow.hero-wow.td-2 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }
    .page-load .td-3,
    .wow.hero-wow.td-3 {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s;
    }
    .page-load .td-4,
    .wow.hero-wow.td-4 {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }
    .page-load .td-5,
    .wow.hero-wow.td-5 {
        -webkit-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s;
    }
    .page-load .td-6,
    .wow.hero-wow.td-6 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
    .page-load .td-7,
    .wow.hero-wow.td-7 {
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1.15s;
        transition-delay: 1.15s;
    }
    .page-load .td-8,
    .wow.hero-wow.td-8 {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }
    .page-load .td-9,
    .wow.hero-wow.td-9 {
        -webkit-transition-delay: 1.45s;
        -o-transition-delay: 1.45s;
        transition-delay: 1.45s;
    }
    .page-load .td-10,
    .wow.hero-wow.td-10 {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    html:not(.disable-page-anim) .wow {
        opacity: 0;
        visibility: hidden;
    }
    html:not(.disable-page-anim) .wowToUp {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
    }
    html:not(.disable-page-anim) .wowToRight {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
    }
    html:not(.disable-page-anim) .wowToLeft {
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    html:not(.page-load) .inner-hero__title,
    html:not(.page-load) .hero__title {
        opacity: 0;
        visibility: hidden;
    }
    .s-gallery-cta__img-main-wrap .show-wrap {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .s-gallery-cta__img-second-wrap .show-wrap {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .s-gallery-cta__img-third-wrap .show-wrap {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .s-gallery-cta__img-main-wrap img,
    .s-gallery-cta__img-second-wrap img,
    .s-gallery-cta__img-third-wrap img {
        opacity: 0;
        visibility: hidden;
    }
    .switchback--secondary .switchback__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .s-interactive-map__col-description {
        padding-left: 161px;
        padding-top: 35px;
    }
    .header-nav {
        border-right: 1px solid rgba(28, 37, 44, .5);
    }
    .residences-page .header-nav__item--residences a:after,
    .contact-page .header-nav__item--contact a:after,
    .neighborhood-page .header-nav__item--neighborhood a:after,
    .amenities-page .header-nav__item--amenities a:after,
    .availability-page .header-nav__item--availability a:after {
        position: absolute;
        content: '';
        left: calc(50% - 3px);
        bottom: -12px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #9b897c;
    }
    .s-contact__heading-content h2 {
        font-size: 63px;
    }
}
@media (min-width: 1400px) {
    .header-nav__item:not(.header-nav__item--last) {
        margin-right: 24px;
    }
    .header__address {
        margin-left: 51px;
    }
    .header--st2 .header__address {
        margin-left: 63px;
    }
    h1, .h1 {
        font-size: 68px;
    }
    .hero__subheading {
        font-size: 20px;
    }
    .kicker {
        font-size: 30px;
    }
    .full-slider-image__description {
        margin-bottom: 48px;
    }
    .col-desktop-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-desktop-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .s-switchback-lists__heading {
        font-size: 93px;
    }
}
@media (min-width: 1500px) {
    .info-slider .swiper-slide.active-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 545px;
        flex: 0 0 545px;
    }
    .s-contact__heading-content h2 {
        font-size: 80px;
    }
    .s-interactive-map__heading {
        font-size: 61px;
    }
    .h2-second {
        font-size: 68px;
    }
}
@media (min-width: 1550px) {
    .col-primary-5 {
        -ms-flex: 0 0 47%;
        -webkit-box-flex: 0;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .col-primary-7 {
        -ms-flex: 0 0 53%;
        -webkit-box-flex: 0;
        flex: 0 0 53%;
        max-width: 53%;
    }
    h1, .h1 {
        font-size: 78px;
        margin-bottom: 46px;
    }
    .hero__subheading {
        font-size: 22px;
    }
    .kicker {
        font-size: 36px;
    }
    .features-list__kicker {
        font-size: 30px;
    }
    .gallerys-swiper__container-1 {
        margin-bottom: 191px;
    }
    .card-apartment__image-wrap {
        height: 325px;
    }
    .cards-apartments__row-2 {
        margin-bottom: 83px;
    }
    .cards-apartments {
        padding-bottom: 111px;
    }
    .card-circle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 63px;
        flex: 0 0 63px;
        max-width: 63px;
        height: 63px;
    }
    .card-apartment__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
    }
    .svg-btn {
        width: 24px;
    }
    .header-nav {
        padding-right: 31px;
        margin-right: 33px;
    }
}
@media (min-width: 1600px) {
    .footer__copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 356px;
        flex: 0 0 356px;
        max-width: 356px;
    }
    .footer__site-credit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 356px);
        flex: 0 0 calc(100% - 356px);
        max-width: calc(100% - 356px);
    }
}
@media (min-width: 1650px) {
    .h2-second {
        font-size: 71px;
    }
}
@media (min-width: 1750px) {
    .container-fluid--spec {
        max-width: 1632px;
    }
}
@media (min-width: 1840px) {
    .h2-second {
        font-size: 72px;
    }
}
@media (min-width: 1920px) and (max-height: 1131px) {
    .hero-2__title {
        font-size: 110px;
    }
}
@media (min-width: 1920px) and (max-height: 1038px) {
    .hero-2__col-content {
        padding-bottom: 20px;
    }
}
@media (min-width: 1920px) and (max-height: 958px) {
    .hero__item-img-wrap {
        height: 80px;
    }
}
@media (min-width: 1920px) and (max-height: 920px) {
    .hero-2__description,
    .hero-2__title {
        margin-bottom: 30px;
    }
    .hero-2__title {
        font-size: 105px;
    }
}
@media (min-width: 1920px) {
    .hero-2__img-wrap {
        left: auto;
        right: 0;
        width: auto;
        height: 100%;
    }
    .inner-hero__image-wrap {
        height: calc(100vh - 337px);
    }
}
@media (min-width: 2000px) {
    .hero__col-3 {
        max-width: 18.8%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .hero__col-1 {
        max-width: 59.8%;
    }
    .hero__col-2 {
        max-width: 21.4%;
    }
    .hero__txt-wrap {
        width: 329px;
    }
    .s-pre-footer__description {
        font-size: 22px;
    }
    .h2-second {
        font-size: 80px;
    }
}
@media (min-width: 2600px) {
    .hero-2__title {
        font-size: 140px;
    }
    .hero-pic-wrp {
        width: 54vw;
    }
    .hero-2__row {
        padding-top: 27vh;
    }
    .inner-hero .container-fluid--spec,
    .mx-auto.z-index-2.pr-xl-0.container-fluid--spec.container-fluid {
        max-width: 1920px;
    }
    .inner-hero__title--second {
        font-size: 145px;
    }
    .inner-hero__image-wrap {
        height: calc(100vh - 337px);
        width: 64.6%;
    }
    .container-fix {
        max-width: 1720px;
    }
}
@media (max-width: 1999px) {
    .full-slider-image__list--lg-mx {
        max-width: 100% !important;
    }
    .hero__col-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hero__col-2,
    .hero__col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 20.9%;
    }
    .hero__col-3 {
        max-width: 19.1%;
    }
    .hero__col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 60%;
        padding: 0 15px;
    }
    .hero-item__pic {
        margin-bottom: 27px;
    }
    .hero-item {
        font-size: 15px;
    }
    .hero__txt {
        margin-bottom: 58px;
    }
    .s-pre-footer__content-wrap {
        max-width: 689px;
    }
    .form-style input,
    .form-style textarea,
    .custom-select__option {
        font-size: 17px;
        padding: 13px 17px;
    }
    .form-group {
        margin-bottom: 23px;
    }
    .hero-2__title {
        font-size: 112px;
    }
}
@media (max-width: 1919px) and (max-height: 970px) {
    .hero-2__col-content {
        padding-bottom: 20px;
    }
    .hero-2__img-wrap {
        left: auto;
        right: 0;
        width: auto;
        height: 100%;
    }
}
@media (max-width: 1919px) and (max-height: 890px) {
    .hero__item-img-wrap {
        height: 80px;
    }
}
@media (max-width: 1919px) and (max-height: 890px) {
    .hero-2__description,
    .hero-2__title {
        margin-bottom: 30px;
    }
    .hero-2__title {
        font-size: 105px;
    }
}
@media (max-width: 1999px) {
}
@media (max-width: 1799px) {
    .s-pre-footer__col-2 {
        padding: 0 50px;
    }
    .footer__container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer__description {
        font-size: 14px;
    }
    .link-circle-simple {
        width: 36px;
        height: 36px;
    }
    .link-circle-simple svg {
        -webkit-transform: scale(0.72);
        -ms-transform: scale(0.72);
        transform: scale(0.72);
    }
    .footer__bottom-txt {
        font-size: 12px;
    }
    .footer,
    .footer__heading,
    .footer__privacy-2 {
        font-size: 15px;
    }
    .footer__address-title {
        font-size: 17px;
    }
    .footer__logo-heading {
        font-size: 14px;
    }
    .s-slider-info__col-content {
        padding: 5px 50px 50px;
    }
    .neighborhood-page .inner-hero__title--second {
        padding-left: 25px;
    }
}
@media (max-width: 1599px) {
    .footer__link {
        font-size: 14px;
    }
    .neighborhood-page .inner-hero__title--second {
        padding-left: 40px;
    }
}
@media (max-width: 1549px) {
    .full-slider-image__list li {
        padding: 0 15px;
    }
}
@media (max-width: 1549px) and (min-width: 1200px) {
    .full-slider-image__list:not(.full-slider-image__list-2) li {
        width: auto;
        max-width: 25%;
    }
}
@media (max-width: 1500px) {
    .footer__logo {
        margin-bottom: 120px;
    }
    .header__address {
        padding-left: 30px;
    }
    .header-logo img {
        max-width: 176px;
    }
    h2, .h2 {
        font-size: 55px;
    }
    .inner-hero__content-col {
        width: 229px;
    }
    .inner-hero__description {
        font-size: 15px;
    }
    .inner-hero__image-wrap {
        width: calc(100% - 350px);
    }
    .contact-hero__title {
        font-size: 108px;
    }
    .s-about-pic__heading {
        font-size: 52px;
    }
    .s-switchback-lists__list {
        font-size: 17px;
    }
    .s-map__heading-small {
        font-size: 23px;
    }
    .s-map__filter-side-style {
        padding: 50px 30px;
    }
    .s-about-pic__container:after {
        left: 42%;
    }
    .simple-banner__txt,
    .s-gallery-cta__description {
        font-size: 18px;
    }
    .s-gallery-cta__heading {
        font-size: 46px;
    }
    .s-gallery-cta__btn {
        width: 85px;
        height: 85px;
    }
    .s-gallery-cta__btn:after,
    .s-gallery-cta__btn:before {
        width: 35px;
    }
    .s-slider-simple__heading {
        font-size: 108px;
        margin-bottom: -50px;
    }
    .s-slider-info__heading {
        font-size: 52px;
    }
    .s-slider-info__col-content {
        padding: 5px 40px 40px;
    }
    .s-slider-info__nav-link {
        font-size: 16px;
        min-width: 105px;
    }
    .s-slider-info__nav-tabs {
        margin-bottom: 80px;
    }
    .s-list-simple__heading {
        font-size: 70px;
    }
    .s-map__filter-item:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
    }
    .info-slider__about-content {
        width: 463px;
    }
    .fz-large,
    .btn {
        font-size: 17px;
    }
    .btn {
        min-width: 220px;
    }
    .pics-slider {
        height: 761px;
    }
    .container-fluid--spec {
        max-width: 1350px;
    }
    .hero-2__title {
        font-size: 90px;
    }
    h2, .h2 {
        font-size: 45px;
    }
    .inner-hero__title {
        font-size: 12vw;
        margin-bottom: -4.7vh;
        padding-left: 4vw;
    }
    .inner-hero {
        padding-top: 158px;
    }
    .inner-hero__title--second {
        font-size: 109px;
        margin-bottom: -43px;
    }
    .gallery-swiper__image-big img {
        max-width: 690px;
    }
    .btn-simple {
        min-width: 0;
        width: 100%;
    }
    .utilities-list__title {
        font-size: 108px;
    }
    .inner-hero__content-col {
        padding-left: 50px;
    }
    .s-pre-footer__heading {
        font-size: 63px;
    }
}
@media (max-width: 1399px) {
    .content-3-cols__pic--4 {
        margin-left: 0;
    }
    .card-apartment__area {
        text-align: left;
    }
    .inner-hero__title--second {
        font-size: 96px;
        margin-bottom: -33px;
    }
    .s-pre-footer__heading {
        font-size: 58px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .header__container {
        padding: 0 15px !important;
    }
    .header__address {
        padding-left: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 1299px) {
    .s-pre-footer__heading {
        font-size: 52px;
    }
}
@media (max-width: 1199px) {
    .info-slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
    }
    .info-slider {
        max-width: 185px;
    }
    .gallerys-swiper__container-1 {
        margin-bottom: 60px;
    }
    .gallery-swiper__image-big img {
        max-width: 550px;
    }
    .hero__item-wrap {
        max-width: 360px;
    }
    .hero__col-2,
    .hero__col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50%;
    }
    .hero__col-1,
    .inner-hero__image-wrap,
    .inner-hero__content-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inner-hero__content-col,
    .inner-hero__image-wrap {
        padding: 0 15px;
    }
    .inner-hero__image-wrap-inner {
        border-radius: 0 100px 0 0;
    }
    .btn-hamburger {
        display: block;
    }
    body.open-menu {
        overflow: hidden;
    }
    .header .header-nav {
        position: absolute;
        width: 100vw;
        height: calc(calc(var(--vh, 1vh) * 100) - 88px);
        right: 0;
        top: 88px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: #d6d1cb;
        padding: 0 15px;
        margin: 0;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        border-top: 1px solid #9a9b9c;
    }
    body:not(.open-menu) .header .header-nav {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
    .header-nav__item-link {
        display: block;
        border-bottom: 1px solid currentColor;
        padding: 15px 0;
        background: none;
    }
    .header .header-nav .header-nav__item--first .header-nav__item-link {
        border-top: 1px solid currentColor;
    }
    .header-nav__item {
        margin-bottom: 0;
    }
    .header__address {
        padding: 15px 0 15px 15px;
    }
    .hero__title {
        font-size: 130px;
    }
    .hero__img-wrap {
        height: 65vh;
    }
    .open-menu .header {
        background: #d6d1cb;
    }
    .theme-second-header .header .header-nav,
    .theme-second-header.open-menu .header {
        background: #1c252c;
    }
    .header-nav li {
        margin-right: 0;
    }
    .inner-hero__image-wrap,
    .simple-banner__pic-wrap {
        height: 400px;
        margin-bottom: 30px;
    }
    .inner-hero__description {
        max-width: 380px;
    }
    .s-about {
        padding: 50px 0 140px;
    }
    .folding-slider,
    .s-pre-footer,
    .gallerys-swiper,
    .full-slider-image,
    .switchback,
    .s-list-simple,
    .s-slider-simple,
    .s-advantages-tab,
    .s-gallery-cta,
    .s-switchback-lists,
    .utilities-list,
    .features-list,
    .simple-banner,
    .numbered-slider,
    .content-3-cols {
        padding: 50px 0;
    }
    .utilities-list__title {
        padding-left: 0;
    }
    .hero__img-wrap,
    .hero__txt,
    .s-map__container,
    .s-map__heading-wrap,
    .switchback--secondary .switchback__description,
    .switchback__description,
    .s-switchback-lists__description,
    .switchback__content,
    .s-list-simple__heading,
    .s-slider-info__info-description,
    .s-slider-info__heading,
    .s-slider-info__nav-tabs,
    .s-advantages-tab__nav-tabs,
    .s-advantages-tab__description,
    .s-advantages-tab__heading,
    .utilities-list__item-pic-wrap,
    .utilities-list__title,
    .utilities-list__item-content,
    .utilities-list__item,
    .features-list__heading,
    .features-list__item {
        margin-bottom: 30px;
    }
    .utilities-list__item-pic-wrap--last {
        margin-top: 30px;
    }
    .s-interactive-map,
    .s-map {
        padding: 50px 0 0;
    }
    .s-map-side-filter {
        padding: 0;
    }
    .utilities-list__item-content {
        margin-left: 0;
    }
    .inner-hero {
        padding-top: 120px;
    }
    .utilities-list__item-pic-wrap,
    .info-tabs__over-container-image-wrap {
        height: 400px;
    }
    .secondary-h1 {
        font-size: 70px;
    }
    .utilities-list__item-txt-2 {
        max-width: 350px;
    }
    .s-switchback-lists__col-content {
        padding: 7px 40px;
    }
    .s-switchback-lists--2 .s-switchback-lists__img-small-wrap {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        top: -59px;
        left: 23px;
    }
    .s-switchback-lists--3 .s-switchback-lists__img-small-wrap {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        right: 27px;
        bottom: -36px;
    }
    .s-switchback-lists--2 .s-switchback-lists__img-big-wrap,
    .s-switchback-lists--3 .s-switchback-lists__img-big-wrap {
        min-height: 0;
        top: 0;
    }
    .s-about-pic__container:after {
        left: 43%;
    }
    .s-gallery-cta__heading {
        font-size: 39px;
    }
    .s-gallery-cta__img-main-wrap {
        max-width: 471px;
        height: 705px;
        transform: rotate(2deg);
    }
    .s-gallery-cta__img-second-wrap,
    .s-gallery-cta__img-third-wrap {
        width: 387px;
        height: 549px;
        left: calc(50% - 500px);
        transform: rotate(-3deg);
    }
    .s-gallery-cta__img-third-wrap {
        left: auto;
        right: calc(50% - 500px);
    }
    .s-slider-info__col-content {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .s-slider-info__info-list {
        margin-bottom: 50px;
    }
    .s-slider-info__tab-content-slider {
        position: relative;
        right: 0;
        width: 100%;
        height: 400px;
    }
    .swiperGallery .swiper-pagination {
        right: 30px;
        bottom: 10px;
    }
    .s-list-simple__heading {
        font-size: 60px;
    }
    .s-list-simple__col-content {
        padding: 0 15px;
    }
    .s-gallery-cta__col-content {
        margin-bottom: 100px;
    }
    .gallerys-swiper__title {
        font-size: 55px;
    }
    .gallery-swiper__image-medium img,
    .gallery-swiper__image-small img,
    .gallery-swiper__image-big img {
        opacity: 1;
        visibility: visible;
    }
    .gallery-swiper__image-small .show-wrap,
    .gallery-swiper__image-big .show-wrap,
    .gallery-swiper__image-medium .show-wrap {
        right: 0;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .switchback__content {
        padding: 0 15px;
    }
    .switchback--secondary .switchback__image,
    .switchback__image {
        min-height: 0;
        height: 400px;
    }
    .s-map__filter-item {
        margin-bottom: 20px;
    }
    .s-map__filter-row {
        padding: 30px 15px 10px;
    }
    .pics-slider {
        height: 500px;
    }
    .map-style .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group {
        margin: 0 20px 20px 0;
    }
    .map-style .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group {
        margin: 0 0 20px 20px;
    }
    .map-style .mapboxgl-ctrl-group button {
        width: 40px;
        height: 40px;
    }
    .map-style .mapboxgl-ctrl-zoom-in:after,
    .map-style .mapboxgl-ctrl-zoom-in:before,
    .map-style .mapboxgl-ctrl-zoom-out:after {
        width: 15px;
    }
    .char,
    .line-st {
        opacity: 1;
        visibility: visible;
    }
    .hero-2__title {
        font-size: 86px;
        margin-bottom: 30px;
    }
    .hero-2__description {
        margin-bottom: 30px;
    }
    .hero-2__img-wrap {
        left: 0;
        right: auto;
        width: 57vw;
        height: 100%;
    }
    .hero-2__item {
        font-size: 16px;
    }
    .hero-2__link-scroll {
        bottom: 18px;
    }
    .s-apply__row {
        padding-top: 120px;
    }
    .inner-hero__title {
        font-size: 150px;
        margin-bottom: -38px;
        padding-left: 50px;
    }
    .inner-hero__title--second {
        font-size: 84px;
        margin-bottom: -30px;
        padding-top: 0;
    }
    .gallery-swiper__image-small img {
        right: -40px;
    }
    .s-slider-info__tab-content-slider,
    .switchback__image-col {
        margin-bottom: 30px;
    }
    .heading-attr--center:before {
        top: 40px;
    }
    .additional-info {
        font-size: 12px;
        padding: 10px 10px 47px;
        clip-path: circle(7% at 10% 88%);
    }
    .additional-info__circle {
        font-size: 16px;
        left: 11px;
        bottom: 19px;
    }
    .bathrooms-additional-info-4 .additional-info__circle,
    .kitchen-additional-info-5 .additional-info__circle,
    .bedrooms-additional-info-2 .additional-info__circle,
    .kitchen-additional-info-3 .additional-info__circle,
    .kitchen-additional-info-4 .additional-info__circle {
        bottom: 21px;
    }
    .bedrooms-additional-info-3 .additional-info__circle {
        bottom: 19px;
    }
    .bathrooms-additional-info-1 .additional-info__circle,
    .kitchen-additional-info-1 .additional-info__circle {
        left: 13px;
    }
    .bedrooms-additional-info-1 .additional-info__circle {
        left: 14px;
        bottom: 22px;
    }
    .shadow-anim-js {
        display: none;
    }
    .inner-hero__container,
    .contact-hero__content,
    .hero__content {
        visibility: visible;
    }
    .btn-simple {
        width: auto;
        min-width: 220px;
    }
    .s-contact__heading-content h2 {
        margin-bottom: 10px;
    }
    .s-contact__heading-content h2 br {
        display: none;
    }
    .s-pre-footer__description {
        margin-bottom: 60px;
    }
    .full-slider-image__list li {
        border-right: none !important;
    }
    .full-slider-image__list .full-slider-image__list-box {
        border-bottom: 1px solid rgba(28, 37, 44, .3);
    }
    .full-slider-image__txt-wrap--2,
    .full-slider-image__list {
        max-width: 600px;
        margin: 0 auto;
    }
    .full-slider-image__list {
        margin: 0 auto 50px;
    }
    .full-slider-image__list--row {
        margin: 0 -15px 0 !important;
        max-width: 100vw !important;
    }
    .full-slider-image__list-col {
        padding: 0 15px !important;
    }
    .full-slider-image__list-box {
        padding: 14px 0;
    }
    .full-slider-image__container-slide {
        margin-bottom: 30px;
    }
    .header-nav__item:not(.header-nav__item--last) {
        margin-right: 0;
    }
    .utilities-list__title {
        font-size: 92px;
    }
    .vbox-close {
        font-size: 21px;
        right: 15px;
        padding: 9px;
        width: 45px;
        height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bedrooms-additional-info-3 {
        left: 82%;
    }
    .cards-apartments__container:before {
        margin-bottom: 50px;
    }
    .rental-inquiry-page .s-pre-footer {
        padding-top: 100px;
    }
    .utilities-list__item-pic-2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .header-nav__item-link-span {
        position: relative;
    }
    .header-nav__item-link-span:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #9b897c;
        visibility: hidden;
    }
    .residences-page .header-nav__item-link-span--residences:after,
    .amenities-page .header-nav__item-link-span--amenities:after,
    .neighborhood-page .header-nav__item-link-span--neighborhood:after,
    .availability-page .header-nav__item-link-span--availability:after {
        visibility: visible;
    }
    .bedrooms-additional-info-3 {
        left: 76%;
    }
    .content-3-cols__txt-content-wrap {
        margin-bottom: 30px;
    }
    .simple-banner {
        padding: 50px 0;
    }
    .content-3-cols__txt-content {
        padding-top: 80px;
    }
    .content-3-cols__pic--4 {
        margin-left: -17%;
    }
    .content-3-cols__pic--2 {
        margin-left: -71%;
    }
    .features-list__kicker,
    .features-list__title {
        width: 100%;
        padding: 0;
    }
    .features-list__kicker {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .features-list__item-wrap {
        margin-bottom: 20px;
    }
    .contact-hero__pics-wrap {
        position: relative !important;
        top: 0;
        height: auto;
        z-index: 2;
        overflow: visible;
        border-radius: 0;
    }
    .contact-hero__pic {
        border-radius: 42px 42px 0 0;
    }
    .contact-hero .bg-wrap {
        height: 100%;
    }
    .contact-hero .bg-video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .contact-hero__pic-wrap--2 {
        width: 100%;
    }
    .contact-hero__content {
        max-width: 100%;
    }
    .contact-hero__pic-wrap--1 {
        width: auto;
        background: transparent;
        position: absolute !important;
        right: 15px;
        top: -52px;
    }
    .btn-circle__wrap,
    .btn-circle__wrap .btn-circle {
        position: relative !important;
        right: 0;
        top: 0;
    }
    .btn-circle__wrap {
        height: auto;
    }
    .contact-hero__title {
        font-size: 92px;
    }
    .contact-hero__container {
        padding-bottom: 30px;
    }
    .contact-hero {
        padding: 140px 0 0;
    }
    .btn-circle {
        width: 100px;
        height: 100px;
        font-size: 15px;
    }
    .s-map-side-filter .map {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
    }
    .s-map-side-filter .s-map__filter-row {
        width: 100%;
    }
    .s-map__filter-side-style .s-map__filter-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.333%;
    }
    .s-map__filter-side-style .s-map__filter-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .s-about__col-content,
    .s-switchback-lists__col-content,
    .s-switchback-lists--3 .s-switchback-lists__col-content {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .s-switchback-lists__img-wrap .s-switchback-lists__img-big-wrap,
    .s-switchback-lists__img-wrap img,
    .s-about__img-big-wrap {
        height: 400px;
    }
    .s-switchback-lists .s-switchback-lists__img-big-wrap,
    .s-about__img-big-wrap {
        max-width: 100%;
    }
    .s-switchback-lists .s-switchback-lists__img-big-wrap {
        position: relative;
    }
    .s-switchback-lists--4 .s-switchback-lists__img-wrap {
        padding: 0 15px;
    }
    .s-about__heading {
        left: 0;
        margin-bottom: 30px;
    }
    .s-about__description {
        margin-left: 0;
    }
    .s-about-pic__container:after {
        content: none;
    }
    .s-map__filter-side-style .s-map__circle {
        width: 40px;
        height: 40px;
    }
    .s-map__filter-side-style .s-map__circle svg {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
    }
    .s-map__filter-side-style {
        padding: 30px 15px;
    }
    .s-map__heading-small {
        margin-bottom: 30px;
    }
    .s-about {
        padding: 50px 0;
    }
    .inner-hero__container {
        padding: 0 15px;
    }
    .s-about__heading span {
        white-space: normal;
    }
    .s-gallery-cta__img-second-wrap {
        left: calc(50% - 50%);
    }
    .s-gallery-cta__img-third-wrap {
        right: calc(50% - 50%);
    }
    .s-advantages-tab__heading {
        padding-left: 15px;
    }
    .swiperSimple {
        max-width: 650px;
        height: 490px;
    }
    .kicker {
        margin-bottom: 30px;
    }
    .footer__copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 314px;
        flex: 0 0 314px;
        max-width: 314px;
    }
    .footer__site-credit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 314px);
        flex: 0 0 calc(100% - 314px);
        max-width: calc(100% - 314px);
    }
    .footer:after {
        content: none;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .footer__col-1,
    .footer__col-2 {
        padding: 0 15px;
    }
    .footer__col-1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer__col-1:after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background: rgba(28, 37, 44, .5);
    }
    .hero__col-heading {
        top: 9px;
    }
    .hero__title {
        font-size: 100px;
    }
    .gallery-swiper__txt-content {
        padding-top: 0;
    }
    .gallery-swiper__image-big .show-wrap {
        width: 100%;
    }
    .gallery-swiper__image-big img {
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 400px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        object-fit: cover;
        object-position: bottom;
    }
    .card-apartment-wrap {
        margin-bottom: 30px;
    }
    .info-slider .swiper-slide {
        height: 500px;
    }
    .s-map__description-wrap {
        padding: 0 15px;
        margin-left: 0;
    }
    .pics-slider {
        margin-bottom: 30px;
    }
    .s-kicker-wrap {
        padding-top: 0;
    }
    .hero-2__img-wrap {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        min-height: 300px;
        margin-bottom: 30px;
    }
    .hero-2__row {
        padding-top: 90px;
    }
    .hero-2__title {
        font-size: 80px;
    }
    .hero-2__col-content {
        padding-bottom: 50px;
    }
    .s-gallery-cta__img-main-wrap {
        max-width: 400px;
        height: 600px;
    }
    .s-gallery-cta__img-second-wrap,
    .s-gallery-cta__img-third-wrap {
        width: 328px;
        height: 466px;
    }
    .inner-hero__title {
        font-size: 120px;
        margin-bottom: -40px;
    }
    .inner-hero__title--second {
        font-size: 65px;
        margin-bottom: -24px;
        padding-left: 20px;
    }
    .hero-pic-wrp {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .s-switchback-lists--3 .s-switchback-lists__col-content,
    .s-switchback-lists__col-content,
    .gallerys-swiper__subheading,
    .gallery-swiper__txt {
        margin-bottom: 0;
    }
    .info-slider .swiper-slide:nth-child(even) {
        margin-top: 48px;
    }
    .info-slider .swiper-slide:nth-child(odd) {
        margin-top: 0;
    }
    .switchback__list-box {
        padding: 19px 0;
    }
    .s-switchback-lists__img-wrap,
    .gallery-swiper__image-big {
        margin-bottom: 30px;
    }
    .s-switchback-lists--4 .s-switchback-lists__col-content {
        padding-top: 0;
    }
    .info-slider .swiper-slide-active .info-slider__image {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .info-slider .swiper-slide-active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 463px;
        flex: 0 0 463px;
        background: transparent;
    }
    .info-slider .swiper-slide-active:after,
    .swiper-slide:not(.swiper-slide-active) .info-slider__about,
    .swiper-slide-active .info-slider__about-content {
        visibility: visible;
        opacity: 1;
    }
    .swiper-slide-active .info-slider__about {
        visibility: hidden;
        opacity: 0;
    }
    .contact-hero__content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
    }
    .contact-hero__block:first-child .contact-hero__block-txt {
        max-width: 100%;
        word-wrap: break-word;
    }
    .contact-hero__block {
        max-width: 50%;
        width: auto;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .neighborhood-page .inner-hero__title--second {
        padding-left: 30px;
    }
    .utilities-list__title {
        font-size: 78px;
    }
    .s-map-side-filter__map-wrap {
        position: relative;
    }
    .s-map-side-filter__empty-box {
        display: none;
    }
    .s-map-side-filter__container-filter {
        padding: 0;
    }
    .s-map-side-filter .s-map__filter-row {
        background: #394349;
    }
    .hero-2__link-scroll {
        left: auto;
        right: 50px;
    }
    .utilities-list__item--2 .utilities-list__item-pic-2,
    .utilities-list__item--2 .utilities-list__item-pic-3,
    .utilities-list__item-pic-2,
    .utilities-list__item-pic-3 {
        height: auto !important;
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .utilities-list__item-pics-wrap {
        height: auto;
    }
}
@media (max-width: 767px) {
    .footer__row-1:after {
        content: none;
    }
    .s-pre-footer__col-2,
    .footer__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallerys-swiper__title {
        font-size: 37px;
    }
    .gallerys-swiper__container-1 {
        margin-bottom: 35px;
    }
    .s-gallery-cta__col-content {
        margin-bottom: 50px;
    }
    h2, .h2 {
        font-size: 47px;
    }
    .header__address {
        display: none;
    }
    .header {
        padding: 15px 0;
    }
    .content-3-cols__pic--2,
    .content-3-cols__pic--4 {
        margin-left: 0;
    }
    .content-3-cols__pics-wrap--2 {
        padding-top: 0;
        left: 0;
    }
    .content-3-cols__pic,
    .content-3-cols__pic--2,
    .utilities-list__item-pic-2,
    .utilities-list__item--2 .utilities-list__item-pic-3,
    .utilities-list__item-pic-3,
    .utilities-list__item--2 .utilities-list__item-pic-2 {
        height: 400px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .content-3-cols__txt-content {
        padding-top: 0;
    }
    .content-3-cols__txt-content-wrap,
    .content-3-cols__pics-wrap {
        margin-bottom: 30px;
    }
    .numbered-slider__content {
        padding-left: 150px;
    }
    .utilities-list__item-pic-2 {
        margin-bottom: 30px;
    }
    .header .header-nav {
        height: calc(calc(var(--vh, 1vh) * 100) - 71px);
        top: 71px;
        padding: 0 15px 115px;
    }
    .s-map__filter-side-style .s-map__filter-item {
        width: 50%;
    }
    .s-map__filter-side-style .s-map__filter-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 20px;
    }
    .s-gallery-cta__img-main-wrap {
        max-width: 65vw;
    }
    .secondary-h1 {
        font-size: 59px;
    }
    .s-advantages-tab__nav-link:not(:last-child) {
        margin-right: 10px;
    }
    .nav-link-svg-wrap {
        width: 43px;
        height: 43px;
    }
    .nav-link-svg-wrap svg {
        -webkit-transform: scale(0.72);
        -ms-transform: scale(0.72);
        transform: scale(0.72);
    }
    .swiperGallery:after {
        right: -60%;
        bottom: -80%;
    }
    .s-slider-simple__heading {
        padding-left: 15px;
    }
    .additional-info--left .additional-info__circle {
        left: auto;
        right: 6px;
    }
    .additional-info--left {
        -webkit-clip-path: circle(9% at 85% 88%);
        clip-path: circle(9% at 85% 88%);
    }
    .hero__title {
        font-size: 70px;
    }
    .hero__col-heading {
        top: -11px;
    }
    .hero__col-2, .hero__col-3 {
        max-width: 100%;
    }
    .hero__col-3 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .hero__img-wrap {
        height: 43vh;
    }
    .line:last-child,
    .line:first-child,
    .line-2:last-child,
    .line-2:first-child {
        display: none;
    }
    .line,
    .line-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.85% + 3px);
        flex: 0 0 calc(8.85% + 3px);
        max-width: calc(8.85% + 3px);
    }
    .hero-2__title {
        font-size: 60px;
    }
    .s-apply__row {
        padding-top: 100px;
    }
    .inner-hero__title {
        font-size: 90px;
        margin-bottom: -28px;
        padding-left: 20px;
    }
    .inner-hero__title--second {
        font-size: 50px;
        margin-bottom: -17px;
        padding-left: 0;
    }
    .heading-attr--center:before {
        top: 33px;
    }
    .bathrooms-additional-info-3 {
        left: 19%;
        bottom: 89%;
    }
    .bathrooms-additional-info-1 {
        bottom: -2%;
    }
    .bathrooms-additional-info-4 {
        left: 57%;
        bottom: 59%;
    }
    .additional-info--mob-left .additional-info__circle {
        left: auto;
        right: 11px;
    }
    .additional-info--mob-left {
        clip-path: circle(7% at 90% 88%);
    }
    .kitchen-additional-info-5 {
        left: 27%;
        bottom: 48%;
        /*right: 24%;*/
    }
    .kitchen-additional-info-4 {
        bottom: 37%;
        left: 36%;
    }
    .kitchen-additional-info-2 {
        left: 49%;
        bottom: 51%;
    }
    .kitchen-additional-info-1 {
        left: 38%;
        bottom: 43%;
    }
    .kitchen-additional-info-3 {
        bottom: 7%;
    }
    .bedrooms-additional-info-2 {
        left: 37%;
    }
    .bedrooms-additional-info-1 {
        left: 23%;
        bottom: 26%;
    }
    .bedrooms-additional-info-3 {
        left: auto;
        right: 14%;
    }
    .hero-2__row {
        padding-top: 72px;
    }
    .s-advantages-tab__nav-link {
        min-width: auto;
        padding: 2px 13px;
    }
    .inner-hero {
        padding-top: 90px;
    }
    .neighborhood-page .inner-hero__title--second {
        padding-left: 15px;
    }
    .content-3-cols__pic,
    .content-3-cols__pic--2 {
        height: 200px;
    }
    .concession-banner__col-3, .concession-banner__col-1 {
        padding: 0;
    }
    .concession-banner {
        padding-left: 15px;
        max-width: 330px;
    }
    .concession-banner__content {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .full-slider-image__list-col .switchback__txt {
        padding-left: 10px;
    }
    .s-map__filter-side-style .s-map__filter-item {
        font-size: 13px;
    }
    .s-map__filter-side-style .s-map__circle {
        width: 35px;
        height: 35px;
    }
    .s-advantages-tab__heading.secondary-h1,
    .s-list-simple__heading {
        font-size: 38px;
    }
    .s-advantages-tab .heading-attr--center:before {
        content: none;
    }
    .s-advantages-tab .heading-attr {
        padding-left: 0;
    }
    .cards-apartments__row {
        margin-bottom: 0;
    }
    .switchback__list-box {
        padding: 15px 0;
    }
    .switchback--secondary .switchback__list-image-wrap {
        min-width: 48px;
    }
    .s-slider-info__nav-link {
        font-size: 14px;
        padding: 6px 8px;
        min-width: 0;
    }
    .nav-link-svg-wrap {
        display: none !important;
    }
    .s-advantages-tab__nav-link {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .s-slider-info {
        overflow: hidden;
    }
    .s-slider-info__nav-tabs {
        overflow: visible;
        margin: 0;
    }
    .swiperGalleryThumb2 .swiper-slide {
        width: auto;
    }
    .card-apartment {
        padding-top: 20px;
    }
    h2, .h2,
    .s-about-pic__heading {
        font-size: 40px;
    }
    .inner-hero__title--second {
        text-align: center;
    }
    .features-list__item-wrap:nth-child(10n+1),
    .features-list__item-wrap:nth-child(7n+7) {
        margin: 0;
    }
    .header-logo img {
        max-width: 125px;
    }
    .utilities-list__item-title {
        padding-left: 20px;
    }
    .utilities-list__item-title:before {
        left: 0;
    }
    .utilities-list__item-txt-2 {
        max-width: 100%;
    }
    .contact-hero__title {
        font-size: 60px;
        white-space: normal;
        line-height: 1;
    }
    .contact-hero__container:before {
        top: 42px;
    }
    .s-slider-info__nav-link,
    .s-advantages-tab__nav-link {
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .s-slider-info__heading {
        font-size: 42px;
    }
    .s-slider-simple__heading {
        font-size: 20vw;
        margin-bottom: -30px;
    }
    .swiperGallery .swiper-pagination-current {
        font-size: 46px;
    }
    .s-list-simple__list li {
        padding: 0 0 7px;
    }
    .s-list-simple__list li:not(:last-child) {
        margin-bottom: 7px;
    }
    .s-list-simple__list-img-wrap img {
        -webkit-transform: scale(0.72);
        -ms-transform: scale(0.72);
        transform: scale(0.72)
    }
    .s-list-simple__list-img-wrap {
        margin-right: 15px;
    }
    .secondary-h1 {
        font-size: 50px;
    }
    .footer__col-1 .col-6,
    .footer__col-2 .col-6 {
        margin-bottom: 20px;
    }
    .footer__col-1 .col-6,
    .footer__col-2 .col-6,
    .footer__col-3--mob .col-6,
    .footer__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .footer__site-credit,
    .footer__privacy-2,
    .footer__privacy__icon-wrap,
    .footer__copyright,
    .footer__social,
    .footer__btn-wrap {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .footer__logo-heading {
        margin: 0 auto 15px;
    }
    .form-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .form-50:first-child {
        margin-right: 0;
        margin-bottom: 19px;
    }
    .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s-map__filter-item:not(:last-child),
    .s-map__filter-item {
        border-right: none;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .s-map__filter-row {
        padding: 30px 15px 30px;
    }
    .switchback__list li:nth-child(odd),
    .switchback__list li:nth-child(even) {
        padding: 0;
    }
    .card-apartment__image, .card-apartment__image-hover {
        max-width: 200px;
        max-height: 190px;
    }
    .card-apartment__image-wrap {
        height: 190px;
    }
    .info-slider .swiper-slide-active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
    .info-slider__about-content {
        width: 290px;
        padding: 15px;
    }
    .info-slider__heading {
        font-size: 24px;
    }
    .card-apartment__about {
        padding: 15px;
    }
    .hero__title {
        font-size: 14vw;
    }
    .hero-2__title {
        font-size: 11vw;
    }
    .s-gallery-cta__img-main-wrap {
        max-width: 200px;
        height: 300px;
    }
    .s-gallery-cta__img-second-wrap,
    .s-gallery-cta__img-third-wrap {
        width: 170px;
        height: 230px;
        top: 43px;
    }
    .s-gallery-cta__btn {
        width: 50px;
        height: 50px;
    }
    .s-gallery-cta__btn:after, .s-gallery-cta__btn:before {
        width: 23px;
    }
    .inner-hero__title {
        font-size: 14vw;
        margin-bottom: -4.5vw;
    }
    .inner-hero__title--second {
        font-size: 50px;
        margin-bottom: -19px;
    }
    .heading-attr--center:before {
        top: 26px;
    }
    .hero-2__item,
    .hero__item-wrap {
        width: 100%;
    }
    .s-map__circle svg {
        max-width: 60%;
        height: auto;
    }
    .s-map__circle {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }
    .s-map__filter-item {
        font-size: 12px;
    }
    .s-map__filter-item:nth-of-type(odd) {
        min-width: 180px;
    }
    .s-map__filter-item:not(:last-child) {
        padding-right: 10px;
    }
    .neighborhood-page .inner-hero__title--second {
        padding-left: 0;
    }
    body:not(.neighborhood-page) .inner-hero__image-wrap img,
    .inner-hero__image-wrap-inner {
        border-radius: 0 60px 0 0;
    }
    .full-slider-image__list li {
        padding: 0;
    }
    .utilities-list__title {
        font-size: 56px;
    }
    .hero-2__title {
        margin-bottom: 0;
    }
    .hero-2__img-wrap {
        width: 110%;
    }
    .hero-pic-wrp {
        margin-top: -60px;
    }
    .hero-2__description {
        font-size: 16px;
    }
    .hero-2__row {
        padding-top: 100px;
    }
    .footer__col-3--mob {
        border-bottom: 1px solid currentColor;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .pics-slider {
        height: 200px;
    }
}
@media (max-width: 450px) {
    .gallerys-swiper__title {
        font-size: 33px;
    }
    .header .circle-btn-wrap {
        display: none !important;
    }
    .header .header-nav {
        height: calc(calc(var(--vh, 1vh) * 100) - 60px);
        top: 60px;
        padding: 0 15px 93px;
    }
    .s-map__filter-item:not(:last-child),
    .s-map__filter-item,
    .s-map__filter-side-style .s-map__filter-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        margin-right: 10px !important;
        margin-bottom: 20px !important;
    }
    .hero-2__item__content {
        padding-right: 0;
        margin-left: 20px;
    }
    img.switchback__list-image {
        max-height: 100%;
    }
    .switchback__list-image-wrap {
        margin-right: 10px;
        height: auto;
        min-width: 34px;
    }
    .header .header-nav__item-apply .circle-btn-wrap,
    .header-nav__item-apply {
        display: flex !important;
    }
    .header-nav__item-links {
        font-size: 10px;
    }
    .bathrooms-additional-info-3 {
        bottom: 78%;
    }
    .bathrooms-additional-info-4 {
        left: 51%;
        bottom: 62%;
    }
    .bathrooms-additional-info-1 {
        bottom: -7%;
    }
    .bathrooms-additional-info-2 {
        bottom: 30%;
    }
    /*.bedrooms-additional-info-2 {*/
    /*    left: 53%;*/
    /*    bottom: 74%;*/
    /*}*/
    .bedrooms-additional-info-1 {
        bottom: 12%;
    }
    .kitchen-additional-info-4 {
        bottom: 33%;
        right: 31%;
        left: auto;
    }
    .kitchen-additional-info-2 {
        left: 49%;
        bottom: 51%;
    }
    .hero-2__row {
        padding-top: 80px;
    }
    .s-pre-footer__heading {
        font-size: 30px;
    }
}
@media (max-width: 380px) {
    .s-advantages-tab__nav-link:not(:last-child) {
        margin-right: 4px;
    }
    .s-advantages-tab__nav-link {
        font-size: 13px;
    }
    .hero-2__item__arrow-wrap {
        display: none;
    }
}
@media (max-width: 373px) {
    .s-map__filter-item:nth-of-type(odd) {
        min-width: calc(100% - 10px);
    }
}
@media (max-width: 350px) {
    .s-slider-info__nav-link {
        font-size: 13px;
        padding: 6px 7px;
    }
}
@media (min-width: 1550px) {
    .container-fix {
        max-width: 1478px;
    }
}
@media (min-width: 2600px) {
    .hero-2__title {
        font-size: 140px;
    }
    .hero-pic-wrp {
        width: 54vw;
    }
    .hero-2__row {
        padding-top: 27vh;
    }
    .inner-hero .container-fluid--spec,
    .mx-auto.z-index-2.pr-xl-0.container-fluid--spec.container-fluid {
        max-width: 1920px;
    }
    .inner-hero__title--second {
        font-size: 145px;
    }
    .inner-hero__image-wrap {
        height: calc(100vh - 337px);
    }
    .hero-2__description {
        font-size: 20px;
    }
    .container-fix {
        max-width: 1720px;
    }
}
@media (min-width: 1600px) and (min-height: 900px) {
    .map {
        height: 700px;
    }
}
@media (min-width: 1600px) and (max-height: 1000px) {
    .hero-2__img-wrap {
        left: 0;
        right: auto;
    }
    .hero-2__building-br-top {
        display: block;
    }
    .hero-2__building {
        display: none;
    }
}
@media (min-width: 1600px) and (max-height: 830px) {
    .hero-pic-wrp {
        width: 55vw;
        height: 79%;
    }
    .hero-2__title {
        font-size: 90px;
    }
    .hero-2__link-scroll {
        bottom: 18px;
    }
}
@media (min-width: 1600px) and (max-height: 720px) {
    .hero-2__title {
        font-size: 80px;
    }
    .header__address {
        padding: 15px 0 15px 45px;
    }
}

