@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.woff') format('woff'),
    url('Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff') format('woff'),
    url('Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff') format('woff'),
    url('Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Semibold.woff') format('woff'),
    url('Gilroy-Semibold.woff2') format('woff2');
    font-weight: 600;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Extrabold.woff') format('woff'),
    url('Gilroy-Extrabold.woff2') format('woff2');
    font-weight: 800;
}
:root {
    --body-ff: "Gilroy", sans-serif;
    --1-color: #4F1D07;
    --1-color-26: rgba(79, 29, 7, 0.26);
    --1-color-60: rgba(79, 29, 7, 0.6);
    --2-color: #FCF1E9;
    --3-color: #F5893F;
    --4-color: #faf9f7;
    --5-color: #FDF8F5;
    --6-color: #BC4F28;
    --white-color: #ffffff;
    --black-color: #000000;
}
@media (min-width: 1200px) {
    .split-title > div > div {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .split-title.hero__heading > div > div {
        filter: blur(0.6rem);
        transform: scale3d(1, 0.85, 1) translate3d(0, 50%, 0);
        transform-origin: bottom left;
    }
    .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(.page-load) .split-title,
    html:not(.disable-page-anim) .split-title > div > div,
    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);
    }
    .s-cards__row-cards {
        margin-left: -8px;
        margin-right: -8px;
    }
    .s-cards__row-cards > [class*='col-'] {
        padding: 0 8px;
    }
    .s-pre-footer-form__col-form {
        padding: 0 10px 0 8px;
    }
    .s-pre-footer-form__container {
        padding-left: 129px;
        padding-right: 129px;
    }
    .footer__container {
        padding: 0 129px;
    }
    .s-pre-footer-form .bg-wrap {
        left: 12px;
        right: 12px;
        width: calc(100% - 24px);
    }
}
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
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: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}
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;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1388px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1478px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}
.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}
.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-inline-flex-center {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.d-none {
    display: none !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;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !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;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !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;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.column-gap-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}
.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
* {
    outline: none;
}
a {
    text-decoration: none;
}
.pseudo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.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),
.btn-inner-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),
.btn-inner-hamburger span:nth-child(2) {
    opacity: 0;
}
.open-menu .btn-hamburger span:nth-child(3),
.btn-inner-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);
}
.s-cards__card--simple .link-w-arrow,
.link,
.link-inner__text,
.s-floorplans-lists__item:before,
.additional-info__text,
.additional-info__marker:before,
.arrow-wrap,
.sound-off,
.sound-on,
.btn-hamburger span,
.btn,
.transition-default {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.safari-browser .simple-banner__img-wrap {
    isolation: isolate;
}
.arrow-wrap svg {
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
body {
    font-family: var(--body-ff);
    font-weight: 300;
    font-size: 16px;
    background: var(--2-color);
    color: var(--1-color);
}
.description {
    line-height: 1.15;
    color: var(--black-color);
}
.lh-1 {
    line-height: 1;
}
.br-main {
    border-radius: 3px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 20px;
}
h1, .h1 {
    font-size: 82px;
    line-height: 1;
}
.h1-second {
    font-size: 56px;
    line-height: 1.15;
}
h2, .h2 {
    font-size: 48px;
    line-height: 1.45;
}
.h2-second {
    font-size: 45px;
    line-height: 1.15;
}
h3, .h3 {
    font-size: 31px;
}
h4, .h4 {
    font-size: 29px;
}
h6, .h6 {
    font-size: 16px;
}
.fz-body {
    font-size: 16px;
}
.fz-large {
    font-size: 18px;
}
.fz-big {
    font-size: 21px;
}
.fz-small {
    font-size: 10px;
}
.btn {
    display: inline-block;
    border: 1px solid var(--3-color);
    color: var(--white-color);
    background: var(--3-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
    min-width: 117px;
    text-align: center;
    padding: 7px 20px 5px;
}
.btn:hover {
    background: var(--white-color);
    color: var(--3-color);
}
.link-w-arrow,
.link {
    color: currentColor;
}
.color-second {
    color: var(--3-color);
}
.color-third {
    color: var(--6-color);
}
.link,
.link-inner .link-inner__text {
    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;
    text-decoration: none !important;
    color: currentColor;
}
.link-inner {
    display: inline-block;
    color: currentColor;
}
.link:hover,
.link-inner:hover .link-inner__text {
    background-size: 100% 1px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 21px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 5px;
    color: var(--black-color);
    z-index: 10;
    -webkit-transition: background-color .3s, width .3s, left .3s, top .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, width .3s, left .3s, top .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, background-color .3s, width .3s, left .3s, top .3s;
    transition: box-shadow .3s, background-color .3s, width .3s, left .3s, top .3s;
    transition: box-shadow .3s, background-color .3s, width .3s, left .3s, top .3s, -webkit-box-shadow .3s;
}
.header-style-second .header,
.body-scroll .header {
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    background: var(--4-color);
    -webkit-box-shadow: 0px 3px 5px rgba(9, 54, 56, 0.07);
    box-shadow: 0px 3px 5px rgba(9, 54, 56, 0.07);
}
.open-menu .header {
    background: var(--4-color);
}
.vbox-open .header {
    z-index: 12;
}
.header__tel {
    margin-bottom: 5px;
}
.header__nav {
    padding: 0;
    margin: 0;
}
.header__address-tel-wrap {
    margin-left: 16px;
    font-size: 10px;
}
.header__nav-item {
    margin-right: 34px;
}
.header__nav-item--last {
    margin-right: 0;
}
.header__link-simple {
    margin-right: 16px;
}
.bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.hero .bg-wrap {
    border-radius: 0 0 0 120px;
    overflow: hidden;
    height: 117%;
    isolation: isolate;
}
.s-pre-footer-form .bg-wrap img {
    opacity: 0.88;
}
.s-pre-footer-form .bg-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 25, 14, 0.5);
}
.hero .bg-wrap:after {
    z-index: 4;
}
.hero__row {
    min-height: 100vh;
    padding: 115px 0 39px;
}
.arrow-wrap {
    width: 45px;
    height: 19px;
    border: 1px solid var(--3-color);
    border-radius: 20px;
    margin-left: 14px;
    background: var(--3-color);
    color: var(--white-color);
    position: relative;
    top: -1px;
}
.arrow-wrap-2 {
    background: var(--1-color);
    border-color: var(--1-color);
}
.arrow-wrap-3 {
    background: transparent;
    border-color: var(--1-color);
    color: var(--1-color);
}
.arrow-wrap-4 {
    background: var(--5-color);
    border-color: var(--5-color);
    color: var(--1-color);
}
.link-w-arrow--reverse .arrow-wrap {
    -webkit-transform: rotate(180deg) translateX(100%);
    -ms-transform: rotate(180deg) translateX(100%);
    transform: rotate(180deg) translateX(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    margin-left: 0;
    margin-right: 8px;
}
.swiper-style-arrow .arrow-wrap:hover,
.s-slide-floorplans__btns-wrap .arrow-wrap:hover,
.s-cards__card--simple:hover .arrow-wrap,
.s-floorplans-lists__item:hover .arrow-wrap,
.link-w-arrow:hover .arrow-wrap {
    background: var(--white-color);
    color: var(--3-color);
}
.swiper-style-arrow .arrow-wrap:hover,
.s-cta__card:hover .arrow-wrap,
.slideFloorplans__card-cta:hover .arrow-wrap,
.s-slide-floorplans__btns-wrap .arrow-wrap:hover,
.hero .link-w-arrow:hover .arrow-wrap,
.s-cards__card--simple:hover .arrow-wrap,
.s-floorplans-lists__item:hover .arrow-wrap,
.link-w-arrow:hover .arrow-wrap,
.s-cards__card--simple:hover .arrow-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.link-w-arrow--reverse:hover .arrow-wrap {
    -webkit-transform: scale(1.1) rotate(180deg) translateX(100%);
    -ms-transform: scale(1.1) rotate(180deg) translateX(100%);
    transform: scale(1.1) rotate(180deg) translateX(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.swiper-style-arrow .arrow-wrap:hover svg,
.s-cta__card:hover .arrow-wrap svg,
.slideFloorplans__card-cta:hover .arrow-wrap svg,
.s-slide-floorplans__btns-wrap .arrow-wrap:hover svg,
.hero .link-w-arrow:hover .arrow-wrap svg,
.s-cards__card--simple:hover .arrow-wrap svg,
.s-floorplans-lists__item:hover .arrow-wrap svg,
.link-w-arrow:hover .arrow-wrap svg,
.s-cards__card--simple:hover .arrow-wrap svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.s-pics-parallax {
    background: var(--5-color);
}
.s-pics-parallax__container {
    padding: 52.2vh 0 37vh;
}
.s-pic-parallax__pic {
    position: absolute;
    border-radius: 100px;
}
.s-pic-parallax__pic-5,
.s-pic-parallax__pic-3,
.s-pic-parallax__pic-1 {
    width: 236px;
    height: 123px;
}
.s-pic-parallax__pic-1 {
    left: 11.8%;
    top: 22.2%;
}
.s-pic-parallax__pic-2 {
    right: 7%;
    top: 22.2%;
    width: 344px;
    height: 154px;
}
.s-pic-parallax__pic-3 {
    left: -1%;
    bottom: 22.3%;
}
.s-pic-parallax__pic-4 {
    left: 34.4%;
    bottom: 7.7%;
    width: 296px;
    height: 154px;
}
.s-pic-parallax__pic-5 {
    right: 5.9%;
    bottom: 15.1%;
}
.s-info-walks {
    padding: 158px 0 184px;
}
.heading {
    line-height: 1.15;
}
.s-info-walks__heading {
    margin-bottom: 217px;
}
.s-info-walks__description {
    max-width: 310px;
    margin-bottom: 77px;
}
.s-info-walks__col-content {
    padding-top: 12px;
}
.s-info-walks____walk-1__pic-wrap,
.s-info-walks____walk-2__pic-wrap,
.s-info-walks__img-header {
    margin-bottom: 9px;
}
.s-info-walks__walk-1 {
    padding: 252px 0 0 8px;
    width: calc(51.7% - 15px);
    margin-right: 15px;
}
.s-info-walks____walk-1__pic-wrap img,
.s-info-walks____walk-2__pic-wrap img {
    border-radius: 3px;
}
.s-info-walks____walk-1__pic-wrap {
    width: 100%;
    height: 274px;
}
.s-info-walks__walk-2 {
    width: 48.3%;
}
.s-info-walks____walk-2__pic-wrap {
    width: 100%;
    height: 486px;
}
.s-info-walks__waves {
    position: absolute;
    left: 0;
    top: -118px;
    /*right: 0;*/
    /*top: 0;*/
}
.s-info-walks__wave {
    position: absolute;
    right: 50%;
    top: 50%;
    border: 11px solid #FDF2EB;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    opacity: 0;
}
.s-additional-info {
    background: var(--5-color);
    padding: 170px 0 103px;
}
.s-additional-info__heading {
    margin-bottom: 55px;
}
.s-additional-info__large-img-wrap {
    margin-bottom: 25px;
}
.additional-info__text {
    position: absolute;
    white-space: nowrap;
    background: var(--white-color);
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    left: calc(100% + 11px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 21px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.additional-info__marker-eye,
.additional-info__marker {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--4-color);
    -webkit-box-shadow: 0 0 20px 12px rgba(245, 137, 63, .27);
    box-shadow: 0 0 20px 12px rgba(245, 137, 63, 0.27);
}
.additional-info__marker:after,
.additional-info__marker:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: var(--3-color);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.additional-info__marker:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.additional-info__marker-eye:after,
.additional-info__marker-eye:before {
    content: none;
}
.additional-info-1 {
    left: 9%;
    top: 40%;
}
.additional-info-2 {
    left: 55%;
    top: 5%;
}
.additional-info-3 {
    left: 30%;
    top: 65%;
}
.additional-info-4 {
    left: 85%;
    top: 90%;
}
.additional-info-5 {
    right: 33%;
    top: 60%;
}
.additional-info.show:after,
.additional-info.show > .additional-info__text,
.additional-info:hover:after,
.additional-info:hover > .additional-info__text {
    opacity: 1;
    visibility: visible;
}
.additional-info.show,
.additional-info:hover {
    z-index: 2;
}
.additional-info.show > .additional-info__marker:before,
.additional-info:hover > .additional-info__marker:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.additional-info--reverse .additional-info__text {
    left: auto;
    right: calc(100% + 11px);
}
.additional-info:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 200%;
    height: 160%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.additional-info--reverse:after {
    left: auto;
    right: 0;
}
.s-additional-info__heading-second {
    letter-spacing: -1.1px;
    max-width: 320px;
}
.s-additional-info__list {
    font-size: 12px;
    padding-left: 11px;
}
.s-additional-info__list li:not(:last-child) {
    margin-bottom: 8px;
}
.s-floorplans-lists__item {
    border-top: 1px solid var(--3-color);
    padding: 29px 0 29px 29px;
}
.s-floorplans-lists {
    padding: 177px 0 100px;
}
.s-floorplans-lists__heading {
    max-width: 570px;
}
.s-floorplans-lists__description {
    max-width: 440px;
    line-height: 1.75;
}
.s-floorplans-lists__col-items {
    padding-top: 118px;
}
.s-floorplans-lists__col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32.4%;
    flex: 0 1 32.4%;
}
.s-floorplans-lists__col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 312px;
    flex: 0 1 312px;
}
.s-floorplans-lists__col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    padding-left: 41px;
}
.s-floorplans-lists__col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13.3%;
    flex: 0 1 13.3%;
    margin-left: auto;
}
.s-floorplans-lists__img-wrap {
    width: 321px;
    height: 222px;
    background: var(--white-color);
    padding: 20px;
    text-align: center;
}
.s-floorplans-lists__item-cta .s-floorplans-lists__img-wrap {
    background: transparent;
}
.s-floorplans-lists__col-4__count {
    line-height: 1.6;
}
.s-floorplans-lists__item:before {
    position: absolute;
    content: '';
    left: -17px;
    top: 15px;
    width: calc(100% + 34px);
    height: calc(100% - 30px);
    background: var(--white-color);
    border-radius: 13px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.s-floorplans-lists__item-cta:before {
    opacity: 1;
    visibility: visible;
    border: 1px solid var(--1-color);
    background: var(--3-color);
}
.s-floorplans-lists__item-cta:hover:before {
    background: var(--1-color);
}
.slideFloorplans__card-cta:hover .arrow-wrap,
.s-floorplans-lists__item-cta:hover .arrow-wrap {
    background: var(--4-color);
    color: var(--3-color);
}
.s-floorplans-lists__item-cta:hover .h4,
.s-floorplans-lists__item-cta:hover {
    color: var(--4-color);
}
.s-floorplans-lists__item:hover:before {
    opacity: 1;
    visibility: visible;
}
.s-cards {
    padding: 85px 0 156px;
}
.s-cards__card-bg {
    position: absolute;
    left: 0;
    top: 0;
}
.s-cards__card:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(79, 29, 7, 0.88);
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
}
.s-cards__card {
    color: var(--white-color);
    padding: 46px 44px 36px;
}
.s-cards__heading {
    margin-bottom: 58px;
}
.s-cards__card-img-wrap {
    margin-bottom: 32px;
    height: 380px;
}
.s-cards__card-heading {
    margin-bottom: 28px;
    color: var(--white-color);
}
.s-cards__card-wrap {
    margin-bottom: 19px;
}
.s-cards__card:hover .s-cards__card-img-wrap img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.s-cards__card--simple {
    background: var(--4-color);
    color: var(--1-color);
    padding: 54px 44px 90px;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    border: 1px solid var(--3-color);
}
.s-cards__card--simple:before {
    content: none;
}
.s-cards__card--simple__heading {
    margin-bottom: 35px;
}
.s-cards__card-bg {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.s-cards__card-img-wrap img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.s-cards__card--simple:hover {
    border-radius: 3px 3px 3px 120px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 35px;
}
.s-cards__card--simple:hover .link-w-arrow {
    bottom: 55px;
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px;
    /*margin-bottom: 14px;*/
}
.form-style {
    color: var(--1-color);
}
.form-style label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    /*font-size: 12px;*/
    /*letter-spacing: 0.6px;*/
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.form-style .custom-select__option,
.form-style input,
.form-style textarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: var(--5-color);
    border: 1px solid var(--1-color);
    border-radius: 3px;
    padding: 8px;
    font-size: 14px;
    color: var(--1-color);
}
.form-style input::-webkit-input-placeholder, .form-style textarea::-webkit-input-placeholder {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}
.form-style input::-moz-placeholder, .form-style textarea::-moz-placeholder {
    color: inherit;
    -moz-transition: .3s;
    transition: .3s;
}
.form-style input:-ms-input-placeholder, .form-style textarea:-ms-input-placeholder {
    color: inherit;
    -ms-transition: .3s;
    transition: .3s;
}
.form-style input::-ms-input-placeholder, .form-style textarea::-ms-input-placeholder {
    color: inherit;
    -ms-transition: .3s;
    transition: .3s;
}
.form-style input::placeholder,
.form-style textarea::placeholder,
.s-pre-footer-form .placeholer-txt {
    color: var(--1-color) !important;
    font-weight: 300;
}
.form-style input::-webkit-input-placeholder, .form-style textarea::-webkit-input-placeholder {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.form-style input::-moz-placeholder, .form-style textarea::-moz-placeholder {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.form-style input:-ms-input-placeholder, .form-style textarea:-ms-input-placeholder {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.form-style input::-ms-input-placeholder, .form-style textarea::-ms-input-placeholder {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.form-style input::placeholder,
.form-style textarea::placeholder {
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.form-style input:focus::-webkit-input-placeholder, .form-style textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form-style input:focus::-moz-placeholder, .form-style textarea:focus::-moz-placeholder {
    opacity: 0;
}
.form-style input:focus:-ms-input-placeholder, .form-style textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.form-style input:focus::-ms-input-placeholder, .form-style textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
.form-style input:focus::placeholder,
.form-style textarea:focus::placeholder {
    opacity: 0;
}
.form-style textarea {
    resize: none;
    height: 84px;
}
.s-pre-footer-form__form {
    background: var(--3-color);
    max-width: 558px;
    padding: 58px 58px 34px;
}
.s-pre-footer-form__col-content {
    color: var(--5-color);
}
.s-pre-footer-form__container {
    padding: 61px 12px;
}
.s-pre-footer-form__heading {
    font-size: 41px;
    max-width: 420px;
    letter-spacing: -0.7px;
    margin-bottom: 18px;
    color: var(--4-color);
}
.s-pre-footer-form__description {
    max-width: 230px;
    color: var(--4-color);
}
.custom-select__option--value::after {
    border: none;
    width: 12px;
    height: 12px;
    right: 9px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.562' height='7.584' viewBox='0 0 12.562 7.584'%3e%3cpath d='M1251,843.753l6.5-5.91-6.5-5.911' transform='translate(844.123 -1250.667) rotate(90)' fill='none' stroke='%234F1D07' stroke-width='1'/%3e%3c/svg%3e ") center center/contain no-repeat;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.custom-select__option.custom-select__option--value {
    border-radius: 3px !important;
    border: 1px solid var(--1-color) !important;
    background: var(--white-color) !important;
    padding: 8px 70px 5px 8px;
}
.custom-select__option.custom-select__option--value:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33px;
    border-left: 1px solid var(--1-color);
    background: var(--4-color);
    border-radius: 0 3px 3px 0;
}
.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% + 14px);
}
.custom-select__dropdown {
    top: calc(100% + 14px);
    border-radius: 3px !important;
    background: #d5cfca;
    border: 1px solid var(--1-color) !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: var(--white-color);
    border: none;
    border-bottom: 1px solid var(--1-color);
    border-radius: 0;
}
.custom-select__dropdown .custom-select__option:hover,
.custom-select__dropdown .custom-select__option.custom-select__option--selected {
    background: rgba(255, 255, 255, .7);
    /* display: none; */
}
.custom-select__dropdown .custom-select__option:last-child {
    border-bottom: none !important;
}
.custom-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
button.link-w-arrow {
    border: none;
    background: none;
    padding: 0;
    font-size: 18px;
    /*letter-spacing: .05em;*/
}
.form-group__btn-wrap {
    border-top: 1px solid var(--1-color);
    padding-top: 30px;
    /*margin-top: 31px;*/
    margin-top: 34px;
}
.footer__list-heading {
    margin-bottom: 29px;
}
.footer {
    border-top: 1px solid var(--6-color);
    background: var(--white-color);
    padding: 74px 0 40px;
    color: var(--1-color);
}
.s-pre-footer-form {
    padding-bottom: 63px;
}
.footer__head-row {
    margin-bottom: 90px;
}
.footer__link-w-icon {
    color: inherit;
}
.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;
}
.s-cards__card-description {
    padding: 0 10px;
}
.s-additional-info__img-wrap {
    height: 422px;
    max-width: 398px;
    border-radius: 3px;
    overflow: hidden;
}
.wow-clip-gallery,
.wow-clip {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.wow-clip-reverse {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.wow-clip-gallery.show {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.custom-select--active .custom-select__dropdown {
    z-index: 2;
}
/*-----------------------------------------*/
.vbox-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.s-floorplans-lists__item-cta .s-floorplans-lists__col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
}
.s-additional-info__col-description:before,
.s-additional-info__col-heading:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: calc(100% - 8px);
    height: 100%;
    background: var(--3-color);
    border-radius: 0 3px 3px 0;
}
.s-additional-info__col-heading:before {
    width: 100%;
    left: 0;
    border-radius: 3px 0 0 3px;
}
.inner-hero__row {
    min-height: 100vh;
}
.inner-hero__img-wrap {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 50vw;
    height: 100vh;
    border-radius: 0 0 0 260px;
    overflow: hidden;
}
.inner-hero__content-col {
    padding: 0 12px 90px 44px;
}
.inner-hero__row {
    padding-bottom: 60px;
}
.inner-hero__description {
    max-width: 370px;
}
.kicker {
    margin-bottom: 12px;
}
.opacity-el-1,
.opacity-el-2,
.opacity-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0px solid var(--2-color);
    border-radius: 0 0 0 260px;
    opacity: .6;
    border-right: none;
    border-top: none;
    pointer-events: none;
}
.opacity-el-1,
.opacity-el-2 {
    opacity: .4;
}
.opacity-el-2 {
    opacity: .2;
}
.opacity-el-hero-1 {
    border-radius: 0 0 0 224px;
}
.opacity-el-hero-2 {
    border-radius: 0 0 0 185px;
    left: 37px;
    top: -38px;
}
.opacity-el--bottom-1,
.opacity-el--bottom-2,
.opacity-el--bottom,
.opacity-el--top-1,
.opacity-el--top-2,
.opacity-el--top {
    border: none;
    border-radius: 0;
}
.opacity-el--top-1,
.opacity-el--top-2,
.opacity-el--top {
    border-top: 0 solid var(--2-color);
}
.opacity-el--top-2 {
    top: 50px;
}
.opacity-el--bottom-1,
.opacity-el--bottom-2,
.opacity-el--bottom {
    border-bottom: 0 solid var(--2-color);
}
.opacity-el--bottom-2 {
    top: -22px;
}
.inner-hero {
    background: var(--2-color);
}
.s-additional-info-simple__heading {
    font-size: 72px;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.s-additional-info-simple {
    background: var(--5-color);
    padding: 100px 0;
}
.additional-info__marker-eye {
    width: 58px;
    height: 58px;
}
.additional-info-eye-1 {
    left: 23.2%;
    top: 31.3%;
}
.additional-info-eye-2 {
    left: 48.1%;
    top: 39.6%;
}
.additional-info-eye-3 {
    left: 79%;
    top: 31%;
}
.s-cards-info__card {
    border-right: 3px;
    background: var(--3-color);
    padding: 20px 20px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    letter-spacing: .3px;
}
.s-cards-info__img-wrap {
    height: 226px;
    margin-bottom: 12px;
}
.s-cards-info {
    background: var(--5-color);
    padding: 71px 0 186px;
}
.s-cards-info__heading {
    font-size: 60px;
    max-width: 600px;
    line-height: 1.15;
    margin-bottom: 36px;
}
.s-cards-info__description {
    max-width: 350px;
}
.s-cards-info__card-wrap {
    margin-bottom: 34px;
}
.s-cards-info__card-additional-info {
    font-size: 12px;
}
.s-slide-floorplans {
    padding: 98px 0;
}
.s-slide-floorplans__heading {
    max-width: 470px;
    line-height: 1.15;
}
.s-slide-floorplans__description {
    max-width: 370px;
}
.swiper-style-arrow .arrow-wrap,
.slideFloorplans__cta .arrow-wrap,
.s-slide-floorplans__btns-wrap .arrow-wrap {
    width: 63px;
    height: 27px;
    margin: 0;
    top: 0;
}
.slideFloorplans__cta .arrow-wrap {
    margin-left: 13px;
}
.slideFloorplans__cta .arrow-wrap svg,
.s-slide-floorplans__btns-wrap svg {
    width: 100%;
    max-width: 24px;
    height: auto;
}
.swiper-style-arrow .swiper-button-prev,
.s-slide-floorplans__btns-wrap .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-style-arrow .swiper-button-next:after,
.swiper-style-arrow .swiper-button-prev:after,
.s-slide-floorplans__btns-wrap .swiper-button-next:after,
.s-slide-floorplans__btns-wrap .swiper-button-prev:after {
    content: none;
}
.swiper-style-arrow .swiper-button-next,
.swiper-style-arrow .swiper-button-prev,
.s-slide-floorplans__btns-wrap .swiper-button-next,
.s-slide-floorplans__btns-wrap .swiper-button-prev {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    color: inherit;
}
.swiper-style-arrow .swiper-button-next,
.s-slide-floorplans__btns-wrap .swiper-button-next {
    margin-left: 22px;
}
.slideFloorplans__card {
    background: var(--white-color);
    border-radius: 5px;
    padding: 54px 22px 63px;
}
.slideFloorplans__card-cta {
    background: var(--3-color);
    padding: 37px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 273px;
    margin-right: 30px;
}
.s-slide-floorplans__col-slide {
    padding-top: 77px;
}
.slideFloorplans {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 442px;
    margin-left: 0;
    -webkit-clip-path: polygon(-10% 0, 500% 0, 500% 100%, -10% 100%);
    clip-path: polygon(-10% 0, 500% 0, 500% 100%, -10% 100%);
}
.slideFloorplans__card-cta__kicker {
    margin-bottom: 11px;
}
.slideFloorplans__card-cta__heading {
    color: inherit;
    font-size: 26px;
    line-height: 1.1;
}
.slideFloorplans__cta {
    position: absolute;
    left: 22px;
    bottom: 27px;
}
.slideFloorplans__cta .arrow-wrpa {
    margin-right: 13px;
}
.slideFloorplans__card-heading {
    font-size: 24px;
    margin-bottom: 44px;
}
.slideFloorplans__card-btn {
    position: absolute;
    border: 1px solid;
    background: var(--white-color);
    border-radius: 40px;
    padding: 11px 10px 9px;
    left: 50%;
    bottom: -90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
    z-index: 1;
}
.slideFloorplans__card-img-wrap {
    margin-bottom: 52px;
}
.slideFloorplans__card-img-wrap img {
    height: 300px;
    max-height: 243px;
}
.slideFloorplans .swiper-slide {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.s-cta {
    background: var(--5-color);
    padding: 88px 0 58px;
}
.s-cta__card {
    padding-top: 31px;
}
.s-cta__card .s-cards__card-img-wrap {
    height: 232px;
}
.s-cta__card .s-cards__card-description {
    letter-spacing: .6px;
}
.slideFloorplans__card:hover .slideFloorplans__card-btn {
    background-color: var(--1-color);
    color: var(--white-color);
    bottom: -80px;
}
.slideFloorplans__card:hover .slideFloorplans__card-under-btn {
    bottom: -130px;
}
.slideFloorplans__card:hover {
    padding: 24px 22px 83px;
    border-radius: 3px 100px 3px 3px;
}
.slideFloorplans__card:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(rgba(255, 255, 255, 1) 64%, rgba(79, 29, 7, .56) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgba(255, 255, 255, 1)), to(rgba(79, 29, 7, .56)));
    background: linear-gradient(rgba(255, 255, 255, 1) 64%, rgba(79, 29, 7, .56) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 3px 100px 3px 3px;
}
.slideFloorplans__card:hover:after {
    opacity: 1;
    visibility: visible;
}
.additional-info-eye:after {
    content: none;
}
.additional-info-eye {
    cursor: pointer;
}
/*.additional-info-eye:hover .additional-info__marker-eye {*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    transform: translate(-3px, -3px);*/
/*}*/
.additional-img-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.additional-img-wrap--inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 100%;
    max-width: 1440px;
    -webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.27);
}
.additional-img-wrap:not(.show) {
    opacity: 0;
    visibility: hidden;
}
.slideFloorplans__card-under-btn {
    position: absolute;
    left: 50%;
    bottom: -90px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.amen-img-wrap,
.simple-banner__img-wrap {
    height: 512px;
}
.switchback__three-pic__img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28%;
    padding: 0 5px;
    height: 527px;
}
.border-left-bottom--img img,
.switchback__three-pic img,
.border-left-bottom .simple-banner__img-wrap {
    border-radius: 3px 3px 3px 100px;
}
.switchback__three-pic__img-wrap:nth-child(1) {
    margin-top: -116px;
}
.switchback__three-pic__img-wrap:nth-child(2) {
    margin-top: -58px;
}
.switchback-reverse .switchback__three-pic__img-wrap:nth-child(1) {
    margin-top: 47px;
}
.switchback-reverse .switchback__three-pic__img-wrap:nth-child(2) {
    margin-top: -11px;
}
.switchback-reverse .switchback__three-pic__img-wrap:nth-child(3) {
    margin-top: -70px;
}
.switchback__list-item-box {
    border-radius: 15px;
    background: var(--2-color);
    padding: 18px 15px;
}
.simple-banner {
    background: var(--5-color);
    padding: 163px 0 113px;
}
.switchback {
    padding: 50px 0;
}
.switchback-1 {
    background: var(--5-color);
    padding: 50px 0 80px;
}
.switchback-2 {
    background: var(--5-color);
    padding: 50px 0 220px;
}
.switchback-3 {
    background: var(--5-color);
    padding: 0 0 95px;
}
.switchback-4 {
    background: var(--5-color);
    padding: 39px 0 155px;
}
.switchback-5 {
    background: var(--5-color);
    padding: 11px 0 150px;
}
.switchback__heading {
    margin-bottom: 33px;
    max-width: 540px;
}
.switchback-5__heading {
    max-width: 380px;
}
.switchback__description {
    max-width: 390px;
    margin-bottom: 130px;
}
.switchback__short-list {
    max-width: 657px;
}
.switchback__long-list__img-wrap,
.switchback__short-list__img-wrap {
    height: 30px;
    margin-bottom: 33px;
}
.switchback__long-list__img-wrap {
    margin-bottom: 55px;
}
.switchback__short-list-item {
    margin-bottom: 17px;
}
.switchback__two-img-wrap {
    height: 450px;
    width: 488px;
    margin-top: -36px;
}
.two-img-wrap__img-wrap-second {
    position: absolute;
    right: -21px;
    bottom: -50%;
    width: 316px;
    height: 335px;
}
.switchback-4 .two-img-wrap__img-wrap-second {
    right: 111px;
}
.switchback-2__description {
    max-width: 330px;
    margin-bottom: 58px;
}
.switchback__list-heading {
    margin-bottom: 8px;
}
.switchback__long-list {
    max-width: 570px;
}
.switchback-5__icon-rotate {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.simple-switchback__content-box {
    padding: 43px 39px 34px 29px;
    background: var(--3-color);
}
.simple-switchback {
    background: var(--5-color);
    padding: 60px 0 90px;
}
.simple-switchback__description {
    max-width: 200px;
}
.simple-switchback__icon-wrap {
    margin-bottom: 22px;
}
.contact__form {
    position: absolute;
    left: -14px;
    bottom: 0;
    padding: 34px 58px 31px;
}
.contact-hero__heading {
    font-size: 65px;
    max-width: 530px;
    margin-bottom: 115px;
}
.s-contact__map {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-map-wrap {
    height: 480px;
}
.contact-hero__content {
    padding: 59px 12px 0 57px;
}
.contact-hero__list-head {
    margin-bottom: 12px;
    line-height: 1.4;
}
.contact-hero__list-info {
    font-size: 14px;
}
.contact-hero__form-heading {
    margin-bottom: 29px;
}
.contact-hero {
    padding-bottom: 50px;
}
.contact__simple-switchback {
    padding: 40px 0 38px;
}
.contact-hero__list {
    padding-right: 21px;
}
/*----------gallery css---------------*/
.filter-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.filter-nav__item {
    margin: 0 10px;
}
.filter-nav__item-link {
    border: 1px solid var(--3-color);
    padding: 10px 29px 8px;
    border-radius: 40px;
    cursor: pointer;
}
.filter-nav__item-link:hover,
.filter-nav__item.active .filter-nav__item-link {
    background-color: var(--3-color);
    color: var(--5-color);
}
/*.grid-sizer,*/
/*.grid-item { width: 20%; }*/
.grid {
    max-width: 927px;
    margin: 0 auto;
}
.grid-item {
    float: left;
    padding: 8px;
    z-index: 3;
}
a.venobox {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gallery__overlay {
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery__overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 137, 63, 0.85);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gallery__description-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 285px;
    height: 100%;
    text-align: center;
    color: var(--5-color);
    opacity: 0;
    padding: 0 15px;
}
.gallery__description {
    width: 100%;
    text-align: center;
}
a.venobox:hover .gallery__description-wrap,
a.venobox:hover .gallery__overlay:after {
    opacity: 1;
}
.grid-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.grid-item {
    width: 49.9%;
}
.gallery__plus {
    width: 57px;
    height: 57px;
    border: 1px solid var(--5-color);
    background: var(--3-color);
    border-radius: 50%;
    margin: 0 auto 30px;
}
.gallery__plus:after,
.gallery__plus:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--5-color);
}
.gallery__plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
/*--------------------------*/
.s-gallery {
    padding: 202px 0 111px;
}
.s-gallery__heading {
    margin-bottom: 27px;
}
.filter-nav-wrap {
    margin-bottom: 130px;
}
.filter-nav:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: calc(100% + 40px);
    background: var(--2-color);
    z-index: -1;
}
.vbox-backdrop {
    background: rgba(79, 29, 7, 0.85) !important;
}
.anim-img {
    height: calc(100% + 80px);
    top: -80px;
}
.anim-img.parallax-3-js {
    height: calc(100% + 100px);
    top: -100px;
}
.s-additional-info-simple__img-wrap {
    max-width: 2000px;
    margin: 0 auto;
}
.availability__iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.availability__container {
    padding-top: 130px;
}
.availability__iframe-wrap {
    min-height: calc(100vh - 130px);
}
.additional-info-eye__img-wrap {
    position: absolute;
    width: 80vw;
    max-width: 1200px;
    height: 500px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
}
.additional-info-eye__img-wrap img {
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.27);
}
.additional-info-eye:hover .additional-info-eye__img-wrap {
    opacity: 1;
    visibility: visible;
}
.additional-info-eye-1 .additional-info-eye__img-wrap {
    left: 100%;
    top: 0;
}
.additional-info-eye-2 .additional-info-eye__img-wrap {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.additional-info-eye-3 .additional-info-eye__img-wrap {
    right: 100%;
    top: 0;
}

/*------------UNIT PAGE CSS STYLE-----------------*/
.hero-unit {
    padding: 130px 0 50px;
}
.hero-unit__back-wrap {
    margin-bottom: 40px;
}
.hero-unit__amount {
    padding-right: 9px;
    margin-right: 4px;
    padding-left: 4px;
}
.hero-unit__amount:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    height: calc(100% + 4px);
    width: 1px;
    background: #9f9f9f;
    opacity: 0.8;
}
.hero-unit__amount,
.hero-unit__txt,
.hero-unit__amount:after {
    opacity: .7;
}
.hero-unit__list li:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .2;
}
.hero-unit__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.hero-unit__desc {
    margin-bottom: 50px;
}
.hero-unit__title {
    margin-bottom: 15px;
}
.hero-unit__list,
.hero-unit__btns {
    margin-bottom: 30px;
}
.hero-unit__btns a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 15px);
    padding: 14px 20px 12px;
}
.hero-unit__pic-slider__btn-wrap {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 2px;
}
.hero__heading {
    margin-bottom: 3px;
}
.hero__link-wrap {
    margin-bottom: 20px;
}
.hero__img-wrap {
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    min-height:0;
    overflow:hidden;
}
.hero__img-wrap img {
    position: absolute;
    left: 12px;
    top: 0;
    width: calc(100% - 24px);
    border-radius: 0 0 0 114px;
}
.footer__list-nav li:not(:last-child) {
    margin-bottom: 13px;
}
.footer__list-nav-icon {
    margin-left: 11px;
}
.footer__list-nav-icon,
.footer__list-social-icon {
    position: relative;
    top: -2px;
}
.footer__list-social-icon {
    margin-right: 8px;
}
.footer__contact-us {
    background: var(--2-color);
    border-radius: 3px;
    padding: 19px 20px;
    max-width: 200px;
    letter-spacing: -0.03em;
}
.footer__contact-us-img-wrap img,
.footer__contact-us-img-wrap {
    border-radius: 50%
}
.footer__contact-us-img-wrap {
    width: 68px;
    height: 68px;
    padding: 2px;
    border: 1px solid #0FAA21;
    margin-bottom: 14px;
}
.footer__contact-us-label:before {
    position: relative;
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0FAA21;
    margin-right: 5px;
}
.footer__contact-us-label {
    color: #0FAA21;
    margin-bottom: 8px;
}
.footer__contact-us-text {
    margin-bottom: 43px;
}
.footer__list-contact li:not(:last-child) {
    margin-bottom: 10px;
}
.footer__list-social li:not(:last-child) {
    margin-bottom: 8px;
}
.footer__list-contact {
    margin-bottom: 50px;
}
.footer__bottom-border {
    background: url("footer-bottom-border.svg");
    height: 200px;
    background-size: 637px 43px;
    background-position: left bottom;
    opacity: .1;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 40px;
}
.footer__bottom-icon {
    margin-left: 13px;
}
.inner-hero__heading {
    max-width: 600px;
    margin-bottom: 30px;
}
.simple-banner-2 {
    padding: 48px 0 108px;
}
.simple-switchback__heading {
    max-width: 300px;
}
@media (min-width: 768px) {
    .s-cards__card--simple .link-w-arrow {
        position: absolute;
        right: 51px;
        bottom: 41px;
        letter-spacing: 0;
    }
    .hero__container {
        padding-inline: 33px;
    }
}
@media (min-width: 992px) {
    .hero-unit__pic-wrap {
        max-width: 50%;
    }
    .hero-unit__content {
        width: 100%;
        max-width: 520px;
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .hero-unit__content {
        padding-left: 121px;
    }
    .hero-unit__list li {
        padding-bottom: 13px;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .footer__container {
        padding: 0 44px;
    }
    .footer__col-contact-us {
        margin-left: 130px;
    }
    .footer__bottom-col-sublink {
        margin-left: 158px;
    }
}
@media (max-width: 991px) {
    .hero-unit__pic-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .hero-unit__btns a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-unit__btns a:first-child {
        margin-bottom: 30px;
    }
}
/*-----------------------------------------*/
@media (min-width: 575px) {
    .form-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7px);
        flex: 0 0 calc(50% - 7px);
        max-width: calc(50% - 7px);
    }
}
@media (min-width: 992px) {
    .header__nav {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
    }
    .s-additional-info__col-heading {
        padding: 60px 9px 15px 30px;
    }
    .s-additional-info__col-description {
        padding: 58px 58px 28px 8px;
    }
    .s-floorplans-lists__col-description {
        padding: 0 12px 0 142px;
    }
    .s-pre-footer-form__col-content {
        padding-top: 25px;
    }
    .header__nav-wrap {
        display: block !important;
    }
    .simple-switchback__img-wrap {
        height: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    /*.s-additional-info__col-heading {*/
    /*    margin-left: -31px;*/
    /*}*/
    .s-additional-info__heading-second {
        font-size: 29px;
    }
    /*.form-group {*/
    /*    margin-bottom: 14px;*/
    /*}*/
    .s-pre-footer-form__description {
        font-size: 16px;
    }
    .s-additional-info__col-description {
        padding-top: 35px !important;
    }
    .s-additional-info__col-heading {
        padding-top: 36px !important;
        padding-bottom: 26px !important;
    }
}
@media (min-width: 1200px) {
    .s-cards__row-cards {
        margin-left: -8px;
        margin-right: -8px;
    }
    .s-cards__row-cards > [class*='col-'] {
        padding: 0 8px;
    }
    .switchback__list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .switchback__list > [class*='col-'] {
        padding: 0 10px;
    }
    .s-cards-info__row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .s-cards-info__row > [class*='col-'] {
        padding: 0 15px;
    }
    .s-cards-info__container {
        padding: 0 22px;
    }
    .s-pre-footer-form__col-form {
        padding: 0 10px 0 8px;
    }
    .s-pre-footer-form__container {
        padding-left: 129px;
        padding-right: 129px;
    }
    .s-pre-footer-form .bg-wrap {
        left: 12px;
        right: 12px;
        width: calc(100% - 24px);
    }
    .s-cta__container {
        padding: 0 58px;
    }
    .s-cards-info__col-content {
        padding: 0 15px 231px 41px !important;
    }
    .s-cards-info__card-wrap:nth-of-type(2) .s-cards-info__card,
    .s-cards-info__card-wrap:nth-of-type(3) .s-cards-info__card {
        height: auto !important;
    }
    .switchback-3__pics-wrap,
    .switchback-5__pics-wrap {
        position: relative;
        right: 28px;
    }
    .switchback-3__pics-wrap {
        right: -30px;
    }
    .switchback-5__description {
        margin-bottom: 157px;
    }
}
@media (min-width: 1400px) {
    .s-additional-info__col-heading {
        padding: 46px 9px 28px;
    }
    .s-additional-info__col-description {
        padding-top: 41px;
    }
    .s-additional-info__col-heading:before {
        width: calc(100% + 23px);
        left: -23px;
    }
    .simple-banner-duo {
        padding: 204px 0 85px;
    }
}
@media (min-width: 2500px) {
    .s-additional-info-simple__img-wrap {
        max-width: 2200px;
    }
}
@media (max-width: 1399px) {
    .s-floorplans-lists__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 19.3%;
        flex: 0 1 19.3%;
    }
    .s-cards__card--simple {
        font-size: 24px;
    }
    .s-pre-footer-form__form {
        padding: 40px;
    }
    .contact-hero__heading,
    h1, .h1 {
        font-size: 65px;
    }
    .h2-second,
    h2, .h2 {
        font-size: 41px;
    }
    h3, .h3 {
        font-size: 27px;
    }
    .s-cards__card-img-wrap {
        height: 300px;
    }
    .s-additional-info-simple__heading {
        font-size: 87px;
    }
    .s-cards-info__card {
        padding: 15px;
    }
    .s-cta__card {
        padding: 30px;
    }
}
@media (max-width: 1199px) {
    .s-floorplans-lists__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 26%;
        flex: 0 1 26%;
    }
    h1, .h1 {
        margin-bottom: 30px;
    }
    .header__nav-item {
        margin-right: 16px;
    }
    .header {
        padding: 16px 0;
    }
    .s-pre-footer-form__container {
        position: static !important;
    }
    .s-pic-parallax__pic-5,
    .s-pic-parallax__pic-3,
    .s-pic-parallax__pic-1 {
        width: 200px;
        height: 105px;
    }
    .s-pic-parallax__pic-2 {
        width: 292px;
        height: 131px;
    }
    .s-pic-parallax__pic-4 {
        width: 252px;
        height: 131px;
    }
    .s-pre-footer-form {
        padding-bottom: 0;
    }
    /*.vbox-close {*/
    /*    top: 15px;*/
    /*    right: 15px;*/
    /*    padding: 7px;*/
    /*    font-size: 16px;*/
    /*}*/
    .header {
        font-size: 12px;
    }
    .header__address-tel-wrap {
        margin-left: 10px;
    }
    .s-additional-info-simple__heading {
        font-size: 74px;
    }
    .s-cards-info__col-content {
        margin-bottom: 30px;
    }
    .fz-large {
        font-size: 15px;
    }
    .s-cards-info__heading {
        font-size: 51px;
    }
    .switchback__two-img-wrap {
        width: 414px;
        height: 382px;
    }
    .two-img-wrap__img-wrap-second  {
        width: 270px;
        height: 270px;
    }
    .switchback__three-pic__img-wrap {
        width: 33.33%;
        height: 448px;
    }
    .additional-img-wrap--inner {
        max-width: calc(100% - 50px);
    }
    .contact-hero__content {
        padding: 59px 12px 0;
    }
    .contact-hero__list-item {
        margin-bottom: 30px;
    }
    .additional-info-eye__img-wrap {
        width: 70vw;
        height: 400px;
    }
}
@media (max-width: 991px) {
    .s-floorplans-lists__img-wrap img {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .h1-second,
    .contact-hero__heading,
    h1, .h1 {
        font-size: 55px;
    }
    .h2-second,
    h2, .h2 {
        font-size: 35px;
    }
    .btn-hamburger {
        display: block;
    }
    .header__nav-wrap {
        width: 100%;
        display: none;
        padding: 20px 12px 0;
    }
    .header__nav-item .link {
        display: block;
        padding: 15px 0;
        background: none;
    }
    .header__nav-item {
        border-top: 1px solid var(--1-color);
    }
    .header__nav-item--last {
        border-bottom: 1px solid var(--1-color);
    }
    .header__nav-item {
        margin-right: 0;
    }
    .contact-hero__heading,
    .simple-banner__img-wrap:first-child,
    .switchback__description,
    .s-additional-info__heading,
    .s-floorplans-lists__heading,
    .s-pre-footer-form__col-content,
    .s-additional-info__img-wrap,
    .s-additional-info__col-heading,
    .s-info-walks__col-content,
    .s-info-walks__description,
    .s-info-walks__heading {
        margin-bottom: 30px;
    }
    .s-info-walks__walk-1 {
        width: calc(50% - 7px);
        margin-right: 14px;
    }
    .s-info-walks__walk-2 {
        width: calc(50% - 7px);
    }
    .s-additional-info__img-wrap {
        max-width: 100%;
        height: 400px;
    }
    .simple-switchback,
    .simple-banner,
    .switchback,
    .s-cta,
    .s-slide-floorplans,
    .s-additional-info-simple,
    .s-cards-info,
    .s-cards,
    .s-floorplans-lists,
    .s-info-walks,
    .s-additional-info {
        padding: 50px 0;
    }
    .s-floorplans-lists__col-items {
        padding-top: 30px;
    }
    .s-floorplans-lists__col-3,
    .s-floorplans-lists__col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .s-floorplans-lists__item-cta .s-floorplans-lists__col-4,
    .s-floorplans-lists__col-4,
    .s-floorplans-lists__col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .s-floorplans-lists__img-wrap {
        width: 100%;
    }
    .s-floorplans-lists__col-2 {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .s-floorplans-lists__item {
        padding: 29px 0;
    }
    .s-pre-footer-form__container {
        padding: 40px 12px;
    }
    .s-info-walks____walk-2__pic-wrap {
        height: 413px;
    }
    .s-info-walks__walk-1 {
        padding-top: 214px;
    }
    .footer__head-row {
        margin-bottom: 50px;
    }
    .hero .bg-wrap {
        border-radius: 0 0 0 50px;
        height: 105%;
    }
    .s-pics-parallax__container {
        padding: 45vh 0 37vh;
    }
    .s-pic-parallax__pic-2 {
        top: 10%;
        right: -7%;
    }
    .s-pic-parallax__pic-1 {
        top: 12%;
        left: -10%;
    }
    .s-pic-parallax__pic-5 {
        right: -5.9%;
    }
    .s-pic-parallax__pic-3 {
        left: -10%;
    }
    .s-floorplans-lists__item-cta .s-floorplans-lists__img-wrap {
        height: 0;
    }
    .s-additional-info__col-description:before,
    .s-additional-info__col-heading:before {
        content: none;
    }
    h3, .h3 {
        font-size: 25px;
    }
    .s-cards__card-img-wrap {
        height: 200px;
    }
    .s-cards__card {
        padding: 25px;
    }
    .inner-hero__img-wrap {
        position: relative;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 400px;
        border-radius: 0;
    }
    .opacity-el-hero,
    .opacity-el-hero-1,
    .opacity-el-hero-2 {
        border-radius: 0;
        border-left: none;
    }
    .inner-hero__row {
        min-height: 0;
    }
    .inner-hero__img-wrap {
        margin-bottom: 30px;
    }
    .opacity-el-hero:before {
        left: 0;
        top: auto;
        bottom: 37px;
    }
    .inner-hero__content-col {
        padding: 0 12px;
    }
    .slideFloorplans,
    .slideFloorplans__card-cta {
        width: calc(50% - 10px);
    }
    .s-slide-floorplans__description {
        padding: 0;
        margin: 0;
    }
    .s-slide-floorplans__btns-wrap {
        margin-bottom: 30px;
    }
    .s-slide-floorplans__col-slide {
        padding-top: 30px;
    }
    .additional-info__marker-eye {
        width: 38px;
        height: 38px;
    }
    .additional-info__marker-eye img {
        max-width: 20px;
    }
    .s-additional-info-simple__heading {
        font-size: 63px;
    }
    .amen-img-wrap, .simple-banner__img-wrap {
        height: 400px;
    }
    .switchback-reverse .switchback__three-pic__img-wrap:nth-child(1),
    .switchback-reverse .switchback__three-pic__img-wrap:nth-child(2),
    .switchback-reverse .switchback__three-pic__img-wrap:nth-child(3),
    .switchback__two-img-wrap,
    .switchback__three-pic__img-wrap:nth-child(2),
    .switchback__three-pic__img-wrap:nth-child(1) {
        margin-top: 0;
    }
    .switchback__two-img-wrap img:nth-child(2) {
        width: 170px;
        height: 170px;
        right: -70px;
        bottom: -70px;
    }
    .simple-switchback__content-box {
        padding: 30px;
        margin-bottom: 30px;
        height: auto !important;
    }
    .contact__form {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .contact__form {
        max-width: 100%;
    }
    .s-gallery {
        padding: 150px 0 50px;
    }
    .filter-nav-wrap {
        margin-bottom: 80px;
    }
    .additional-info-eye__img-wrap {
        height: 300px;
    }
    .opacity-el--bottom-2,
    .opacity-el-hero-2 {
        left: 0;
        top: -20px;
    }
    .opacity-el--top-2 {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .btn {
        padding: 10px 10px 6px;
    }
    .header__link-simple {
        margin-right: 10px;
    }
    .btn-hamburger {
        margin-left: 15px;
    }
    .s-cards__card-img-wrap {
        height: 400px;
    }
    .s-additional-info-simple__heading {
        font-size: 53px;
    }
    .slideFloorplans,
    .slideFloorplans__card-cta {
        width: 100%;
    }
    .slideFloorplans__card-cta {
        margin-bottom: 30px;
    }
    .slideFloorplans:after {
        content: none;
    }
    .slideFloorplans__card-cta {
        margin-right: 0;
    }
    .slideFloorplans {
        padding-bottom: 50px;
    }
    .slideFloorplans__cta {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .s-slide-floorplans__btns-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 0;
    }
    .s-additional-info-simple__heading {
        font-size: 45px;
        margin-bottom: -35px;
    }
    .grid-item.sz-2,
    .grid-item.sz-1,
    .grid-item.sz-3,
    .grid-item.sz-4 {
        height: 200px;
        width: 49.9%;
    }
    .filter-nav__item-link {
        padding: 9px 15px 7px;
    }
    .filter-nav__item {
        margin: 0 7px 10px;
    }
    .filter-nav-wrap {
        margin-bottom: 100px;
    }
    .hero__row {
        padding: 85px 0 39px;
    }
}
@media (max-width: 575px) {
    .h1-second,
    .contact-hero__heading,
    h1, .h1 {
        font-size: 47px;
    }
    .h2-second,
    h2, .h2 {
        font-size: 30px;
    }
    .s-floorplans-lists__col-1 br,
    .hero__heading br {
        display: none;
    }
    .header__nav-item--last-mob {
        border-bottom: 1px solid var(--1-color);
    }
    .header__nav-item--last {
        border-bottom: none;
    }
    .header__nav {
        margin-bottom: 30px;
    }
    .header__logo {
        max-width: 60px;
    }
    .s-cards__card {
        padding: 35px;
    }
    .s-cards__card--simple {
        padding: 35px 35px 90px;
    }
    .s-pre-footer-form__form {
        padding: 20px 12px;
    }
    .form-50 {
        width: 100%;
    }
    .form-50:first-child {
        margin-bottom: 17px;
    }
    .additional-info__text {
        padding: 8px 10px;
        font-size: 10px;
    }
    .s-pic-parallax__pic-2 {
        width: 248px;
        height: 111px;
        right: -10px;
    }
    .s-pic-parallax__pic-1 {
        left: 0;
        top: 15%;
    }
    .s-pics-parallax br {
        display: none;
    }
    .btn-hamburger {
        margin-left: 10px;
    }
    .s-cards__card-img-wrap {
        height: 300px;
    }
    .s-cards-info__card-wrap--empty {
        margin-bottom: 0;
    }
    .s-additional-info-simple__heading {
        font-size: 7.8vw;
        margin-bottom: -5vw;
    }
    .switchback__three-pic__img-wrap {
        height: 350px;
    }
    .amen-img-wrap, .simple-banner__img-wrap {
        height: 300px;
    }
    .two-img-wrap__img-wrap-second {
        right: -20px;
        bottom: -20px;
    }
    .s-gallery {
        padding: 110px 0 50px;
    }
    .additional-info-eye__img-wrap {
        height: 200px;
    }
    .gallery__description-wrap {
        display: none;
    }
    .grid-item {
        width: 100%;
    }
    .footer__bottom-border {
        height: 100px;
    }
}
@media (max-width: 500px) {
    .contact-hero__list-item,
    .s-info-walks__walk-2,
    .s-info-walks__walk-1 {
        width: 100%;
    }
    .s-info-walks__walk-1 {
        padding: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .s-info-walks____walk-1__pic-wrap,
    .s-info-walks____walk-2__pic-wrap {
        height: 300px;
    }
    .additional-info-eye__img-wrap {
        height: 150px;
    }
}
@media (max-width: 350px) {
    .filter-nav-wrap {
        margin-bottom: 140px;
    }
}
@media (min-width: 1440px) and (max-height: 799px) {
    .hero__heading {
        font-size: clamp(30px, 10vh, 82px);
    }
}
@media (max-width: 1439px) and (max-height: 799px) {
    .hero__heading {
        font-size: clamp(30px, 10vh, 65px);
    }
}
@media (max-width: 991px) and (max-height: 799px) {
    .hero__heading {
        font-size: clamp(30px, 10vh, 55px);
    }
}
@media (max-width: 576px) and (max-height: 799px) {
    .hero__heading {
        font-size: clamp(30px, 6.8vh, 45px);
    }
}
/* error-msg */

label.error {
    color: red;
}
label.error-msg, #error-msg {
    color: red;
}

#footer-msg {
    padding-bottom: 60px;
    padding-top: 40px;
}
