/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.2rem);
  padding-left: var(--bs-gutter-x, 1.2rem);
  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: 1320px;
  }
}
.row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: 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-inline-flex {
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: 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: 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;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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: calc(var(--vh, 1vh) * 100) !important;
}

.min-vh-100 {
  min-height: calc(var(--vh, 1vh) * 100) !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;
}

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !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;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

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

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15; /* 1 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-blue {
  color: #151E50 !important;
}

.bg-blue {
  background-color: #151E50 !important;
}

.text-gray {
  color: #A5A9B0 !important;
}

.bg-gray {
  background-color: #A5A9B0 !important;
}

.text-special-gray {
  color: #696F78 !important;
}

.bg-special-gray {
  background-color: #696F78 !important;
}

.text-green {
  color: #409E99 !important;
}

.bg-green {
  background-color: #409E99 !important;
}

.text-light-green {
  color: #F2FAF9 !important;
}

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

.viewbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 26, 80, 0.75);
  background-blend-mode: multiply;
  z-index: 700;
}

.viewbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
}

.viewbox-header {
  margin: 10px;
  display: none;
}

.viewbox-content {
  margin: 0px;
  width: 300px;
  height: 300px;
}

.viewbox-footer {
  margin: 10px;
  display: none;
}

.viewbox-content .viewbox-image {
  width: 100%;
  height: 100%;
}

/* buttons */
.viewbox-button-default {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.viewbox-button-default > svg {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
  color: white;
}

.viewbox-button-default {
  fill: white;
}

.viewbox-button-default:hover {
  fill: #fff;
}

.viewbox-button-close {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 9;
}

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 62px;
  width: 62px;
  z-index: 9;
  transform: translateY(-50%);
}

.viewbox-button-next {
  right: -60px;
}

.viewbox-button-prev {
  left: -60px;
}

/* loader */
.viewbox-container .loader {
  widows: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.viewbox-container .loader * {
  margin: 0;
  padding: 0;
}

.viewbox-container .loader .spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.viewbox-container .loader .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
  outline: none;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  display: block;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  margin: 0;
  color: #000;
}

strong {
  font-weight: 600;
}

a {
  color: #151E50;
  font-weight: normal;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: #151E50;
}
a:hover, a:focus {
  color: currentColor;
}

.btn {
  display: inline-flex;
  background: #FDF6DB;
  color: #2c0d08;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.2rem 2.55rem;
  align-items: center;
  justify-content: center;
  line-height: 2.4rem;
  width: max-content;
  cursor: pointer;
  border-radius: 10rem;
}
.btn:hover, .btn:focus {
  color: #2c0d08;
}
.btn--with_icon svg {
  margin-right: 0.9rem;
}
.btn--small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 11px 25.5px;
    line-height: 24px;
  }
}

.link {
  display: inline-block;
  color: #409E99;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.link svg {
  margin-left: 1.3rem;
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
  }
  .link svg {
    margin-left: 13px;
  }
}

.btn-white {
  color: #fff;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  background: #fff;
  color: #fff;
  border-color: currentColor;
}

.btn-white-transparent {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-white-transparent:hover, .btn-white-transparent:focus {
  border-color: #fff;
  background: #fff;
  color: #fff;
}

.btn-black {
  color: #fff;
  background: #000;
}
.btn-black:hover, .btn-black:focus {
  background: #fff;
  color: #000;
  border-color: currentColor;
}

.btn-black-transparent {
  color: #000;
  background: transparent;
  border-color: #000;
}
.btn-black-transparent:hover, .btn-black-transparent:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}

.btn-blue {
  color: #fff;
  background: #151E50;
}
.btn-blue:hover, .btn-blue:focus {
  background: #fff;
  color: #151E50;
  border-color: currentColor;
}

.btn-blue-transparent {
  color: #151E50;
  background: transparent;
  border-color: #151E50;
}
.btn-blue-transparent:hover, .btn-blue-transparent:focus {
  border-color: #151E50;
  background: #151E50;
  color: #fff;
}

.btn-gray {
  color: #fff;
  background: #A5A9B0;
}
.btn-gray:hover, .btn-gray:focus {
  background: #fff;
  color: #A5A9B0;
  border-color: currentColor;
}

.btn-gray-transparent {
  color: #A5A9B0;
  background: transparent;
  border-color: #A5A9B0;
}
.btn-gray-transparent:hover, .btn-gray-transparent:focus {
  border-color: #A5A9B0;
  background: #A5A9B0;
  color: #fff;
}

.btn-special-gray {
  color: #fff;
  background: #696F78;
}
.btn-special-gray:hover, .btn-special-gray:focus {
  background: #fff;
  color: #696F78;
  border-color: currentColor;
}

.btn-special-gray-transparent {
  color: #696F78;
  background: transparent;
  border-color: #696F78;
}
.btn-special-gray-transparent:hover, .btn-special-gray-transparent:focus {
  border-color: #696F78;
  background: #696F78;
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #409E99;
}
.btn-green:hover, .btn-green:focus {
  background: #fff;
  color: #409E99;
  border-color: currentColor;
}

.btn-green-transparent {
  color: #409E99;
  background: transparent;
  border-color: #409E99;
}
.btn-green-transparent:hover, .btn-green-transparent:focus {
  border-color: #409E99;
  background: #409E99;
  color: #fff;
}

.btn-light-green {
  color: #fff;
  background: #F2FAF9;
}
.btn-light-green:hover, .btn-light-green:focus {
  background: #fff;
  color: #F2FAF9;
  border-color: currentColor;
}

.btn-light-green-transparent {
  color: #F2FAF9;
  background: transparent;
  border-color: #F2FAF9;
}
.btn-light-green-transparent:hover, .btn-light-green-transparent:focus {
  border-color: #F2FAF9;
  background: #F2FAF9;
  color: #fff;
}

