@charset "UTF-8";
@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Semi.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Medium.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Regular.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moulin Web";
  src: url("../../fonts/Moulin/MoulinWeb-Regular.woff2") format("woff2"), url("../../fonts/Moulin/MoulinWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Moulin Web";
  src: url("../../fonts/Moulin/MoulinWeb-Light.woff2") format("woff2"), url("../../fonts/Moulin/MoulinWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Moulin Web";
  src: url("../../fonts/Moulin/MoulinWeb-Thin.woff2") format("woff2"), url("../../fonts/Moulin/MoulinWeb-Thin.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bs-heading-font-family), sans-serif;
  font-weight: 500;
  line-height: 1.02;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.47825rem + 2.739vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5325rem;
  }
}

h2 {
  font-size: calc(1.38375rem + 1.605vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.5875rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.317375rem + 0.8085vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.92375rem;
  }
}

h5 {
  font-size: calc(1.285875rem + 0.4305vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.60875rem;
  }
}

h6 {
  font-size: calc(1.25325rem + 0.039vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.2825rem;
  }
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1300px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

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

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

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

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

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

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

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

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

.fs-5 {
  font-size: calc(1.285875rem + 0.4305vw) !important;
}

.fs-6 {
  font-size: calc(1.25325rem + 0.039vw) !important;
}

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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.57 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5325rem !important;
  }
  .fs-2 {
    font-size: 2.5875rem !important;
  }
  .fs-3 {
    font-size: 2.25rem !important;
  }
  .fs-4 {
    font-size: 1.92375rem !important;
  }
  .fs-5 {
    font-size: 1.60875rem !important;
  }
  .fs-6 {
    font-size: 1.2825rem !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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-body-font-family: "Montserrat";
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.57;
  --bs-body-color: #8A6B2E;
  --bs-body-text-align: left;
  --bs-body-bg: #F9F7F0;
  --bs-heading-font-family: "Cormorant Infant";
  --bs-heading-weight: 500;
  --bs-heading-color: #8A6B2E;
  --color-primary: #8A6B2E;
  --color-hover: #AB893F;
  --color-secondary: #CDB278;
  --color-border: #CBCEE2;
}

@media (min-width: 390px) and (max-width: 767px) {
  html {
    font-size: 4.3vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: landscape) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  html {
    font-size: 2.1vw;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  html {
    font-size: 0.9vw;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 0.84vw;
  }
}

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

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

body {
  opacity: 0;
  visibility: hidden;
  background-color: var(--bs-body-bg);
  -webkit-font-smoothing: antialiased;
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  body {
    font-size: 1.0625rem;
  }
}

.body-load-done {
  opacity: 1;
  visibility: visible;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.03em;
}

section,
.section {
  position: relative;
  z-index: 2;
  padding: 3.125rem 0;
}
@media (min-width: 768px) {
  section,
  .section {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1200px) {
  section,
  .section {
    padding: 7.8125rem 0;
  }
}

::-moz-selection {
  background: var(--color-secondary);
  color: #fff;
}

::selection {
  background: var(--color-secondary);
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.page-wrapper,
.page-content {
  overflow: clip;
  display: flow-root;
  position: relative;
}

i {
  vertical-align: middle;
}

.fancybox__backdrop {
  background-color: #000;
  opacity: 0.8;
}

xo-parallax-scroll {
  width: 100%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: #F9F7F0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #8A6B2E;
  padding: 0 1.5rem;
}
.btn span {
  margin-left: 0.2em;
}
.btn:hover {
  background-color: var(--color-hover);
}

.btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.btn-link span {
  font-size: 1.3em;
  margin-left: 0.2em;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea,
.ui-selectmenu-text,
input.form-control,
textarea.form-control,
.fieldinput {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: red !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:is(:-webkit-autofill, :autofill) {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 6.25rem var(--bs-body-bg) inset;
}

textarea {
  line-height: 1.5;
  min-height: 10rem;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  resize: none;
}

.ss-main:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ss-content {
  padding: 0.75rem;
}
.ss-content .ss-search input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #161616;
  padding: 0 0.75rem;
  outline: none;
}
.ss-content .ss-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ss-content .ss-list::-webkit-scrollbar {
  width: 0.375rem;
}
.ss-content .ss-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ss-content .ss-list::-webkit-scrollbar-thumb {
  background: rgba(112, 89, 36, 0.2);
  border-radius: 5px;
}
.ss-content .ss-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ss-content .ss-list .ss-option {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
  color: #705924;
  padding: 0 0.5rem;
}
.ss-content .ss-list .ss-option p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background: #F0ECDB;
  color: #705924;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .ss-content .ss-list .ss-option {
    font-size: 0.75rem;
  }
}
.ss-content .ss-search {
  font-size: 0.875rem;
  font-weight: 400;
  color: #161616;
  padding: 0;
}
.ss-content.select-default .ss-search, .ss-content.select-checkbox .ss-search {
  display: none !important;
}
.ss-content.select-default .ss-list, .ss-content.select-checkbox .ss-list {
  overflow: hidden;
}
.ss-content.select-checkbox .ss-list .ss-option {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ss-content.select-checkbox .ss-list .ss-option span {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(22, 22, 22, 0.3);
}
.ss-content.select-checkbox .ss-list .ss-option span:after {
  content: "\e90c";
  font-family: "sense";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.ss-content.select-checkbox .ss-list .ss-option p {
  width: calc(100% - 1.25rem);
  padding-left: 0.625rem;
}
.ss-content.select-checkbox .ss-list .ss-option.ss-selected span:after {
  opacity: 1;
  visibility: visible;
}

.pika-single {
  font-family: var(--bs-body-font-family);
  font-weight: 400;
  color: #161616;
  text-transform: uppercase;
  width: var(--width-datepicker) !important;
  min-width: 18.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pika-single .pika-lendar {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
}
.pika-single .pika-table thead abbr,
.pika-single .pika-table .pika-button {
  aspect-ratio: 53/40;
  font-family: var(--bs-body-font-family);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #161616;
  letter-spacing: 0.01em;
  border-radius: 0.625rem;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  padding: 0;
}
.pika-single .pika-table td.is-today .pika-button {
  background-color: transparent;
  color: var(--color-secondary) !important;
}
.pika-single .pika-table td.is-selected .pika-button {
  background-color: #161616 !important;
  color: #fff !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pika-single .pika-table td:not(.is-disabled) .pika-button:hover {
  background-color: rgba(22, 22, 22, 0.04);
}

.form-select-custom .ss-main {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
}
.form-select-custom .ss-main .ss-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0;
  padding-right: 1.875rem;
}
.form-select-custom .ss-main .ss-values .ss-placeholder {
  font-size: 0;
}
.form-select-custom .ss-main .ss-values p {
  margin: 0;
}
.form-select-custom .ss-main .ss-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-select-custom .ss-main .ss-arrow path {
  stroke: #fff;
}
.form-select-custom .ss-main.select-checkbox .ss-values .ss-value {
  max-width: 30%;
  height: 1.5625rem;
}
.form-select-custom .ss-main.select-checkbox .ss-values .ss-value .ss-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-date {
  position: relative;
}
.form-date:after {
  content: "\e90d";
  font-family: "sense";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  font-size: 0.8125rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-date .form-control {
  padding-right: 1.875rem;
}

.form-inputFile {
  position: relative;
  padding-right: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.form-inputFile:after {
  content: "\e90e";
  font-family: "sense";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-inputFile .f-input {
  position: relative;
}
.form-inputFile .f-input.set-value {
  opacity: 1;
  visibility: visible;
}
.form-inputFile .f-input.set-value .f-name {
  opacity: 1;
  visibility: visible;
}
.form-inputFile .f-name {
  display: none;
}
.form-inputFile .form-file {
  font-size: 0;
  opacity: 0;
  border-bottom: 0;
  cursor: pointer;
}
.form-inputFile.loaded ~ .form-label {
  display: none;
}
.form-inputFile.loaded:after {
  display: none;
}
.form-inputFile.loaded .form-managed-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
}
.form-inputFile.loaded .form-managed-file .file--image a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 12.5rem;
}
@media (min-width: 768px) {
  .form-inputFile.loaded .form-managed-file .file--image a {
    max-width: 21.25rem;
  }
}
@media (min-width: 1200px) {
  .form-inputFile.loaded .form-managed-file .file--image a {
    max-width: 31.25rem;
  }
}
.form-inputFile.loaded .form-managed-file .file--image ~ span {
  font-size: 0.8em;
  white-space: nowrap;
  opacity: 0.8;
  margin-left: 0.625rem;
}
.form-inputFile.loaded .form-managed-file .form-submit {
  height: 1.5625rem;
  line-height: 1;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  padding: 0 0.3125rem;
  margin-left: 0.3125rem;
}

.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}
.form-group .form-label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  right: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-group .form-control:valid ~ label, .form-group .form-control:focus ~ label {
  top: -0.3125rem;
  left: 0;
  opacity: 0.7;
}
.form-group.focus .form-label {
  top: -0.3125rem;
  left: 0;
  opacity: 0.7;
}
.form-group textarea.form-control ~ .form-label {
  top: 1.25rem;
}
.form-group textarea.form-control:focus ~ label, .form-group textarea.form-control:valid ~ label {
  top: 0rem;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1200px) {
  .form-group {
    margin-bottom: 1.875rem;
  }
}

.form-button input {
  position: relative;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFF;
  padding: 0 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-button input:hover {
  padding-right: 3rem;
}
.form-button input:hover ~ span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(calc(-100% - 1.5rem));
          transform: translateX(calc(-100% - 1.5rem));
}
.form-button span {
  display: inline-block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form-contact .form-sub {
  margin-bottom: 1.5rem;
}
.form-contact .form-panel + .form-panel {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .form-contact .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.75rem;
  }
  .form-contact .form-inner .form-item {
    width: 100%;
    padding: 0 0.75rem;
  }
  .form-contact .form-inner .form-item.ww-50 {
    width: 50%;
  }
  .form-contact .form-inner .form-item.ww-30 {
    width: 33.333333%;
  }
}
@media (max-width: 1199.98px) {
  .form-contact .form-sub {
    margin-bottom: 2.1875rem;
  }
}

[id*=ajax-wrapper] {
  width: 100%;
}

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=zoom-in] {
  -webkit-animation-name: xo-zoom-custom;
          animation-name: xo-zoom-custom;
}

@-webkit-keyframes xo-zoom-custom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes xo-zoom-custom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.container {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .row [class*=col-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .fancybox__iframe {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .fancybox__iframe {
    max-width: 80%;
  }
}

@-webkit-keyframes lazyloading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes lazyloading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
.lazyloading {
  position: relative;
  overflow: hidden;
}
.lazyloading:not(.loaded) {
  background-color: whitesmoke;
}
.lazyloading:not(.loaded) img {
  opacity: 0;
  visibility: hidden;
}
.lazyloading:not(.loaded):after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(rgba(215, 215, 215, 0.2901960784)), color-stop(transparent), to(transparent));
  background: linear-gradient(to right, transparent, transparent, rgba(215, 215, 215, 0.2901960784), transparent, transparent);
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-animation: lazyloading 1.2s infinite;
          animation: lazyloading 1.2s infinite;
}
.lazyloading:not(.loaded):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAA3ACgDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD7Ej8KuwHysfw6cD/9fv29a/ffaP7/ADP45UI72GSeE2x9zPXseev+FHtH/T/rTyK5Vtb+vX/MwL3wwV3fuzkex9/TPU/j9eTTVSX4f1uDgvQ5O88OMA3yHvzj1/mP8/Vuq/6Qctjl7rQCM5Q/ljn/ACfz9Bij2rfX9P62HZeR+jdt4LLqrCHIYccHGfT/AD+Bry5Yi2jeq8/x/rqdscPs7b/pv+JbfwM22RvI4VCSdp6ngc7eO+PU1k8SrpX33+Wvf+vuNVhmrvl6f0jiNX8ILbxzTTKkMUSPJLLIVjjjjQF3d3YhURFBZ2YqqgEkgVqsQkt/6630MZYdt6J3b00et9la255ZbafpfiGyOpaLcw6hp7TzQR3ttl7adoX2O1vN/q7iEsPknhZ4ZR80Tspya+sRaupX+f8AX5Cnh505ck4uMtLxktVfut15p6rqYV74UK5xH+Y/X2/yRWcsUu9tO/4CjS8r6+R+u3gn4cLrE6ac8ao958lrI+FjjvMYtxK7YVIZ3xbySOypCJBM5CRNXz+Lxfsl7S+kdZLq4fat3cVqrau1lufSYLB+3kqSsnNpQbailN6RTbaUYyfuybaUb8z0izrNd+G+maF4X1jVNUubHTYdLuL2TXLy/mitLLQrLRbCG8vbnV7ucxWthBFHfLPcS3U0SQQ2txLMyxxOy+eszh7VydSMaVOndylJKN5ve7dkoqN29lzLU9NZNiJQpU6VCtUr4mu6NKhTpzlWnOnypwhTUXOUpTqKKjFOTlBxWzPyv1zw6Pj74/Xwlo3xL8OfEHwl4f1vSPEXjLQ/DdtoN38KdT8N6b9qS58NQXv2q41/4jT31xquk3Wr6zp9/e+C9A1bTNI0i70uS6ur2sKWZf2hioU8PUhPBwjGrUqqVNwqyVRwVGnBJyqwbUvbV3KNGnKNOnSjVm67w/02J4fhw1kksbmmHxGFzvFVqmDwmAq0MTTxWEpTwqrf2jjMS5U6OBq80qUcvy6NGrjMTQ+uYrFzweHjgFmX0XeeAYrWKO1tbGO3treNYYLe3gSGCCKMbY4oYo1VI40UBURFVUUAKABge1LFRS+Jaab+X6fmfnjw7nJyabk3dt3bd+rvffq23c5SfwBNMxC27c56KfyrhrZjCGrkl6v+v67dNqeBlJq0b38u/f8AL56H6/8Aw50jVrlIEsrfQYokuLY3esarp5llsrYTRtOtmlobN72/nhEkVolzdyQW0zpdTWWoQQy2c3j5lUitFUqRlJNKEZOSa6vlldRS25ly69btH0+Tcrn+/pYedGFnVqV17NU9kmp0pRqzld3VGCnKet4pLmjP8ZP2b/8AhafwX8O/CzxRrCXOl3GrWL/Fu18KXWueEv8AhP8ASp7+1n8UXFxfWOsf27LqOqiP7XqyarrGox39ze31zKRexaTd6f8AKRpSrNQrVJte7GUVJ04TSmpRXLL2j2VmpTkpLmSSbjy/rVXOMHlcZ4zA4ak8TCnXVKtKnGticJJ0Z05u8PYXtUrQnWcIqpCp7Kcm6Kqxn4F8Lv2TvBvwM8EaB4E8KfaNUTw3Y3+l2mt6hp+n2eqz6beakNQSwnTSoILZ7e0MdtFA8/2m9leKa+vby71LUdSvLv26eLoYOnGMI04csZR920V71nJ2SSvJxUm2rt3d7tn5bmWNxma1qtStUqVY1akJ8knKai6cakaajzOTjGEas4xjGXKotK3ux5e5h+Cl5qT5FpsjJ5dkwpHr0Axjk56V4uP4oo4dSTqJtdE+/wB/+ZpgcgxGLklCjK192tvW/Q88+Ic3wj+D1vIfFWtWs+rRxu66Lp6i+1Ntqs3zW8G77Mh28TXjW0A/56gkA/Of2jnOcNfVafsaEml7es3TptX3je8qj/69xnro7H1VHJMBl6X1qaq10r+wpJTmn/fd+SH/AG/ON+iZ9h+DdPkQ2w/5YwkMIlBCDBy3HTL4wxPJyfavtMbjYpTs/elpfRvt66dOh8Ng6FSdWm2rwjJS5VeztZ2ttrbXqez2ljdTjLkjMhl3Nx8zjEmeeQ/GQeoGMcmvnsRmVON1H3pWS5Y66La70V027Pc+1wGTY3FLnqOavVlV55XS5qulR63vzpR5lazSs7rR8D48+I3wy+Gwgi8S6raNrF1LBDYeH7HZdaveXN3PHbWsSWqNmEXFxNHDFJdPBEzuER2Y7T5NSWNxnM4txg7+/J2iklfR21aXZPTe1tPoIZblGA/iqNWrBXdKnrZvfmd3yx8pO9vhTtr+f/7Wv7SvxD8P6a1j4Tu9I8MaNcKIvLtLrUbTxXf+YmTHauNHuZo+j7Jra3jRYozLcOELInXleS4WtU56kfrVW6Sdb3qPNdq0YtSje+qU1KS3tFJtcOOzaVOLpUl9Ww6V3GhHlbitOapU541HF7J/u1LSLi5OKf4R/EX4iarqerXFxqkts8M0dw0suo+K9VWU3DSFEmun0jQNNluZJTuYqsz7gC0gyPs5++w2RYi656aSvpbENSsleyjCMbJrZOakk0pa6r5KvxDgIpqnUlKWitLCQcL3S1nUq1LWfVQd7Oysf1afET43fBr4CaY11448UafaXyxb4NDtJI73XLokHYsWnxuHjDkFVmuWt4ScgS54r8vw88xzWV6MJKjezqyvCn53m/i9IKTPt6OByrJ0lXarYlW/2eilOpe1/f2jDbXna8rn5J/tE/8ABVu+/s3U08GMngDwrEscK6sNt94i1H7csi2UEE9u5W0ubry55YbTTo/tiwRS3hvfsdvcuv0FDKadFL2j9tUer5k1TTV2/dbvJ7azfbRNo0ljsVidLfVKGypUnerOLt8VW11vb3VFbp825+Zv7Pn7S2v/ABm/az8Da14i1C5/4RTwxN4q8SWWk3KtLc3VzBpV7Y6Te6niW4M+q3Gq3tll3edLRQ8Ucznzr6XfFwtQ9lBe/VfJzXSslTnVn0SUVCm7JW+bsnz1oRhQqzSUVBQdtXfnr0aSTe7lJzaemuzSW32J+0Z8Ub3xxHPO39kWNpHd2UNtc3MUN3La2k9uL+00+G/u2B01tY0145zeWskCR3Vlc2etNZ6Xaw6hY+rk+FlhZRnCU5VOSTklZe0cZezqSULNNwqrkUX8cJQlTcqjcJfKZhXWJpyp1VCNNygoSd/3fPH2lLnkrNKpSfMpRfuTVWFTlpNVI/nh4zstW8Y50vRMS6xo6TLdeG/Ef2Cx8RXnn3lpZwaJoo1C0RpdS1J72OW387UIry+e4Wx8OaZfNp9vZ6n9Zh8RKMFOCh+9f+8xU3To2UpSnWpwkpOVNRcFT5OSNuevOPNdfO1cFGpUcavO1Qi39Wk6catfm5YU6dCpOMopVObnnU5vaS5lTw9OfKk+0+Ifg79py7Gr+I9X8I6h4l1GK5uo5jN4y8JrqFzqrLO1ha2tzeeI2tov7R8xJbm7vTNb2FhaXM5iv78WelXnxza5VGnaEFblUVb3E7Wskkl00s9dFuz9Hw+CnSbcoKVR6Xk4tRb7+97762futrVvZ/Dmrfs2/td+LNRGs694GlkKG4uoNNh8Y+Ao9OsQX2wW1pbr4sZVROjSuXuJlQPczzTSSMylK65elrefXX+vkkkelGhOCvy3k1dtuP4ar5K1j7r/AGPv2VPjB4c8W6NqviDwI2mznRHW6vYPEfhC4uJmudf01kglNp4jmPki1be0qpM0SxzFIZ5mit38GpVxP1+s1Fyo0aVedKEpQ5edUPZ3Su2m3OfRJ+7dpJyO3FYOnPLKENqtfFYZVZRXvOmq7qNNtpP4Ielm+WT90/Rf9qv9k7xj8OdP+H0uhR33j7wv4u8Lx2Gt2kV14d0O60iZLlb65dV1XWLc3f8AZN1qcVxosFveFdSubGI67fPbq8V56mUY7E1qjc1CE5UqeKpVNbc7ioVqE4Qc0nzwnCVVKSVKadH37uPg5tktOhQo+y561O8sNWheEWopuUKic3By5LqUIJpznTj7V8i5X+Ymp/s8/Hm78Q3vgnxr4VnibSru40Xw58QtH8VeFprrQrmwnuYbO3mhOt2Opan4XmaSa3W4m059e8LR3MN94Y077NFqfhrWfsFiKcKccbhd5wjUr4SacVWUoxbkn71OGIirNe97KvZwrz5nTxFL495bjJSeBxMbKnKVKhioTpy9i4yklF3cak8PLVP3PbUFJTowaVShVP/Z");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem);
}

.title__sub {
  font-size: 0.75rem;
  font-weight: 500;
  color: #8A6B2E;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.title__title {
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 1.07;
  letter-spacing: -0.02em;
  margin: 0;
}

.title__text p {
  margin-bottom: 0;
}
.title__text p + p {
  margin-top: 1em;
}

.fz-32 {
  font-size: 1.5rem;
}

.fz-40 {
  font-size: 1.875rem;
}

.fz-56 {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  .title__sub {
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
  }
  .title__title {
    font-size: 2.5rem;
  }
  .fz-32 {
    font-size: 1.75rem;
  }
  .fz-40 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .title__sub {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .title__title {
    font-size: 3.5rem;
  }
  .fz-32 {
    font-size: 2rem;
  }
  .fz-40 {
    font-size: 2.5rem;
  }
}
.imgbox {
  position: relative;
  overflow: hidden;
}
.imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxImgText1 {
  aspect-ratio: 500/660;
  position: relative;
  overflow: hidden;
}
.boxImgText1:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0.75rem;
  border: 1px solid #A67A33;
}

.boxImgText1__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.boxImgText1__img img {
  width: 100%;
  height: 100%;
}
.boxImgText1__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.boxImgText1__img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.81%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.81%, #000 100%);
}

.boxImgText1__body {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 2rem;
  right: 0;
  overflow: hidden;
  text-align: center;
  padding: 0 2rem;
}
.boxImgText1__body .fix-hover {
  -webkit-transform: translateY(var(--heightFix));
          transform: translateY(var(--heightFix));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.boxImgText1__title {
  font-size: 1rem;
  color: var(--color-secondary);
  line-height: 1.16;
  text-transform: uppercase;
  margin: 0;
}

.boxImgText1__text {
  font-size: 0.75rem;
  color: #F0ECDB;
  padding-top: 0.75rem;
}
.boxImgText1__text p {
  margin: 0;
}
.boxImgText1__text p + p {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .boxImgText1:before {
    inset: 1.125rem;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .boxImgText1:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .boxImgText1:hover .boxImgText1__img::before {
    opacity: 1;
    visibility: visible;
  }
  .boxImgText1:hover .boxImgText1__body .fix-hover {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .boxImgText1__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .boxImgText1:before {
    inset: 1.5rem;
  }
  .boxImgText1__body {
    bottom: 3.4375rem;
    padding: 0 3.4375rem;
  }
  .boxImgText1__title {
    font-size: 1.5rem;
  }
  .boxImgText1__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .item-boxList [xo-active] .boxImgText1 .boxImgText1__img::before {
    opacity: 1;
    visibility: visible;
  }
  .item-boxList [xo-active] .boxImgText1 .boxImgText1__body .fix-hover {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  font-size: 1.125rem;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  color: var(--color-secondary);
  margin: 0 0.25rem;
}
.social-list a:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

.roomBoxEx .r-item__inner {
  position: relative;
  overflow: hidden;
}
.roomBoxEx .r-item__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.roomBoxEx .r-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomBoxEx .r-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.roomBoxEx .r-item__body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
  text-align: center;
}
.roomBoxEx .r-item__sub {
  font-size: 0.75rem;
  color: var(--color-secondary);
  margin-bottom: 0.25rem;
}
.roomBoxEx .r-item__title {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--color-secondary);
  margin: 0;
}
.roomBoxEx .r-item__info {
  display: none;
}
.roomBoxEx .r-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.75rem 0;
}
.roomBoxEx .r-item__list li {
  font-size: 0.875rem;
  color: #F0ECDB;
}
.roomBoxEx .r-item__list li:not(:last-child) {
  border-right: 1px solid rgba(240, 236, 219, 0.4);
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.roomBoxEx .r-item__text {
  color: #F0ECDB;
}
.roomBoxEx .r-item__text p {
  margin-bottom: 0;
}
.roomBoxEx .r-item__text p + p {
  margin-top: 1em;
}
.roomBoxEx xo-cursor-item {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  color: var(--color-secondary);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.roomBoxEx xo-cursor-item:before, .roomBoxEx xo-cursor-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
.roomBoxEx xo-cursor-item:before {
  -webkit-animation: cursor1 1s linear infinite;
          animation: cursor1 1s linear infinite;
}
.roomBoxEx xo-cursor-item:after {
  -webkit-animation: cursor2 1s linear infinite;
          animation: cursor2 1s linear infinite;
}
@media (min-width: 768px) {
  .roomBoxEx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .roomBoxEx .r-item {
    width: 50%;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
  }
  .roomBoxEx .r-item__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .roomBoxEx {
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .roomBoxEx .r-item {
    width: 25%;
    margin-bottom: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    cursor: pointer;
  }
  .roomBoxEx .r-item__inner {
    height: 43.75rem;
  }
  .roomBoxEx .r-item__body {
    padding: 2.5rem;
  }
  .roomBoxEx .r-item__sub {
    font-size: 0.875rem;
  }
  .roomBoxEx .r-item__title {
    font-size: 2rem;
  }
  .roomBoxEx:hover {
    margin: 0;
    background-color: #000000;
  }
  .roomBoxEx:hover .r-item__body {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
    visibility: hidden;
  }
  .roomBoxEx:hover .r-item {
    padding: 0;
    width: 16.666667%;
    opacity: 0.5;
  }
  .roomBoxEx:hover .r-item:hover {
    width: 50%;
    opacity: 1;
  }
  .roomBoxEx:hover .r-item:hover .r-item__img {
    opacity: 0.8;
  }
  .roomBoxEx:hover .r-item:hover .r-item__body {
    -webkit-animation: romboxShow 0.3s ease forwards;
            animation: romboxShow 0.3s ease forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    text-align: left;
    max-width: 70%;
  }
  .roomBoxEx:hover .r-item:hover .r-item__title br {
    display: none;
  }
  .roomBoxEx:hover .r-item:hover .r-item__info {
    display: block;
  }
  .roomBoxEx:hover .r-item__body {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .roomBoxEx .r-item {
    margin-bottom: 0.75rem;
  }
  .roomBoxEx .r-item__inner {
    aspect-ratio: 343/420;
  }
}

@-webkit-keyframes cursor1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes cursor1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes cursor2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes cursor2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes romboxShow {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes romboxShow {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
}
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-list xo-tabs-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  border: 1px solid #8A6B2E;
  background-color: #F9F7F0;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-weight: 500;
  color: #8A6B2E;
  line-height: 1;
  text-transform: uppercase;
}
.tab-list xo-tabs-trigger[xo-active] {
  background-color: #8A6B2E;
  color: #F9F7F0;
}
@media (min-width: 768px) {
  .tab-list xo-tabs-trigger {
    font-size: 1.125rem;
    height: 2.8125rem;
    min-width: 11.25rem;
  }
}
@media (min-width: 1200px) {
  .tab-list xo-tabs-trigger {
    font-size: 1.5rem;
    height: 3.4375rem;
    min-width: 16rem;
  }
}

.popover {
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.popover.show {
  opacity: 1;
  visibility: visible;
}
.popover.show .popover-mapInfo {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.popover.show.top#homeMap-popup-1-3 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.popover.show.bottom#homeMap-popup-1-3 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.popover.show.top#homeMap-popup-1-13 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.popover.show.bottom#homeMap-popup-1-13 {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.popover__close {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.5625rem;
  line-height: 1;
  cursor: pointer;
}

.popover-mapInfo {
  width: 21.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50%) scale(0);
          transform: translateY(50%) scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.popover-mapInfo .popover__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popover-mapInfo .popover__inner .p-img {
  aspect-ratio: 200/240;
  width: 38%;
}
.popover-mapInfo .popover__inner .p-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popover-mapInfo .popover__inner .p-body {
  width: 62%;
  padding: 1.25rem 0.625rem;
}
.popover-mapInfo .popover__inner .p-body h3 {
  font-size: 1.125rem;
  line-height: 1.16;
  text-transform: uppercase;
  color: #8A6B2E;
  margin-bottom: 0.75rem;
}
.popover-mapInfo .popover__inner .p-body p {
  font-size: 0.75rem;
  color: #8A6B2E;
  margin: 0;
}
@media (min-width: 1200px) {
  .popover-mapInfo {
    width: 33.125rem;
  }
  .popover-mapInfo .popover__inner .p-body {
    padding: 3.125rem 2rem;
  }
  .popover-mapInfo .popover__inner .p-body h3 {
    font-size: 1.5rem;
  }
}

.popover-footText {
  width: 18.75rem;
  border: 1px solid rgba(205, 178, 120, 0.12);
  background: #241F1F;
  -webkit-box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.08);
  font-size: 0.625rem;
  color: #F9F7F0;
  padding: 0.9375rem;
}
.popover-footText p {
  margin-bottom: 0;
}
.popover-footText p + p {
  margin-top: 1em;
}

.popover-mapGolf {
  width: 30rem;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.popover-mapGolf .popover__inner {
  position: relative;
}
.popover-mapGolf .popover__inner .p-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.625rem;
}
.popover-mapGolf .popover__inner .p-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem;
}
.popover-mapGolf .popover__inner .p-sub span:not(:first-child) {
  border-left: 1px solid rgba(138, 107, 46, 0.65);
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.popover-mapGolf .popover__inner .p-text {
  font-size: 0.75rem;
  margin: 0;
}
.popover-mapGolf .popover__inner .p-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.5rem 0;
}
.popover-mapGolf .popover__inner .p-label li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.popover-mapGolf .popover__inner .p-label li span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #F0ECDB;
  margin-right: 0.25rem;
}
.popover-mapGolf .popover__inner .p-img {
  border: 1px solid #DBD1A9;
}
.popover-mapGolf .popover__close {
  top: -0.9375rem;
  right: -0.9375rem;
}
@media (min-width: 768px) {
  .popover-mapGolf {
    padding: 1.5rem;
  }
  .popover-mapGolf .popover__inner {
    position: relative;
  }
  .popover-mapGolf .popover__inner .p-title {
    font-size: 1.5rem;
  }
}

.select-lang {
  position: relative;
}
.select-lang xo-popover-trigger {
  cursor: pointer;
}

.select-lang__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.select-lang__label:after {
  content: "\e900";
  display: block;
  font-family: "HY-icon";
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .select-lang__label {
    font-size: 1rem;
  }
}

.select-lang__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 5rem;
  background: #F9F7F0;
  padding: 0.75rem 1.25rem;
  -webkit-box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.select-lang__list a {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.select-lang__list a:hover, .select-lang__list a.current {
  color: var(--color-hover);
}
.select-lang__list a + a {
  margin-top: 0.625rem;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .select-lang__list a {
    font-size: 1rem;
  }
}

#homeMap-popup-5.top,
#homeMap-popup-7.top {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
#homeMap-popup-5.bottom,
#homeMap-popup-7.bottom {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media (min-width: 1200px) {
  #homeMap-popup-5.top,
  #homeMap-popup-7.top {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  #homeMap-popup-5.bottom,
  #homeMap-popup-7.bottom {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

@media (max-width: 767.98px) {
  #homeMap-popup-2,
  #homeMap-popup-3,
  #homeMap-popup-4,
  #homeMap-popup-5,
  #homeMap-popup-6,
  #homeMap-popup-7 {
    display: none !important;
  }
}
xo-tabs-pane {
  opacity: 0;
}
xo-tabs-pane[xo-active] {
  opacity: 1;
}

xo-carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 0.9375rem;
}
xo-carousel-pagination xo-carousel-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  margin: 0 0.125rem;
  opacity: 0.2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
xo-carousel-pagination xo-carousel-bullet[xo-active] {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.xo-button.style-1 xo-carousel-prev,
.xo-button.style-1 xo-carousel-next {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.xo-button.style-1 xo-carousel-prev {
  left: 0.9375rem;
}
.xo-button.style-1 xo-carousel-next {
  right: 0.9375rem;
}
@media (min-width: 768px) {
  .xo-button.style-1 xo-carousel-prev {
    left: 1.5625rem;
  }
  .xo-button.style-1 xo-carousel-next {
    right: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .xo-button.style-1 xo-carousel-prev {
    left: 2.5rem;
  }
  .xo-button.style-1 xo-carousel-next {
    right: 2.5rem;
  }
}

xo-carousel-prev,
xo-carousel-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-size: 1.25rem;
  color: #F9F7F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
xo-carousel-prev:hover,
xo-carousel-next:hover {
  background-color: var(--color-hover);
}
@media (min-width: 768px) {
  xo-carousel-prev,
  xo-carousel-next {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  xo-carousel-prev,
  xo-carousel-next {
    width: 5.9375rem;
    height: 5.9375rem;
    font-size: 1.875rem;
  }
}

.xo-button.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xo-button.style-2 xo-carousel-prev,
.xo-button.style-2 xo-carousel-next {
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1rem;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xo-button.style-2 xo-carousel-prev[xo-disabled],
.xo-button.style-2 xo-carousel-next[xo-disabled] {
  opacity: 0.5;
}
.xo-button.style-2 xo-carousel-prev:hover,
.xo-button.style-2 xo-carousel-next:hover {
  background-color: var(--color-secondary);
}
.xo-button.style-2 xo-carousel-next {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .xo-button.style-2 xo-carousel-prev,
  .xo-button.style-2 xo-carousel-next {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}

.xo-fraction {
  font-family: var(--bs-heading-font-family);
  font-size: 1.25rem;
  line-height: 1;
}
.xo-fraction xo-carousel-page {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .xo-fraction {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .xo-fraction {
    font-size: 2rem;
  }
}

.title-line-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.title-line-half .f-group {
  position: relative;
  text-align: center;
}
.title-line-half .f-group:before, .title-line-half .f-group:after {
  content: "";
  position: absolute;
  width: 10vw;
  top: 50%;
  height: 1px;
}
.title-line-half .f-group:before {
  left: -1rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(270deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
}
.title-line-half .f-group:after {
  right: -1rem;
  background: -webkit-gradient(linear, left top, right top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(90deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.title-line-half .title__sub {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.title-line-half .f-star {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  letter-spacing: 0.3125rem;
}
.title-line-half .f-star i {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .title-line-half {
    padding-bottom: 3.75rem;
  }
  .title-line-half .f-group:before, .title-line-half .f-group:after {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  .title-line-half .item-head {
    padding-bottom: 5rem;
  }
  .title-line-half .item-head .f-group:before, .title-line-half .item-head .f-group:after {
    width: 35vw;
  }
}

.villaType {
  display: block;
  position: relative;
}

.villaType__img {
  position: relative;
  aspect-ratio: 343/420;
}
.villaType__img:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%);
}
.villaType__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.villaType__body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1.875rem;
  right: 0;
  text-align: center;
  padding: 0 1.25rem;
}

.villaType__sub {
  font-size: 0.75rem;
  color: var(--color-secondary);
  margin-bottom: 0.25rem;
}

.villaType__title {
  font-size: 1.5rem;
  color: var(--color-secondary);
  margin: 0;
}

@media (min-width: 768px) {
  .villaType__body {
    bottom: 2.5rem;
  }
  .villaType__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .villaType__img {
    aspect-ratio: 749/600;
  }
  .villaType__body {
    bottom: 3.4375rem;
  }
  .villaType__sub {
    font-size: 0.875rem;
  }
  .villaType__title {
    font-size: 2rem;
  }
  .villaType__title br {
    display: none;
  }
}
xo-modal xo-modal-trigger {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 9;
  font-size: 1.875rem;
  line-height: 1;
}
xo-modal xo-modal-trigger button {
  border: 0;
  background: 0;
  padding: 0;
  color: var(--color-primary);
}

.villaPopupDetail {
  position: relative;
  z-index: 2;
  background-color: #F9F7F0;
  width: 100%;
  max-height: 100lvh;
  overflow: hidden;
  overflow-y: auto;
}
.villaPopupDetail .item-scroll {
  padding: 1.5625rem 0;
}
.villaPopupDetail .item-panel + .item-panel {
  border-top: 1px solid rgba(112, 89, 41, 0.24);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.villaPopupDetail .item-body .title__title {
  margin-bottom: 1rem;
}
.villaPopupDetail .item-body .title__text {
  margin-bottom: 1.5625rem;
}
.villaPopupDetail .item-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.villaPopupDetail .item-info li {
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.villaPopupDetail .item-info li strong {
  font-weight: 600;
}
.villaPopupDetail .item-info li + li {
  margin-top: 0.5rem;
}
.villaPopupDetail .item-img {
  position: relative;
  overflow: hidden;
  margin-top: 1.5625rem;
}
.villaPopupDetail .item-img img {
  width: 100%;
}
.villaPopupDetail .item-listMap {
  margin-top: 1.5rem;
}
.villaPopupDetail .item-listMap .f-text {
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.villaPopupDetail .item-listMap .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.villaPopupDetail .item-listMap .f-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
.villaPopupDetail .item-listMap .f-list li span {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #F0ECDB;
  background: var(--color-primary);
  font-size: 0.75rem;
  color: #F9F7F0;
  text-align: center;
}
.villaPopupDetail .item-listMap .f-list li p {
  width: calc(100% - 1.5625rem);
  font-size: 0.75rem;
  padding-left: 0.375rem;
  margin: 0;
}
.villaPopupDetail .item-listMap .f-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
.villaPopupDetail .item-listMap .f-btn i {
  font-size: 1.6em;
  color: #C00000;
  margin-right: 0.2em;
}
.villaPopupDetail .item-slide .f-img {
  position: relative;
  aspect-ratio: 1336/680;
  overflow: hidden;
}
.villaPopupDetail .item-slide .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.villaPopupDetail .item-slide .xo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 9;
  right: 1.25rem;
  bottom: 1.25rem;
}
.villaPopupDetail .item-slide .xo-button xo-carousel-prev,
.villaPopupDetail .item-slide .xo-button xo-carousel-next {
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1rem;
}
.villaPopupDetail .item-slide .xo-button xo-carousel-next {
  margin-left: 0.5rem;
}
.villaPopupDetail .item-slide .xo-fraction {
  position: absolute;
  z-index: 9;
  left: 1.25rem;
  bottom: 1.25rem;
  color: #F9F7F0;
}
.villaPopupDetail .f-sharp-1,
.villaPopupDetail .f-sharp-2 {
  position: absolute;
  width: 30%;
  z-index: -1;
}
.villaPopupDetail .f-sharp-1 img,
.villaPopupDetail .f-sharp-2 img {
  width: 100%;
}
.villaPopupDetail .f-sharp-1 {
  top: 0;
  right: 0;
}
.villaPopupDetail .f-sharp-2 {
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .villaPopupDetail .item-scroll {
    padding: 3.125rem;
  }
  .villaPopupDetail .container {
    padding: 0 3.125rem;
  }
  .villaPopupDetail .item-panel + .item-panel {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .villaPopupDetail .item-scroll {
    padding: 5.9375rem;
  }
  .villaPopupDetail .container {
    padding: 0 6.25rem;
  }
  .villaPopupDetail .item-panel + .item-panel {
    padding-top: 4rem;
    margin-top: 4rem;
  }
  .villaPopupDetail .item-body {
    max-width: 80%;
  }
  .villaPopupDetail .item-body .title__text {
    margin-bottom: 2rem;
  }
  .villaPopupDetail .item-listMap {
    margin-top: 2rem;
  }
  .villaPopupDetail .item-img {
    margin-top: 0;
  }
  .villaPopupDetail .item-slide .xo-button {
    right: 2rem;
    bottom: 2rem;
  }
  .villaPopupDetail .item-slide .xo-button xo-carousel-prev,
  .villaPopupDetail .item-slide .xo-button xo-carousel-next {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
  .villaPopupDetail .item-slide .xo-button xo-carousel-next {
    margin-left: 0.5rem;
  }
  .villaPopupDetail .item-slide .xo-fraction {
    left: 2rem;
    bottom: 2rem;
  }
}

.contactPopup {
  position: relative;
  z-index: 2;
  background-color: #F0ECDB;
  width: 90vw;
  padding: 1.25rem 1.25rem;
  margin: auto;
  overflow: hidden;
}
.contactPopup .item-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.contactPopup .item-form .f-inner {
  margin-bottom: 0.5rem;
}
.contactPopup .item-form .f-inner label {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #705924;
  margin-bottom: 0.375rem;
}
.contactPopup .item-form .f-inner .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  border: 1px solid rgba(112, 89, 41, 0.32);
  border-radius: 0;
  background: #F9F7F0;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
  padding: 0 1rem;
}
.contactPopup .item-form .f-inner .form-control:focus {
  border-color: #705924;
}
.contactPopup .item-form .f-inner .form-control::-webkit-input-placeholder {
  color: rgba(112, 89, 36, 0.6);
}
.contactPopup .item-form .f-inner .form-control::-moz-placeholder {
  color: rgba(112, 89, 36, 0.6);
}
.contactPopup .item-form .f-inner .form-control:-moz-placeholder {
  color: rgba(112, 89, 36, 0.6);
}
.contactPopup .item-form .f-inner .form-control:-ms-input-placeholder {
  color: rgba(112, 89, 36, 0.6);
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .contactPopup .item-form .f-inner .form-control {
    font-size: 0.75rem;
  }
}
.contactPopup .item-form .select-custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactPopup .item-form .select-custom .ss-main .ss-values .ss-placeholder {
  color: #705924;
}
.contactPopup .item-form .select-custom .ss-main .ss-arrow path {
  stroke: #705924;
}
.contactPopup .item-form .select-custom .ss-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  max-height: 15.625rem;
  padding: 0.75rem;
  border-color: #705924;
}
.contactPopup .item-form .select-custom .ss-content .ss-search {
  display: none;
}
.contactPopup .item-form .select-custom .ss-content .ss-list {
  display: block;
  width: 100%;
}
.contactPopup .item-form .f-btn {
  margin-top: 1.25rem;
}
.contactPopup .item-form .f-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3.125rem;
  background-color: var(--color-primary);
  border: 0;
  color: #F9F7F0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contactPopup .item-form .f-btn button:hover {
  background-color: var(--color-hover);
}
.contactPopup .f-sharp-1,
.contactPopup .f-sharp-2 {
  position: absolute;
  width: 52%;
  z-index: -1;
}
.contactPopup .f-sharp-1 img,
.contactPopup .f-sharp-2 img {
  width: 100%;
}
.contactPopup .f-sharp-1 {
  top: 0;
  right: 0;
  -webkit-transform: translate(0%, -20%);
          transform: translate(0%, -20%);
}
.contactPopup .f-sharp-2 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-20%, 20%);
          transform: translate(-20%, 20%);
}
@media (min-width: 768px) {
  .contactPopup {
    width: 80vw;
    padding: 1.875rem 2.5rem;
  }
  .contactPopup .item-title {
    font-size: 2.1875rem;
    margin-bottom: 1.25rem;
  }
  .contactPopup .item-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.3125rem;
  }
  .contactPopup .item-form .f-inner,
  .contactPopup .item-form .f-btn {
    width: 100%;
    padding: 0 0.3125rem;
  }
  .contactPopup .item-form .f-inner {
    margin-bottom: 0.75rem;
  }
  .contactPopup .item-form .f-inner.f-50 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contactPopup {
    width: 40rem;
    padding: 2.8125rem 2.5rem;
  }
  .contactPopup .item-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.healthBox {
  position: relative;
}

.healthBox__img {
  position: relative;
  aspect-ratio: 749/600;
}
.healthBox__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.healthBox__img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.healthBox__body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 9%;
  right: 0;
  padding: 0 10%;
}

.healthBox__title {
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin: 0;
}

@media (min-width: 1200px) {
  .healthBox__title {
    font-size: 2.5rem;
  }
}
.postHalf {
  height: 100%;
}

.postHalf__inner {
  height: 100%;
  background-color: #F0ECDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.postHalf__img {
  display: block;
  position: relative;
  aspect-ratio: 166/125;
}
.postHalf__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postHalf__body {
  padding: 1rem;
}

.postHalf__sub {
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

.postHalf__title {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0;
}

.postHalf__btn {
  display: none;
}

.postHalf.style-featured {
  height: auto;
}
.postHalf.style-featured .postHalf__body {
  padding: 1.5625rem;
}
.postHalf.style-featured .postHalf__title {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .postHalf__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .postHalf__inner:hover {
    background-color: #DBD1A9;
  }
  .postHalf__img {
    width: 45%;
  }
  .postHalf__body {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .postHalf.style-featured .postHalf__title {
    font-size: 1.25rem;
  }
  .postHalf.style-featured .postHalf__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .postHalf.style-featured .postHalf__fix {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .postHalf.style-featured .postHalf__btn {
    display: block;
  }
}
@media (min-width: 1200px) {
  .postHalf__img {
    width: 61%;
  }
  .postHalf__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49%;
    padding: 2rem 2.5rem;
  }
  .postHalf__sub {
    font-size: 0.75rem;
  }
  .postHalf__title {
    font-size: 1.5rem;
  }
  .postHalf__fix {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .postHalf__btn {
    display: block;
  }
  .postHalf.style-featured .postHalf__img,
  .postHalf.style-featured .postHalf__body {
    width: 50%;
  }
  .postHalf.style-featured .postHalf__title {
    font-size: 2.5rem;
  }
  .postHalf.style-featured .postHalf__body {
    padding: 4.0625rem;
  }
}
.pagination-page {
  border-top: 1px solid rgba(112, 89, 36, 0.12);
  padding-top: 0.9375rem;
}
.pagination-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-page ul li a,
.pagination-page ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
  opacity: 0.5;
}
.pagination-page ul li a:hover,
.pagination-page ul li a.curent {
  opacity: 1;
}
@media (min-width: 768px) {
  .pagination-page ul li a, .pagination-page ul li span {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .pagination-page {
    padding-top: 1.5rem;
  }
}

.postBox {
  height: 100%;
}

.postBox__inner {
  background-color: #F0ECDB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.postBox__inner:hover {
  background-color: #DBD1A9;
}

.postBox__img {
  display: block;
  aspect-ratio: 489/330;
  position: relative;
}
.postBox__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postBox__body {
  padding: 0.9375rem;
}

.postBox__sub {
  overflow: hidden;
  color: #705924;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
}

.postBox__title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #705924;
}
.postBox__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
}

.postBox__btn {
  margin-top: 0.9375rem;
}

@media (min-width: 768px) {
  .postBox__body {
    padding: 1.25rem;
  }
  .postBox__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .postBox__body {
    padding: 2rem;
  }
  .postBox__sub {
    font-size: 0.75rem;
  }
  .postBox__title {
    font-size: 1.5rem;
  }
  .postBox__btn {
    margin-top: 2rem;
  }
}
.filterbox__head {
  margin-bottom: 1.5625rem;
}
.filterbox__head .filterbox__sort {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filterbox__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filterbox__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  padding: 0 1rem;
}
.filterbox__menu ul li a.current {
  border-color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .filterbox__menu {
    overflow: hidden;
    overflow-x: auto;
    margin-right: -1rem;
    padding-right: 1rem;
  }
  .filterbox__menu::-webkit-scrollbar {
    display: none;
  }
}

.filterbox__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filterbox__sort a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filterbox__sort a.current {
  opacity: 1;
}

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #F9F7F0;
  border-bottom: 1px solid rgba(36, 31, 31, 0.16);
}

.header__content,
.header__fixHeight {
  height: 10rem;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
}

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a {
  display: block;
  width: 7.8125rem;
}
.header__logo .logo-home {
  display: none;
}

.header__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__humberger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header__humberger .f-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}
.header__humberger .f-btn span {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: var(--color-primary);
}
.header__humberger .f-btn .h-2 {
  width: 1.25rem;
  margin-top: 0.25rem;
}
.header__humberger .f-text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0;
}

.header__nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .menu-list > li {
  position: relative;
}
.header__nav .menu-list > li > a,
.header__nav .menu-list > li > xo-modal-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  text-transform: uppercase;
}
.header__nav .menu-list > li:not(:last-child) {
  margin-right: 2.5rem;
}
.header__nav .menu-list li.menu-has-children > a span {
  line-height: 1;
  font-size: 1.2em;
}
.header__nav .menu-list li.menu-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header__nav .menu-list a,
.header__nav .menu-list xo-modal-trigger {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav .menu-list a:hover,
.header__nav .menu-list xo-modal-trigger:hover {
  color: var(--color-hover);
}
.header__nav .menu-list .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 8.125rem;
  background: #F9F7F0;
  padding: 0.75rem 1.25rem;
  -webkit-box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 2rem 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav .menu-list .submenu li {
  display: block;
}
.header__nav .menu-list .submenu li + li {
  margin-top: 0.625rem;
}
.header__nav .menu-list .submenu li a {
  display: block;
}

.header__phone {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-left: 1.5rem;
}

.header.header--transparent .header__fixHeight {
  display: none;
}
.header.header--transparent.headroom--top .header__wrap {
  background-color: transparent;
  border-bottom: transparent;
}
.header.header--transparent.headroom--top .header__logo .logo-home {
  display: block;
}
.header.header--transparent.headroom--top .header__logo .logo-default {
  display: none;
}
.header.header--transparent.headroom--top .header__humberger span {
  background-color: #CDB278;
}
.header.header--transparent.headroom--top .header__humberger .f-text,
.header.header--transparent.headroom--top .header__nav .menu-list > li > a,
.header.header--transparent.headroom--top .header__nav .menu-list > li > xo-modal-trigger,
.header.header--transparent.headroom--top .header__lang .select-lang__label,
.header.header--transparent.headroom--top .header__phone {
  color: #CDB278;
}
.header.header--transparent.headroom--top .header__humberger .f-text:hover,
.header.header--transparent.headroom--top .header__nav .menu-list > li > a:hover,
.header.header--transparent.headroom--top .header__nav .menu-list > li > xo-modal-trigger:hover,
.header.header--transparent.headroom--top .header__lang .select-lang__label:hover,
.header.header--transparent.headroom--top .header__phone:hover {
  color: var(--color-hover);
}

.body-load-done .header__wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.header-unpin .header__wrap {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header.header--showmenu .header__wrap {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  background-color: transparent !important;
}
.header.header--showmenu .header__humberger span {
  background-color: #CDB278;
}
.header.header--showmenu .header__humberger .f-text,
.header.header--showmenu .header__nav .menu-list > li > a,
.header.header--showmenu .header__lang .select-lang__label,
.header.header--showmenu .header__phone {
  color: #CDB278;
}
.header.header--showmenu .header__humberger .h-1 {
  -webkit-transform: translateY(3px) rotate(30deg);
          transform: translateY(3px) rotate(30deg);
}
.header.header--showmenu .header__humberger .h-2 {
  width: 2rem;
  -webkit-transform: translateY(-3px) rotate(-30deg);
          transform: translateY(-3px) rotate(-30deg);
}
.header.header--showmenu .header__logo .logo-home {
  display: block;
}
.header.header--showmenu .header__logo .logo-default {
  display: none;
}
.header.header--showmenu .header__nav {
  opacity: 0;
  visibility: hidden;
}
.header.header--showmenu .header__lang {
  border-color: transparent;
}

.header.header--popup .header__wrap {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}

@media (min-width: 768px) {
  .header__content,
  .header__fixHeight {
    height: 6.25rem;
  }
  .header__left,
  .header__right {
    width: 35%;
  }
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header__logo a {
    width: 6.25rem;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__content,
  .header__fixHeight {
    height: 9.375rem;
  }
  .header__left,
  .header__right {
    width: 45%;
  }
  .header__humberger {
    margin-right: 3.125rem;
  }
  .header__logo a {
    width: 8.25rem;
  }
  .header__lang {
    border-left: 1px solid rgba(138, 107, 46, 0.4);
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .header__nav .menu-list a,
  .header__nav .menu-list xo-modal-trigger,
  .header__phone,
  .header__humberger .f-text {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
  .header__right {
    display: none;
  }
  .header__humberger {
    position: absolute;
    top: 1rem;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__humberger .f-btn {
    margin-right: 0;
  }
  .header__humberger .f-btn .h-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .header__humberger .f-text {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    text-align: center;
    height: 100%;
  }
  .header__logo a {
    width: auto;
    max-height: 100%;
    height: 100%;
  }
  .header__logo a img {
    max-height: 100%;
    margin: 0 auto;
  }
}
.megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #241F1F;
  opacity: 0;
  visibility: hidden;
  min-height: 100svh;
}
.megamenu.show-megamenu {
  opacity: 1;
  visibility: visible;
}
.megamenu.effect .megamenu__list li {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.megamenu.effect .megamenu__list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.megamenu.effect .megamenu__list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.megamenu.effect .megamenu__list li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.megamenu.effect .megamenu__list li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.megamenu.effect .megamenu__list li:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.megamenu.effect .megamenu__list li:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.megamenu.effect .megamenu__list li:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.megamenu.effect .megamenu__info {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.megamenu.effect .megamenu__lang {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.body-load-done .megamenu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.megamenu__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.megamenu__navWrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.megamenu__nav {
  position: relative;
  z-index: 3;
  height: 85%;
  overflow: hidden;
  overflow-y: auto;
}
.megamenu__nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__nav .menu-list li + li {
  margin-top: 0.625rem;
}
.megamenu__nav .menu-list a,
.megamenu__nav .menu-list xo-modal-trigger {
  font-family: var(--bs-heading-font-family);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--color-secondary);
}
.megamenu__nav .menu-list a.current, .megamenu__nav .menu-list a:hover,
.megamenu__nav .menu-list xo-modal-trigger.current,
.megamenu__nav .menu-list xo-modal-trigger:hover {
  color: #AB893F;
}

.megamenu__foot .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-secondary);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0.9375rem;
}
.megamenu__foot .header__lang {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  border-right: 1px solid rgba(205, 178, 120, 0.2);
  padding-right: 1rem;
  margin-right: 1rem;
  line-height: 1;
}
.megamenu__foot .header__phone {
  margin-left: 0;
}

.megamenu__sharp1,
.megamenu__sharp2 {
  position: absolute;
  z-index: -1;
  width: 107%;
}
.megamenu__sharp1 span,
.megamenu__sharp2 span {
  display: block;
}
.megamenu__sharp1 span img,
.megamenu__sharp2 span img {
  width: 100%;
}

.megamenu__sharp1 {
  top: 15%;
  left: 0;
  -webkit-transform: translate(-36%, 0);
          transform: translate(-36%, 0);
}

.megamenu__sharp2 {
  bottom: 3%;
  right: 0;
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
}

xo-popover {
  outline: none;
}

@media (min-width: 768px) {
  .megamenu__content {
    padding-top: 4.375rem;
    padding-bottom: 3.75rem;
  }
  .megamenu__nav .menu-list li + li {
    margin-top: 1.25rem;
  }
  .megamenu__nav .menu-list a,
  .megamenu__nav .menu-list xo-modal-trigger {
    font-size: 2.5rem;
  }
  .megamenu__foot {
    bottom: 3.75rem;
  }
  .megamenu__sharp1,
  .megamenu__sharp2 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .megamenu__content {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
  .megamenu__nav .menu-list li + li {
    margin-top: 1.25rem;
  }
  .megamenu__nav .menu-list a {
    font-size: 2.5rem;
  }
  .megamenu__sharp1,
  .megamenu__sharp2 {
    width: 49%;
  }
  .megamenu__sharp1 {
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, -25%);
            transform: translate(-20%, -25%);
  }
  .megamenu__sharp2 {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(14%, 25%);
            transform: translate(14%, 25%);
  }
}
.footer {
  position: relative;
  z-index: 5;
  background-color: #241F1F;
  overflow: hidden;
  padding-top: 2rem;
}
.footer .item-head {
  margin-bottom: 2.1875rem;
}
.footer .item-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .item-list li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.footer .item-list li a,
.footer .item-list li xo-modal-trigger {
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-secondary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .item-list li a:hover,
.footer .item-list li xo-modal-trigger:hover {
  color: #AB893F;
}
.footer .item-lang {
  line-height: 1;
}
.footer .item-lang .select-lang__label {
  color: #CDB278;
}
.footer .item-social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .item-contact {
  margin-bottom: 3rem;
}
.footer .item-contact p {
  margin: 0;
}
.footer .item-contact p + p {
  margin-top: 0.5em;
}
.footer .item-contact a {
  display: block;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--color-secondary);
}
.footer .item-contact a:hover {
  text-decoration: underline;
}
.footer .item-foot {
  border-top: 1px solid rgba(205, 178, 120, 0.24);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-secondary);
  padding: 1.875rem 0;
  margin-top: 2.5rem;
}
.footer .item-foot p {
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .footer .item-foot {
    font-size: 0.875rem;
  }
}
.footer .item-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-top: 0.9375rem;
}
.footer .item-policy a {
  text-transform: uppercase;
  margin-left: 1.5rem;
}
.footer .item-sharp-1,
.footer .item-sharp-2 {
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  width: 100%;
}
.footer .item-sharp-1 span,
.footer .item-sharp-2 span {
  display: block;
}
.footer .item-sharp-1 span img,
.footer .item-sharp-2 span img {
  width: 100%;
}
.footer .item-sharp-1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-24%, -27%);
          transform: translate(-24%, -27%);
}
@media (min-width: 768px) {
  .footer .item-head {
    margin-bottom: 3.75rem;
  }
  .footer .item-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .item-list li {
    margin-right: 1.5625rem;
    margin-bottom: 0.5rem;
  }
  .footer .item-list li a,
  .footer .item-list li xo-modal-trigger {
    font-size: 1.125rem;
  }
  .footer .item-contact {
    text-align: right;
    margin-bottom: 0;
  }
  .footer .item-contact a {
    font-size: 1.125rem;
  }
  .footer .item-sharp-1,
  .footer .item-sharp-2 {
    width: 47%;
  }
  .footer .item-sharp-2 {
    top: 0;
    right: 0;
    -webkit-transform: translate(13%, -33%);
            transform: translate(13%, -33%);
  }
  .footer .item-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 2.8125rem;
  }
  .footer .item-head {
    margin-bottom: 6.25rem;
  }
  .footer .item-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .item-list li {
    margin-right: 2.5rem;
  }
  .footer .item-list li a,
  .footer .item-list li xo-modal-trigger {
    font-size: 1.5rem;
  }
  .footer .item-contact a {
    font-size: 1.5rem;
  }
  .footer .item-policy a {
    margin-left: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .footer .item-sharp-2 {
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, 33%);
            transform: translate(30%, 33%);
  }
}

.sec-hero {
  padding: 0;
}
.sec-hero .item-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec-hero .item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 82%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-hero .item-bg xo-video-cover {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-hero .item-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 31, 0.6)), color-stop(33.18%, rgba(36, 31, 31, 0)));
  background: linear-gradient(180deg, rgba(36, 31, 31, 0.6) 0%, rgba(36, 31, 31, 0) 33.18%);
}
.sec-hero .item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 31, 0)), to(#241F1F));
  background: linear-gradient(180deg, rgba(36, 31, 31, 0) 0%, #241F1F 100%);
}
.sec-hero .item-content {
  position: relative;
  z-index: 2;
  padding-top: 23.4375rem;
}
.sec-hero .item-head {
  text-align: center;
  margin-bottom: 5rem;
}
.sec-hero .item-title {
  position: relative;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}
.sec-hero .item-title:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: -30%;
  right: 0;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.4;
  background: #241F1F;
  -webkit-filter: blur(4rem);
          filter: blur(4rem);
  pointer-events: none;
}
.sec-hero .item-text {
  color: #F0ECDB;
  opacity: 0.8;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 4.375rem;
}
.sec-hero .item-text p {
  margin-bottom: 0;
}
.sec-hero .item-text p + p {
  margin-top: 0;
}
.sec-hero .item-scroll {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F0ECDB;
  margin: 0;
}
.sec-hero .item-slideWrap {
  position: relative;
}
.sec-hero .item-slideWrap xo-carousel {
  position: static;
}
@media (min-width: 768px) {
  .sec-hero .item-content {
    padding-top: 18.75rem;
  }
  .sec-hero .item-head {
    margin-bottom: 8.125rem;
  }
  .sec-hero .item-title {
    font-size: 4.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-hero .xo-button.style-1 xo-carousel-prev {
    left: 0rem;
  }
  .sec-hero .xo-button.style-1 xo-carousel-next {
    right: 0rem;
  }
}
@media (min-width: 1200px) {
  .sec-hero .item-content {
    padding-top: 31.875rem;
  }
  .sec-hero .item-head {
    margin-bottom: 16rem;
  }
  .sec-hero .item-title {
    font-size: 6.25rem;
  }
  .sec-hero .item-text {
    font-size: 1rem;
    max-width: 70%;
    margin-bottom: 7.5rem;
  }
}

.sec-homeIntro .title__title {
  margin-bottom: 1rem;
}
.sec-homeIntro .title__btn {
  margin-top: 2rem;
}
.sec-homeIntro .item-content {
  margin-top: 3rem;
}
.sec-homeIntro .item-img-1,
.sec-homeIntro .item-img-2 {
  position: relative;
}
.sec-homeIntro .item-img-1 img,
.sec-homeIntro .item-img-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeIntro .item-img-1 {
  aspect-ratio: 400/400;
  max-width: 92%;
}
.sec-homeIntro .item-img-2 {
  aspect-ratio: 1061/640;
}
.sec-homeIntro .item-sharp {
  aspect-ratio: 600/600;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 40%;
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}
.sec-homeIntro .item-sharp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-homeIntro {
    padding-bottom: 6.25rem;
  }
  .sec-homeIntro .title__btn {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeIntro {
    padding-bottom: 12.1875rem;
  }
  .sec-homeIntro .title__title {
    margin-bottom: 2rem;
  }
  .sec-homeIntro .title__btn {
    text-align: right;
    margin-top: 0;
  }
  .sec-homeIntro .item-content {
    margin-top: 4.375rem;
  }
  .sec-homeIntro .item-sharp {
    width: 27%;
  }
  .sec-homeIntro.style-golf {
    padding-bottom: 4.0625rem;
  }
}
.sec-homeIntro.style-villa {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(0deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
  overflow: hidden;
}
.sec-homeIntro.style-villa .item-sharp-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  -webkit-transform: translate(31%, -30%);
          transform: translate(31%, -30%);
}
.sec-homeIntro.style-villa .item-sharp-2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-homeIntro.style-villa .item-img-1 {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .sec-homeIntro.style-villa .title__title {
    margin-bottom: 1.5rem;
  }
  .sec-homeIntro.style-villa .title__text {
    max-width: 65%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeIntro.style-villa .item-img-1 {
    max-width: 100%;
    margin-top: 0.625rem;
  }
  .sec-homeIntro.style-villa .item-content {
    margin-top: 2rem;
  }
}

.sec-homeGallery {
  padding: 0;
}
@media (max-width: 767.98px) {
  .sec-homeGallery .item-sticky {
    aspect-ratio: 375/600;
  }
}
.sec-homeGallery .item-bgText {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
}
.sec-homeGallery .item-bgText .f-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-homeGallery .item-bgText .f-bg:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.sec-homeGallery .item-bgText .f-title {
  position: absolute;
  left: 0;
  bottom: 4%;
  right: 0;
  z-index: 2;
  text-align: center;
}
.sec-homeGallery .item-bgText .f-title h3 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-secondary);
  letter-spacing: -0.01em;
  margin-bottom: 0.15em;
}
.sec-homeGallery .item-bgText .f-title p {
  margin: 0;
}
.sec-homeGallery .item-bgText .f-title .btn-link {
  color: #fff;
}
.sec-homeGallery .item-bgText .f-title .btn-link:hover {
  color: var(--color-secondary);
}
.sec-homeGallery .item-img-1,
.sec-homeGallery .item-img-2,
.sec-homeGallery .item-img-3,
.sec-homeGallery .item-img-4 {
  position: absolute;
  opacity: 0;
}
.sec-homeGallery .item-img-1 span,
.sec-homeGallery .item-img-2 span,
.sec-homeGallery .item-img-3 span,
.sec-homeGallery .item-img-4 span {
  aspect-ratio: 400/280;
  display: block;
  overflow: hidden;
}
.sec-homeGallery .item-img-1 span img,
.sec-homeGallery .item-img-2 span img,
.sec-homeGallery .item-img-3 span img,
.sec-homeGallery .item-img-4 span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeGallery .item-img-1 {
  z-index: 3;
  top: 6%;
  left: 0;
  width: 30%;
}
.sec-homeGallery .item-img-2 {
  z-index: 1;
  top: 6%;
  right: 3%;
  width: 29%;
}
.sec-homeGallery .item-img-3 {
  z-index: 1;
  bottom: 14%;
  left: 4%;
  width: 27%;
}
.sec-homeGallery .item-img-4 {
  z-index: 3;
  bottom: 10%;
  right: 3%;
  width: 30%;
}
@media (min-width: 768px) {
  .sec-homeGallery .item-wrap {
    position: relative;
    height: 200lvh;
  }
  .sec-homeGallery .item-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100lvh;
  }
  .sec-homeGallery .item-bgText .f-title h3 {
    font-size: 2.8125rem;
  }
  .sec-homeGallery .item-bgText .f-title p {
    opacity: 0;
    visibility: hidden;
  }
  .sec-homeGallery .item-img-1 {
    width: 21%;
  }
  .sec-homeGallery .item-img-2 {
    width: 18%;
  }
  .sec-homeGallery .item-img-3 {
    width: 12%;
  }
  .sec-homeGallery .item-img-4 {
    width: 21%;
  }
}
@media (min-width: 1200px) {
  .sec-homeGallery .item-wrap {
    height: 300lvh;
  }
  .sec-homeGallery .item-bgText .f-title {
    bottom: 7%;
  }
  .sec-homeGallery .item-bgText .f-title h3 {
    font-size: 3.5rem;
  }
}

.sec-homeVilla {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(180deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
}
.sec-homeVilla .item-head {
  margin-bottom: 2rem;
}
.sec-homeVilla .item-head .title__title {
  margin-bottom: 1rem;
}
.sec-homeVilla .item-head .title__text {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-homeVilla .item-head {
    margin-bottom: 3.125rem;
  }
  .sec-homeVilla .item-head .title__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sec-homeVilla .item-head {
    margin-bottom: 5.3125rem;
  }
}

.sec-homeMap {
  background-color: #F9F7F0;
}
.sec-homeMap .tab-list {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec-homeMap {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  .sec-homeMap .item-wrap {
    position: relative;
    border: 1px solid var(--color-secondary);
  }
  .sec-homeMap .tab-list {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 3;
  }
  .sec-homeMap .item-mapList,
  .sec-homeMap .item-location {
    position: relative;
    aspect-ratio: 1840/960;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeMap .tab-list xo-tabs-trigger {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec-homeMap .item-location .f-map {
  overflow: hidden;
}
.sec-homeMap .item-location .f-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeMap .item-location .f-info {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  border: 1px solid #AB893F;
  padding: 1.25rem;
  margin-top: 1rem;
}
.sec-homeMap .item-location .f-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%);
}
.sec-homeMap .item-location .f-info img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.sec-homeMap .item-location .f-info h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.sec-homeMap .item-location .f-info h3 strong {
  display: block;
  font-weight: inherit;
  color: var(--color-secondary);
}
.sec-homeMap .item-location .f-info p {
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.sec-homeMap .item-location .f-info .btn-link {
  color: #fff;
}
.sec-homeMap .item-location .f-info .btn-link:hover {
  color: var(--color-primary);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeMap .item-location .f-info {
    padding: 1.5rem;
    padding-right: 50%;
  }
}
@media (min-width: 1200px) {
  .sec-homeMap .item-location .f-map {
    width: 100%;
    height: 100%;
  }
  .sec-homeMap .item-location .f-info {
    position: absolute;
    z-index: 2;
    left: 2.5rem;
    bottom: 2.5rem;
    width: 28%;
    padding: 1.5rem;
  }
  .sec-homeMap .item-location .f-info h3 {
    font-size: 1.5rem;
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeMap .item-location .f-map {
    aspect-ratio: 1840/960;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .sec-homeMap .item-location .f-map {
    aspect-ratio: 375/210;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.sec-homeMap .item-mapList {
  position: relative;
}
.sec-homeMap .item-mapList .f-map {
  position: relative;
}
.sec-homeMap .item-mapList .f-map .zone-active {
  opacity: 0;
  visibility: hidden;
}
.sec-homeMap .item-mapList .f-map .zone {
  cursor: pointer;
}
.sec-homeMap .item-mapList .f-map .zone:hover .zone-line {
  fill: var(--color-secondary);
}
.sec-homeMap .item-mapList .f-map .zone.active .zone-line {
  fill: transparent;
}
.sec-homeMap .item-mapList .f-map .zone.active .zone-active {
  opacity: 1;
  visibility: visible;
}
.sec-homeMap .item-mapList .f-map .zone-active,
.sec-homeMap .item-mapList .f-map .zone-line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-homeMap .item-mapList .f-lengend {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 5;
  width: 40%;
}
.sec-homeMap .item-mapList .f-lengend img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-homeMap .item-mapList .f-map {
    width: 75%;
    margin: 0 auto;
    margin-top: -5%;
    aspect-ratio: 1263/991;
  }
  .sec-homeMap .item-mapList .f-lengend {
    bottom: 2.5rem;
    right: 2.5rem;
    width: 25%;
  }
}
.sec-homeMap .popover-slide-mb {
  margin-top: 1rem;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo {
  -webkit-transform: none;
          transform: none;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo .popover__inner {
  display: block;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo .popover__inner .p-img {
  width: 100%;
  aspect-ratio: 343/200;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo .popover__inner .p-body {
  width: 100%;
  padding: 1.5rem;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo .popover__inner .p-body h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.sec-homeMap .popover-slide-mb .popover-mapInfo .popover__close {
  display: none;
}
.sec-homeMap .popover-slide-mb .popover-mapGolf {
  width: 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-homeMap .popover-slide-mb .popover-mapGolf .popover__close {
  display: none;
}
.sec-homeMap.style-golf {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sec-homeMap.style-golf {
    padding-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeMap.style-golf {
    padding-top: 8.125rem;
  }
}
.sec-homeMap.style-golf .item-mapList .f-text {
  margin-bottom: 0.9375rem;
}
.sec-homeMap.style-golf .item-mapList .f-text p {
  margin-bottom: 0;
}
.sec-homeMap.style-golf .item-mapList .f-text p + p {
  margin-top: 1em;
}
.sec-homeMap.style-golf .item-mapList .f-map {
  aspect-ratio: 1257/927;
}
.sec-homeMap.style-golf .item-mapList .f-map svg {
  width: 100%;
  height: 100%;
}
.sec-homeMap.style-golf .item-mapList .zone.active .zone-khu, .sec-homeMap.style-golf .item-mapList .zone.current .zone-khu {
  opacity: 1;
}
.sec-homeMap.style-golf .item-mapList .zone-khu {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .sec-homeMap.style-golf .item-mapList .f-text {
    position: absolute;
    top: 8.125rem;
    left: 2.5rem;
    max-width: 30%;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-1] .item-mapList .f-map {
    overflow: hidden;
    margin-right: -2.5rem;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-1] .item-mapList .f-map svg {
    margin-right: -40%;
    margin-top: -35%;
    width: auto;
    height: auto;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-2] .item-mapList .f-map {
    overflow: hidden;
    margin-left: -2.5rem;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-2] .item-mapList .f-map svg {
    margin-left: -40%;
    margin-top: -10%;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-1] .item-mapList .f-map {
    overflow: hidden;
    margin-right: -1rem;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-1] .item-mapList .f-map svg {
    margin-right: -61%;
    margin-top: -43%;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-2] .item-mapList .f-map {
    overflow: hidden;
    margin-left: -1rem;
  }
  .sec-homeMap.style-golf xo-tabs-pane[xo-name=tab-2] .item-mapList .f-map svg {
    margin-left: -58%;
    margin-top: -13%;
  }
}

.sec-homeDoitac {
  background-color: #F0ECDB;
  padding: 2.1875rem 0;
}
.sec-homeDoitac .item-logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-homeDoitac .item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: logoDoiTac 10s linear infinite;
          animation: logoDoiTac 10s linear infinite;
}
.sec-homeDoitac .item-logo .f-logo {
  width: 30vw;
  padding: 0 0.9375rem;
}
.sec-homeDoitac .item-logo .f-logo span {
  display: block;
  aspect-ratio: 200/96;
}
.sec-homeDoitac .item-logo .f-logo span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-homeDoitac .item-logo .f-logo {
    width: 17vw;
  }
}
@media (min-width: 1200px) {
  .sec-homeDoitac {
    padding: 2.1875rem 0;
  }
  .sec-homeDoitac .item-logo .f-logo {
    width: 12vw;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeDoitac {
    padding: 1.5625rem 0;
  }
  .sec-homeDoitac .item-logoList .item-logo .f-logo {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .sec-homeDoitac {
    padding: 0.75rem 0;
  }
  .sec-homeDoitac .item-logoList .item-logo {
    width: 200vw;
  }
}

@-webkit-keyframes logoDoiTac {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes logoDoiTac {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-aboutTitle {
  padding: 0;
  overflow: hidden;
}
.sec-aboutTitle .item-wrap {
  position: relative;
  aspect-ratio: 1920/660;
}
.sec-aboutTitle .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .sec-aboutTitle .item-wrap {
    margin-left: -25%;
    margin-right: -25%;
  }
}

.sec-aboutProject {
  overflow: hidden;
}
.sec-aboutProject .item-sharp {
  position: absolute;
  z-index: -1;
  top: 0;
}
.sec-aboutProject .item-sharp img {
  width: 100%;
}
.sec-aboutProject .title__title {
  margin-bottom: 1rem;
}
.sec-aboutProject .title__text {
  margin-bottom: 2rem;
}
.sec-aboutProject .item-img {
  position: relative;
}
.sec-aboutProject .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutProject .item-img-1 {
  aspect-ratio: 593/450;
}
.sec-aboutProject .item-img-2 {
  aspect-ratio: 749/1000;
  margin-top: 0.75rem;
}
@media (min-width: 1200px) {
  .sec-aboutProject {
    padding-top: 9.6875rem;
  }
  .sec-aboutProject .item-body {
    padding-top: 10rem;
  }
  .sec-aboutProject .title__title {
    margin-right: -10%;
    margin-bottom: 1.875rem;
  }
  .sec-aboutProject .title__text {
    margin-bottom: 7.1875rem;
  }
  .sec-aboutProject .item-sharp {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 32%;
    -webkit-transform: translate(-18%, -20%);
            transform: translate(-18%, -20%);
  }
  .sec-aboutProject .item-img-2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-aboutProject .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .sec-aboutProject .item-sharp {
    right: 0;
    width: 54%;
    -webkit-transform: translate(10%, -15%);
            transform: translate(10%, -15%);
  }
}

.sec-aboutOperator .item-title {
  text-align: center;
  margin-bottom: 3.4375rem;
}
.sec-aboutOperator .item-content {
  position: relative;
}
.sec-aboutOperator .item-content xo-carousel {
  position: static;
}
@media (min-width: 768px) {
  .sec-aboutOperator .item-title {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutOperator .item-title {
    margin-bottom: 3.4375rem;
  }
}

.sec-aboutGolf {
  padding: 0;
}
.sec-aboutGolf .item-wrap {
  position: relative;
  height: 300lvh;
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-wrap {
    height: 400lvh;
  }
}
.sec-aboutGolf .item-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important; /* ép lên layer riêng */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sec-aboutGolf .item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-aboutGolf .item-content .title__title {
  background: var(--Gradient, linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.sec-aboutGolf .item-content .title__text {
  font-family: var(--bs-heading-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--bs-heading-color);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-aboutGolf .item-content .title__title {
    font-size: 3.4375rem;
  }
  .sec-aboutGolf .item-content .title__text {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-content .title__title {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-aboutGolf .item-content .title__text {
    font-size: 2rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-aboutGolf .item-img {
  position: absolute;
  will-change: transform;
}
.sec-aboutGolf .item-img .f-img {
  aspect-ratio: 540/360;
  position: relative;
}
.sec-aboutGolf .item-img .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutGolf .item-img .f-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
.sec-aboutGolf .item-img .f-img__text {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 5%;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-secondary);
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0 5%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.sec-aboutGolf .item-img .f-img__text strong {
  display: block;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.sec-aboutGolf .item-img .f-img__text span {
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .sec-aboutGolf .item-img .f-img__text strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-img .f-img__text strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-img-1 .f-img__text strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-img-1 {
    width: 60%;
  }
  .sec-aboutGolf .item-img-2 {
    width: 29%;
    top: 45%;
    left: 5%;
  }
  .sec-aboutGolf .item-img-3 {
    width: 18%;
    top: 5%;
  }
  .sec-aboutGolf .item-img-4 {
    width: 29%;
    right: 0;
    top: 49%;
  }
  .sec-aboutGolf .item-img-5 {
    width: 18%;
    top: 74%;
    right: 37%;
  }
  .sec-aboutGolf .item-img-6 {
    width: 29%;
    top: 50%;
    left: 5%;
  }
  .sec-aboutGolf .item-img-7 {
    width: 21%;
    right: 5%;
    top: 34%;
  }
  .sec-aboutGolf .item-img-8 {
    width: 18%;
    top: 85%;
    right: 30%;
  }
}
@media (max-width: 1199.98px) {
  .sec-aboutGolf .item-img-1 {
    width: 91%;
  }
  .sec-aboutGolf .item-img-2,
  .sec-aboutGolf .item-img-6 {
    width: 30%;
    top: 7%;
    left: 6%;
  }
  .sec-aboutGolf .item-img-3,
  .sec-aboutGolf .item-img-7 {
    width: 40%;
    top: 30%;
    right: 5%;
  }
  .sec-aboutGolf .item-img-4,
  .sec-aboutGolf .item-img-8 {
    width: 30%;
    top: 68%;
    left: 6%;
  }
  .sec-aboutGolf .item-img-5 {
    width: 40%;
    top: 90%;
    right: 5%;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutGolf .item-img-1 {
    width: 91%;
  }
  .sec-aboutGolf .item-img-4,
  .sec-aboutGolf .item-img-8,
  .sec-aboutGolf .item-img-2,
  .sec-aboutGolf .item-img-6 {
    width: 42%;
  }
  .sec-aboutGolf .item-img-3,
  .sec-aboutGolf .item-img-7,
  .sec-aboutGolf .item-img-5 {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .sec-aboutGolf .item-img-1 {
    width: 70%;
  }
  .sec-aboutGolf .item-img-2 {
    width: 29%;
    top: 45%;
    left: 5%;
  }
  .sec-aboutGolf .item-img-3 {
    width: 18%;
    top: 5%;
  }
  .sec-aboutGolf .item-img-4 {
    width: 29%;
    left: 70%;
    top: 49%;
  }
  .sec-aboutGolf .item-img-5 {
    width: 18%;
    top: 74%;
    right: 37%;
  }
  .sec-aboutGolf .item-img-6 {
    width: 29%;
    top: 37%;
    left: 5%;
  }
  .sec-aboutGolf .item-img-7 {
    width: 21%;
    right: 5%;
    top: 34%;
  }
  .sec-aboutGolf .item-img-8 {
    width: 25%;
    top: 100%;
    left: 40%;
  }
}
.sec-aboutGolf .item-sharp {
  position: absolute;
  z-index: -2;
  width: 60%;
}
.sec-aboutGolf .item-sharp-1 {
  top: 0;
  left: 0;
}
.sec-aboutGolf .item-sharp-2 {
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .sec-aboutGolf .item-sharp {
    width: 30%;
  }
}

.sec-aboutDevelop {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(180deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
}
.sec-aboutDevelop .item-img {
  position: relative;
  aspect-ratio: 593/593;
  overflow: hidden;
  margin-top: 3.125rem;
}
.sec-aboutDevelop .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutDevelop .item-body {
  position: relative;
}
.sec-aboutDevelop .title__title {
  margin-bottom: 1.5625rem;
}
.sec-aboutDevelop .title__text {
  max-width: 80%;
  margin-left: auto;
}
.sec-aboutDevelop .item-sharp {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 61%;
  -webkit-transform: translate(-40%, 40%);
          transform: translate(-40%, 40%);
}
.sec-aboutDevelop .item-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-aboutDevelop .title__text {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .sec-aboutDevelop .item-img {
    margin-top: 0;
  }
  .sec-aboutDevelop .title__title {
    margin-bottom: 3.4375rem;
  }
  .sec-aboutDevelop .title__text {
    max-width: 60%;
  }
  .sec-aboutDevelop .item-sharp {
    width: 77%;
    -webkit-transform: translate(-53%, 49%);
            transform: translate(-53%, 49%);
  }
}

.sec-golfTitle {
  padding-top: 1.875rem;
  padding-bottom: 0;
}
.sec-golfTitle .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sec-golfTitle .item-content {
  text-align: center;
}
.sec-golfTitle .item-title {
  font-size: 2.8125rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #F0ECDB;
  margin-bottom: 1.25rem;
}
.sec-golfTitle .item-img {
  aspect-ratio: 375/200;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-golfTitle .item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
@media (min-width: 768px) {
  .sec-golfTitle {
    padding-top: 4.375rem;
  }
  .sec-golfTitle .item-title {
    font-size: 3.75rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-golfTitle {
    padding-top: 0;
  }
  .sec-golfTitle .item-content {
    position: absolute;
    z-index: 3;
  }
  .sec-golfTitle .item-title {
    font-size: 5.375rem;
    margin-bottom: 0;
  }
  .sec-golfTitle .item-img {
    aspect-ratio: 1920/600;
  }
}
@media (max-width: 1199.98px) {
  .sec-golfTitle .item-title {
    background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
    background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.sec-golfChampion {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(180deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
  overflow: hidden;
  padding-top: 1.5625rem;
  padding-bottom: 0;
}
.sec-golfChampion .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.sec-golfChampion .item-head .f-group {
  position: relative;
  text-align: center;
}
.sec-golfChampion .item-head .f-group:before, .sec-golfChampion .item-head .f-group:after {
  content: "";
  position: absolute;
  width: 10vw;
  top: 50%;
  height: 1px;
}
.sec-golfChampion .item-head .f-group:before {
  left: -1rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(270deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
}
.sec-golfChampion .item-head .f-group:after {
  right: -1rem;
  background: -webkit-gradient(linear, left top, right top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(90deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.sec-golfChampion .item-head .title__sub {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.sec-golfChampion .item-head .f-star {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  letter-spacing: 0.3125rem;
}
.sec-golfChampion .item-head .f-star i {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-golfChampion .item-content {
  position: relative;
}
.sec-golfChampion .item-content .fix-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.sec-golfChampion .item-left {
  text-align: center;
}
.sec-golfChampion .item-left .title__sub2 {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.sec-golfChampion .item-left .title__title {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.375rem;
}
.sec-golfChampion .item-img {
  max-width: 93%;
  margin: 0 auto;
}
.sec-golfChampion .item-img img {
  width: 100%;
}
.sec-golfChampion .item-text {
  font-size: 2.125rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sec-golfChampion .item-sharp {
  z-index: -1;
  position: absolute;
}
@media (min-width: 768px) {
  .sec-golfChampion {
    padding-top: 3.125rem;
  }
  .sec-golfChampion .item-head {
    padding-bottom: 3.75rem;
  }
  .sec-golfChampion .item-head .f-group:before, .sec-golfChampion .item-head .f-group:after {
    width: 25vw;
  }
  .sec-golfChampion .item-left {
    margin-bottom: 3.125rem;
  }
  .sec-golfChampion .item-left .title__sub2 {
    font-size: 0.875rem;
  }
  .sec-golfChampion .item-left .title__title {
    margin-bottom: 1rem;
  }
  .sec-golfChampion .item-text {
    font-size: 1.75rem;
    padding-bottom: 3.125rem;
    padding-top: 0;
  }
  .sec-golfChampion .item-sharp {
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-golfChampion .item-left {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .sec-golfChampion {
    padding-top: 4.375rem;
  }
  .sec-golfChampion .item-head {
    padding-bottom: 5rem;
  }
  .sec-golfChampion .item-head .f-group:before, .sec-golfChampion .item-head .f-group:after {
    width: 35vw;
  }
  .sec-golfChampion .item-left {
    margin-top: 5.3125rem;
    margin-bottom: 0;
    text-align: left;
  }
  .sec-golfChampion .item-left .title__sub2 {
    margin-right: -1.875rem;
    margin-bottom: 0.625rem;
  }
  .sec-golfChampion .item-text {
    font-size: 2.5rem;
    max-width: 81%;
    padding-bottom: 5.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-golfChampion {
    padding-top: 1.5625rem;
  }
  .sec-golfChampion .item-sharp {
    bottom: 0;
    right: 0;
    width: 335%;
    -webkit-transform: translate(37%, 34%);
            transform: translate(37%, 34%);
  }
}

.sec-golfBeyond {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(0deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
  padding-bottom: 0;
  overflow: hidden;
}
.sec-golfBeyond .item-title {
  text-align: center;
  margin-bottom: 2rem;
}
.sec-golfBeyond .item-content {
  position: relative;
}
.sec-golfBeyond .item-content xo-carousel {
  position: static;
}
@media (min-width: 768px) {
  .sec-golfBeyond .item-title {
    margin-bottom: 3rem;
  }
  .sec-golfBeyond .item-boxList {
    position: relative;
    margin-right: -2.5rem;
    overflow: hidden;
  }
  .sec-golfBeyond .item-boxList xo-carousel {
    position: static;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .sec-golfBeyond .item-boxList xo-carousel {
    max-width: 85%;
  }
}

.sec-golfMembership {
  padding-bottom: 1.5rem;
}
.sec-golfMembership .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.sec-golfMembership .item-head .f-group {
  position: relative;
  text-align: center;
}
.sec-golfMembership .item-head .f-group:before, .sec-golfMembership .item-head .f-group:after {
  content: "";
  position: absolute;
  width: 10vw;
  top: 50%;
  height: 1px;
}
.sec-golfMembership .item-head .f-group:before {
  left: -1rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(270deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
}
.sec-golfMembership .item-head .f-group:after {
  right: -1rem;
  background: -webkit-gradient(linear, left top, right top, from(#A67A33), to(rgba(214, 179, 113, 0)));
  background: linear-gradient(90deg, #A67A33 0%, rgba(214, 179, 113, 0) 100%);
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.sec-golfMembership .item-head .title__sub {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.sec-golfMembership .item-head .f-star {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  letter-spacing: 0.3125rem;
}
.sec-golfMembership .item-head .f-star i {
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-golfMembership .item-content .tab-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-golfMembership .item-content .tab-list xo-tabs-trigger {
    min-width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-golfMembership .item-content .tab-list xo-tabs-trigger {
    min-width: 22.1875rem;
    height: 2.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-golfMembership .item-content .tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.sec-golfMembership .item-body {
  text-align: center;
}
.sec-golfMembership .item-body .title__title {
  margin-bottom: 0.75rem;
}
.sec-golfMembership .item-img {
  position: relative;
  aspect-ratio: 1840/810;
  margin-top: 2rem;
}
.sec-golfMembership .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-golfMembership {
    padding-bottom: 1.875rem;
  }
  .sec-golfMembership .item-head {
    padding-bottom: 3.75rem;
  }
  .sec-golfMembership .item-head .f-group:before, .sec-golfMembership .item-head .f-group:after {
    width: 25vw;
  }
  .sec-golfMembership .item-body .title__title {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
  .sec-golfMembership .item-img {
    aspect-ratio: 1840/600;
    margin-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-golfMembership {
    padding-bottom: 2.5rem;
  }
  .sec-golfMembership .item-head {
    padding-bottom: 5rem;
  }
  .sec-golfMembership .item-head .f-group:before, .sec-golfMembership .item-head .f-group:after {
    width: 35vw;
  }
}

.sec-villaLuxury {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0;
}
.sec-villaLuxury .item-sharp-1,
.sec-villaLuxury .item-sharp-2 {
  position: absolute;
  width: 33%;
}
.sec-villaLuxury .item-sharp-1 img,
.sec-villaLuxury .item-sharp-2 img {
  width: 100%;
}
.sec-villaLuxury .item-sharp-1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-24%, -24%);
          transform: translate(-24%, -24%);
}
.sec-villaLuxury .item-sharp-2 {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
.sec-villaLuxury .item-title {
  font-size: 2.875rem;
  text-align: center;
  margin-bottom: 3.125rem;
}
.sec-villaLuxury .title-line-half {
  padding-bottom: 3.125rem;
}
.sec-villaLuxury .item-content {
  position: relative;
}
.sec-villaLuxury .item-boxList xo-carousel {
  position: static;
}
@media (min-width: 768px) {
  .sec-villaLuxury {
    padding-top: 3.125rem;
  }
  .sec-villaLuxury .item-title {
    font-size: 3.75rem;
  }
  .sec-villaLuxury .title-line-half {
    padding-bottom: 4.375rem;
  }
  .sec-villaLuxury .item-boxList {
    position: relative;
    margin-right: -2.5rem;
    overflow: hidden;
  }
  .sec-villaLuxury .item-boxList xo-carousel {
    position: static;
    max-width: 86%;
  }
}
@media (min-width: 1200px) {
  .sec-villaLuxury {
    padding-top: 5.9375rem;
  }
  .sec-villaLuxury .item-title {
    font-size: 5.375rem;
    margin-bottom: 5.9375rem;
  }
  .sec-villaLuxury .title-line-half {
    padding-bottom: 5.9375rem;
  }
  .sec-villaLuxury .item-boxList xo-carousel {
    max-width: 88%;
  }
}

.sec-imgSlide {
  overflow: hidden;
  padding-bottom: 0;
}
.sec-imgSlide .item-wrap {
  position: relative;
}
.sec-imgSlide .item-wrap xo-carousel {
  position: static;
  width: 78%;
  margin: 0 auto;
}
.sec-imgSlide .f-img {
  padding: 6% 6%;
}
.sec-imgSlide .f-img__inner {
  position: relative;
  aspect-ratio: 1528/960;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec-imgSlide .f-img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-imgSlide xo-carousel-slide[xo-active] .f-img__inner {
  -webkit-transform: scale(1.22);
          transform: scale(1.22);
}
.sec-imgSlide xo-carousel-slide[xo-active] .f-img__inner img {
  opacity: 1;
}
.sec-imgSlide .xo-fraction {
  position: absolute;
  z-index: 10;
  left: 18%;
  bottom: 5%;
  color: #F9F7F0;
}
.sec-imgSlide .xo-fraction xo-carousel-size {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .sec-imgSlide .xo-fraction {
    left: 13%;
  }
}

.sec-villaType .item-head {
  text-align: center;
  margin-bottom: 2rem;
}
.sec-villaType .item-head .title__title {
  margin-bottom: 1rem;
}
.sec-villaType .villaType-list xo-modal-trigger {
  cursor: pointer;
}
.sec-villaType .villaType-list .villaType {
  margin-bottom: 0.75rem;
}
.sec-villaType .villaType-list xo-modal-trigger {
  display: block;
}
@media (min-width: 768px) {
  .sec-villaType .item-head {
    margin-bottom: 2.8125rem;
  }
  .sec-villaType .villaType-list .villaType {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-villaType .item-head {
    margin-bottom: 4.0625rem;
  }
  .sec-villaType .villaType-list .villaType {
    margin-bottom: 1.875rem;
  }
}

.sec-villaSlogan {
  padding-top: 0;
}
.sec-villaSlogan .item-wrap {
  position: relative;
  height: 200lvh;
}
.sec-villaSlogan .item-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
}
.sec-villaSlogan .item-img {
  position: absolute;
  overflow: hidden;
}
.sec-villaSlogan .item-img span {
  display: block;
  position: relative;
  overflow: hidden;
}
.sec-villaSlogan .item-img span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-villaSlogan .item-img-1 {
  width: 45%;
  left: 5%;
  top: 5%;
}
.sec-villaSlogan .item-img-1 span {
  aspect-ratio: 437/290;
}
.sec-villaSlogan .item-img-2 {
  top: 25%;
  right: 4%;
  width: 45%;
}
.sec-villaSlogan .item-img-2 span {
  aspect-ratio: 437/437;
}
.sec-villaSlogan .item-img-3 {
  width: 45%;
  bottom: 35%;
  left: 0;
}
.sec-villaSlogan .item-img-3 span {
  aspect-ratio: 593/370;
}
.sec-villaSlogan .item-img-4 {
  width: 28%;
  bottom: 15%;
  right: 10%;
}
.sec-villaSlogan .item-img-4 span {
  aspect-ratio: 282/370;
}
.sec-villaSlogan .item-img-5 {
  width: 28%;
  bottom: 0;
  right: 60%;
}
.sec-villaSlogan .item-img-5 span {
  aspect-ratio: 281/281;
}
.sec-villaSlogan .item-text {
  position: relative;
  z-index: 4;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(#A67A33), color-stop(50.48%, #D6B371), to(#A67A33));
  background: linear-gradient(270deg, #A67A33 0%, #D6B371 50.48%, #A67A33 100%);
  letter-spacing: -0.04em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.sec-villaSlogan .item-sharp {
  position: absolute;
  z-index: -1;
  top: 4%;
  right: 0;
  width: 55%;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
@media (min-width: 768px) {
  .sec-villaSlogan .item-text {
    font-size: 3.9375rem;
  }
  .sec-villaSlogan .item-img-1 {
    width: 35%;
  }
  .sec-villaSlogan .item-img-2 {
    width: 35%;
  }
  .sec-villaSlogan .item-img-3 {
    width: 35%;
  }
  .sec-villaSlogan .item-img-4 {
    width: 20%;
  }
  .sec-villaSlogan .item-img-5 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .sec-villaSlogan .item-text {
    font-size: 5rem;
  }
  .sec-villaSlogan .item-sharp {
    top: 26%;
    right: 0;
    width: 36%;
  }
  .sec-villaSlogan .item-img-1 {
    width: 20%;
    left: 5%;
    top: 7%;
  }
  .sec-villaSlogan .item-img-2 {
    top: 1%;
    right: 7%;
    width: 20%;
  }
  .sec-villaSlogan .item-img-3 {
    width: 22%;
    left: 0;
    bottom: 0%;
  }
  .sec-villaSlogan .item-img-4 {
    width: 10%;
    bottom: 7%;
    right: 39%;
  }
  .sec-villaSlogan .item-img-5 {
    width: 12%;
    bottom: 0;
    right: 2%;
  }
}
@media (max-width: 767.98px) {
  .sec-villaSlogan {
    padding-bottom: 4.0625rem;
  }
}

.sec-amenHero {
  padding: 0;
}
.sec-amenHero .item-imgFull {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-amenHero .item-imgFull:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, rgba(0, 0, 0, 0)), to(#111));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.33%, #111 100%);
}
.sec-amenHero .item-imgFull img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenHero .item-img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.sec-amenHero .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenHero .item-img-1 {
  aspect-ratio: 300/400;
  top: 0;
  left: 3%;
  width: 16%;
}
.sec-amenHero .item-img-2 {
  aspect-ratio: 400/300;
  bottom: 0;
  right: 3%;
  width: 21%;
}
.sec-amenHero .item-text {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 7%;
  text-align: center;
}
.sec-amenHero .item-text .title__title {
  font-size: 3rem;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  color: var(--color-secondary);
}
@media (min-width: 768px) {
  .sec-amenHero .item-wrap {
    position: relative;
    height: 200lvh;
  }
  .sec-amenHero .item-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100lvh;
    overflow: hidden;
  }
  .sec-amenHero .item-text .title__title {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1200px) {
  .sec-amenHero .item-text .title__title {
    font-size: 5.375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-amenHero .item-imgFull {
    aspect-ratio: 375/600;
  }
}

.sec-amenSharp {
  overflow: hidden;
}
.sec-amenSharp .title__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 2.5rem;
}
.sec-amenSharp .item-content {
  position: relative;
  z-index: 1;
}
.sec-amenSharp .item-img {
  text-align: center;
}
.sec-amenSharp .item-img .f-img {
  position: relative;
}
.sec-amenSharp .item-img .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenSharp .item-img .f-text {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0.5rem;
}
.sec-amenSharp .item-img-1 .f-img {
  aspect-ratio: 438/300;
}
.sec-amenSharp .item-img-2 {
  margin-top: 2.5rem;
}
.sec-amenSharp .item-img-2 .f-img {
  aspect-ratio: 478/320;
}
.sec-amenSharp .item-img-3 {
  margin-top: 3.125rem;
}
.sec-amenSharp .item-img-3 .f-img {
  aspect-ratio: 594/780;
}
.sec-amenSharp .item-sharp-1,
.sec-amenSharp .item-sharp-2 {
  position: absolute;
  z-index: -1;
  width: 54%;
}
.sec-amenSharp .item-sharp-1 img,
.sec-amenSharp .item-sharp-2 img {
  width: 100%;
}
.sec-amenSharp .item-sharp-1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
.sec-amenSharp .item-sharp-2 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}
@media (min-width: 768px) {
  .sec-amenSharp .title__title {
    margin-bottom: 0;
  }
  .sec-amenSharp .item-content {
    margin-top: -5%;
  }
  .sec-amenSharp .item-img-1 {
    margin-top: 50%;
  }
  .sec-amenSharp .item-img-1 .f-inner {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .sec-amenSharp .item-img-2 {
    margin-right: -2.5rem;
  }
  .sec-amenSharp .item-img-2 .f-inner {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .sec-amenSharp .item-img-3 {
    margin-top: -70%;
  }
  .sec-amenSharp .item-sharp-1,
  .sec-amenSharp .item-sharp-2 {
    width: 26%;
  }
  .sec-amenSharp .item-sharp-1 {
    -webkit-transform: translate(-15%, -20%);
            transform: translate(-15%, -20%);
  }
  .sec-amenSharp .item-sharp-2 {
    -webkit-transform: translate(15%, 20%);
            transform: translate(15%, 20%);
  }
}
@media (min-width: 1200px) {
  .sec-amenSharp .title__title {
    padding: 0 5%;
  }
  .sec-amenSharp .item-img .f-text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .sec-amenSharp .item-img-1 {
    margin-top: 120%;
  }
  .sec-amenSharp .item-img-3 {
    margin-top: -120%;
  }
}

.sec-amenDining .item-head {
  margin-bottom: 1.5625rem;
}
.sec-amenDining .item-img .f-img {
  position: relative;
}
.sec-amenDining .item-img .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenDining .item-img .f-title {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0.5rem;
}
.sec-amenDining .item-img-1 {
  margin-right: -1rem;
  margin-bottom: 2.5rem;
}
.sec-amenDining .item-img-1 .f-img {
  aspect-ratio: 1724/800;
}
.sec-amenDining .item-img-2 {
  margin-bottom: 2.5rem;
}
.sec-amenDining .item-img-2 .f-img {
  aspect-ratio: 437/300;
}
.sec-amenDining .item-img-3 .f-img {
  aspect-ratio: 749/600;
}
.sec-amenDining .item-img-4 {
  margin-top: 3.125rem;
}
.sec-amenDining .item-img-4 .f-img {
  aspect-ratio: 945/800;
}
.sec-amenDining .item-text-2 {
  margin-top: 1.5625rem;
}
.sec-amenDining .item-text-2 .f-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.sec-amenDining .item-text-2 .f-text p {
  margin-bottom: 0;
}
.sec-amenDining .item-text-2 .f-text p + p {
  margin-top: 1em;
}
.sec-amenDining .item-text-2 .f-img {
  position: relative;
  aspect-ratio: 437/527;
  margin-top: 1.5rem;
}
.sec-amenDining .item-text-2 .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-amenDining .item-img-1 {
    margin-bottom: 4.375rem;
  }
  .sec-amenDining .item-img-2,
  .sec-amenDining .item-img-3 {
    margin-bottom: 0;
  }
  .sec-amenDining .item-img-4 {
    margin-left: -2.5rem;
    margin-top: 5rem;
  }
  .sec-amenDining .item-text-2 {
    margin-top: 8.75rem;
  }
  .sec-amenDining .item-text-2 .f-title {
    font-size: 2.1875rem;
  }
  .sec-amenDining .item-text-2 .f-img {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-amenDining .item-head {
    margin-bottom: 4.0625rem;
  }
  .sec-amenDining .item-img .f-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .sec-amenDining .item-img-1 {
    margin-right: -2.5rem;
    margin-bottom: 8.125rem;
  }
  .sec-amenDining .item-img-4 {
    margin-left: -2.5rem;
    margin-top: 8.125rem;
  }
  .sec-amenDining .item-text-2 {
    margin-top: 11.875rem;
  }
  .sec-amenDining .item-text-2 .f-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .sec-amenDining .item-text-2 .f-img {
    margin-top: 5.9375rem;
  }
}

.sec-amenHealth {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(0deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
}
.sec-amenHealth .item-head {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.sec-amenHealth .healthBox {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .sec-amenHealth .item-head {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-amenHealth .item-head {
    margin-bottom: 3.4375rem;
  }
}
@media (max-width: 767.98px) {
  .sec-amenHealth .item-head .title__title {
    font-size: 2.125rem;
  }
  .sec-amenHealth .item-head .title__title br {
    display: none;
  }
}

.sec-amenSports .item-head {
  margin-bottom: 1.5625rem;
}
.sec-amenSports .item-sharp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 45%;
  -webkit-transform: translate(-20%, -30%);
          transform: translate(-20%, -30%);
}
.sec-amenSports .item-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-amenSports .item-head {
    margin-bottom: 2.1875rem;
  }
  .sec-amenSports .item-sharp {
    width: 25%;
  }
  .sec-amenSports .item-boxList {
    position: relative;
    margin-right: -2.5rem;
    overflow: hidden;
  }
  .sec-amenSports .item-boxList xo-carousel {
    position: static;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .sec-amenSports .item-head {
    margin-bottom: 3.4375rem;
  }
  .sec-amenSports .item-boxList {
    position: relative;
    margin-right: -2.5rem;
    overflow: hidden;
  }
  .sec-amenSports .item-boxList xo-carousel {
    position: static;
    max-width: 90%;
  }
}

.sec-amenChildren .item-sharp {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.sec-amenChildren .item-sharp img {
  width: 100%;
}
.sec-amenChildren .item-head {
  margin-bottom: 1.5625rem;
}
.sec-amenChildren .item-img {
  position: relative;
  aspect-ratio: 1724/800;
  overflow: hidden;
  margin-left: -1rem;
}
.sec-amenChildren .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenChildren .item-text {
  text-align: center;
}
.sec-amenChildren .item-text .f-img {
  position: relative;
  margin-bottom: 0.5rem;
}
.sec-amenChildren .item-text .f-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenChildren .item-text .f-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
}
.sec-amenChildren .item-text-1 {
  margin-top: 2.5rem;
}
.sec-amenChildren .item-text-1 .f-img {
  aspect-ratio: 749/600;
}
.sec-amenChildren .item-text-2 {
  margin-top: 2.5rem;
}
.sec-amenChildren .item-text-2 .f-img {
  aspect-ratio: 437/600;
}
@media (min-width: 768px) {
  .sec-amenChildren .item-head {
    margin-bottom: 2.1875rem;
  }
  .sec-amenChildren .item-img {
    margin-left: -2.5rem;
  }
  .sec-amenChildren .item-text-1 {
    margin-top: 3.75rem;
  }
  .sec-amenChildren .item-text-2 {
    margin-top: 12.5rem;
  }
  .sec-amenChildren .item-text .f-img {
    margin-bottom: 0.75rem;
  }
  .sec-amenChildren .item-text .f-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-amenChildren .item-sharp {
    width: 25%;
  }
  .sec-amenChildren .item-head {
    margin-bottom: 3.4375rem;
  }
  .sec-amenChildren .item-text .f-img {
    margin-bottom: 1rem;
  }
  .sec-amenChildren .item-text .f-title {
    font-size: 1.5rem;
  }
  .sec-amenChildren .item-text-1 {
    margin-top: 8.125rem;
  }
  .sec-amenChildren .item-text-2 {
    margin-top: 24.6875rem;
  }
}

.sec-amenWorld .item-head {
  margin-bottom: 1.5625rem;
}
.sec-amenWorld .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1061/596;
  margin-bottom: 0.75rem;
}
.sec-amenWorld .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-amenWorld .item-list {
  min-height: 100%;
  border: 1px solid #AB893F;
  background: #F9F7F0;
  padding: 1.5625rem 1rem;
}
.sec-amenWorld .item-list .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-amenWorld .item-list .f-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.sec-amenWorld .item-list .f-list li + li {
  margin-top: 0.8em;
}
.sec-amenWorld .item-list .f-list li span {
  text-align: right;
  margin-right: 0.4375rem;
}
.sec-amenWorld .item-list .f-list li p {
  margin: 0;
}
@media (min-width: 768px) {
  .sec-amenWorld .item-head {
    margin-bottom: 2.1875rem;
  }
  .sec-amenWorld .item-img {
    margin-bottom: 1.875rem;
  }
  .sec-amenWorld .item-list {
    padding: 1.875rem;
  }
  .sec-amenWorld .item-list li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-amenWorld {
    padding-top: 3.125rem;
  }
  .sec-amenWorld .item-head {
    margin-bottom: 3.4375rem;
  }
  .sec-amenWorld .col-xl-7 xo-animate {
    height: 100%;
  }
  .sec-amenWorld .item-img {
    width: 100%;
    height: 100%;
    min-height: 40vh;
    margin-bottom: 0;
  }
}

.sec-newList {
  padding-bottom: 0;
}
.sec-newList .item-head {
  text-align: center;
  margin-bottom: 2rem;
}
.sec-newList .item-head .title__title {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .sec-newList .item-head {
    margin-bottom: 2.5rem;
  }
  .sec-newList .item-head .title__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-newList .item-head {
    margin-bottom: 4.0625rem;
  }
  .sec-newList .item-head .title__title {
    font-size: 5.3125rem;
  }
  .sec-newList .pagination-page {
    margin-top: 0.9375rem;
  }
}
.sec-newList .item-content .postHalf {
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .sec-newList .item-content .postHalf {
    padding-bottom: 1.875rem;
  }
}

.sec-newSlide .title__title {
  margin-bottom: 1.5625rem;
}
.sec-newSlide .item-boxList {
  position: relative;
}
.sec-newSlide .xo-button {
  position: absolute;
  top: -2.1875rem;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .sec-newSlide .title__title {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-newSlide .title__title {
    margin-bottom: 3.125rem;
  }
  .sec-newSlide .xo-button {
    top: -3.4375rem;
  }
}

.sec-mediaPage {
  padding-top: 2.1875rem;
}
.sec-mediaPage .item-head {
  text-align: center;
  margin-bottom: 1rem;
}
.sec-mediaPage .item-head .title__title {
  font-size: 3rem;
}
.sec-mediaPage .item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.sec-mediaPage .item-gallery .f-item {
  display: none;
  width: 50%;
  padding: 0 0.3125rem;
  margin-bottom: 0.625rem;
}
.sec-mediaPage .item-gallery .f-item.show {
  display: block;
}
.sec-mediaPage .item-gallery .f-item__inner {
  display: block;
}
.sec-mediaPage .item-gallery .f-item__inner img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-mediaPage .item-gallery {
    margin: 0 -0.625rem;
  }
  .sec-mediaPage .item-gallery .f-item {
    width: 33.333333%;
    padding: 0 0.625rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-mediaPage .item-gallery {
    margin: 0 -0.9375rem;
  }
  .sec-mediaPage .item-gallery .f-item {
    padding: 0 0.9375rem;
    margin-bottom: 3.4375rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) {
  .sec-mediaPage {
    padding-top: 3.125rem;
  }
  .sec-mediaPage .item-head {
    margin-bottom: 1.875rem;
  }
  .sec-mediaPage .item-head .title__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1200px) {
  .sec-mediaPage {
    padding-top: 5.9375rem;
  }
  .sec-mediaPage .item-head {
    margin-bottom: 3.4375rem;
  }
  .sec-mediaPage .item-head .title__title {
    font-size: 5.3125rem;
  }
  .sec-mediaPage .column-5 .item-gallery .f-item {
    width: 20%;
  }
  .sec-mediaPage .column-3 .item-gallery .f-item {
    width: 33.333333%;
  }
  .sec-mediaPage .column-2 .item-gallery .f-item {
    width: 50%;
  }
}
.sec-mediaPage .filterbox__content .f-item {
  opacity: 0;
  visibility: hidden;
}
.sec-mediaPage .filterbox__content.fix-effect .item-gallery .f-item.show {
  -webkit-animation: zoomIn 0.5s ease forwards;
          animation: zoomIn 0.5s ease forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.sec-newDetail .item-head {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.sec-newDetail .item-head .title__title {
  font-size: 2.8125rem;
  margin-bottom: 0.75rem;
}
.sec-newDetail .item-head .f-meta {
  font-size: 0.75rem;
}
.sec-newDetail .item-head .f-meta span {
  line-height: 1;
}
.sec-newDetail .item-head .f-meta span:not(:first-child) {
  border-left: 1px solid var(--color-primary);
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .sec-newDetail .item-head {
    margin-bottom: 2.1875rem;
  }
  .sec-newDetail .item-head .title__title {
    font-size: 3.125rem;
  }
  .sec-newDetail .item-head .f-meta {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-newDetail .item-head {
    margin-bottom: 3.125rem;
  }
  .sec-newDetail .item-head .title__title {
    font-size: 5.375rem;
    margin-bottom: 1.5625rem;
  }
  .sec-newDetail .item-head .f-meta {
    font-size: 0.875rem;
  }
}
.sec-newDetail .item-imgFull {
  margin-bottom: 1.5625rem;
}
.sec-newDetail .item-imgFull img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-newDetail .item-imgFull {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-newDetail .item-imgFull {
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 768px) {
  .sec-newDetail .item-entryWrap {
    padding: 0 4rem;
  }
}
.sec-newDetail .item-entry figure {
  text-align: center;
  padding: 1.875rem 0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0;
}
.sec-newDetail .item-entry figure img {
  width: 100%;
}
.sec-newDetail .item-entry figcaption {
  font-size: 0.8em;
  font-style: italic;
  padding: 0 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .sec-newDetail .item-entry figure {
    padding: 3.4375rem 0;
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sec-newDetail .item-entry figcaption {
    padding: 0 3.4375rem;
  }
}
.sec-newDetail .item-foot {
  text-align: center;
  border-top: 1px solid rgba(138, 107, 46, 0.24);
  padding-top: 2rem;
  margin-top: 3.4375rem;
}
.sec-newDetail .item-foot p {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.sec-newDetail .item-foot .social-list a {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.sec-newDetail .item-foot .social-list a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.sec-newRalate {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 247, 240, 0)), to(#F0ECDB));
  background: linear-gradient(0deg, rgba(249, 247, 240, 0) 0%, #F0ECDB 100%);
}
.sec-newRalate .title__title {
  margin-bottom: 1.5625rem;
}
.sec-newRalate .item-boxList {
  position: relative;
}
.sec-newRalate .xo-button {
  position: absolute;
  top: -2.1875rem;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .sec-newRalate .title__title {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-newRalate .title__title {
    margin-bottom: 3.125rem;
  }
  .sec-newRalate .xo-button {
    top: -3.4375rem;
  }
}