.text-center {
  text-align: center !important;
  justify-content: center;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8.8rem;
  gap: 2.4rem;
}
.section-head h2 {
  font-family: "Inter", sans-serif;
  font-size: 4.4rem;
  line-height: 5.6rem;
  font-weight: 400;
  color: #2c0d08;
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 40px;
    gap: 16px;
  }
  .section-head h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.section-btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-transform: uppercase;
  color: #2c0d08;
}
.section-btn svg {
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .section-btn {
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs::-webkit-scrollbar-track {
  box-shadow: none;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: none;
}

.popup__body::-webkit-scrollbar, .popup__scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.popup__body::-webkit-scrollbar-track, .popup__scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.popup__body::-webkit-scrollbar-thumb, .popup__scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}

.custom-radio__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.custom-radio__label:after, .custom-radio__label:before, .custom-radio, .visual__hero__buildings svg.floors .floor, .visual__hero__buildings svg #buildings [fill="#F40000"], .visual__hero__buildings svg #buildings .bina .circle, .visual__hero__back-btn, .flats-inner__item__buttons button, .flats-inner__item__img svg path, .flats__filters__form .form-group--custom-checkbox label, .tour-popup__box-bg img, .menu__item--bottom li a, .menu__item--top li a, .news__desc span, .news__img .more, .news__img:before, .popup-side .popup__body, .popup__close, .popup, .header__lang__list, .header__lang, .btn {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.ellipsis-gradient:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none; /* so the text is still selectable */
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.4rem 0;
  pointer-events: none;
  will-change: opacity, transform;
  transition: backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 30, 0.4);
  z-index: -1;
  pointer-events: none;
  transform: translateY(-100%);
  will-change: transform;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left, .header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 216, 214, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FDF6DB;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  vertical-align: middle;
  padding: 1rem 1.8rem;
  border-radius: 10rem;
}
.header__btn:hover {
  color: #FDF6DB;
}
.header__btn--circle {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.header__btn--tour {
  position: relative;
  width: 4rem;
  height: 4rem;
  flex-direction: column;
  line-height: 1;
  background: transparent;
  border: 1px solid rgba(253, 246, 219, 0.24);
}
.header__btn--tour .tour-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header__btn--tour .tour-ring circle {
  fill: none;
  stroke-width: 1px;
  transform-origin: center;
}
.header__btn--tour .tour-ring .ring-bg {
  stroke: rgba(255, 255, 255, 0.05);
}
.header__btn--tour .tour-ring .ring-fill {
  stroke: rgba(244, 239, 234, 0.4);
  stroke-dasharray: 100;
  stroke-dashoffset: 60;
  animation: spinRing 8s linear infinite;
}
.header__btn--call {
  border: 1px solid rgba(253, 246, 219, 0.24);
  background: transparent;
}
.header__burger {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 4rem;
  background: rgba(217, 216, 214, 0.24);
  backdrop-filter: blur(24px);
  border-radius: 10rem;
  padding: 0 1.8rem;
  cursor: pointer;
  width: 7.1rem;
}
.header__burger i {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__burger i, .header__burger i::before, .header__burger i::after {
  display: block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #FDF6DB;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__burger i::before, .header__burger i::after {
  position: absolute;
  content: "";
}
.header__burger i::before {
  top: -0.45rem;
}
.header__burger i::after {
  top: 0.45rem;
}
.header__burger i {
  background-color: transparent !important;
}
.header__burger i:after, .header__burger i:before {
  background-color: #FDF6DB !important;
}
.header__burger.active i {
  background-color: transparent;
}
.header__burger.active i::before {
  -webkit-transform: translateY(0.45rem) rotate(45deg);
  -moz-transform: translateY(0.45rem) rotate(45deg);
  -ms-transform: translateY(0.45rem) rotate(45deg);
  -o-transform: translateY(0.45rem) rotate(45deg);
  transform: translateY(0.45rem) rotate(45deg);
}
.header__burger.active i::after {
  -webkit-transform: translateY(-0.45rem) rotate(-45deg);
  -moz-transform: translateY(-0.45rem) rotate(-45deg);
  -ms-transform: translateY(-0.45rem) rotate(-45deg);
  -o-transform: translateY(-0.45rem) rotate(-45deg);
  transform: translateY(-0.45rem) rotate(-45deg);
}
.header__logo {
  pointer-events: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__logo .logo-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  color: #f4efea;
  font-family: "The Seasons", serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.header__logo .logo-link img,
.header__logo .logo-link svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header__logo .logo-link {
    font-size: 2.4rem;
  }
}
.header__logo .logo-link:hover {
  opacity: 0.85;
}
.header__logo .logo-link .logo-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: inset(0% 0% 0% 0%);
  will-change: transform, clip-path;
  width: 13.7rem;
  height: 5.6rem;
}
.header__logo .logo-link .logo-text img,
.header__logo .logo-link .logo-text svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo .logo-link .logo-text .logo-top {
  font-weight: 400;
}
.header__logo .logo-link .logo-text .logo-bottom {
  font-weight: 300;
  font-size: 2.4rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .header__logo .logo-link .logo-text .logo-bottom {
    font-size: 1.8rem;
  }
}
.header__logo .logo-link .logo-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 4.7rem;
  clip-path: inset(0% 0% 0% 100%);
  will-change: transform, clip-path;
}
@media (max-width: 767px) {
  .header__logo .logo-link .logo-svg {
    width: 6rem;
    height: 3.5rem;
  }
}
.header__logo .logo-link .logo-svg svg {
  width: 100%;
  height: auto;
  display: block;
}
.header__logo .logo-link .logo-svg svg path {
  fill: #f4efea;
}
.header__lang {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  height: 4rem;
  padding: 0 1.6rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2rem;
  background: rgba(217, 216, 214, 0.24);
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  .header__lang:hover .header__lang__list {
    opacity: 1;
    pointer-events: auto;
  }
  .header__lang:hover .header__lang__selected:after {
    transform: rotate(180deg);
  }
}
.header__lang__selected {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #FDF6DB;
}
.header__lang__list {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: rgba(217, 216, 214, 0.24);
  backdrop-filter: blur(24px);
  box-shadow: 0px 2px 4px 0px rgba(10, 112, 69, 0.04), 0px -1px 2px 0px rgba(0, 0, 0, 0.04);
  padding: 0.4rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header__lang__list:before {
  content: "";
  position: absolute;
  top: -0.8rem;
  width: 100%;
  height: 0.8rem;
}
.header__lang__list li a {
  display: block;
  padding: 0.85rem 1.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 150% */
  border-radius: 1.6rem;
  background: rgba(253, 246, 219, 0.2);
}
.header__lang__list li a:hover {
  background-color: #faf9f7;
  color: #2d3940;
}
@media (max-width: 767px) {
  .header .header__btn--tour,
  .header .header__lang,
  .header .header__btn--call {
    display: none !important;
  }
  .header__btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 18px;
  }
  .header__btn.js-open-tour {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 8px;
  }
  .header__btn--circle {
    font-size: 10px;
    line-height: 12px;
  }
  .header__btn--tour {
    width: 40px;
    height: 40px;
  }
  .header__lang {
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    background: none;
    gap: 10px;
  }
  .header__lang__selected {
    gap: 4px;
    padding: 8.5px 15px;
    color: #2c0d08;
    background: #FDF6DB;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
  }
  .header__lang__list {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    gap: 10px;
    flex-direction: row;
  }
  .header__lang__list:before {
    display: none;
  }
  .header__lang__list li a {
    display: block;
    padding: 8.5px 15px;
    color: #FDF6DB;
    font-size: 14px;
    line-height: 20px; /* 150% */
    border-radius: 8px;
  }
  .header__left {
    width: 100%;
    justify-content: space-between;
  }
  .header__logo .logo-link .logo-text {
    width: 98px;
    height: 40px;
  }
  .header__burger {
    height: 32px;
    padding: 0;
    width: 60px;
  }
  .header__burger i {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header__burger i, .header__burger i::before, .header__burger i::after {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #FDF6DB;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header__burger i::before, .header__burger i::after {
    position: absolute;
    content: "";
  }
  .header__burger i::before {
    top: -4px;
  }
  .header__burger i::after {
    top: 4px;
  }
  .header__burger i {
    background-color: transparent !important;
  }
  .header__burger i:after, .header__burger i:before {
    background-color: #FDF6DB !important;
  }
  .header__burger.active i {
    background-color: transparent;
  }
  .header__burger.active i::before {
    -webkit-transform: translateY(4px) rotate(45deg);
    -moz-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  .header__burger.active i::after {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -moz-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    -o-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
.header__bg, .header__btn, .header__burger, .header__lang, .header__lang__selected, .header__lang__list, .header__lang__list li a, .header__logo, .header__right,
.header .tour-ring .ring-bg,
.header .tour-ring .ring-fill {
  transition: background 0.4s ease, background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, stroke 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}
.header__logo img, .header__logo svg {
  transition: filter 0.4s ease;
}

@keyframes spinRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__bg {
  background: rgba(255, 255, 255, 0.5);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__logo img,
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__logo svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7463%) hue-rotate(56deg) brightness(110%) contrast(101%);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn {
  background: rgba(0, 0, 0, 0.24);
  color: #000;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn:hover {
  color: #000;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn--circle {
  background: transparent;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn--tour {
  border: 1px solid rgba(0, 0, 0, 0.24);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn--tour .tour-ring .ring-bg {
  stroke: rgba(0, 0, 0, 0.05);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn--tour .tour-ring .ring-fill {
  stroke: rgba(244, 239, 234, 0.4);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__btn--call {
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: transparent;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger {
  background: rgba(0, 0, 0, 0.24);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i, body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::before, body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::after {
  display: block;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #000;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::before, body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::after {
  position: absolute;
  content: "";
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::before {
  top: -0.45rem;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i::after {
  top: 0.45rem;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i {
  background-color: transparent !important;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i:after, body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger i:before {
  background-color: #000 !important;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger.active i {
  background-color: transparent;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger.active i::before {
  -webkit-transform: translateY(0.45rem) rotate(45deg);
  -moz-transform: translateY(0.45rem) rotate(45deg);
  -ms-transform: translateY(0.45rem) rotate(45deg);
  -o-transform: translateY(0.45rem) rotate(45deg);
  transform: translateY(0.45rem) rotate(45deg);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__burger.active i::after {
  -webkit-transform: translateY(-0.45rem) rotate(-45deg);
  -moz-transform: translateY(-0.45rem) rotate(-45deg);
  -ms-transform: translateY(-0.45rem) rotate(-45deg);
  -o-transform: translateY(-0.45rem) rotate(-45deg);
  transform: translateY(-0.45rem) rotate(-45deg);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__lang {
  background: rgba(0, 0, 0, 0.24);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__lang__selected {
  color: #000;
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__lang__list {
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(24px);
  box-shadow: 0px 2px 4px 0px rgba(10, 112, 69, 0.04), 0px -1px 2px 0px rgba(0, 0, 0, 0.04);
}
body:not(:has(#toggle_burger:checked)) .header.header--dark .header__lang__list li a {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background: radial-gradient(circle at center, #1f1a0a 0%, #2c0d0a 45%, #2c0d0a 100%);
  background-size: 200% 200%;
  animation: preloaderBgMove 15s ease-in-out infinite alternate;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.preloader.is-loaded {
  pointer-events: none;
}
.preloader.is-loaded .preloader__logo {
  opacity: 1;
}
.preloader__logo {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .preloader__logo {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.preloader__logo svg {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.preloader__logo svg.lotus {
  width: 60rem;
  height: 60rem;
  transform: translateX(78px);
}
@media (max-width: 768px) {
  .preloader__logo svg.lotus {
    width: 16rem;
    height: auto;
    transform: translateY(35px);
  }
}
.preloader__logo svg.lotus > path {
  opacity: 0;
}
.preloader__logo svg.word {
  transform: translateX(-20px);
}
@media (max-width: 768px) {
  .preloader__logo svg.word {
    width: 24rem;
    height: auto;
    transform: translateY(-20px);
  }
}
.preloader__logo svg.word > path {
  opacity: 0;
}
.preloader__percent {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  font-size: 4.8rem;
  line-height: 1;
  color: #FDF6DB;
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 768px) {
  .preloader__percent {
    bottom: auto;
    right: auto;
    top: 2.4rem;
    left: 2.4rem;
    font-size: 2.8rem;
  }
}

body.preloader-active {
  overflow: hidden !important;
}

html.skip-preloader .preloader {
  display: none !important;
}
html.skip-preloader body.preloader-active {
  overflow: auto !important;
}

@keyframes preloaderBgMove {
  0% {
    background-position: 0% 0%; /* Center at Bottom Right */
  }
  100% {
    background-position: 100% 50%; /* Center at Center Left */
  }
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 10001;
  background: radial-gradient(circle at center, #1f1a0a 0%, #2c0d0a 45%, #2c0d0a 100%);
  background-size: 250% 250%;
  pointer-events: none;
  clip-path: inset(0% 0% 100% 0%);
}

.footer {
  background-color: #FDF6DB;
  color: #000000;
  padding: 5.6rem 0;
  position: relative;
  overflow: hidden;
}
.footer.hidden {
  display: none;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3.2rem;
}
.footer .footer-left h3 {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 0.4rem;
  color: #000;
}
.footer .footer-left h3 a {
  font-weight: inherit;
  color: inherit;
}
.footer .footer-left p {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}
.footer .footer-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer .logo-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.footer .logo-wrapper.is-loaded .footer-logo-fallback {
  display: none;
}
.footer .footer-logo-fallback {
  display: block;
  width: 100%;
  height: auto;
}
.footer .svg-outline-holder svg,
.footer .svg-solid-holder svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer .svg-outline {
  display: block;
  width: 100%;
  height: auto;
  color: #000000;
  overflow: visible;
}
.footer .svg-outline path {
  fill: transparent !important;
  stroke: currentColor !important;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.footer .svg-solid-holder {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.footer .svg-solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.footer .svg-solid path {
  fill: #000000 !important;
}
.footer .footer-mask-circle {
  transform-box: fill-box;
  transform-origin: center;
}
@media (max-width: 767px) {
  .footer {
    padding: 48px 0;
  }
  .footer .footer-top {
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .footer .footer-left h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .footer .footer-left p {
    font-size: 14px;
  }
}

.footer-reveal-previous {
  z-index: 2;
  will-change: transform;
}

.footer-socials {
  display: flex;
  gap: 2.4rem;
  list-style: none;
}
.footer-socials a {
  color: #000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.footer-socials a:hover {
  opacity: 1;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .footer-socials {
    gap: 20px;
  }
  .footer-socials a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .footer-socials a svg {
    width: 16px;
    height: 16px;
  }
}

.breadcrumbs-block {
  padding: 2.4rem 0 0;
  margin-bottom: 5.2rem;
}
.breadcrumbs-block--white {
  padding: 2.4rem 0;
  margin-bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .breadcrumbs-block {
    margin-bottom: 24px;
  }
  .breadcrumbs-block--white {
    margin-bottom: 0;
    padding-top: 16px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}
.breadcrumbs li a {
  color: #A5A9B0;
  display: flex;
  align-items: center;
}
.breadcrumbs li a:after {
  content: "";
  display: inline-block;
  margin: 0 1.2rem;
  width: 4px;
  height: 6px;
  background-image: url("../images/svg-icons/arrow-right.svg");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .breadcrumbs {
    width: 100%;
    overflow-x: auto;
  }
  .breadcrumbs li {
    width: max-content;
    font-size: 11px;
    white-space: nowrap;
  }
  .breadcrumbs li a {
    white-space: nowrap;
  }
  .breadcrumbs li a:after {
    margin: 2px 12px 0;
    width: 5px;
    height: 8px;
  }
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}
.popup__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup__scroll {
  overflow-y: auto;
  max-height: 98vh;
  height: 100%;
  padding: 4rem 5.6rem;
}
.popup__close {
  width: 2.2rem;
  height: 2.2rem;
  background-color: rgba(64, 64, 64, 0.2);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1.2rem 1.2rem auto;
  cursor: pointer;
}
.popup__close:hover {
  background-color: #dc3545;
}
.popup__close:before, .popup__close:after {
  content: "";
  width: 2px;
  height: 1.2rem;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
.popup__close:after {
  transform: rotate(45deg);
}
.popup__body {
  position: absolute;
  max-height: 100%;
  z-index: 15;
  background-color: #fff;
  width: 67rem;
}
.popup__icon {
  color: #219653;
  margin: 0 auto 2rem;
}
.popup--success .popup__body {
  width: 40rem;
  text-align: center;
  padding: 3.4rem 3.2rem;
}
.popup--success .popup__body h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #090C02;
  margin-bottom: 0.8rem;
}
.popup--success .popup__body p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #737A87;
}
.popup-side.open .popup__body {
  right: 0;
}
.popup-side .popup__blur {
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-side .popup__body {
  right: -100%;
  top: 0;
  bottom: 0;
  width: 50vw;
}
.popup-side .popup__close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 0;
  background: #2C0D08;
  top: 50%;
  transform: translateY(-50%);
  left: -2.2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.popup-side .popup__close:hover {
  transform: translateY(-50%) scale(1.08);
}
.popup-side .popup__close:before, .popup-side .popup__close:after {
  display: none;
}
.popup-side .popup__success__img {
  padding: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.popup-side .popup__success__img img {
  width: 6.8rem;
  height: 6.8rem;
  object-fit: contain;
}
.popup-news .popup__scroll {
  padding: 3.6rem;
}
.popup-news .popup__body {
  background: #FDF6DB;
  transition: none !important;
  right: 0;
}
.popup-news .popup-news__img {
  width: 100%;
  margin-bottom: 2rem;
}
.popup-news .popup-news__img img {
  width: 100%;
  height: auto;
}
.popup-news .popup-news__head {
  margin-bottom: 2rem;
}
.popup-news .popup-news__head span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #A0A1A4;
  display: block;
  margin-bottom: 0.8rem;
}
.popup-news .popup-news__head h3 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.popup-news .popup-news__actions {
  display: flex;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.05);
  width: max-content;
}
.popup-news .popup-news__actions button {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2A2A2A;
  background: none;
  border: 0;
  height: 4rem;
  width: 3.6rem;
}
.popup-news .popup-news__actions button:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.popup-news .popup-news__content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.popup-form.open .popup__body {
  left: 0;
}
.popup-form .popup__body {
  width: 40vw;
  left: 0;
  right: auto;
  transition: none !important;
}
.popup-form .popup__close {
  left: 0;
  right: -1rem;
}
.popup-form .contact__content {
  padding: 0;
}
.popup-form .contact__content h2 {
  margin-bottom: 16.5rem;
}
@media (max-width: 767px) {
  .popup__body {
    width: 90%;
    max-height: 90%;
  }
  .popup__close {
    width: 25px;
    height: 25px;
    margin-bottom: 12px;
  }
  .popup__close:before, .popup__close:after {
    height: 12px;
  }
  .popup__scroll {
    padding: 32px 16px;
    max-height: 90vh;
  }
  .popup-side.open .popup__body {
    right: 0;
  }
  .popup-side .popup__body {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .popup-side .popup__close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -22px;
    right: 16px;
    left: auto;
    z-index: 2;
  }
  .popup-side .popup__success__img {
    padding: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .popup-side .popup__success__img img {
    width: 6.8rem;
    height: 6.8rem;
    object-fit: contain;
  }
  .popup-form.open .popup__body {
    left: 0;
  }
  .popup-form .popup__body {
    width: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
  }
  .popup-form .popup__close {
    right: 20px;
    top: 24px;
  }
  .popup-form .popup__scroll {
    max-height: 100vh;
    height: 100vh;
  }
  .popup-form .contact__content {
    padding: 48px 0;
    transform: none;
    position: static;
    color: #2C0D08;
  }
  .popup-form .contact__content h2 {
    color: #2C0D08;
    margin-bottom: 32px;
  }
  .popup-form .contact__content .cf-field .cf-input {
    border-bottom: 1px solid rgba(44, 13, 8, 0.5);
    color: #2C0D08 !important;
  }
  .popup-form .contact__content .cf-field .cf-label {
    color: #2C0D08 !important;
  }
  .popup-form .contact__content .cf-field .cf-line {
    background: #2C0D08;
  }
}

input:checked + .popup {
  opacity: 1;
  pointer-events: auto;
}

.not-found {
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  min-height: 35vh;
}
.not-found h1 {
  font-size: 4rem;
  color: #dc3545;
  font-weight: 600;
}
.not-found h1 b {
  font-size: 12rem;
}
.not-found .btn {
  margin-top: 3rem;
}

.hero {
  height: 100dvh;
  min-height: 64rem;
  overflow: hidden;
  position: relative;
}
.hero__media {
  height: 100%;
  width: 100%;
}
.hero__item {
  height: 100%;
  width: 100%;
}
.hero__item img, .hero__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3.4rem;
}
.hero__content .container-fluid, .hero__content .container-sm, .hero__content .container-md, .hero__content .container-lg, .hero__content .container-xl, .hero__content .container-xxl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.8rem;
}
.hero__content h1 {
  font-weight: 400;
  font-size: 12.8rem;
  line-height: 158 px/10pxrem;
  text-align: right;
  color: #FDF6DB;
}
.hero__scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #FDF6DB;
  color: #FDF6DB;
}
.hero__scroll svg {
  fill: #FDF6DB;
}
@media (max-width: 767px) {
  .hero {
    height: 100dvh;
  }
  .hero__content {
    padding-bottom: 50px;
  }
  .hero__content .container-fluid, .hero__content .container-sm, .hero__content .container-md, .hero__content .container-lg, .hero__content .container-xl, .hero__content .container-xxl {
    gap: 16px;
  }
  .hero__content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .hero__scroll {
    width: 24px;
    height: 24px;
  }
  .hero__scroll svg {
    width: 16px;
    height: 16px;
  }
}

.second {
  height: calc(var(--vh, 1vh) * 100);
  min-height: 64rem;
  overflow: hidden;
  position: relative;
}
.second__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: calc(10rem + 5.6rem) 0;
  color: #FDF6DB;
}
.second__content br {
  display: none;
}
.second__content h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7.8rem;
  color: #FDF6DB;
}
.second__content p {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.second__text > * + * {
  margin-top: 4rem;
}
.second__media {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.second__media img, .second__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width: 767px) {
  .second__content {
    padding: 72px 0;
  }
  .second__content br {
    display: none;
  }
  .second__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .second__content p {
    max-width: 100%;
  }
  .second__text {
    max-width: 100%;
  }
  .second__text > * + * {
    margin-top: 24px;
  }
  .second__media img {
    object-position: -290px;
  }
}

.third {
  height: calc(var(--vh, 1vh) * 100);
  min-height: 64rem;
  overflow: hidden;
  position: relative;
}
.third__content {
  background: #FFE8D6;
  height: 100%;
  padding: 8rem;
  width: 50%;
  position: absolute;
  left: 0;
}
.third__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 3.2rem;
}
.third__head span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.third__head img {
  height: 2.1rem;
  object-fit: contain;
  width: auto;
}
.third__media {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.third__media__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.third__media__item video, .third__media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .third__content {
    padding: 20px 16px;
    width: 100%;
    height: 50%;
  }
  .third__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 12px;
  }
  .third__head span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .third__head img {
    height: 18px;
  }
  .third__media {
    height: 50vh;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}

.fourth {
  background: #E35335;
  padding: calc(10rem + 5.6rem) 0 7.2rem 0;
  position: relative;
  overflow: hidden;
}
.fourth--advantages {
  background: #FDF6DB;
  height: 100vh;
}
.fourth--advantages .fourth__content {
  color: #2C0D08;
}
.fourth--advantages .fourth__content h2 {
  color: inherit;
}
.fourth--advantages .fourth__progress {
  background: rgba(44, 13, 8, 0.2);
}
.fourth--advantages .fourth__progress-fill {
  background: #2C0D08;
}
.fourth--advantages .fourth__pattern {
  width: 55rem;
  height: 19.2rem;
}
.fourth__wrapper {
  display: flex;
  gap: 8rem;
}
.fourth__content {
  color: #FDF6DB;
  max-width: 60%;
}
.fourth__content > * + * {
  margin-top: 4rem;
}
.fourth__content h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7rem;
  color: #FDF6DB;
}
.fourth__content h2 + p {
  max-width: 41.1rem;
  margin-left: auto;
}
.fourth__images {
  display: flex;
  position: relative;
}
.fourth__progress {
  display: none;
}
.fourth__image {
  width: 32.9rem;
  height: 32.9rem;
  flex: 1;
}
.fourth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fourth__image:nth-child(2) {
  margin-top: 10rem;
  margin-left: -10rem;
}
.fourth__image:nth-child(3) {
  margin-top: 20rem;
  margin-left: -10rem;
}
.fourth__pattern {
  position: absolute;
  opacity: 0.5;
}
.fourth__pattern img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fourth__pattern--right {
  width: 27.8rem;
  height: 27.1rem;
  top: -4rem;
  right: -6.5rem;
}
.fourth__pattern--left {
  bottom: 15%;
  left: -15%;
  opacity: 0.5;
  width: 54.9rem;
  height: 16.5rem;
}
@media (max-width: 767px) {
  .fourth {
    padding: 80px 0 32px;
  }
  .fourth__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .fourth__content {
    max-width: 100%;
  }
  .fourth__content > * + * {
    margin-top: 16px;
  }
  .fourth__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .fourth__content h2 + p {
    max-width: 100%;
    margin-left: 0;
  }
  .fourth__images {
    margin-top: 0;
    gap: 16px;
    width: max-content;
  }
  .fourth__image {
    flex: none;
    width: 200px;
    height: 200px;
  }
  .fourth__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fourth__image:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .fourth__image:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
  .fourth__progress {
    display: block;
    width: 147px;
    height: 2px;
    background: rgba(253, 246, 219, 0.3);
    margin: 24px auto 0;
    position: relative;
    overflow: hidden;
  }
  .fourth__progress-fill {
    height: 100%;
    width: 100%;
    background: #FDF6DB;
    transform: scaleX(0);
    transform-origin: left;
  }
  .fourth__pattern--right {
    width: 150px;
    height: 150px;
    top: -40px;
    right: -65px;
  }
  .fourth__pattern--left {
    bottom: 40%;
    left: -35%;
    width: 300px;
    height: 100px;
  }
}

.fifth__media {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.fifth__media__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fifth__media__item video, .fifth__media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.fifth__content {
  background: #2C0D08;
  height: 100%;
  padding: 12rem 8rem;
  color: #FDF6DB;
}
.fifth__content > * + * {
  margin-top: 3.2rem;
}
.fifth__content h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7rem;
  color: inherit;
}
.fifth__content p {
  max-width: 41.1rem;
  margin-left: auto;
  margin-right: 4.8rem;
}
@media (max-width: 767px) {
  .fifth__media {
    height: 50vh;
  }
  .fifth__content {
    padding: 32px 16px;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fifth__content > * + * {
    margin-top: 24px;
  }
  .fifth__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .fifth__content p {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.sixth {
  background: #FDF6DB;
  overflow: hidden;
}
.sixth--simple {
  background: #FDDBDB;
}
.sixth--simple .sixth__content {
  justify-content: center;
}
.sixth--simple .sixth__content ul {
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.sixth--simple .sixth__content ul li {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
.sixth--simple .sixth__content ul li h3 {
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 100%;
  color: #2C0D08;
}
.sixth--simple .sixth__content ul li h3 small {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
}
.sixth--simple .sixth__content ul li span {
  color: rgba(44, 13, 8, 0.5);
}
.sixth__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.2rem 5.2rem 9.1rem 5.2rem;
  position: relative;
}
.sixth__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.sixth__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12.8rem;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.sixth__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sixth__list li {
  text-align: right;
}
.sixth__list li button {
  padding: 0;
  border: 0;
  background: none;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  font-family: "Playfair Display", sans-serif;
  color: #000;
}
.sixth__progress {
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.sixth__progress .progress-bar {
  width: 2px;
  height: 100%;
  background: #000;
  transform: scaleY(0.3333);
  transform-origin: top center;
  will-change: transform;
}
.sixth__media {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.sixth__media__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sixth__media__item video, .sixth__media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sixth__texts {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sixth .row {
    flex-direction: column-reverse;
  }
  .sixth--simple {
    background: #FDDBDB;
  }
  .sixth--simple .sixth__content {
    height: auto;
  }
  .sixth--simple .sixth__content ul {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  .sixth--simple .sixth__content ul li {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
  }
  .sixth--simple .sixth__content ul li h3 {
    font-weight: 400;
    font-size: 7.2rem;
    line-height: 100%;
    color: #2C0D08;
  }
  .sixth--simple .sixth__content ul li h3 small {
    font-weight: 400;
    font-size: 4rem;
    line-height: 100%;
  }
  .sixth--simple .sixth__content ul li span {
    color: rgba(44, 13, 8, 0.5);
  }
  .sixth__content {
    height: 40vh;
    padding: 24px 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sixth__actions {
    width: 100%;
    margin-bottom: 16px;
    gap: 0;
    flex-direction: column;
    align-items: center;
    position: static;
  }
  .sixth__list {
    width: 100%;
    height: 36px;
    position: relative;
    overflow: hidden;
  }
  .sixth__list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sixth__list li button {
    font-size: 32px;
  }
  .sixth__texts {
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 80px;
    overflow: hidden;
  }
  .sixth__texts .sixth__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sixth__progress {
    width: 147px;
    height: 2px;
    margin: 2.4rem auto 0;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 32px;
  }
  .sixth__progress .progress-bar {
    width: 100%;
    height: 2px;
    transform: scaleX(0.3333);
    transform-origin: left center;
  }
  .sixth__media {
    height: 60vh;
  }
}

.seventh {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.seventh--terms {
  height: calc(var(--vh, 1vh) * 100);
}
.seventh--terms .seventh__bg {
  background: #B1955C;
}
.seventh--terms .seventh__content {
  gap: 4rem;
}
.seventh--terms .seventh__content h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7rem;
}
.seventh--terms .seventh__content p {
  max-width: 41.1rem;
  margin-left: auto;
}
.seventh--terms .seventh__wrapper {
  align-items: flex-start;
}
.seventh--contact .seventh__bg {
  background: #ECF9F9;
}
.seventh--contact .seventh__wrapper {
  padding-top: 15rem;
  gap: 7.2rem;
  align-items: flex-start;
}
.seventh--contact .seventh__content {
  gap: 4rem;
  color: #000;
}
.seventh--contact .seventh__content h2 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 4rem;
}
.seventh--contact .seventh__texts p {
  color: #000;
}
.seventh--contact .seventh__texts p a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.seventh--contact .seventh__texts p a:hover {
  opacity: 0.7;
}
.seventh__bg {
  position: absolute;
  height: 100%;
  width: 75%;
  right: 0;
  background: #a5607b;
  z-index: 1;
}
.seventh .container-fluid, .seventh .container-sm, .seventh .container-md, .seventh .container-lg, .seventh .container-xl, .seventh .container-xxl {
  height: 100%;
}
.seventh__wrapper {
  display: flex;
  padding: 8rem 0;
  gap: 13rem;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.seventh__media {
  height: 66.5rem;
  width: 69rem;
  max-height: 100%;
}
.seventh__media img, .seventh__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seventh__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  color: #FDF6DB;
}
.seventh__content h3 {
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 100%;
  color: inherit;
}
.seventh__texts p {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .seventh--terms .seventh__content {
    gap: 32px;
    width: 100%;
    padding: 48px 16px 24px;
  }
  .seventh--terms .seventh__content h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .seventh--terms .seventh__content p {
    max-width: 100%;
    margin-left: 0;
  }
  .seventh--terms .seventh__wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .seventh--contact .seventh__wrapper {
    padding-top: 80px;
    gap: 24px;
  }
  .seventh--contact .seventh__content {
    gap: 8px;
    padding-top: 0;
  }
  .seventh--contact .seventh__content h2 {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .seventh--contact .seventh__content .footer-socials {
    margin-top: 24px;
  }
  .seventh .container-fluid, .seventh .container-sm, .seventh .container-md, .seventh .container-lg, .seventh .container-xl, .seventh .container-xxl {
    padding: 0;
  }
  .seventh__wrapper {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .seventh__media {
    height: 60vh;
    width: 100%;
  }
  .seventh__bg {
    width: 100%;
  }
  .seventh__content {
    gap: 24px;
    padding: 48px 16px;
  }
  .seventh__content br {
    display: none;
  }
  .seventh__content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.eighth {
  background: #e4dda0;
  padding: 10rem 0 8rem;
  position: relative;
}
.eighth__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eighth__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eighth__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 24.5rem;
  position: relative;
}
.eighth__head {
  margin-bottom: 4.2rem;
  font-weight: 500;
}
.eighth__head h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7.8rem;
  margin-bottom: 3.2rem;
  color: #2c0d08;
  overflow: hidden;
}
.eighth__media {
  width: 63rem;
  height: 40rem;
  max-height: 100%;
}
.eighth__media video,
.eighth__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path 0.5s ease-out;
}
.eighth__content {
  flex: 1;
  max-width: 57.1rem;
  margin-left: auto;
  margin-bottom: 8rem;
}
.eighth__leafs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.eighth__leafs img {
  position: absolute;
  width: 12rem;
  height: auto;
  object-fit: contain;
}
.eighth__leafs img:nth-child(1) {
  left: 10%;
  width: 12rem;
}
.eighth__leafs img:nth-child(2) {
  left: 50%;
  width: 7rem;
}
.eighth__leafs img:nth-child(3) {
  left: 80%;
  width: 3rem;
}
@media (max-width: 767px) {
  .eighth {
    padding: 64px 0 32px;
  }
  .eighth__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .eighth__head {
    margin-bottom: 16px;
  }
  .eighth__head h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .eighth__head h2 br {
    display: none;
  }
  .eighth__media {
    width: 100%;
    height: 220px;
  }
  .eighth__content {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .eighth__content br {
    display: none;
  }
  .eighth__leafs img {
    position: absolute;
    width: 60px;
    height: auto;
    object-fit: contain;
  }
  .eighth__leafs img:nth-child(1) {
    left: 10%;
    width: 200px;
    z-index: 1;
  }
  .eighth__leafs img:nth-child(2) {
    left: 50%;
    width: 100px;
    z-index: -1;
  }
  .eighth__leafs img:nth-child(3) {
    left: 80%;
    width: 70px;
    z-index: -1;
  }
}

.ninth {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.ninth__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transform: scale(1.05);
}
.ninth__content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #f3e7d0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: #2C0D08;
  padding: 4.8rem;
}
.ninth__map {
  height: 63.6rem;
}
.ninth__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  padding: 10rem 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.news--page {
  margin-top: 5.6rem;
  height: auto;
  padding: 8rem 0;
}
.news--page .row {
  row-gap: 4rem;
}
.news--page .section-head {
  margin-bottom: 4rem;
}
.news--page .btn {
  display: flex !important;
  margin: 4rem auto 0;
  background: transparent;
  border-color: #2C0D08;
}
.news__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.news__item:hover .events__img:before {
  opacity: 0.56;
}
.news__item:hover .events__img .more {
  opacity: 1;
}
.news__item:hover .events__desc {
  color: #010F17;
}
.news__item:hover .events__desc span {
  color: #48556D;
}
.news__item:hover .events__desc h5 {
  text-decoration: underline;
}
.news__img {
  padding-bottom: 65%;
  position: relative;
  display: block;
  margin-bottom: 1.6rem;
}
.news__img:before {
  z-index: 2;
  content: "";
  opacity: 0;
  background: #010F17;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.news__img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem; /* 150% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
}
.news__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: var(--text-dark, #2D3940);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem; /* 157.143% */
}
.news__desc h5 {
  color: #2C0D08;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.news__desc h5 a {
  font-weight: inherit;
  color: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.news__desc p {
  margin-bottom: 4.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
.news__desc span {
  display: block;
  margin-top: auto;
  color: var(--text-light, #A0A1A4);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 133.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news {
    padding: 48px 0;
    height: auto;
  }
  .news .row {
    row-gap: 24px;
  }
  .news__img {
    margin-bottom: 16px;
  }
  .news__desc {
    gap: 12px;
    font-size: 14px;
    line-height: 22px; /* 157.143% */
  }
  .news__desc h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .news__desc p {
    margin-bottom: 24px;
  }
  .news__desc span {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.48px;
  }
}

.gs {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #2c0d08;
  overflow: hidden;
  z-index: 4;
}
.gs__back-btn {
  position: absolute;
  top: 10rem;
  left: 4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #2C0D08;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.gs__back-btn:hover, .gs__back-btn:active, .gs__back-btn:focus {
  opacity: 0.7;
  color: #2C0D08;
}
.gs__back-btn svg {
  width: 2.4rem;
  height: 2.4rem;
}
.gs__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.05);
}
.gs__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}
.gs__strip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 24px;
  will-change: transform;
  align-items: center;
}
.gs__slide {
  flex: 0 0 872px;
  width: 872px;
  height: 562px;
  position: relative;
}
.gs__img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
  will-change: transform;
}
.gs__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}
.gs__slide-overlay {
  display: none;
}
.gs__slide-title {
  display: none;
}
.gs__progress-track {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
  height: 0.2rem;
  background: rgba(44, 13, 8, 0.15);
  z-index: 20;
  overflow: hidden;
}
.gs__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2C0D08;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.gs__section-titles {
  position: relative;
  top: 50%;
  left: 7.5rem;
  transform: translateY(-50%);
}
.gs__section-titles h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
  font-size: 10rem;
  line-height: 7rem;
  color: #FDF6DB;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .gs__back-btn {
    top: 90px;
    left: 16px;
    font-size: 14px;
  }
  .gs__back-btn svg {
    width: 20px;
    height: 20px;
  }
  .gs__slide {
    flex: 0 0 85vw;
    width: 85vw;
  }
  .gs .gs__section-titles {
    top: 20%;
    left: 16px;
    transform: none;
    height: 40px;
  }
  .gs .gs__section-titles h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .gs__slide-title {
    font-size: 32px;
    line-height: 40px;
  }
  .gs__slide {
    height: 260px;
  }
  .gs__progress-track {
    position: absolute;
    bottom: 15%;
  }
}
.gs-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.gs-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.gs-modal__close {
  position: absolute;
  top: 2.8rem;
  right: 3.2rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: #2C0D08;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gs-modal__close:hover {
  transform: scale(1.08);
}
.gs-modal__track {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.gs-modal__strip {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1);
}
.gs-modal__item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gs-modal__item:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.gs-modal__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.gs-modal__hud {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 4.8rem 3.6rem;
  gap: 2.4rem;
}
.gs-modal__nav {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  background: #2C0D08;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gs-modal__nav:hover {
  transform: scale(0.94);
}
.gs-modal__nav:active {
  transform: scale(0.94);
}
.gs-modal__nav[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.gs-modal__progress-track {
  flex: 1;
  height: 0.2rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.gs-modal__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2C0D08;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.contact {
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  overflow: hidden;
  position: relative;
}
.contact__media {
  height: calc(var(--vh, 1vh) * 100);
}
.contact__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__content {
  padding: 12rem 6rem 4.8rem 4.8rem;
}
.contact__content h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7rem;
  color: #2C0D08;
  margin-bottom: 6rem;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.contact__form .d-flex {
  gap: 3.2rem;
}
.contact__form .btn {
  margin-top: 0.8rem;
  padding: 1.8rem 3.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  overflow: hidden;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .contact {
    position: relative;
  }
  .contact__media img {
    filter: brightness(0.8);
  }
  .contact__content {
    padding: 48px 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact__content h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #FDF6DB;
  }
  .contact__form {
    gap: 32px;
  }
  .contact__form .d-flex {
    gap: 32px;
    flex-direction: column;
  }
  .contact__form .btn {
    margin-top: 8px;
    padding: 18px 32px;
    font-size: 14px;
  }
}

.cf-field {
  position: relative;
  flex: 1;
}
.cf-field .cf-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(44, 13, 8, 0.25);
  padding: 2.2rem 0 0.8rem;
  font-size: 1.6rem;
  color: #2C0D08;
  font-family: "Inter", sans-serif;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  transition: border-color 0.3s ease;
}
.cf-field .cf-input:focus {
  border-color: #2C0D08;
}
.cf-field .cf-select {
  cursor: pointer;
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%232C0D08' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.cf-field .cf-label {
  position: absolute;
  left: 0;
  top: 2.2rem;
  font-size: 1.6rem;
  color: rgba(44, 13, 8, 0.45);
  font-family: "Inter", sans-serif;
  pointer-events: none;
  transform-origin: left top;
}
.cf-field .cf-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #2C0D08;
  display: block;
}
@media (max-width: 767px) {
  .cf-field .cf-input {
    padding: 22px 0 8px;
    font-size: 16px;
    color: #FDF6DB;
    border-bottom: 1px solid rgba(253, 246, 219, 0.5);
  }
  .cf-field .cf-select {
    padding-right: 24px;
  }
  .cf-field .cf-label {
    top: 22px;
    font-size: 16px;
    color: #FDF6DB !important;
  }
  .cf-field .cf-line {
    background: #FDF6DB;
  }
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
.menu__mobile {
  display: none;
}
.menu .container-fluid, .menu .container-sm, .menu .container-md, .menu .container-lg, .menu .container-xl, .menu .container-xxl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu__left {
  height: calc(var(--vh, 1vh) * 100);
  padding: 4.4rem;
  background: #2c0d08;
  width: 50%;
  clip-path: inset(0% 100% 0% 0%);
}
.menu__nav {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  height: 100%;
}
.menu__nav.hovered li a {
  opacity: 0.12;
}
.menu__item {
  display: flex;
  flex-direction: column;
}
.menu__item--top {
  margin: auto 0;
}
.menu__item--top li a {
  color: rgba(253, 246, 219, 0.5);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem; /* 125% */
  display: block;
  padding: 0.4rem 0;
  font-family: "Playfair Display", sans-serif;
}
.menu__item--top li a:hover {
  color: #fdf6db;
}
.menu__item--bottom {
  flex-direction: row;
  gap: 3.2rem;
}
.menu__item--bottom li a {
  color: rgba(253, 246, 219, 0.5);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: block;
  padding: 0.4rem 0;
  font-family: "Inter", sans-serif;
}
.menu__item--bottom li a:hover {
  color: #fdf6db;
  font-style: normal;
}
.menu__media {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50vw;
  height: calc(var(--vh, 1vh) * 100);
  clip-path: inset(0% 0% 100% 0%);
  overflow: hidden;
}
.menu__media__item {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.menu__media__item--active {
  opacity: 1;
  pointer-events: auto;
}
.menu__media img,
.menu__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .menu__mobile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 8px;
  }
  .menu__left {
    padding: 48px 0;
    width: 100%;
  }
  .menu__item--top li a {
    font-size: 32px;
    line-height: 40px; /* 125% */
    padding: 4px 0;
  }
  .menu__item--bottom {
    gap: 32px;
  }
  .menu__item--bottom li a {
    font-size: 18px;
    padding: 4px 0;
  }
  .menu__media {
    display: none;
  }
}

#toggle_burger:checked ~ .header .header__burger i {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#toggle_burger:checked ~ .header .header__burger i, #toggle_burger:checked ~ .header .header__burger i::before, #toggle_burger:checked ~ .header .header__burger i::after {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #000;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#toggle_burger:checked ~ .header .header__burger i::before, #toggle_burger:checked ~ .header .header__burger i::after {
  position: absolute;
  content: "";
}
#toggle_burger:checked ~ .header .header__burger i::before {
  top: -0.7rem;
}
#toggle_burger:checked ~ .header .header__burger i::after {
  top: 0.7rem;
}
#toggle_burger:checked ~ .header .header__burger i {
  background-color: transparent;
}
#toggle_burger:checked ~ .header .header__burger i::before {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
  -moz-transform: translateY(0.7rem) rotate(45deg);
  -ms-transform: translateY(0.7rem) rotate(45deg);
  -o-transform: translateY(0.7rem) rotate(45deg);
  transform: translateY(0.7rem) rotate(45deg);
}
#toggle_burger:checked ~ .header .header__burger i::after {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
  -moz-transform: translateY(-0.7rem) rotate(-45deg);
  -ms-transform: translateY(-0.7rem) rotate(-45deg);
  -o-transform: translateY(-0.7rem) rotate(-45deg);
  transform: translateY(-0.7rem) rotate(-45deg);
}
#toggle_burger:checked ~ .header .header__menu {
  opacity: 0;
  pointer-events: none;
}
.tour-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  display: flex;
  color: #fff;
}
.tour-popup__left {
  width: 50%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  clip-path: inset(0% 100% 0% 0%);
}
@media (max-width: 767px) {
  .tour-popup__left {
    width: 100%;
  }
}
.tour-popup__right {
  width: 50%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  clip-path: inset(100% 0% 0% 0%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour-popup__right {
    display: none;
  }
}
.tour-popup__right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.2);
}
.tour-popup__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.tour-popup__box {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 6rem 6rem 2.2rem 6rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .tour-popup__box {
    padding: 4rem 3rem;
  }
}
.tour-popup__box--params {
  background: #937FCA;
}
.tour-popup__box--params .tour-popup__title {
  color: #fff;
}
.tour-popup__box--visual {
  background: #000;
}
.tour-popup__box--visual .tour-popup__title {
  color: #fff;
}
.tour-popup__box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tour-popup__box-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.8s;
  object-position: bottom;
}
.tour-popup__box-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.tour-popup__box:hover .tour-popup__box-bg img {
  transform: scale(1.05);
}
.tour-popup__box:hover .tour-popup__title {
  font-style: normal;
}
.tour-popup__title {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  line-height: 6.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .tour-popup__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.header--tour-open .header__burger {
  display: none !important;
}
.header--tour-open .header__tour-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 4rem;
  background: transparent;
  color: #fff;
  padding: 0 0.8rem;
  cursor: pointer;
  border: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.header--tour-open .header__tour-close span {
  text-transform: uppercase;
  font-weight: 500;
}
.header--tour-open .js-hide-on-tour,
.header--tour-open .header__logo,
.header--tour-open .header__right,
.header--tour-open .header__bg {
  opacity: 0 !important;
  pointer-events: none;
}

.header__tour-close {
  display: none;
}

.page-content-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-content-wrapper__inner {
  position: relative;
}

.header {
  opacity: 0;
  transform: translateY(-30px);
  will-change: opacity, transform;
}
.header .header__left > *,
.header .header__right > * {
  opacity: 0;
  transform: translateY(20px);
}
.header .header__logo {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(15px);
}

.hero-container {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.hero-container > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-container .hero {
  z-index: 3;
  clip-path: inset(0% 0% 0% 0%);
}
.hero-container .second {
  z-index: 2;
}
.hero-container .third {
  z-index: 4;
  pointer-events: none;
}
.hero-container .third__content, .hero-container .third__media {
  pointer-events: auto;
}
.hero-container .fourth {
  z-index: 10;
  clip-path: inset(100% 0% 0% 0%);
}
.hero-container .fifth {
  z-index: 11;
  pointer-events: none;
}
.hero-container .fifth__content, .hero-container .fifth__media {
  pointer-events: auto;
}
.hero-container .sixth {
  z-index: 12;
  clip-path: inset(100% 0% 0% 0%);
}
.hero-container .seventh {
  z-index: 13;
  clip-path: inset(100% 0% 0% 0%);
}
.hero-container .eighth {
  z-index: 14;
  clip-path: inset(100% 0% 0% 0%);
}
.hero-container .map {
  z-index: 15;
  clip-path: inset(100% 0% 0% 0%);
}

.hero__content h1 {
  overflow: hidden;
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer__inner {
  will-change: transform;
}

.gs__strip {
  will-change: transform;
}
.gs__progress-fill {
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.contact__media img {
  clip-path: inset(0% 100% 0% 0%);
  will-change: clip-path;
}
.contact__form .form-control, .contact__form .btn {
  opacity: 0;
}

#all_parts {
  position: relative;
  z-index: 2;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.canvas-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.has-canvas-3d {
  position: relative;
}
.has-canvas-3d > .canvas-3d {
  z-index: 1;
}
.has-canvas-3d > *:not(.canvas-3d) {
  position: relative;
  z-index: 2;
}

.canvas-3d--interactive {
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    transition: none !important;
  }
  .header {
    transition: none !important;
  }
}
.sth-original {
  display: inline-block;
  position: relative;
}

.sth-clone {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.about-hero {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}
.about-hero__bg {
  height: 100%;
}
.about-hero__bg img {
  width: 100%;
  height: 166.5rem;
  object-fit: cover;
  object-position: left -30rem;
}
.about-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 15.2rem;
}
.about-hero__head {
  color: #fff;
  margin-bottom: 14rem;
}
.about-hero__head h1 {
  font-size: 7.2rem;
  line-height: 8rem;
  font-weight: 400;
  color: inherit;
  padding-bottom: 4rem;
  border-bottom: 1.5px solid rgba(253, 246, 219, 0.2);
  margin-bottom: 1.6rem;
}
.about-hero__head p {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 150%;
  max-width: 56.4rem;
  margin-right: 2.4rem;
  margin-left: auto;
}
.about-hero__statistics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  row-gap: 4.4rem;
  column-gap: 20.6rem;
}
.about-hero__statistics__item {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 1.4rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  max-width: 52rem;
  width: 100%;
  text-align: center;
  min-height: 24.6rem;
}
.about-hero__statistics__item span {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 100%;
  letter-spacing: -1px;
}
.about-hero__statistics__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.about-hero__statistics__item:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
}
.about-hero__statistics__item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
}
.about-hero__statistics__item:nth-child(4) {
  grid-column: 2;
  grid-row: 4;
  justify-self: end;
}
@media (max-width: 767px) {
  .about-hero__content {
    padding-top: 124px;
  }
  .about-hero__head {
    color: #fff;
    margin-bottom: 24px;
  }
  .about-hero__head h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 40px;
    margin-bottom: 16px;
  }
  .about-hero__head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .about-hero__statistics {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    column-gap: 0;
  }
  .about-hero__statistics__item {
    padding: 10px;
    gap: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    min-height: 140px;
  }
  .about-hero__statistics__item span {
    font-size: 32px;
  }
  .about-hero__bg {
    height: 200vh;
  }
  .about-hero__bg img {
    height: 100%;
    object-fit: cover;
  }
}

.about-second {
  background: #fff;
  overflow: hidden;
}
.about-second--reverse .row {
  flex-direction: row-reverse;
}
.about-second__content {
  padding: 7.75rem;
  font-weight: 400;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-second__content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 5.2rem;
  letter-spacing: -1px;
  margin-bottom: 3.2rem;
}
.about-second__media {
  height: 46rem;
}
.about-second__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-second__content {
    padding: 56px 16px;
  }
  .about-second__content br {
    display: none;
  }
  .about-second__content h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 32px;
  }
  .about-second__media {
    height: 212px;
  }
}

.about-third {
  overflow: hidden;
  background: #FDF6DB;
}
.about-third__wrapper {
  display: flex;
  gap: 8.7rem;
  align-items: flex-end;
}
.about-third__content {
  flex: 0 0 40%;
  padding: 0 0 4.4rem 5.6rem;
}
.about-third__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.about-third__item {
  display: flex;
  padding: 1.6rem 0;
  background: rgba(44, 13, 8, 0.1);
}
.about-third__item li {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 2.4rem;
  position: relative;
  text-align: center;
}
.about-third__item li:first-child {
  padding-left: 0.8rem;
}
.about-third__item li:first-child img {
  width: 2.5rem;
  height: 2.5rem;
}
.about-third__item li:last-child {
  padding-right: 0.8rem;
}
.about-third__item li:last-child:after {
  display: none;
}
.about-third__item li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(44, 13, 8, 0.2);
  position: absolute;
  right: 0;
}
.about-third__item li img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(5%) sepia(42%) saturate(3727%) hue-rotate(350deg) brightness(105%) contrast(97%);
  margin-bottom: auto;
}
.about-third__right {
  flex: 1;
  padding-top: 5.6rem;
}
.about-third__head {
  margin-bottom: 5rem;
}
.about-third__head h2 {
  font-size: 6.4rem;
  line-height: 8rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.about-third__head p {
  max-width: 60rem;
}
.about-third__text p:first-child {
  margin-left: auto;
  margin-right: 8rem;
  margin-bottom: 3.2rem;
}
.about-third__media {
  height: 47.2rem;
}
.about-third__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-third__wrapper {
    flex-direction: column-reverse;
    gap: 0;
    align-items: flex-start;
  }
  .about-third__content {
    flex: 0 0 100%;
    padding: 16px;
    width: 100%;
  }
  .about-third__content br {
    display: none;
  }
  .about-third__right {
    flex: 1;
    padding-top: 48px;
  }
  .about-third__head {
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .about-third__head h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .about-third__head p {
    max-width: 100%;
  }
  .about-third__media {
    height: 240px;
  }
  .about-third__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
    column-gap: 0;
  }
  .about-third__list > li {
    display: contents;
  }
  .about-third__list > li:nth-child(odd) .about-third__item li:nth-child(even):after {
    display: none;
  }
  .about-third__list > li:nth-child(odd) .about-third__item li:nth-child(odd):after {
    display: block;
  }
  .about-third__list > li:nth-child(even) .about-third__item li:nth-child(odd):after {
    display: none;
  }
  .about-third__list > li:nth-child(even) .about-third__item li:nth-child(even):after {
    display: block;
  }
  .about-third__item {
    display: contents;
  }
  .about-third__item li {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 16px 8px;
    background: rgba(44, 13, 8, 0.1);
  }
  .about-third__item li:after {
    height: 70px;
  }
  .about-third__item li img {
    width: 32px;
    height: 32px;
  }
  .about-third__item li p {
    font-size: 14px;
    line-height: 1.2;
  }
}

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

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

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-blue {
  color: #151E50 !important;
}

.bg-blue {
  background-color: #151E50 !important;
}

.text-gray {
  color: #A5A9B0 !important;
}

.bg-gray {
  background-color: #A5A9B0 !important;
}

.text-special-gray {
  color: #696F78 !important;
}

.bg-special-gray {
  background-color: #696F78 !important;
}

.text-green {
  color: #409E99 !important;
}

.bg-green {
  background-color: #409E99 !important;
}

.text-light-green {
  color: #F2FAF9 !important;
}

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

.about-fourth {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background: #a5607b;
}
.about-fourth:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #fff;
}
.about-fourth .container-fluid, .about-fourth .container-sm, .about-fourth .container-md, .about-fourth .container-lg, .about-fourth .container-xl, .about-fourth .container-xxl {
  position: relative;
  z-index: 1;
}
.about-fourth__inner {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.about-fourth__left {
  position: relative;
  z-index: 2;
}
.about-fourth__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-fourth__main-slot {
  width: 63.5rem;
  height: 69.1rem;
  position: relative;
}
.about-fourth__main-slot .about-fourth__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-fourth__main-slot .about-fourth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-fourth__nav {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  display: flex;
  gap: 1rem;
  z-index: 10;
}
.about-fourth__nav .about-fourth__btn {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: rgba(24, 33, 27, 0.12);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
  color: #FDF6DB;
}
.about-fourth__nav .about-fourth__btn.prev svg {
  transform: rotate(90deg);
}
.about-fourth__nav .about-fourth__btn.next svg {
  transform: rotate(-90deg);
}
.about-fourth__nav .about-fourth__btn:hover {
  background: #2C0D08;
}
.about-fourth__nav .about-fourth__btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #FDF6DB;
}
.about-fourth__text {
  margin-bottom: 6rem;
  padding-left: 4rem;
  color: #FDF6DB;
}
.about-fourth__text h2 {
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 400;
  color: inherit;
}
.about-fourth__text p {
  line-height: 1.6;
  margin-left: auto;
  max-width: 65rem;
  margin-top: 2rem;
}
.about-fourth__thumbs-slot .thumbSwiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
.about-fourth__thumbs-slot .thumbSwiper .swiper-slide {
  width: calc(39.15% - 13.33px);
  height: 20rem;
  transition: opacity 0.3s ease;
  border-radius: 1.2rem;
  cursor: pointer;
}
.about-fourth__thumbs-slot .thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.about-fourth__thumbs-slot .about-fourth__image {
  width: 100%;
  height: 100%;
}
.about-fourth__thumbs-slot .about-fourth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-fourth {
    padding: 48px 0;
  }
  .about-fourth:before {
    display: none;
  }
  .about-fourth__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about-fourth__left, .about-fourth__right {
    display: contents;
  }
  .about-fourth__text {
    order: 1;
    padding-left: 0;
    margin-bottom: 0;
  }
  .about-fourth__text br {
    display: none;
  }
  .about-fourth__text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .about-fourth__text p {
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .about-fourth__main-slot {
    order: 2;
    width: 100%;
    height: 236px;
    position: relative;
    z-index: 2;
  }
  .about-fourth__thumbs-slot {
    order: 3;
    transform: translateX(17px);
  }
  .about-fourth__thumbs-slot .thumbSwiper .swiper-slide {
    width: 80px !important;
    height: 80px !important;
    margin-right: 8px !important;
  }
}

.banner {
  height: 37rem;
  position: relative;
  overflow: hidden;
}
.banner--flats .banner__bg:before {
  background: #FDF6DB;
}
.banner--flats .banner__content {
  color: #2C0D08;
}
.banner--infrastructure {
  height: auto;
}
.banner--infrastructure .banner__bg {
  background: #E36156;
  height: 31.8rem;
}
.banner--location .banner__bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.banner__bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__img {
  height: 53.4rem;
  overflow: hidden;
}
.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FDF6DB;
}
.banner__content:has(p) h2 {
  margin-bottom: 4rem;
}
.banner__content h2 {
  color: inherit;
  font-size: 6.4rem;
  line-height: 7.8rem;
  font-weight: 400;
}
.banner__content p {
  max-width: 65rem;
  margin-left: 16%;
}
@media (max-width: 767px) {
  .banner {
    height: 208px;
  }
  .banner__content {
    text-align: center;
  }
  .banner__content:has(p) h2 {
    margin-bottom: 16px;
  }
  .banner__content h2 {
    color: inherit;
    font-size: 32px;
    line-height: 40px;
  }
  .banner__content p {
    max-width: 100%;
    margin-left: 0;
  }
  .banner--location {
    height: 530px;
  }
  .banner--location .banner__content {
    text-align: start;
    justify-content: flex-end;
    padding-bottom: 24px;
  }
  .banner--infrastructure {
    height: auto;
  }
  .banner--infrastructure .banner__bg {
    background: #E36156;
  }
  .banner--infrastructure .banner__content {
    text-align: start;
  }
  .banner--infrastructure .banner__img {
    height: 541px;
  }
}

.about-fifth {
  background: #E36156;
  padding: 6rem 0 16.7rem 0;
  position: relative;
  overflow: hidden;
}
.about-fifth--location {
  background: #2C0D08;
}
.about-fifth--location .about-fifth__video {
  overflow: visible;
  width: max-content;
  margin-left: auto;
}
.about-fifth--location .about-fifth__video__item {
  margin-left: auto;
}
.about-fifth--location .about-fifth__video__item img {
  border-radius: 47%;
}
.about-fifth__leafs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.about-fifth__leafs img {
  position: absolute;
  width: 12rem;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.about-fifth__leafs img:nth-child(1) {
  left: 10%;
  width: 35rem;
}
.about-fifth__leafs img:nth-child(2) {
  left: 50%;
  width: 20rem;
}
.about-fifth__wrapper {
  display: flex;
  gap: 2.7rem;
  position: relative;
  z-index: 2;
  padding: 0 5.6rem;
}
.about-fifth__left {
  color: #FDF6DB;
}
.about-fifth__left h2 {
  font-size: 6.4rem;
  line-height: 7.8rem;
  font-weight: 400;
  color: #FDF6DB;
}
.about-fifth__right {
  color: #FDF6DB;
}
.about-fifth__right ul {
  list-style: disc inside;
  text-align: end;
  margin-bottom: 15.2rem;
}
.about-fifth__right p {
  margin-bottom: 15.2rem;
}
.about-fifth__image {
  width: 69rem;
  height: 66.4rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.about-fifth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-fifth__bird {
  position: absolute;
  bottom: -5rem;
  left: -15rem;
  width: 50rem;
  transform: rotate(-20deg);
}
.about-fifth__bird img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-fifth__video {
  position: relative;
}
.about-fifth__video__item {
  width: 36.8rem;
  height: 53rem;
  border-radius: 47%;
  overflow: hidden;
  position: relative;
}
.about-fifth__video__item video, .about-fifth__video__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-fifth {
    padding: 24px 0 0;
  }
  .about-fifth__wrapper {
    gap: 2.7rem;
    flex-direction: column-reverse;
    padding: 0;
  }
  .about-fifth__leafs img {
    position: absolute;
    width: 70px;
    height: auto;
    object-fit: contain;
    z-index: 1;
  }
  .about-fifth__leafs img:nth-child(1) {
    left: 10%;
    width: 250px;
  }
  .about-fifth__leafs img:nth-child(2) {
    left: 50%;
    width: 100px;
  }
  .about-fifth__left {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .about-fifth__left h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .about-fifth__right {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .about-fifth__right ul {
    margin-bottom: 24px;
  }
  .about-fifth__right p {
    margin-bottom: 24px;
  }
  .about-fifth__video__item {
    width: 300px;
    height: 400px;
    margin: 0 auto;
  }
  .about-fifth__image {
    min-width: 100%;
    height: 378px;
    margin: 0 -16px;
  }
  .about-fifth--location {
    background: #2C0D08;
  }
  .about-fifth--location .about-fifth__video {
    overflow: visible;
    width: max-content;
    margin-left: auto;
  }
  .about-fifth--location .about-fifth__video__item {
    margin-left: auto;
  }
  .about-fifth--location .about-fifth__video__item img {
    border-radius: 47%;
  }
  .about-fifth--location .about-fifth__right {
    color: #FDF6DB;
  }
}

.location-page {
  background: #000;
}

.loc-pin-container {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  /* 1. Blur Gradient Base BG */
}
.loc-pin-container .loc-base-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #2c0d08 0%, #443f3b 100%);
  z-index: 1;
}
.loc-pin-container {
  /* 2. Driver BG */
}
.loc-pin-container .loc-driver-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  top: calc(var(--vh, 1vh) * 100); /* Starts off-screen below */
}
.loc-pin-container .loc-driver-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(44, 13, 8, 0.8) 0%, rgba(68, 63, 59, 0.2) 100%);
}
.loc-pin-container .loc-driver-bg img,
.loc-pin-container .loc-driver-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loc-pin-container {
  /* 3. Driver Text */
}
.loc-pin-container .loc-driver-text {
  position: absolute;
  top: calc(var(--vh, 1vh) * 100); /* Starts below screen */
  left: 0;
  width: 100%;
  z-index: 4;
}
.loc-pin-container .loc-driver-text h1 {
  font-size: 5.6rem;
  line-height: 7rem;
  font-weight: 400;
  color: #FDF6DB;
}
.loc-pin-container {
  /* 4. Floating Cards */
}
.loc-pin-container .loc-floating-cards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
}
.loc-pin-container .loc-floating-cards .loc-cards-wrapper {
  position: relative;
  height: 100%;
}
.loc-pin-container .loc-floating-cards .loc-floating-cards-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loc-pin-container .loc-floating-cards .loc-floating-cards-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.loc-pin-container .loc-floating-cards .loc-floating-cards-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loc-pin-container .loc-floating-cards .loc-card {
  position: absolute;
  background: #fdf6eb;
  padding: 2.4rem;
  pointer-events: auto;
}
.loc-pin-container .loc-floating-cards .loc-card__img {
  width: 100%;
  height: 38.4rem;
  margin-bottom: 4rem;
}
.loc-pin-container .loc-floating-cards .loc-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.loc-pin-container .loc-floating-cards .loc-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.loc-pin-container .loc-floating-cards .loc-card__content span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 0;
}
.loc-pin-container .loc-floating-cards .loc-card__content span small {
  font-family: inherit;
  font-weight: 400;
  font-style: Italic;
  font-size: 2.8rem;
  line-height: 100%;
}
.loc-pin-container .loc-floating-cards .loc-card__content p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.loc-pin-container .loc-floating-cards .loc-card--left {
  top: calc(var(--vh, 1vh) * 100);
  left: 6rem;
  width: 30rem;
}
.loc-pin-container .loc-floating-cards .loc-card--right {
  top: calc(var(--vh, 1vh) * 100);
  right: 6rem;
  width: 30rem;
}
.loc-pin-container .loc-floating-cards .loc-card__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
  font-family: "Playfair Display", serif;
  color: #2c0d08;
}
.loc-pin-container .loc-floating-cards .loc-card__label span:first-child {
  font-size: 3.2rem;
  font-style: italic;
}
.loc-pin-container .loc-floating-cards .loc-card__label span:last-child {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
.loc-pin-container {
  /* 5. Split Top Bar (Left) */
}
.loc-pin-container .loc-hero-left {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 25vh;
  background: #18211b;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 4rem;
}
.loc-pin-container .loc-hero-left p {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  max-width: 40rem;
}
.loc-pin-container {
  /* 6. Hero Card (Buildings) */
}
.loc-pin-container .loc-hero-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 130vh;
  z-index: 2;
  overflow: hidden;
  border-radius: 0;
  clip-path: inset(0% 0% 0% 0%);
  transform-origin: center center;
}
.loc-pin-container .loc-hero-card__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loc-pin-container .loc-hero-card__inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.loc-pin-container .loc-hero-card__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -10%;
  left: 0;
}
.loc-pin-container .loc-hero-card .loc-hero-title {
  position: absolute;
  bottom: calc(30vh + 6rem);
  right: 6rem;
  font-family: "Playfair Display", serif;
  font-size: 12rem;
  font-weight: 400;
  color: #FDF6DB;
  font-style: italic;
  margin: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .loc-pin-container .loc-floating-cards .loc-card {
    padding: 24px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__img {
    width: 100%;
    height: 384px;
    margin-bottom: 40px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__content {
    gap: 16px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__content span {
    font-size: 52px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__content span small {
    font-size: 28px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__content p {
    gap: 8px;
  }
  .loc-pin-container .loc-floating-cards .loc-card--left {
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }
  .loc-pin-container .loc-floating-cards .loc-card--right {
    right: 0;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }
  .loc-pin-container .loc-floating-cards .loc-card__label {
    margin-top: 16px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__label span:first-child {
    font-size: 32px;
  }
  .loc-pin-container .loc-floating-cards .loc-card__label span:last-child {
    font-size: 16px;
  }
  .loc-pin-container .loc-driver-text h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .loc-pin-container .loc-hero-card .loc-hero-title {
    position: absolute;
    bottom: calc(30vh + 48px);
    right: 16px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
}

.map {
  background: #F6D3B3;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.map__wrapper {
  padding: 12rem 0;
}
.map__content {
  max-width: 45vw;
}
.map__content h2 {
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.map__content p {
  padding-left: 8.5rem;
}
.map__content ul {
  margin-top: 4rem;
  max-width: 31.5rem;
}
.map__content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.8rem;
}
.map__content ul li h3 {
  font-size: 5.2rem;
  line-height: 100%;
  font-weight: 500;
}
.map__content ul li h3 em {
  font-weight: 400;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 100%;
}
.map__item {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}
.map__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .map__wrapper {
    padding: 32px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .map__content {
    max-width: 100%;
  }
  .map__content h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .map__content p {
    padding-left: 0;
  }
  .map__content ul {
    margin-top: 16px;
    max-width: 100%;
  }
  .map__content ul li {
    gap: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .map__content ul li h3 {
    font-size: 24px;
  }
  .map__content ul li h3 em {
    font-size: 16px;
    line-height: 100%;
  }
  .map__item {
    position: static;
    height: 320px;
    margin-bottom: 8px;
    width: 100%;
  }
  .map__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

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

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

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-blue {
  color: #151E50 !important;
}

.bg-blue {
  background-color: #151E50 !important;
}

.text-gray {
  color: #A5A9B0 !important;
}

.bg-gray {
  background-color: #A5A9B0 !important;
}

.text-special-gray {
  color: #696F78 !important;
}

.bg-special-gray {
  background-color: #696F78 !important;
}

.text-green {
  color: #409E99 !important;
}

.bg-green {
  background-color: #409E99 !important;
}

.text-light-green {
  color: #F2FAF9 !important;
}

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

.infrastructure-second {
  background: #FDF6DB;
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.infrastructure-second .container-fluid, .infrastructure-second .container-sm, .infrastructure-second .container-md, .infrastructure-second .container-lg, .infrastructure-second .container-xl, .infrastructure-second .container-xxl {
  height: 100%;
}
.infrastructure-second__deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.infrastructure-second__deco--1 {
  top: -2rem;
  left: 2rem;
  width: 25rem;
  height: 25rem;
  object-fit: contain;
}
.infrastructure-second__deco--2 {
  top: -1rem;
  right: 8rem;
  width: 22.7rem;
  height: 22.7rem;
  object-fit: contain;
}
.infrastructure-second__deco--3 {
  bottom: 2rem;
  left: 4rem;
  width: 19.5rem;
  height: 19.5rem;
  object-fit: contain;
}
.infrastructure-second__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  z-index: 1;
  height: 100%;
}
.infrastructure-second__info {
  background: #2C0D08;
  color: #FDF6DB;
  padding: 5.6rem;
  max-width: 65%;
  flex: 1;
  height: 100%;
}
.infrastructure-second__info h2 {
  color: inherit;
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.infrastructure-second__info h2 em {
  font-style: italic;
}
.infrastructure-second__info p {
  max-width: 59rem;
  margin: 0 auto;
}
.infrastructure-second__media {
  width: 67.5rem;
  height: 67.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 6.4rem;
  margin-left: -17.5rem;
}
.infrastructure-second__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) sepia(0.2);
}
@media (max-width: 767px) {
  .infrastructure-second {
    padding: 24px 0;
  }
  .infrastructure-second__deco--1 {
    width: 150px;
    height: 150px;
  }
  .infrastructure-second__deco--2 {
    width: 150px;
    height: 150px;
  }
  .infrastructure-second__deco--3 {
    width: 150px;
    height: 150px;
  }
  .infrastructure-second__inner {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .infrastructure-second__media {
    width: 361px;
    height: 361px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .infrastructure-second__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .infrastructure-second__info {
    padding: 56px 16px;
    max-width: 100%;
    height: auto;
    flex: none;
  }
  .infrastructure-second__info h2 {
    color: inherit;
    font-size: 6.4rem;
    line-height: 7rem;
    font-weight: 400;
    margin-bottom: 4rem;
  }
  .infrastructure-second__info h2 em {
    font-style: italic;
  }
  .infrastructure-second__info p {
    max-width: 59rem;
    margin: 0 auto;
  }
}

.infrastructure-third {
  background: #2C0D08;
  color: #FDF6DB;
  padding: 10rem 0 12rem;
  overflow: hidden;
}
.infrastructure-third__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.6rem;
  margin-bottom: 8.6rem;
}
.infrastructure-third__grid-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.infrastructure-third__grid-left .infrastructure-third__info {
  max-width: 56rem;
  margin-left: auto;
  margin-top: 19.3rem;
}
.infrastructure-third__grid-right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 0.8rem;
}
.infrastructure-third__media {
  width: 100%;
  height: 66.4rem;
  overflow: hidden;
}
.infrastructure-third__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infrastructure-third__media--small {
  width: 52.3rem;
  height: 75.2rem;
  border-radius: 31.2rem;
}
.infrastructure-third__info h2 {
  color: inherit;
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.infrastructure-third__info p {
  max-width: 41.1rem;
  margin-left: auto;
}
.infrastructure-third__feature-media {
  width: 100%;
  height: 67.5rem;
  border-radius: 100rem;
  overflow: hidden;
  margin-bottom: 6.4rem;
}
.infrastructure-third__feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infrastructure-third__feature-info h2 {
  color: inherit;
  font-size: 4.4rem;
  line-height: 5.2rem;
  font-weight: 400;
}
.infrastructure-third__feature-info p {
  max-width: 60.5rem;
  padding-top: 0.8rem;
  margin-left: 33.8rem;
}
@media (max-width: 767px) {
  .infrastructure-third {
    padding: 48px 0;
  }
  .infrastructure-third__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  .infrastructure-third__grid-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .infrastructure-third__grid-left .infrastructure-third__info {
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .infrastructure-third__grid-right {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .infrastructure-third__media {
    height: 361px;
  }
  .infrastructure-third__media--small {
    width: 100%;
    height: 482px;
    border-radius: 215px;
  }
  .infrastructure-third__feature {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .infrastructure-third__feature-media {
    height: 241px;
    border-radius: 120px;
    margin-bottom: 0;
  }
  .infrastructure-third__feature-info p {
    margin-left: 0;
  }
  .infrastructure-third__info h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .infrastructure-third__info p {
    max-width: 100%;
    margin-left: 0;
  }
}

.terms-second__item {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.terms-second__img {
  height: 100%;
  position: relative;
}
.terms-second__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.terms-second__img:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.terms-second__content {
  padding: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.terms-second__content h3 {
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 6.4rem;
  color: #FDF6DB;
  padding-bottom: 55%;
}
@media (max-width: 767px) {
  .terms-second__item {
    height: 410px;
  }
  .terms-second__content {
    padding: 48px 16px;
  }
  .terms-second__content h3 {
    font-size: 48px;
    line-height: 64px;
  }
}

.advantages-third {
  background: #E4DBFD;
  position: relative;
  padding: 8.8rem 0 5.6rem 0;
  overflow: hidden;
}
.advantages-third__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.advantages-third__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages-third__wrapper {
  position: relative;
  z-index: 2;
}
.advantages-third__content {
  color: #2C0D08;
}
.advantages-third__content p:first-child {
  max-width: 41.1rem;
  margin-left: auto;
  margin-bottom: 4rem;
}
.advantages-third__title {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7.8rem;
  margin-bottom: 3.2rem;
  color: #2C0D08;
  text-align: end;
}
.advantages-third__img {
  width: 100%;
  height: auto;
  max-height: 50rem;
}
.advantages-third__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .advantages-third {
    padding: 48px 0 0;
  }
  .advantages-third .row {
    display: flex;
    flex-direction: column;
  }
  .advantages-third .row > div {
    display: contents;
  }
  .advantages-third__bg {
    top: 0;
    left: -200px;
  }
  .advantages-third__bg img {
    object-fit: cover;
  }
  .advantages-third__title {
    order: 1;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
    margin-top: 0;
    padding: 0 8px;
  }
  .advantages-third__title br {
    display: none;
  }
  .advantages-third__content {
    order: 2;
    margin-bottom: 24px;
    padding: 0 8px;
  }
  .advantages-third__content p:first-child {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .advantages-third__img {
    order: 3;
    width: auto;
    min-width: 100%;
    height: 236px;
    margin: 0 -8px;
  }
}

.flats {
  background: #937fca;
  color: #FDF6DB;
  padding: 12rem 0;
  min-height: calc(var(--vh, 1vh) * 100);
}
.flats__head {
  margin-bottom: 7.2rem;
}
.flats__head h1 {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 6.4rem;
  margin-bottom: 1.2rem;
  color: inherit;
}
.flats__head h2 {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7rem;
  color: #2c0d08;
  margin-bottom: 4rem;
}
.flats__head p {
  color: rgba(253, 246, 219, 0.7);
}
.flats__filters {
  position: sticky;
  top: 12rem;
  max-width: 42.1rem;
}
.flats__filters__form {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.flats__filters__form .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.flats__filters__form .form-group p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  color: inherit;
}
.flats__filters__form .form-group--custom-checkbox {
  display: flex;
  gap: 0.8rem;
}
.flats__filters__form .form-group--custom-checkbox input {
  display: none;
}
.flats__filters__form .form-group--custom-checkbox input:checked + label {
  background: #FDF6DB;
  border-color: #FDF6DB;
}
.flats__filters__form .form-group--custom-checkbox label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: #2c0d08;
  padding: 1.4rem 2rem;
  border-radius: 5rem;
  border: 1px solid rgba(44, 13, 8, 0.3);
  cursor: pointer;
  margin-bottom: 0;
}
.flats__results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
  gap: 2rem;
}
.flats__item {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 2.4rem;
  background: #FFFCF4;
  color: #2c0d08;
}
.flats__item:hover, .flats__item:active, .flats__item:focus {
  color: #2c0d08;
  transform: scale(1.02);
}
.flats__item__img {
  height: 31.4rem;
}
.flats__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flats__item__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.flats__item__content .spec li p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.flats__item__content .spec li p em {
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
.flats__item__content .d-flex {
  align-items: flex-end;
  justify-content: space-between;
}
.flats__item__content li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.flats__item__content li img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.flats__item__content li p {
  font-family: "Playfair Display", sans-serif;
  font-size: 2rem;
  font-style: italic;
}
.flats__item__content h3 {
  font-size: 5.6rem;
  line-height: 100%;
  font-weight: 400;
  color: inherit;
}
.flats__item__content h3 small {
  font-size: 4rem;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
}
.flats__btn {
  background: transparent;
  border-color: #FDF6DB;
  color: #FDF6DB;
  display: flex !important;
  margin: 2rem auto 0;
}
.flats__btn:hover {
  color: #FDF6DB;
}
@media (max-width: 767px) {
  .flats {
    padding: 80px 0 32px;
    overflow: hidden;
  }
  .flats .row {
    row-gap: 32px;
  }
  .flats__head {
    margin-bottom: 40px;
  }
  .flats__head h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .flats__head h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .flats__filters {
    position: static;
    max-width: 100%;
    margin-bottom: 0;
  }
  .flats__filters__form {
    gap: 20px;
  }
  .flats__filters__form .form-group--custom-checkbox {
    flex-wrap: wrap;
  }
  .flats__results {
    grid-template-columns: 1fr;
  }
  .flats__item {
    gap: 32px;
    padding: 20px;
  }
  .flats__item__img {
    height: 350px;
  }
  .flats__item__content h3 {
    font-size: 48px;
  }
  .flats__item__content h3 small {
    font-size: 28px;
  }
}

.range-slider {
  border: 1px solid rgba(253, 246, 219, 0.5);
  border-radius: 6rem;
  padding: 0 1.3rem;
  height: 5rem;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  gap: 0;
}
.range-slider__display {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0.8rem;
}
.range-slider__display:first-child {
  padding-left: 0.8rem;
}
.range-slider__display:nth-child(3) {
  padding-right: 0.8rem;
}
.range-slider__value {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FDF6DB;
  line-height: 1;
}
.range-slider__unit {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(253, 246, 219, 0.5);
}
.range-slider__divider {
  width: 1px;
  height: 3.6rem;
  background: rgba(253, 246, 219, 0.4);
  flex-shrink: 0;
}
.range-slider__track-wrap {
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  height: 2.8rem;
  display: flex;
  align-items: center;
  padding: 0 1.3rem;
}
.range-slider__track {
  position: relative;
  flex: 1;
  height: 0.3rem;
  background: #fdf6db;
}
.range-slider__track-fill {
  position: absolute;
  left: 0;
  height: 100%;
  background: rgba(253, 246, 219, 0.8);
  width: 100%;
}
.range-slider #area-min-btn svg, .range-slider #area-min-btn img {
  transform: rotate(180deg);
}
.range-slider #area-max-btn svg {
  margin-left: 6px;
}
.range-slider__arrow {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #FDF6DB;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #937fca;
}
.range-slider__arrow:hover {
  background: rgb(251.6578947368, 239.9605263158, 194.8421052632);
}
.range-slider__arrow img, .range-slider__arrow svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .range-slider__arrow {
    width: 16px;
    height: 16px;
  }
  .range-slider__arrow svg {
    width: 10px;
    height: 10px;
  }
}

.tooltip-container {
  position: relative;
}

.coming-soon-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #FDF6DB;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  width: max-content;
  text-align: center;
  pointer-events: none;
}

.tooltip-container:hover .coming-soon-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.coming-soon-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #FDF6DB transparent transparent transparent;
}

.coming-soon-tooltip p {
  color: #2C0D08 !important;
  font-size: 1.4rem;
  font-family: inherit;
  opacity: 0.9;
  text-align: left;
}

.coming-soon-tooltip button {
  background: transparent;
  border: 1px solid rgba(253, 246, 219, 0.6);
  color: #2C0D08;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}

.coming-soon-tooltip button:hover {
  background: #FDF6DB;
  color: #2b3d33;
}

.flats-inner {
  padding: 0;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}
.flats-inner #react-flat-inner-root {
  height: 100%;
}
.flats-inner .container-fluid, .flats-inner .container-sm, .flats-inner .container-md, .flats-inner .container-lg, .flats-inner .container-xl, .flats-inner .container-xxl {
  height: 100%;
}
.flats-inner .container-fluid .row, .flats-inner .container-sm .row, .flats-inner .container-md .row, .flats-inner .container-lg .row, .flats-inner .container-xl .row, .flats-inner .container-xxl .row {
  height: 100%;
}
.flats-inner .container-fluid .row .col-md-5, .flats-inner .container-sm .row .col-md-5, .flats-inner .container-md .row .col-md-5, .flats-inner .container-lg .row .col-md-5, .flats-inner .container-xl .row .col-md-5, .flats-inner .container-xxl .row .col-md-5 {
  height: 100%;
}
.flats-inner__content {
  height: 100%;
  padding: 12rem 0 4.2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.flats-inner__content .flats-inner__back {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #FDF6DB;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.flats-inner__content .flats-inner__back svg {
  width: 2rem;
  height: 2rem;
}
.flats-inner__content .flats-inner__back:hover {
  opacity: 1;
  transform: translateX(-0.5rem);
}
.flats-inner__info {
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.flats-inner__info li {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(253, 246, 219, 0.2);
  flex: 1;
}
.flats-inner__info li .d-flex {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.flats-inner__info li .d-flex:last-child {
  margin-bottom: 0;
}
.flats-inner__info li .d-flex p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
}
.flats-inner__info li .d-flex p em {
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
.flats-inner__info li .d-flex img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(537%) hue-rotate(342deg) brightness(108%) contrast(98%);
}
.flats-inner__info li:first-child, .flats-inner__info li:last-child {
  flex: 1 0 100%;
}
.flats-inner__info li h3 {
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
  color: #FDF6DB;
  margin-bottom: 1.2rem;
}
.flats-inner__info li h3 small {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
}
.flats-inner__item {
  background: #fffcf4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56%;
  padding: 2.4rem 3.4rem;
  display: flex;
  flex-direction: column;
}
.flats-inner__item__images {
  margin: auto 0 0;
}
.flats-inner__item__img {
  height: 47rem;
  cursor: zoom-in;
  transition: transform 0.3s ease;
  position: relative;
}
.flats-inner__item__img.floor-plan {
  height: 45rem;
}
.flats-inner__item__img svg {
  position: absolute;
  width: 86%;
  height: 85%;
  left: 5.9rem;
  right: 0;
  top: 3.6rem;
  bottom: 0;
  z-index: 3;
}
.flats-inner__item__img svg.bina1-4 {
  width: 88%;
  height: 87%;
  left: 4.6rem;
  top: 3rem;
}
.flats-inner__item__img svg path {
  opacity: 0;
}
.flats-inner__item__img svg path.active {
  animation: pathPulse 2s infinite ease-in-out;
}
@keyframes pathPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
.flats-inner__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 !important;
}
.flats-inner__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flats-inner__item__bottom .floor-plan-mini {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}
.flats-inner__item__bottom .floor-plan-mini img {
  width: 20rem;
  object-fit: contain;
}
.flats-inner__item__bottom .floor-plan-mini img:last-child {
  width: 15rem;
}
.flats-inner__item__buttons {
  display: flex;
  border: 1px solid #000;
  border-radius: 10rem;
}
.flats-inner__item__buttons button {
  border: 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
  vertical-align: middle;
  text-transform: uppercase;
  background: transparent;
  padding: 0.9rem 1.6rem;
  border-radius: 10rem;
}
.flats-inner__item__buttons button.active {
  background: #a55b79;
  color: #fff;
}
.flats-inner__actions {
  display: flex;
  gap: 1.2rem;
}
.flats-inner__actions .btn__pdf, .flats-inner__actions .btn__upload {
  padding: 0;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: transparent;
  border-color: #FDF6DB;
  color: #FDF6DB;
}
.flats-inner__actions .btn__pdf svg, .flats-inner__actions .btn__upload svg {
  fill: #FDF6DB;
}
@media (max-width: 767px) {
  .flats-inner {
    height: auto;
  }
  .flats-inner .floor-plan-mini:last-child {
    display: none;
  }
  .flats-inner .row {
    flex-direction: column-reverse;
  }
  .flats-inner .container-fluid, .flats-inner .container-sm, .flats-inner .container-md, .flats-inner .container-lg, .flats-inner .container-xl, .flats-inner .container-xxl {
    padding: 0;
  }
  .flats-inner .container-fluid, .flats-inner .container-sm, .flats-inner .container-md, .flats-inner .container-lg, .flats-inner .container-xl, .flats-inner .container-xxl,
  .flats-inner .container-fluid .row,
  .flats-inner .container-sm .row,
  .flats-inner .container-md .row,
  .flats-inner .container-lg .row,
  .flats-inner .container-xl .row,
  .flats-inner .container-xxl .row,
  .flats-inner .container-fluid .row .col-md-5,
  .flats-inner .container-sm .row .col-md-5,
  .flats-inner .container-md .row .col-md-5,
  .flats-inner .container-lg .row .col-md-5,
  .flats-inner .container-xl .row .col-md-5,
  .flats-inner .container-xxl .row .col-md-5 {
    height: auto;
  }
  .flats-inner__content {
    padding: 0 16px 40px;
  }
  .flats-inner__content .flats-inner__back {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 10;
    color: #1a1220;
    opacity: 0.8;
  }
  .flats-inner__info {
    flex-direction: column;
  }
  .flats-inner__info li {
    padding: 20px;
  }
  .flats-inner__info li h3 {
    font-size: 40px;
  }
  .flats-inner__info li h3 small {
    font-size: 24px;
  }
  .flats-inner__item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 16px 32px;
    gap: 16px;
  }
  .flats-inner__item__img {
    height: 410px;
  }
  .flats-inner__item__img svg {
    width: 97%;
    height: 100%;
    left: 7px;
    top: 1px;
  }
  .flats-inner__item__img svg.bina1-4 {
    width: 98%;
    height: 87%;
    left: 3px;
    top: 22px;
  }
  .flats-inner__item__bottom {
    flex-direction: column;
    gap: 24px;
  }
}
.flats-inner__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 18, 32, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: zoom-out;
  backdrop-filter: blur(5px);
}
.flats-inner__lightbox.active {
  opacity: 1;
  visibility: visible;
}
.flats-inner__lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.flats-inner__lightbox .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: #FDF6DB;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.flats-inner__lightbox .close-btn:hover {
  opacity: 1;
}

.visual {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.visual__hero {
  height: 100%;
  position: relative;
}
.visual__hero__back-btn {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(253, 246, 219, 0.9);
  color: #2C0D08;
  border: none;
  padding: 1.2rem 2.4rem;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.visual__hero__back-btn:hover {
  background: #FDF6DB;
}
.visual__hero__back-btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.visual__hero__images {
  height: 100%;
  position: relative;
}
.visual__hero__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual__hero__number span {
  position: absolute;
  z-index: 2;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #2C0D08;
  color: #FDF6DB;
}
.visual__hero__number span:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #2C0D08;
  bottom: -0.3rem;
  transform: rotate(45deg);
}
.visual__hero__number #image1 {
  left: 30%;
  top: 25%;
}
.visual__hero__number #image2 {
  left: 45%;
  top: 25%;
}
.visual__hero__number #image3 {
  left: 58%;
  top: 27%;
}
.visual__hero__number #image4 {
  left: 73%;
  top: 31%;
}
.visual__hero__buildings {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual__hero__buildings svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.visual__hero__buildings svg #buildings .bina {
  cursor: pointer;
}
.visual__hero__buildings svg #buildings .bina:hover [fill="#F40000"] {
  fill: rgba(253, 246, 219, 0.4);
  stroke: #FDF6DB;
}
.visual__hero__buildings svg #buildings .bina:hover .circle {
  transform: translateY(-15px);
}
.visual__hero__buildings svg #buildings [fill="#F40000"] {
  fill: transparent;
  stroke: transparent;
}
.visual__hero__buildings svg.floors {
  pointer-events: none;
}
.visual__hero__buildings svg.floors.active {
  pointer-events: auto;
}
.visual__hero__buildings svg.floors.active g {
  pointer-events: none;
}
.visual__hero__buildings svg.floors.active g.active {
  pointer-events: auto;
}
.visual__hero__buildings svg.floors .floor {
  fill: transparent;
  stroke: none;
  cursor: pointer;
}
.visual__hero__buildings svg.floors .floor:hover {
  fill: rgba(253, 246, 219, 0.4);
}

.building-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background-color: #FDF6DB;
  color: #2C0D08;
  padding: 2.4rem 3rem;
  width: 28rem;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.building-tooltip::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 3rem;
  border-width: 1.2rem 0 1.2rem 1.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #FDF6DB;
}
.building-tooltip--right::after {
  right: auto;
  left: -1.2rem;
  border-width: 1.2rem 1.2rem 1.2rem 0;
  border-color: transparent #FDF6DB transparent transparent;
}
.building-tooltip.active {
  opacity: 1;
  visibility: visible;
}
.building-tooltip__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.building-tooltip__num {
  font-family: "Playfair Display", serif;
  font-size: 8rem;
  line-height: 1;
}
.building-tooltip__type {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
.building-tooltip__mid {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(44, 13, 8, 0.1);
}
.building-tooltip__mid p {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.building-tooltip__mid p:last-child {
  margin-bottom: 0;
}
.building-tooltip__bot p {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.building-tooltip__bot p:last-child {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.portrait-lock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2C0D08;
  color: #FDF6DB;
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.portrait-lock__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.portrait-lock__content svg {
  animation: rotatePhone 2s infinite ease-in-out;
}
.portrait-lock__content p {
  font-size: 18px;
  line-height: 1.5;
}

@keyframes rotatePhone {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
body.is-landscape-locked .portrait-lock {
  display: flex;
}
body.is-landscape-locked {
  overflow: hidden !important;
}

input, select {
  -webkit-appearance: none;
}

.form-notification {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.form-notification--error {
  color: #dc3545;
}
.form-notification--success {
  color: #409E99;
}

.form-group {
  margin-bottom: 3.2rem;
}
.form-group label {
  color: #696F78;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.form-group .error-text {
  color: #dc3545 !important;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.form-group .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1rem 0;
  -webkit-appearance: none;
}
.form-group .form-control.is-invalid {
  border-color: #dc3545 !important;
}
.form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-group .form-control:focus {
  outline: none;
  border-color: #dee2e6;
  box-shadow: unset;
}
.form-group input[type=number]::-webkit-outer-spin-button, .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group select.form-control {
  background: url("../images/svg-icons/arrow-bottom.svg") right 20px top 50% no-repeat;
  background-size: 12.5px 6.75px;
  padding-right: 4rem;
}
.form-group textarea {
  resize: unset;
}
.custom-radio {
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  padding: 2.5rem 3rem;
  margin-bottom: 2.4rem;
}
.custom-radio__label {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  justify-content: unset;
  position: relative;
  cursor: pointer;
}
.custom-radio__label svg {
  margin-right: 1.2rem;
}
.custom-radio__label:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}
.custom-radio__label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
}
.custom-radio .form-group {
  margin-bottom: 0;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #E5E7EF;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body {
  display: flex;
  min-height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
  overflow-x: hidden;
}

#all_parts {
  flex: 1;
  position: relative;
  z-index: 2;
}
#all_parts:has(.popup.open) {
  z-index: 11 !important;
}

html {
  font-size: 0.6451612903vw;
  background-color: #FDF6DB;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

hr {
  margin: 0;
  border-color: #ecedf0;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 180rem; /**/
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 16px;
  }
}
/*# sourceMappingURL=style.css.map */
