@charset "UTF-8";
@font-face {
  font-family: "SVN-Poppins";
  src: url("../fonts/SVN-Poppins/SVN-PoppinsLight.woff2") format("woff2"), url("../fonts/SVN-Poppins/SVN-PoppinsLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Griffiths";
  src: url("../fonts/Griffiths/Griffiths-Regular.woff2") format("woff2"), url("../fonts/Griffiths/Griffiths-Regular.woff") format("woff");
  font-weight: normal;
  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: bold;
  line-height: 1.2;
  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.62 !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: "Plus Jakarta Sans";
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #181818;
  --bs-body-text-align: left;
  --bs-body-bg: #FFFDF9;
  --bs-heading-font-family: "LJD_SVN";
  --bs-heading-font-family2: "1FTV VIP Griffiths";
  --bs-heading-weight: 700;
  --bs-heading-color: #181818;
  --color-primary: #51BDB7;
  --color-hover: #3427E7;
  --color-secondary: #C19B83;
  --color-border: #CBCEE2;
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) and (min-width: 320px) {
  html {
    font-size: calc(3.6363636364vw + 2.3636363636px);
  }
}
@media (max-width: 767.98px) and (min-width: 375px) {
  html {
    font-size: calc(2.0408163265vw + 8.3469387755px);
  }
}
@media (max-width: 767.98px) and (min-width: 767px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (min-width: 769px) {
  html {
    font-size: calc(2.3255813953vw - 2.8837209302px);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (min-width: 1199px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 1201px) and (max-width: 1900px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1201px) and (max-width: 1900px) and (min-width: 1201px) {
  html {
    font-size: calc(1.0101010101vw - 2.1313131313px);
  }
}
@media (min-width: 1201px) and (max-width: 1900px) and (min-width: 1399px) {
  html {
    font-size: calc(0.3838771593vw + 6.6295585413px);
  }
}
@media (min-width: 1201px) and (max-width: 1900px) and (min-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  html {
    font-size: 0.8vw;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 0.8vw;
  }
}

body {
  color: var(--bs-body-color);
  opacity: 0;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

.body-load-done {
  opacity: 1;
  visibility: visible;
}

section,
.section {
  position: relative;
  z-index: 2;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  section,
  .section {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1200px) {
  section,
  .section {
    padding: 7.5rem 0;
  }
}

::-moz-selection {
  background: var(--color-hover);
  color: #fff;
}

::selection {
  background: var(--color-hover);
  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;
}

i {
  vertical-align: middle;
}

.fancybox__backdrop {
  background-color: var(--color-secondary);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.625rem;
  background-color: var(--color-secondary);
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFDF9;
  letter-spacing: 0.01em;
  border-radius: 1.875rem;
  padding: 0 1.25rem;
}
.btn:hover {
  background-color: #A17D66;
}

button.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-arrow--right span {
  font-size: 0.8em;
  margin-left: 0.8em;
}

.btn--outline {
  background-color: transparent;
  border: 1px solid var(--bs-heading-color);
  color: #000;
}
.btn--outline:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}

button.btn {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .btn {
    height: 3rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: 3.25rem;
    font-size: 1.125rem;
  }
}
input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea {
  line-height: 1.3;
  min-height: 7.5rem;
  padding-top: 1.125rem;
  padding-bottom: 0;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    min-height: 8.75rem;
  }
}
@media (min-width: 1200px) {
  textarea {
    min-height: 10rem;
  }
}

.ss-main:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ss-content .ss-list .ss-option {
  font-size: 1.375rem;
  padding: 0.625rem 0.625rem;
}

.checkbox {
  display: block;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ p span {
  background-color: var(--bs-heading-color);
}
.checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.37;
}
.checkbox p span {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--bs-heading-color);
  margin-right: 0.5rem;
}
.checkbox p span:after {
  content: "\e90c";
  font-family: "lejardin";
  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;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  color: #fff;
}
@media (min-width: 768px) {
  .checkbox p {
    font-size: 1rem;
  }
}

.form-input {
  position: relative;
}
.form-input .form-control {
  width: 100%;
  height: 2.8125rem;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bs-heading-color);
  background-color: transparent;
}
.form-input .form-control:focus {
  outline: none;
}
.form-input .form-label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--bs-heading-color);
  letter-spacing: 0.01em;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-input .form-control:focus + .form-label,
.form-input .form-control:valid + .form-label {
  font-size: 0.75rem;
  top: 0px;
}
@media (min-width: 768px) {
  .form-input .form-label {
    font-size: 1.125rem;
  }
  .form-input .form-control {
    font-size: 1.125rem;
  }
  .form-input .form-control:focus + .form-label,
  .form-input .form-control:valid + .form-label {
    font-size: 0.875rem;
    top: -5px;
  }
}

.form-item-textarea .form-input .form-control {
  min-height: 8.75rem;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  resize: vertical;
}
.form-item-textarea .form-input .form-label {
  top: 0.625rem;
}

.form-button .btn {
  border: 1px solid var(--bs-heading-color);
  color: var(--bs-heading-color);
  background-color: transparent;
}
.form-button .btn:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
@media (min-width: 768px) {
  .form-button {
    text-align: center;
  }
}

.form-wrap .form-item {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .form-wrap .form-item {
    width: 100%;
    padding: 0 0.625rem;
    margin-bottom: 3.125rem;
  }
  .form-wrap .form-item.ww-50 {
    width: 50%;
  }
}

.loading {
  position: fixed;
  z-index: 500;
  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;
  overflow: hidden;
}

.loading__left,
.loading__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  background-color: #FFF5EC;
}

.loading__left {
  left: 0;
}

.loading__right {
  right: 0;
}

.loading__logo {
  position: relative;
  z-index: 4;
  width: 5.3125rem;
  opacity: 0;
  visibility: hidden;
}
.loading__logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .loading__logo {
    width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .loading__logo {
    width: 9.6875rem;
  }
}

.loading__line1,
.loading__line2,
.loading__line3 {
  position: absolute;
  width: 1px;
  overflow: hidden;
}
.loading__line1 span,
.loading__line2 span,
.loading__line3 span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bs-heading-color);
}

.loading__line1 {
  left: 13%;
  bottom: 0;
  height: 70%;
}
.loading__line1 span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.loading__line2 {
  top: 0;
  height: 33%;
}
.loading__line2 span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.loading__line3 {
  right: 13%;
  top: 0;
  height: 70%;
}
.loading__line3 span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.jiggle {
  -webkit-animation-name: jiggle;
          animation-name: jiggle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes jiggle {
  10%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}

@keyframes jiggle {
  10%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes effect1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@keyframes effect1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@-webkit-keyframes effect1_1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
@keyframes effect1_1 {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
@-webkit-keyframes effect2 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(20%);
            transform: translateX(100%) translateY(20%);
  }
}
@keyframes effect2 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(100%) translateY(20%);
            transform: translateX(100%) translateY(20%);
  }
}
@-webkit-keyframes effect2_1 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(-100%) translateY(-20%);
            transform: translateX(-100%) translateY(-20%);
  }
}
@keyframes effect2_1 {
  0%, 100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  50% {
    -webkit-transform: translateX(-100%) translateY(-20%);
            transform: translateX(-100%) translateY(-20%);
  }
}
@-webkit-keyframes effect3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes effect3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes effect3_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes effect3_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes effect4 {
  0%, 50%, 100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  75% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes effect4 {
  0%, 50%, 100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  20% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  75% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
.effect-text-1 .word {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.effect-text-1.wow.effect .word {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: calc(0.2s * (var(--line-index)));
          transition-delay: calc(0.2s * (var(--line-index)));
}

.effect-text-2 .word {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.effect-text-2.wow.effect .word {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: calc(0.2s * (var(--word-index)));
          transition-delay: calc(0.2s * (var(--word-index)));
}

.clipPathUp {
  -webkit-animation-name: clipPathUp;
          animation-name: clipPathUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes clipPathUp {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0 0 0);
  }
}

@keyframes clipPathUp {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0 0 0);
  }
}
.bgZoomIn {
  -webkit-animation-name: bgZoomIn;
          animation-name: bgZoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1 !important;
  visibility: visible !important;
}

@-webkit-keyframes bgZoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgZoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container {
  padding: 0 1.4375rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 85%;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 75%;
    padding: 0 1.25rem;
  }
}

.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.4375rem;
    margin-right: -0.4375rem;
  }
  .row [class*=col-] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@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-32 {
  font-size: 1.125rem;
}

.title-40 {
  font-size: 1.4375rem;
}

.title-48 {
  font-size: 1.875rem;
}

.w-400 {
  font-weight: 400;
}

.w-600 {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .title-32 {
    font-size: 1.5625rem;
  }
  .title-40 {
    font-size: 2.1875rem;
  }
  .title-48 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .title-32 {
    font-size: 2rem;
  }
  .title-40 {
    font-size: 2.5rem;
  }
  .title-48 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .w-sm-700 {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .w-md-400 {
    font-weight: 400;
  }
}
.radius-60 {
  border-radius: 1.25rem;
}
@media (min-width: 768px) {
  .radius-60 {
    border-radius: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .radius-60 {
    border-radius: 3.75rem;
  }
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 0.9375rem;
  font-variation-settings: "wght" var(--bs-heading-weight), "slnt" 0;
  color: rgba(46, 46, 46, 0.87);
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .breadcrumb li {
    font-size: 1rem;
  }
}
.breadcrumb li a {
  color: inherit;
}
.breadcrumb li a:hover {
  color: var(--color-primary);
}
.breadcrumb li span {
  color: rgba(46, 46, 46, 0.56);
}

.accordion__panel {
  border-radius: 1rem;
  border: 1px solid var(--color-border);
}
.accordion__panel:not(.show) .accordion__content {
  display: none;
}
.accordion__panel + .accordion__panel {
  margin-top: 1.25rem;
}
.accordion__panel.active .accordion__title:after {
  content: "\e908";
}
@media (min-width: 1200px) {
  .accordion__panel + .accordion__panel {
    margin-top: 2rem;
  }
}

.accordion__content,
.accordion__title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.accordion__title:after {
  content: "\e909";
  font-family: "iconDAV";
  font-size: 0.8em;
  margin-left: 1.25rem;
}

.accordion__content {
  margin-top: -0.625rem;
}

.accordion__body {
  padding-bottom: 1.25rem;
}
.accordion__body p {
  margin-bottom: 0;
}
.accordion__body p + p {
  margin-top: 1em;
}

@media (min-width: 1200px) {
  .accordion__content,
  .accordion__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .accordion__title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .accordion__content {
    margin-top: -1.25rem;
  }
  .accordion__body {
    padding-bottom: 2rem;
  }
}
.tabbox__content .panel:not(.show) {
  display: none;
}
.tabbox__content .panel.show {
  -webkit-animation: fadeIn 0.3s linear forwards;
          animation: fadeIn 0.3s linear forwards;
}

.nav-link {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .nav-link {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    margin-bottom: 4rem;
  }
}
.nav-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.nav-link ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.75rem;
}
.nav-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-primary);
  padding: 0 1.5rem;
  border-radius: 3.75rem;
  border: 1px solid var(--color-primary);
}
.nav-link ul li a .fill-bg {
  background-color: var(--bs-heading-color);
}
.nav-link ul li a:hover, .nav-link ul li a.current {
  border-color: var(--bs-heading-color);
  color: var(--color-primary);
}
.nav-link ul li a.current .fill-bg {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  -webkit-transition: none !important;
  transition: none !important;
}
@media (min-width: 992px) {
  .nav-link ul li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .nav-link {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .nav-link ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 0.9375rem;
  }
  .nav-link ul::-webkit-scrollbar {
    display: none;
  }
  .nav-link ul li:last-child {
    margin-right: 0.9375rem;
  }
}

.select-lang {
  position: relative;
  z-index: 2;
}
.select-lang.show .select-lang__list {
  opacity: 1;
  visibility: visible;
}

.select-lang__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1875rem;
  border: 1px solid var(--bs-heading-color);
  border-radius: 50%;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-size: 0;
}
.select-lang__label img {
  width: 1.5625rem;
  height: 1.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .select-lang__label {
    padding: 0.3125rem;
  }
  .select-lang__label img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .select-lang__label {
    font-size: 1.125rem;
    border-radius: 1.875rem;
    height: 3.125rem;
    cursor: pointer;
    padding: 0 0.9375rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .select-lang__label img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.4375rem;
  }
  .select-lang__label:hover {
    background-color: var(--bs-heading-color);
    color: #fff;
  }
}

.select-lang__list {
  position: absolute;
  top: 130%;
  right: 0;
  background-color: #C19B83;
  width: 6.25rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 0 0.9375rem;
}
.select-lang__list a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  padding: 0.9375rem 0;
}
.select-lang__list a + a {
  border-top: 1px solid #FFFDF9;
}
.select-lang__list a.current, .select-lang__list a:hover {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .select-lang__list {
    width: 11.25rem;
    padding: 0.625rem 1.25rem;
  }
  .select-lang__list a {
    font-size: 1.125rem;
  }
}

.blogDefalut__img {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 449/280;
  margin-bottom: 1.5rem;
}
.blogDefalut__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogDefalut__img:hover {
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem 0px rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem 0px rgba(191, 191, 191, 0.8);
}

.blogDefalut__date {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.blogDefalut__title {
  font-size: 1.125rem;
  font-family: var(--bs-body-font-family);
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.blogDefalut__title a:hover {
  color: var(--color-secondary);
}

.blogDefalut__text {
  font-size: 0.875rem;
  margin: 0;
}

.blogDefalut__circle {
  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.625rem;
  height: 2.625rem;
  border: 1px solid var(--bs-heading-color);
  border-radius: 50%;
}
.blogDefalut__circle:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}

@media (min-width: 768px) {
  .blogDefalut__title {
    font-weight: 600;
  }
  .blogDefalut__date {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .blogDefalut__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .blogDefalut__text {
    font-size: 0.875rem;
  }
}
.blogHorizontal .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blogHorizontal .row [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blogHorizontal .blogDefalut__img {
  margin-bottom: 0;
}
.blogHorizontal .blogDefalut__body {
  background-color: #FFF5EC;
  padding: 1.0625rem;
}
.blogHorizontal .blogDefalut__group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .blogHorizontal .blogDefalut__body {
    padding: 2.5rem 1.875rem;
  }
  .blogHorizontal .blogDefalut__title,
  .blogHorizontal .blogDefalut__text {
    max-width: 80%;
  }
  .blogHorizontal .blogDefalut__date {
    font-size: 1rem;
  }
  .blogHorizontal .blogDefalut__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .blogHorizontal .blogDefalut__text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .blogHorizontal .blogDefalut__body {
    height: 100%;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.125rem 2.8125rem;
  }
  .blogHorizontal .blogDefalut__date {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .blogHorizontal .blogDefalut__title,
  .blogHorizontal .blogDefalut__text {
    max-width: 90%;
  }
  .blogHorizontal .blogDefalut__title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }
  .blogHorizontal .blogDefalut__text {
    font-size: 1.125rem;
  }
  .blogHorizontal .blogDefalut__circle {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.entryBox-detail {
  font-size: 0.875rem;
  line-height: 1.6;
}
.entryBox-detail h2 {
  font-size: 1.5625rem;
}
.entryBox-detail h3 {
  font-size: 1.375rem;
}
.entryBox-detail h4 {
  font-size: 1.25rem;
}
.entryBox-detail h5 {
  font-size: 1rem;
}
.entryBox-detail h6 {
  font-size: 0.875rem;
}
.entryBox-detail h2, .entryBox-detail h3 {
  margin-bottom: 1.25rem;
}
.entryBox-detail h4, .entryBox-detail h5, .entryBox-detail h6 {
  margin-bottom: 0.9375rem;
}
.entryBox-detail figure,
.entryBox-detail .imgGrid-1 {
  margin: 1.5625rem 0;
}
.entryBox-detail figure img {
  width: 100%;
}
.entryBox-detail figcaption {
  font-size: 0.9em;
  font-style: italic;
  margin-top: 0.625rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .entryBox-detail {
    font-size: 1rem;
  }
  .entryBox-detail figure,
  .entryBox-detail .imgGrid-1 {
    margin: 2rem 0;
  }
}
@media (min-width: 1200px) {
  .entryBox-detail {
    font-size: 1.125rem;
  }
  .entryBox-detail h2 {
    font-size: 1.875rem;
  }
  .entryBox-detail h3 {
    font-size: 1.5625rem;
  }
  .entryBox-detail h4 {
    font-size: 1.25rem;
  }
}

.imgGrid-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgGrid-1 .f-img-1 {
  height: 100%;
}
.imgGrid-1 .f-img-2,
.imgGrid-1 .f-img-3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 134/90;
}
.imgGrid-1 .f-img-3 {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .imgGrid-1 .f-img-3 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .imgGrid-1 .f-img-3 {
    margin-top: 1.25rem;
  }
}

.imgGrid-2 .f-img {
  padding: 0.375rem;
}
.imgGrid-2 .f-img__inner {
  display: block;
  overflow: hidden;
}
.imgGrid-2 .f-img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .imgGrid-2 .f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgGrid-2 .f-col-1 {
    width: 42%;
  }
  .imgGrid-2 .f-col-2 {
    width: 39%;
  }
  .imgGrid-2 .f-col-2 .f-img,
  .imgGrid-2 .f-col-2 .f-img__inner {
    height: 100%;
  }
  .imgGrid-2 .f-col-2 .f-img__inner {
    position: relative;
    overflow: hidden;
  }
  .imgGrid-2 .f-col-2 .f-img__inner img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imgGrid-2 .f-col-3 {
    width: 19%;
  }
  .imgGrid-2 .f-col-3 .f-img,
  .imgGrid-2 .f-col-3 .f-img__inner {
    height: 100%;
  }
  .imgGrid-2 .f-col-3 .f-img__inner {
    position: relative;
    overflow: hidden;
  }
  .imgGrid-2 .f-col-3 .f-img__inner img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imgGrid-2 .f-img {
    padding: 0.125rem;
  }
  .imgGrid-2 .f-img {
    padding: 0.125rem;
  }
  .imgGrid-2 .f-row .f-col-1 .f-img__inner {
    aspect-ratio: 600/395;
  }
  .imgGrid-2 .f-row .f-col-2 .f-img,
  .imgGrid-2 .f-row .f-col-2 .f-img__inner {
    height: 100%;
  }
  .imgGrid-2 .f-row .f-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img__inner {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .imgGrid-2 .f-row .f-col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgGrid-2 .f-row .f-col-1 .f-img {
    width: 50%;
  }
  .imgGrid-2 .f-row .f-col-1 .f-img__inner {
    aspect-ratio: 1;
  }
  .imgGrid-2 .f-row .f-col-2 .f-img__inner {
    aspect-ratio: 342/165;
  }
  .imgGrid-2 .f-row .f-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img {
    width: 50%;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img:first-child {
    grid-area: side;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img:first-child .f-img__inner {
    aspect-ratio: 165/342;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img:nth-child(2), .imgGrid-2 .f-row .f-col-3 .f-img:nth-child(3) {
    position: absolute;
    right: 0;
    height: 50%;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img:nth-child(2) .f-img__inner, .imgGrid-2 .f-row .f-col-3 .f-img:nth-child(3) .f-img__inner {
    height: 100%;
  }
  .imgGrid-2 .f-row .f-col-3 .f-img:nth-child(3) {
    bottom: 0;
  }
}

.imgGrid-3 .f-img {
  padding: 0.375rem;
}
.imgGrid-3 .f-img__inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.imgGrid-3 .f-img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .imgGrid-3 .f-img {
    padding: 0.25rem;
  }
  .imgGrid-3 .f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgGrid-3 .f-row .f-col-1 {
    width: 25%;
  }
  .imgGrid-3 .f-row .f-col-1 .f-img__inner {
    aspect-ratio: 1;
  }
  .imgGrid-3 .f-row .f-col-2 {
    width: 25%;
  }
  .imgGrid-3 .f-row .f-col-2 .f-img,
  .imgGrid-3 .f-row .f-col-2 .f-img__inner {
    height: 100%;
  }
  .imgGrid-3 .f-row .f-col-3 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgGrid-3 .f-row .f-col-3 .f-img {
    width: 50%;
    height: 50%;
  }
  .imgGrid-3 .f-row .f-col-3 .f-img:nth-child(1) {
    width: 100%;
  }
  .imgGrid-3 .f-row .f-col-3 .f-img__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .imgGrid-3 .f-col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgGrid-3 .f-col-1 .f-img {
    width: 50%;
  }
  .imgGrid-3 .f-col-1 .f-img__inner {
    aspect-ratio: 1;
  }
  .imgGrid-3 .f-col-2 .f-img__inner {
    aspect-ratio: 342/165;
  }
  .imgGrid-3 .f-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .imgGrid-3 .f-col-3 .f-img {
    width: 50%;
  }
  .imgGrid-3 .f-col-3 .f-img:first-child {
    grid-area: side;
  }
  .imgGrid-3 .f-col-3 .f-img:first-child .f-img__inner {
    aspect-ratio: 165/342;
  }
  .imgGrid-3 .f-col-3 .f-img:nth-child(2), .imgGrid-3 .f-col-3 .f-img:nth-child(3) {
    position: absolute;
    right: 0;
    height: 50%;
  }
  .imgGrid-3 .f-col-3 .f-img:nth-child(2) .f-img__inner, .imgGrid-3 .f-col-3 .f-img:nth-child(3) .f-img__inner {
    height: 100%;
  }
  .imgGrid-3 .f-col-3 .f-img:nth-child(3) {
    bottom: 0;
  }
}

.tabbox__list.style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: 1px solid var(--color-secondary);
  margin-bottom: 3.125rem;
}
.tabbox__list.style-1::-webkit-scrollbar {
  display: none;
}
.tabbox__list.style-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabbox__list.style-1 ul a {
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.9375rem 0.9375rem;
  border-bottom: 0.1875rem solid transparent;
}
.tabbox__list.style-1 ul a.current, .tabbox__list.style-1 ul a:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
@media (min-width: 768px) {
  .tabbox__list.style-1 ul a {
    font-size: 1.25rem;
    padding: 1.5625rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  .tabbox__list.style-1 {
    margin-bottom: 3.125rem;
  }
  .tabbox__list.style-1 ul a {
    font-size: 1.375rem;
    padding: 2.1875rem 2.5rem;
  }
}

.item-tab-title {
  font-family: var(--bs-body-font-family);
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.offerFeatued .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerFeatued__body {
  margin-bottom: 1.5625rem;
}

.offerFeatued__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.offerFeatued__text {
  margin-bottom: 0;
}

.offerFeatued__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 820/515;
}
.offerFeatued__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .offerFeatued__text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .offerFeatued__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.offerBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid var(--bs-heading-color);
  padding: 0.3125rem;
  background-color: #FFFDF9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offerBox__inner:hover {
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
}

.offerBox__img {
  display: block;
  position: relative;
  aspect-ratio: 430/280;
  overflow: hidden;
}
.offerBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offerBox__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FFFDF9;
  border: 1px solid var(--bs-heading-color);
  padding: 1.25rem 0.9375rem;
}

.offerBox__title {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.offerBox__title a:hover {
  color: var(--color-secondary);
}

.offerBox__text {
  margin: 0;
}

@media (min-width: 768px) {
  .offerBox__img {
    aspect-ratio: 430/310;
  }
  .offerBox__inner {
    padding: 0.625rem;
  }
  .offerBox__body {
    padding: 1.875rem 1.5625rem;
  }
  .offerBox__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .offerBox__body {
    padding: 1.875rem 1.875rem;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .offerBox__img {
    aspect-ratio: 430/280;
  }
}
@media (max-width: 767.98px) {
  .offerBox__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.iconBox {
  position: relative;
  padding-left: 2.5rem;
}

.iconBox__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5625rem;
}

.iconBox__title {
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.iconBox__text {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .iconBox {
    padding-left: 3.125rem;
  }
  .iconBox__icon {
    width: 2.1875rem;
  }
  .iconBox__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .iconBox {
    padding-left: 4.0625rem;
  }
  .iconBox__icon {
    width: 3rem;
  }
  .iconBox__title {
    font-size: 1.5rem;
  }
}
.transferBox__img {
  position: relative;
  aspect-ratio: 1009/409;
  overflow: hidden;
  margin-bottom: 1.125rem;
}
.transferBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.transferBox__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.37;
  text-transform: uppercase;
  margin: 0;
}

.transferBox__price {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.transferBox__btn {
  margin-bottom: 1.125rem;
}

.transferBox__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.transferBox__list li {
  position: relative;
  padding-left: 1.25rem;
}
.transferBox__list li + li {
  margin-top: 0.625rem;
}
.transferBox__list li:before {
  content: "\e902";
  position: absolute;
  top: 0.3em;
  left: 0;
  font-family: "lejardin";
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .transferBox__img {
    margin-bottom: 1.5625rem;
  }
  .transferBox__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .transferBox__img {
    margin-bottom: 2.125rem;
  }
  .transferBox__title {
    font-size: 2rem;
  }
  .transferBox__price {
    font-size: 1.125rem;
  }
  .transferBox__list li {
    padding-left: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .transferBox__btn .btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 8.75rem;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.show-popup {
  opacity: 1;
  visibility: visible;
}
.popup.show-popup .popup__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.popup__bg,
.popup__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.popup__bg {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popup__wrap {
  z-index: 2;
  width: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup__dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 6.25rem);
  position: relative;
  width: auto;
  margin: 3.125rem 0;
  pointer-events: none;
}

.popup__content {
  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;
  pointer-events: auto;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 10;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #F7F7F7;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__close:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
@media (min-width: 768px) {
  .popup__close {
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }
}

.popup-transferBook .popup__close {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--bs-heading-color);
  font-size: 1.25rem;
}
.popup-transferBook .popup__content {
  width: 90%;
  background: #FFFDF9;
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
  padding: 2.5rem 1.25rem;
}
.popup-transferBook .item-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.37;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.popup-transferBook .checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-transferBook .checkbox-list .checkbox {
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  .popup-transferBook .popup__close {
    font-size: 1.875rem;
    top: 1.875rem;
    right: 1.875rem;
  }
  .popup-transferBook .popup__content {
    width: 80%;
    padding: 3.75rem 3.125rem;
  }
  .popup-transferBook .item-title {
    text-align: center;
    font-size: 1.5625rem;
    margin-bottom: 2.5rem;
  }
  .popup-transferBook .checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0.75rem;
  }
  .popup-transferBook .checkbox-list .checkbox:last-child {
    margin-right: 0;
  }
  .popup-transferBook .form-button {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .popup-transferBook .popup__close {
    font-size: 2.1875rem;
    top: 3.125rem;
    right: 7.5rem;
  }
  .popup-transferBook .popup__content {
    width: 62%;
    padding: 4.375rem 7.5rem;
  }
  .popup-transferBook .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .popup-transferBook .popup__close {
    color: #fff;
    top: -0.625rem;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.popup-showMenu .popup__close {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  mix-blend-mode: difference;
}
.popup-showMenu .popup__close:hover {
  color: red;
}
.popup-showMenu .popup__content {
  width: 90%;
  background: transparent;
}
.popup-showMenu .item-list img {
  width: 100%;
}
.popup-showMenu .item-list img + img {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .popup-showMenu .popup__content {
    width: 60%;
  }
  .popup-showMenu .popup__close {
    top: 3%;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .popup-showMenu .popup__close {
    right: 30%;
  }
  .popup-showMenu .popup__content {
    width: 42.5rem;
  }
}

.popup-showEvent .popup__close {
  font-size: 1.5625rem;
  top: 1.25rem;
  right: 1.25rem;
  width: auto;
  height: auto;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
}
.popup-showEvent .popup__close:hover {
  color: red;
}
.popup-showEvent .popup__content {
  width: 90%;
  background: #fff;
}
.popup-showEvent .popup__content a {
  display: block;
}
.popup-showEvent .popup__content a img {
  width: 100%;
}
.popup-showEvent .item-list img {
  width: 100%;
}
.popup-showEvent .item-list img + img {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .popup-showEvent .popup__content {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .popup-showEvent .popup__close {
    top: 1.875rem;
    right: 1.875rem;
    font-size: 1.875rem;
  }
  .popup-showEvent .popup__content {
    width: 42.5rem;
  }
}

.meetingRoom__body {
  margin-bottom: 1.875rem;
}

.meetingRoom__title {
  margin-bottom: 1.875rem;
}

.meetingRoom__text p {
  margin-bottom: 0;
}
.meetingRoom__text p + p {
  margin-top: 1em;
}

.meetingRoom__img {
  position: relative;
  border: 1px solid var(--bs-heading-color);
  aspect-ratio: 342/262;
}
.meetingRoom__img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.375rem solid #fff;
}
.meetingRoom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .meetingRoom__img:after {
    border-width: 0.625rem;
  }
  .meetingRoom__body {
    margin-bottom: 0;
  }
}
.infoListIcon .f-item + .f-item {
  margin-top: 0.9375rem;
}
.infoListIcon .f-label {
  font-weight: 600;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.infoListIcon .f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.infoListIcon .f-list li {
  position: relative;
  padding-left: 1.875rem;
}
.infoListIcon .f-list li + li {
  margin-top: 1.25rem;
}
.infoListIcon .f-list li span {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.infoListIcon .f-list li span img {
  width: 1.5rem;
}
.infoListIcon .f-list li a:hover {
  color: var(--color-secondary);
}

.title-sub-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.title-sub-line span {
  width: 1.6875rem;
  height: 1px;
  background-color: var(--bs-heading-color);
  margin-left: 0.5625rem;
}

.img-border {
  display: block;
  padding: 0.25rem;
  border: 1px solid var(--bs-heading-color);
}
.img-border > span,
.img-border > span img {
  display: block;
  width: 100%;
  height: 100%;
}
.img-border > span img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .img-border {
    padding: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .img-border {
    padding: 0.625rem;
  }
}

.l-170 {
  height: 6.25rem;
}

.l-340 {
  height: 9.375rem;
}

.l-425 {
  height: 10.625rem;
}

.l-540 {
  height: 18.75rem;
}

@media (min-width: 1200px) {
  .l-170 {
    height: 10.625rem;
  }
  .l-340 {
    height: 21.25rem;
  }
  .l-425 {
    height: 26.5625rem;
  }
  .l-540 {
    height: 33.75rem;
  }
}
.scrollStickContentEffect .item-sticky {
  pointer-events: none;
}
.scrollStickContentEffect .scroll-setContent .panle {
  pointer-events: none;
}
.scrollStickContentEffect .scroll-setContent .panle.active {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
}
.scrollStickContentEffect .scroll-setContent .panle .s-effect {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  visibility: hidden;
}
.scrollStickContentEffect .scroll-setContent .panle.first-load .s-effect {
  -webkit-animation: fixLoadClip 1.5s ease forwards !important;
          animation: fixLoadClip 1.5s ease forwards !important;
}

@-webkit-keyframes fixLoadClip {
  0% {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(100% 0px 0px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0% 0px 0px);
  }
}

@keyframes fixLoadClip {
  0% {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(100% 0px 0px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0% 0px 0px);
  }
}
@-webkit-keyframes inE {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes inE {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0 0 0);
  }
}
@-webkit-keyframes outE {
  0% {
    clip-path: inset(0 0 0% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes outE {
  0% {
    clip-path: inset(0 0 0% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
.roomDetalBox {
  list-style: none;
  margin: 0;
  padding: 0;
}
.roomDetalBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--color-secondary);
  padding: 0.625rem 0;
}
.roomDetalBox li span {
  width: 40%;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0.625rem;
}
.roomDetalBox li p {
  width: 60%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .roomDetalBox li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 0;
  }
  .roomDetalBox li span {
    width: 47%;
    padding-right: 1.25rem;
  }
  .roomDetalBox li p {
    width: 53%;
  }
}

.roomAmenitiesBox .f-item {
  margin-bottom: 1.5rem;
}
.roomAmenitiesBox .f-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.33;
  text-transform: uppercase;
  padding-left: 2.1875rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.roomAmenitiesBox .f-item__head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #84592B;
  width: 8.125rem;
}
.roomAmenitiesBox .f-item__head img {
  position: absolute;
  left: 0;
  width: 1.5rem;
}
.roomAmenitiesBox .f-item__list {
  margin: 0;
  margin-left: -0.4em;
}
.roomAmenitiesBox .f-item__list li {
  line-height: 1.2;
}
.roomAmenitiesBox .f-item__list li + li {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .roomAmenitiesBox .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .roomAmenitiesBox .row .col-md-6 {
    padding: 0 0.9375rem;
  }
  .roomAmenitiesBox .row .col-md-6:nth-child(n+3) .f-item {
    margin-top: 2.5rem;
  }
  .roomAmenitiesBox .f-item {
    margin-bottom: 0;
  }
  .roomAmenitiesBox .f-item__head {
    font-size: 1rem;
    padding-left: 2.8125rem;
    margin-bottom: 1.5rem;
  }
  .roomAmenitiesBox .f-item__head img {
    width: 2rem;
  }
}
@media (min-width: 1200px) {
  .roomAmenitiesBox .row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .roomAmenitiesBox .row .col-md-6 {
    padding: 0 1.875rem;
  }
  .roomAmenitiesBox .row .col-md-6:nth-child(n+3) .f-item {
    margin-top: 3.75rem;
  }
  .roomAmenitiesBox .f-item__head {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .roomAmenitiesBox .f-item__head:after {
    width: 11.875rem;
  }
  .roomAmenitiesBox .f-item__head img {
    width: 2rem;
  }
}

@-webkit-keyframes lineEffect1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes lineEffect1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes lineEffect2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes lineEffect2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes hoaEffect1 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes hoaEffect1 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes hoaEffect2 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform: rotate(10deg) translate(-10%, -20%);
            transform: rotate(10deg) translate(-10%, -20%);
  }
}
@keyframes hoaEffect2 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  50% {
    -webkit-transform: rotate(10deg) translate(-10%, -20%);
            transform: rotate(10deg) translate(-10%, -20%);
  }
}
@-webkit-keyframes hoaEffect3 {
  50% {
    -webkit-transform: rotate(10deg) translate(-20%, -40%);
            transform: rotate(10deg) translate(-20%, -40%);
  }
}
@keyframes hoaEffect3 {
  50% {
    -webkit-transform: rotate(10deg) translate(-20%, -40%);
            transform: rotate(10deg) translate(-20%, -40%);
  }
}
@-webkit-keyframes hoaEffect4 {
  50% {
    -webkit-transform: rotate(-10deg) translate(-20%, 40%);
            transform: rotate(-10deg) translate(-20%, 40%);
  }
}
@keyframes hoaEffect4 {
  50% {
    -webkit-transform: rotate(-10deg) translate(-20%, 40%);
            transform: rotate(-10deg) translate(-20%, 40%);
  }
}
@-webkit-keyframes hoaEffect5 {
  25% {
    -webkit-transform: rotate(-10deg) translateX(20%);
            transform: rotate(-10deg) translateX(20%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(20%) translateY(10%);
            transform: rotate(0deg) translateX(20%) translateY(10%);
  }
  75% {
    -webkit-transform: rotate(-10deg) translateX(0%) translateY(10%);
            transform: rotate(-10deg) translateX(0%) translateY(10%);
  }
}
@keyframes hoaEffect5 {
  25% {
    -webkit-transform: rotate(-10deg) translateX(20%);
            transform: rotate(-10deg) translateX(20%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(20%) translateY(10%);
            transform: rotate(0deg) translateX(20%) translateY(10%);
  }
  75% {
    -webkit-transform: rotate(-10deg) translateX(0%) translateY(10%);
            transform: rotate(-10deg) translateX(0%) translateY(10%);
  }
}
.fancybox__backdrop {
  background-color: var(--bs-heading-color);
  opacity: 0.7;
}

.header__wrap {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1.4375rem;
  background-color: #FFFDF9;
}
.header__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}

.header__content,
.header__fixHeight {
  height: 3.5rem;
}

.header__content {
  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;
}

.header__left,
.header__right {
  width: 35%;
}

.header__center {
  width: 30%;
}

.header__right {
  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;
  text-align: right;
}

.header__logo {
  display: block;
  width: 5rem;
  margin: 0 auto;
}

.header__humberger {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.header__humberger span {
  height: 2px;
  display: block;
  background-color: #000000;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__humberger .t-1,
.header__humberger .t-3 {
  width: 1.25rem;
}
.header__humberger .t-2 {
  width: 2.25rem;
  margin: 0.5rem 0;
}

.header__bookDrop {
  position: relative;
  z-index: 2;
}
.header__bookDrop:after {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 0;
  right: 0;
  bottom: -0.9375rem;
  z-index: -1;
}
.header__bookDrop:hover .btn {
  background-color: #A17D66;
}
.header__bookDrop:hover .f-dropdown {
  clip-path: inset(0 0 0% 0);
}
.header__bookDrop .btn {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bookDrop .btn i {
  font-size: 0.9em;
  margin-left: 0.5em;
}
.header__bookDrop .f-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: 19.375rem;
  background-color: var(--color-secondary);
  padding: 0 1.25rem;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bookDrop .f-dropdown a {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0.9375rem 0;
}
.header__bookDrop .f-dropdown a + a {
  border-top: 1px solid #FFFDF9;
}
.header__bookDrop .f-dropdown a.current, .header__bookDrop .f-dropdown a:hover {
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .header__bookDrop .f-dropdown {
    top: calc(100% + 0.625rem);
  }
}
@media (max-width: 767.98px) {
  .header__bookDrop .btn span {
    display: none;
  }
  .header__bookDrop .f-dropdown {
    top: calc(100% + 0.4375rem);
    width: 16.25rem;
  }
  .header__bookDrop .f-dropdown a {
    font-size: 0.875rem;
  }
}

.header__lang {
  margin-left: 0.3125rem;
}

.header.heder--style-2 .header__fixHeight {
  display: none;
}
.header.heder--style-2 .header__wrap {
  background-color: transparent;
}
.header.heder--style-2 .header__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 253, 249, 0.4);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
}
.header.heder--style-2 .header__btn {
  border: 1px solid #FFFDF9;
}

.header.header--showmenu .header__humberger .t-1 {
  -webkit-transform: translateY(0.6875rem) rotate(45deg);
          transform: translateY(0.6875rem) rotate(45deg);
  width: 2.25rem;
}
.header.header--showmenu .header__humberger .t-2 {
  opacity: 0;
}
.header.header--showmenu .header__humberger .t-3 {
  -webkit-transform: translateY(-0.6875rem) rotate(-45deg);
          transform: translateY(-0.6875rem) rotate(-45deg);
  width: 2.25rem;
}

@media (min-width: 768px) {
  .header__wrap {
    padding: 0 2.5rem;
  }
  .header__content,
  .header__fixHeight {
    height: 4.375rem;
  }
  .header__logo {
    width: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .header__wrap {
    padding: 0 4.0625rem;
  }
  .header__content,
  .header__fixHeight {
    height: 5rem;
  }
  .header__logo {
    width: 8.125rem;
  }
  .header__humberger span {
    height: 3px;
  }
  .header__humberger .t-1,
  .header__humberger .t-3 {
    width: 1.75rem;
  }
  .header__humberger .t-2 {
    width: 3rem;
    margin: 0.6875rem 0;
  }
  .header.header--showmenu .header__humberger .t-1 {
    -webkit-transform: translateY(0.875rem) rotate(45deg);
            transform: translateY(0.875rem) rotate(45deg);
    width: 3rem;
  }
  .header.header--showmenu .header__humberger .t-3 {
    -webkit-transform: translateY(-0.875rem) rotate(-45deg);
            transform: translateY(-0.875rem) rotate(-45deg);
    width: 3rem;
  }
}
@media (max-width: 767.98px) {
  .header__btn {
    font-size: 0.75rem;
    padding: 0 0.75rem;
    border-radius: 1.25rem;
    height: 2.1875rem;
  }
  .header__btn span {
    display: none;
  }
  .header__bookDrop .btn {
    font-size: 0.75rem;
    padding: 0 0.75rem;
    border-radius: 1.25rem;
    height: 2.1875rem;
  }
}
.body-load-done .megamenu {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .body-load-done .megamenu.show-megamenu {
    -webkit-transition: none;
    transition: none;
  }
}

.megamenu {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFDF9;
  padding-top: 3.5rem;
}
.megamenu.show-megamenu {
  opacity: 1;
  visibility: visible;
}
.megamenu.show-megamenu .item .fix-delay {
  opacity: 0;
  -webkit-animation: clipPathUp 0.7s linear forwards;
          animation: clipPathUp 0.7s linear forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
@media (min-width: 1200px) {
  .megamenu {
    -webkit-perspective: 37.5rem;
            perspective: 37.5rem;
  }
  .megamenu .item-group {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .megamenu.show-megamenu .item-group {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media (max-width: 1199.98px) {
  .megamenu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .megamenu.show-megamenu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.megamenu .item-group {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFDF9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.megamenu .item {
  height: 100%;
  padding-top: 3.75rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.megamenu .item.hide-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu .item-sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 1.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.megamenu .item-sub.show-sub {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.megamenu .item-sub.show-sub .fix-delay {
  opacity: 0;
  -webkit-animation: clipPathUp 0.7s linear forwards;
          animation: clipPathUp 0.7s linear forwards;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.megamenu.show-megamenu .item-sub.show-sub {
  opacity: 1;
  visibility: visible;
}
.megamenu .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
.megamenu .item-btn a {
  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.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--bs-heading-color);
  position: relative;
}
.megamenu .item-btn a span {
  font-size: 0.8em;
  margin-right: 0.8em;
}
.megamenu .item-btn a:hover {
  color: var(--color-secondary);
}
.megamenu .item-back {
  left: -5%;
}
.megamenu .item__list .f-item + .f-item {
  margin-top: 1.875rem;
}
.megamenu .item__list .f-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.37;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.megamenu .item__list .f-item__title a:hover {
  color: var(--color-secondary);
}
.megamenu .item__list .f-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu .item__list .f-item__list li + li {
  margin-top: 0.9375rem;
}
.megamenu .item__list .f-item__list a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #646464;
}
.megamenu .item__list .f-item__list a.current, .megamenu .item__list .f-item__list a:hover {
  color: var(--color-secondary);
}
.megamenu .item__list .f-item__list a.current {
  font-weight: bold;
}
.megamenu .item-sharp {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 48%;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  opacity: 0.2;
}
.megamenu .item-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .megamenu {
    padding-top: 4.0625rem;
  }
  .megamenu .item-btn {
    margin-bottom: 3.75rem;
  }
  .megamenu .item-btn a {
    font-size: 1rem;
  }
  .megamenu .item-back {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .megamenu .item__list .f-item + .f-item {
    margin-top: 2.5rem;
  }
  .megamenu .item__list .f-item__title {
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }
  .megamenu .item__list .f-item__list a {
    font-size: 1.125rem;
  }
  .megamenu .item-sub,
  .megamenu .item {
    padding-top: 3.75rem;
  }
  .megamenu .item-sharp {
    width: 40%;
    bottom: 10%;
    -webkit-transform: translateX(24%);
            transform: translateX(24%);
  }
}
@media (min-width: 1200px) {
  .megamenu {
    padding-top: 3.75rem;
  }
  .megamenu .item__list .f-item + .f-item {
    margin-top: 3.75rem;
  }
  .megamenu .item__list .f-item__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .megamenu .item__list .f-item__list li + li {
    margin-top: 0.9375rem;
  }
  .megamenu .item__list .f-item__list a {
    font-size: 1.5rem;
  }
  .megamenu .item-btn {
    margin-bottom: 3.125rem;
  }
  .megamenu .item-btn a {
    font-size: 1.125rem;
  }
  .megamenu .item-btn a span {
    margin-right: 1.5em;
  }
  .megamenu .item-back {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .megamenu .item,
  .megamenu .item-sub {
    padding-top: 3.75rem;
  }
  .megamenu .item-sharp {
    width: 33%;
    bottom: -55%;
    -webkit-transform: translateX(24%);
            transform: translateX(24%);
  }
}
@media (max-width: 767.98px) {
  .megamenu .item__fixScroll {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .megamenu .item-sub .col-md-6 + .col-md-6 .item__list {
    margin-top: 1.875rem;
  }
}

.footer {
  position: relative;
  z-index: 3;
  font-size: 0.875rem;
  color: #646464;
  background-color: #FFFDF9;
  line-height: 1.37;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5625rem;
}

.footer__content {
  position: relative;
  z-index: 2;
}

.footer__logo {
  position: relative;
  display: block;
  width: 3.75rem;
}
.footer__logo img {
  width: 100%;
}
.footer__logo:before, .footer__logo:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--bs-heading-color);
  height: 1px;
  width: 50vw;
}
.footer__logo::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.footer__logo:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.footer__logo .f-sharp {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__logo .f-sharp img {
  width: 100%;
}

.footer__item {
  max-width: 90%;
  margin-bottom: 1.5625rem;
}
.footer__item .f-title {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.01em;
  margin-bottom: 0.9375rem;
}
.footer__item .f-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__item .f-info li {
  position: relative;
  padding-left: 1.875rem;
}
.footer__item .f-info li + li {
  margin-top: 0.75rem;
}
.footer__item .f-info li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  line-height: 1;
  color: var(--bs-heading-color);
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.footer__item .f-info li a:hover {
  color: var(--bs-heading-color);
}
.footer__item .f-social {
  font-size: 0;
  line-height: 1;
}
.footer__item .f-social a {
  font-size: 1.5rem;
  margin-right: 0.9375rem;
}

.footer__foot {
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
  text-align: center;
  color: var(--bs-heading-color);
  border-top: 1px solid var(--bs-heading-color);
  padding: 1.25rem 0;
  margin-top: 1.25rem;
}
.footer__foot p {
  opacity: 0.5;
  margin: 0;
}
.footer__foot .f-team {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .footer__head {
    margin-bottom: 3.125rem;
  }
  .footer__logo {
    width: 5rem;
  }
  .footer__foot {
    text-align: left;
    padding: 1.5625rem 0;
    margin-top: 3.125rem;
  }
  .footer__foot .f-team {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer__logo .f-sharp {
    width: 300vw;
  }
}
@media (min-width: 1200px) {
  .footer {
    font-size: 1rem;
  }
  .footer__head {
    margin-bottom: 5rem;
  }
  .footer__logo {
    width: 6.875rem;
  }
  .footer__content .row {
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }
  .footer__content .row .col-xl-4 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .footer__item {
    max-width: 90%;
    margin-bottom: 1.5625rem;
  }
  .footer__item .f-title {
    font-size: 1.125rem;
  }
  .footer__item .f-info li span {
    font-size: 1.3em;
  }
  .footer__foot {
    padding: 1.875rem 0;
  }
}
@media (max-width: 767.98px) {
  .footer__item.fix {
    margin-top: 1.25rem;
  }
}
.swiper-buttonCustom-prev,
.swiper-buttonCustom-next {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--bs-heading-color);
  border-radius: 50%;
  font-size: 1rem;
  color: var(--bs-heading-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-buttonCustom-prev:hover,
.swiper-buttonCustom-next:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
@media (min-width: 1200px) {
  .swiper-buttonCustom-prev,
  .swiper-buttonCustom-next {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 1.125rem;
  }
}
.swiper-buttonCustom-prev.swiper-button-disabled,
.swiper-buttonCustom-next.swiper-button-disabled {
  background-color: #FFFDF9;
  pointer-events: none;
  opacity: 0.5;
}

.swiper-buttonCustom.style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-buttonCustom.style-1 .swiper-buttonCustom-next {
  margin-left: 0.625rem;
}
@media (min-width: 1200px) {
  .swiper-buttonCustom.style-1 .swiper-buttonCustom-next {
    margin-left: 1.25rem;
  }
}

.swiper-buttonCustom.style-2 .swiper-buttonCustom-prev,
.swiper-buttonCustom.style-2 .swiper-buttonCustom-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-buttonCustom.style-2 .swiper-buttonCustom-prev {
  left: 0.9375rem;
}
.swiper-buttonCustom.style-2 .swiper-buttonCustom-next {
  right: 0.9375rem;
}

.swiper-pagination {
  position: static;
  line-height: 1;
  font-size: 0;
  margin-top: 1.875rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #8B8B8B;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-heading-color);
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-pagination {
    margin-top: 2.8125rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination {
    margin-top: 3.75rem;
  }
}

.swiper-btn-group .swiper-btn-prev,
.swiper-btn-group .swiper-btn-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: 1.875rem;
  height: 1.875rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-btn-group .swiper-btn-prev:hover,
.swiper-btn-group .swiper-btn-next:hover {
  background-color: #000;
  color: #fff;
}
.swiper-btn-group .swiper-btn-prev.swiper-button-disabled,
.swiper-btn-group .swiper-btn-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .swiper-btn-group .swiper-btn-prev,
  .swiper-btn-group .swiper-btn-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .swiper-btn-group .swiper-btn-prev,
  .swiper-btn-group .swiper-btn-next {
    width: 3rem;
    height: 3rem;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  pointer-events: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  width: 0.75rem;
  height: 0.75rem;
}
.cursor .cursor-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.625rem;
  height: 11.4375rem;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cursor .cursor-inner .media-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .cursor .cursor-inner {
    width: 33.125rem;
    height: 24.6875rem;
    border-radius: 2rem;
  }
}
.cursor.media .cursor-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.cursor.hovered {
  opacity: 1;
}
.cursor.style-hidden .cursor-inner {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 767.98px) {
  .cursor {
    display: none !important;
  }
}

.sec-newPage {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
.sec-newPage .title-heading {
  margin-bottom: 1.25rem;
}
.sec-newPage .blogHorizontal,
.sec-newPage .blogDefalut {
  margin-bottom: 1.875rem;
}
.sec-newPage .item-lastest {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-newPage {
    padding-top: 3.75rem;
  }
  .sec-newPage .title-heading {
    margin-bottom: 1.25rem;
  }
  .sec-newPage .blogHorizontal,
  .sec-newPage .blogDefalut {
    margin-bottom: 1.25rem;
  }
  .sec-newPage .item-lastest {
    border-top: 1px solid var(--color-secondary);
    padding-top: 3.75rem;
    margin-top: 3.75rem;
  }
  .sec-newPage .item-featured .btn-foot,
  .sec-newPage .item-lastest .btn-foot {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-newPage .blog-list .col-md-6:nth-child(2n+2) .blogDefalut {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (min-width: 1200px) {
  .sec-newPage {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .sec-newPage .title-heading {
    margin-bottom: 1.875rem;
  }
  .sec-newPage .blogHorizontal,
  .sec-newPage .blogDefalut {
    margin-bottom: 2.25rem;
  }
  .sec-newPage .item-featured .row,
  .sec-newPage .item-lastest .row {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .sec-newPage .item-featured .row [class*=col-],
  .sec-newPage .item-lastest .row [class*=col-] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .sec-newPage .item-lastest {
    padding-top: 3.75rem;
    margin-top: 3.75rem;
  }
  .sec-newPage .blog-list .col-md-6:nth-child(3n+2) .blogDefalut {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-newPage .blog-list .col-md-6:nth-child(3n+3) .blogDefalut {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.sec-blogDetail {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
.sec-blogDetail .item-head {
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 0.8125rem;
  margin-bottom: 1.875rem;
}
.sec-blogDetail .item-titleBig {
  font-family: var(--bs-body-font-family);
  margin-bottom: 1.5625rem;
}
.sec-blogDetail .item-metaGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-blogDetail .item-date {
  font-size: 0.875rem;
  margin: 0;
}
.sec-blogDetail .item-meta {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-blogDetail .item-meta a {
  display: block;
  font-size: 1.25rem;
  color: #5C5C5C;
  line-height: 1;
  margin-left: 1.5rem;
}
.sec-blogDetail .item-meta a:hover {
  color: var(--color-secondary);
}
.sec-blogDetail .item-related {
  margin-top: 3.75rem;
}
.sec-blogDetail .item-related .title-heading {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-blogDetail .item-related {
    margin-top: 5.625rem;
  }
  .sec-blogDetail .item-related .title-heading {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-blogDetail .item-related .col-md-6:nth-child(n+3) .blogDefalut {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .sec-blogDetail .item-related {
    margin-top: 7.5rem;
  }
  .sec-blogDetail .item-related .title-heading {
    margin-bottom: 5rem;
  }
  .sec-blogDetail .item-related .col-md-6:nth-child(n+4) .blogDefalut {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-blogDetail .item-related .title-heading {
    font-size: 1.125rem;
  }
  .sec-blogDetail .item-related .col-md-6 + .col-md-6 .blogDefalut {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .sec-blogDetail {
    padding-top: 5rem;
  }
  .sec-blogDetail .item-head {
    padding-bottom: 1.125rem;
    margin-bottom: 2.8125rem;
  }
  .sec-blogDetail .item-titleBig {
    margin-bottom: 2rem;
  }
  .sec-blogDetail .item-date {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-blogDetail {
    padding-top: 8.125rem;
    padding-bottom: 7.5rem;
  }
  .sec-blogDetail .item-head {
    margin-bottom: 3.75rem;
  }
}

.sec-gallerPage {
  padding-top: 1.875rem;
}
.sec-gallerPage .item-title {
  font-size: 1.875rem;
  text-align: center;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.sec-gallerPage .item-btn {
  text-align: center;
  margin-top: 1.5625rem;
}
.sec-gallerPage .item-sharp {
  position: absolute;
  top: 30%;
  right: 0;
  width: 8%;
}
@media (min-width: 768px) {
  .sec-gallerPage {
    padding-top: 5.625rem;
  }
  .sec-gallerPage .item-title {
    font-size: 2.1875rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-gallerPage {
    padding-top: 5rem;
  }
  .sec-gallerPage .item-title {
    font-size: 3rem;
    margin-bottom: 3.125rem;
  }
  .sec-gallerPage .item-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .sec-gallerPage .container {
    max-width: 60%;
  }
  .sec-gallerPage .item-title {
    margin-bottom: 1.875rem;
  }
}

.sec-gallerPage2 {
  padding-top: 0;
}
.sec-gallerPage2 .item-btn {
  text-align: center;
  margin-top: 1.5625rem;
}
.sec-gallerPage2 .item-sharp-1,
.sec-gallerPage2 .item-sharp-2 {
  position: absolute;
}
.sec-gallerPage2 .item-sharp-1 img,
.sec-gallerPage2 .item-sharp-2 img {
  width: 100%;
}
.sec-gallerPage2 .item-sharp-1 {
  left: 0;
  top: 14%;
  width: 10%;
}
.sec-gallerPage2 .item-sharp-2 {
  right: 0;
  bottom: 0;
  width: 16%;
}
@media (min-width: 768px) {
  .sec-gallerPage2 {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  .sec-gallerPage2 {
    border-top: 1px solid var(--color-secondary);
  }
  .sec-gallerPage2 .item-btn {
    margin-top: 2rem;
  }
  .sec-gallerPage2 .tabbox__list.style-1 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .sec-gallerPage2 .tabbox__content .panel {
    display: block !important;
  }
  .sec-gallerPage2 .tabbox__content .panel + .panel {
    margin-top: 3.75rem !important;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .sec-gallerPage2 .container {
    max-width: 60%;
  }
  .sec-gallerPage2 .item-title {
    margin-bottom: 1.875rem;
  }
  .sec-gallerPage2 .tabbox__list.style-1 ul a {
    font-size: 1.125rem;
    padding: 1.5625rem;
  }
}

.sec-offerTourPage {
  padding-top: 1.875rem;
}
.sec-offerTourPage .offerFeatued {
  margin-bottom: 3.75rem;
}
.sec-offerTourPage .offer-list {
  border-top: 1px solid var(--color-secondary);
}
.sec-offerTourPage .swiper {
  overflow: visible;
  margin-right: -1.4375rem;
}
.sec-offerTourPage .swiper-slide {
  height: initial;
  padding: 0.625rem 0;
}
.sec-offerTourPage .offer-head {
  margin-bottom: 1.875rem;
}
.sec-offerTourPage .item-tab-title {
  margin: 0;
}
.sec-offerTourPage .offer-item.show + .offer-item.show {
  margin-top: 3.75rem;
}
.sec-offerTourPage .offer-item:not(.show) {
  display: none;
}
.sec-offerTourPage .offer-item.show {
  -webkit-animation: fadeIn 0.5s linear forwards;
          animation: fadeIn 0.5s linear forwards;
}
.sec-offerTourPage .tabbox__content.fix-effect .wow {
  -webkit-animation: fadeInUp 0.5s linear forwards !important;
          animation: fadeInUp 0.5s linear forwards !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.sec-offerTourPage .item-btn {
  text-align: center;
  margin-top: 1.5rem;
}
.sec-offerTourPage .offer-list2 .offerBox {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-offerTourPage {
    padding-top: 3.125rem;
  }
  .sec-offerTourPage .offer-item.show + .offer-item.show {
    margin-top: 5rem;
  }
  .sec-offerTourPage .item-tab-title {
    font-family: var(--bs-heading-font-family);
    font-size: 1.5625rem;
    text-align: left;
  }
  .sec-offerTourPage .offer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.125rem;
  }
  .sec-offerTourPage .offer-list2 .offerBox {
    margin-bottom: 0;
    padding-bottom: 1.875rem;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-offerTourPage .offer-list-col .col-xl-4:nth-child(n+3) .offerBox {
    margin-top: 0.875rem;
  }
  .sec-offerTourPage .offer-list2 .offerBox__title {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-offerTourPage {
    padding-top: 5rem;
  }
  .sec-offerTourPage .tabbox__list {
    margin-bottom: 4.0625rem;
  }
  .sec-offerTourPage .offer-item.show + .offer-item.show {
    margin-top: 7.5rem;
  }
  .sec-offerTourPage .offer-list {
    margin-top: 7.5rem;
  }
  .sec-offerTourPage .offer-list .tabbox__list {
    padding-left: 10.625rem;
  }
  .sec-offerTourPage .offer-head {
    margin-bottom: 3.75rem;
  }
  .sec-offerTourPage .item-tab-title {
    font-size: 2rem;
  }
  .sec-offerTourPage .item-btn {
    margin-top: 2rem;
  }
  .sec-offerTourPage .swiper {
    overflow: hidden;
    margin-right: -13vw;
  }
  .sec-offerTourPage .swiper .swiper-slide {
    width: 28%;
  }
}
@media (max-width: 767.98px) {
  .sec-offerTourPage .offer-list-col .col-xl-4 + .col-xl-4 .offerBox {
    margin-top: 1.5625rem;
  }
  .sec-offerTourPage .swiper {
    margin-right: -1.4375rem;
  }
}

.sec-transferHero {
  padding: 0;
}
.sec-transferHero .swiper-slide {
  position: relative;
  aspect-ratio: 392/484;
}
.sec-transferHero .item-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-transferHero .item-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(209deg, rgba(0, 0, 0, 0) -3.02%, #000 93.13%);
}
@media (min-width: 1200px) {
  .sec-transferHero .item-bg::after {
    background: linear-gradient(224deg, rgba(216, 222, 234, 0) 50.67%, rgba(44, 44, 44, 0.34) 63.61%, #1F201D 95.99%);
  }
}
.sec-transferHero .item-body {
  position: absolute;
  left: 0;
  bottom: 1.5625rem;
  right: 0;
  z-index: 2;
}
.sec-transferHero .title-sub-line {
  color: #FFFDF9;
}
.sec-transferHero .title-sub-line span {
  background-color: #FFFDF9;
}
.sec-transferHero .item-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin: 0;
}
.sec-transferHero .item-text {
  color: #fff;
  margin-top: 0.75rem;
}
.sec-transferHero .item-text p {
  margin-bottom: 0;
}
.sec-transferHero .item-text p + p {
  margin-top: 1em;
}
.sec-transferHero .swiper-pagination {
  position: absolute;
  z-index: 3;
  bottom: 1.5625rem;
}
.sec-transferHero .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 253, 249, 0.6);
}
.sec-transferHero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFDF9;
}
@media (min-width: 768px) {
  .sec-transferHero .swiper-slide {
    aspect-ratio: 1920/1000;
  }
  .sec-transferHero .item-body {
    bottom: 3.125rem;
  }
  .sec-transferHero .item-title {
    font-size: 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .sec-transferHero .swiper-slide {
    aspect-ratio: 1920/780;
  }
  .sec-transferHero .swiper-pagination {
    bottom: 2.1875rem;
  }
  .sec-transferHero .item-body {
    bottom: 19%;
  }
  .sec-transferHero .item-title {
    font-size: 3rem;
  }
  .sec-transferHero .item-text {
    margin-top: 1.5625rem;
  }
}

.sec-transferDetail .item + .item {
  margin-top: 3.125rem;
}
.sec-transferDetail .item__title {
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 2rem;
}
.sec-transferDetail .transferBox-list .transferBox + .transferBox {
  border-top: 1px solid var(--color-secondary);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .sec-transferDetail .item__title {
    margin-bottom: 2.8125rem;
  }
  .sec-transferDetail .iconBox-wrap .row [class*=col-]:nth-child(n+3) .iconBox {
    margin-top: 1.875rem;
  }
  .sec-transferDetail .transferBox-list .transferBox + .transferBox {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-transferDetail .item + .item {
    border-top: 1px solid var(--color-secondary);
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
  .sec-transferDetail .item-body {
    border-left: 1px solid rgba(193, 155, 131, 0.5);
    padding-left: 3.125rem;
  }
  .sec-transferDetail .iconBox-wrap .row {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .sec-transferDetail .iconBox-wrap .row [class*=col-] {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .sec-transferDetail .iconBox-wrap .row [class*=col-]:nth-child(n+3) .iconBox {
    margin-top: 4.6875rem;
  }
}

.sec-meetingRoom .meetingRoom-list .meetingRoom + .meetingRoom {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-meetingRoom .meetingRoom-list .meetingRoom .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-meetingRoom .meetingRoom-list .meetingRoom:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .sec-meetingRoom .meetingRoom-list .meetingRoom + .meetingRoom {
    margin-top: 7.5rem;
  }
}

.sec-privateEvent {
  padding-top: 0;
}
.sec-privateEvent .title-heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-privateEvent .title-heading {
    margin-bottom: 3.75rem;
  }
  .sec-privateEvent .offerBox-list .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-privateEvent .offerBox-list .offerBox {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-privateEvent .offerBox-list .col-md-6:nth-child(n+3) .offerBox {
    margin-top: 2.5rem;
  }
  .sec-privateEvent .offerBox-list .col-md-6:nth-child(2n+2) .offerBox {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (min-width: 1200px) {
  .sec-privateEvent {
    padding-top: 6.875rem;
  }
  .sec-privateEvent:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    background-color: #FFF5EC;
  }
  .sec-privateEvent .title-heading {
    margin-bottom: 6.875rem;
  }
  .sec-privateEvent .offerBox-list .col-md-6:nth-child(n+4) .offerBox {
    margin-top: 2.5rem;
  }
  .sec-privateEvent .offerBox-list .col-md-6:nth-child(3n+2) .offerBox {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-privateEvent .offerBox-list .col-md-6:nth-child(3n+3) .offerBox {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (max-width: 767.98px) {
  .sec-privateEvent .offerBox-list .col-md-6 + .col-md-6 .offerBox {
    margin-top: 1.875rem;
  }
  .sec-privateEvent .offerBox__inner {
    padding: 0;
    border: 0;
  }
  .sec-privateEvent .offerBox__img {
    aspect-ratio: 334/180;
    border: 1px solid var(--color-secondary÷);
    margin-bottom: 0.75rem;
  }
  .sec-privateEvent .offerBox__img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0.25rem solid #fff;
    pointer-events: none;
  }
  .sec-privateEvent .offerBox__body {
    border: 0;
    padding: 0;
  }
}

.sec-supportForm .title-heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-supportForm .title-heading {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .sec-supportForm .title-heading {
    font-size: 1.125rem;
  }
}

.sec-lamourHero {
  padding: 0;
  background: #FFF5EC;
}
.sec-lamourHero .item-box__img {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 330/250;
  border: 1px solid var(--bs-heading-color);
  background-color: #FFFDF9;
  padding: 0.375rem;
  margin-bottom: 1.5625rem;
}
.sec-lamourHero .item-box__img span {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-lamourHero .item-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-lamourHero .item-box__body {
  padding: 0 0.625rem;
}
.sec-lamourHero .item-box__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 0.9375rem;
}
.sec-lamourHero .item-box__sub span {
  display: block;
  width: 1.6875rem;
  height: 1px;
  background-color: var(--bs-heading-color);
  margin-left: 0.5rem;
}
.sec-lamourHero .item-box__title {
  color: var(--color-secondary);
  margin: 0;
}
.sec-lamourHero .item-imgRight {
  position: relative;
  overflow: hidden;
}
.sec-lamourHero .item-imgRight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-lamourHero .item-content {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem;
  }
  .sec-lamourHero .item-imgRight {
    height: 100%;
    margin-right: -25%;
  }
  .sec-lamourHero .item-box__img {
    aspect-ratio: 480/567;
  }
  .sec-lamourHero .item-box__sub {
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .sec-lamourHero .item-content {
    padding-top: 13.75rem;
    padding-bottom: 5rem;
  }
  .sec-lamourHero .item-box__img {
    padding: 0.625rem;
    margin-bottom: 2.8125rem;
  }
  .sec-lamourHero .item-box__sub {
    font-size: 1.125rem;
  }
  .sec-lamourHero .item-imgRight {
    height: 100%;
    margin-right: -37%;
  }
}
@media (max-width: 767.98px) {
  .sec-lamourHero {
    padding-bottom: 2.1875rem;
  }
  .sec-lamourHero .item-imgRight {
    aspect-ratio: 392/313;
    margin-left: -1.4375rem;
    margin-right: -1.4375rem;
  }
  .sec-lamourHero .item-box {
    margin-top: -25%;
  }
}

.sec-lamourProduct .item-head {
  text-align: center;
  margin-bottom: 3.75rem;
}
.sec-lamourProduct .title-heading {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  color: var(--color-secondary);
}
.sec-lamourProduct .title-text p {
  margin-bottom: 0;
}
.sec-lamourProduct .title-text p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .sec-lamourProduct .item-head {
    margin-bottom: 5.625rem;
  }
  .sec-lamourProduct .title-heading {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-lamourProduct .item-head {
    margin-bottom: 8.125rem;
  }
  .sec-lamourProduct .title-heading {
    font-size: 3.75rem;
  }
}
.sec-lamourProduct .item-product .item__title {
  margin-bottom: 0.75rem;
}
.sec-lamourProduct .item-product .item-text {
  margin-bottom: 1.875rem;
}
.sec-lamourProduct .item-product .item-text p {
  margin-bottom: 0;
}
.sec-lamourProduct .item-product .item-text p + p {
  margin-top: 1em;
}
.sec-lamourProduct .item-product .item__img {
  position: relative;
  margin-bottom: 2.8125rem;
}
.sec-lamourProduct .item-product .item__img .f-img-1,
.sec-lamourProduct .item-product .item__img .f-img-2 {
  border: 1px solid var(--bs-heading-color);
  background-color: #FFFDF9;
  padding: 0.375rem;
}
.sec-lamourProduct .item-product .item__img .f-img-1 span,
.sec-lamourProduct .item-product .item__img .f-img-1 img,
.sec-lamourProduct .item-product .item__img .f-img-2 span,
.sec-lamourProduct .item-product .item__img .f-img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sec-lamourProduct .item-product .item__img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-lamourProduct .item-product .item-text,
  .sec-lamourProduct .item-product .infoListIcon {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-lamourProduct .item-product .item-text {
    margin-bottom: 2.5rem;
  }
  .sec-lamourProduct .item-product .item__img .f-img-1,
  .sec-lamourProduct .item-product .item__img .f-img-2 {
    padding: 0.625rem;
  }
}
.sec-lamourProduct .item-product .item {
  position: relative;
}
.sec-lamourProduct .item-product .item + .item {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-lamourProduct .item-product .item + .item {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .sec-lamourProduct .item-product .item + .item {
    margin-top: 7.5rem;
  }
}
.sec-lamourProduct .item-product .item:nth-child(odd) .item__img {
  position: relative;
}
.sec-lamourProduct .item-product .item:nth-child(odd) .item__img .f-img-1 {
  aspect-ratio: 225/283;
}
.sec-lamourProduct .item-product .item:nth-child(odd) .item__img .f-img-2 {
  position: relative;
  z-index: 2;
  aspect-ratio: 225/198;
  width: 100%;
}
@media (min-width: 768px) {
  .sec-lamourProduct .item-product .item:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec-lamourProduct .item-product .item:nth-child(odd) .col-xl-4 {
    margin-left: 16.66666667%;
  }
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__img {
    position: relative;
  }
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__img .f-img-1 {
    aspect-ratio: 558/550;
  }
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__img .f-img-2 {
    aspect-ratio: 218/260;
    width: 52%;
    margin-top: -30%;
    margin-left: -25%;
  }
}
@media (min-width: 1200px) {
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__body {
    margin-top: 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__img {
    max-width: 67%;
  }
  .sec-lamourProduct .item-product .item:nth-child(odd) .item__img .f-img-2 {
    margin-top: -40%;
    right: -48%;
  }
}
.sec-lamourProduct .item-product .item:nth-child(even) {
  padding-bottom: 2.5rem;
}
.sec-lamourProduct .item-product .item:nth-child(even) .item__img {
  position: relative;
}
.sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-1 {
  aspect-ratio: 480/567;
}
.sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-2 {
  position: relative;
  z-index: 2;
  aspect-ratio: 316/246;
}
@media (min-width: 768px) {
  .sec-lamourProduct .item-product .item:nth-child(even) {
    padding-bottom: 3.75rem;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .col-xl-5 {
    margin-left: 16.66666667%;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-1 {
    aspect-ratio: 480/567;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-2 {
    aspect-ratio: 316/246;
    width: 52%;
    margin-top: -20%;
    margin-left: -25%;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__body {
    position: relative;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__body:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -50vw;
    width: 100vw;
    bottom: -3.75rem;
    top: 30%;
    background-color: #FFF5EC;
  }
}
@media (min-width: 1200px) {
  .sec-lamourProduct .item-product .item:nth-child(even) {
    padding-bottom: 5.625rem;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__body {
    position: relative;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__body:after {
    bottom: -5.625rem;
    top: -5.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-lamourProduct .item-product .item:nth-child(even):after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1.4375rem;
    right: -1.4375rem;
    bottom: 0;
    height: 90%;
    background-color: #FFF5EC;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__img {
    width: 67%;
    margin-left: auto;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-1 {
    aspect-ratio: 225/283;
  }
  .sec-lamourProduct .item-product .item:nth-child(even) .item__img .f-img-2 {
    aspect-ratio: 159/198;
    width: 72%;
    margin-top: -39%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec-barHero {
  padding-top: 0;
}
.sec-barHero .item-content {
  position: relative;
  z-index: 2;
  padding-top: 10rem;
  background-color: var(--bs-heading-color);
  padding-bottom: 3.75rem;
}
.sec-barHero .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec-barHero .item-bg img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-barHero .item-content {
    padding-top: 15.625rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-barHero .item-content {
    padding-top: 25.625rem;
    padding-bottom: 8.75rem;
  }
}
.sec-barHero .item-head {
  text-align: center;
}
.sec-barHero .item-head .title-sub-line {
  color: #fff;
}
.sec-barHero .item-head .title-sub-line span {
  background-color: #fff;
}
.sec-barHero .item-head .f-title__title,
.sec-barHero .item-head .f-title__title2 {
  color: #fff;
}
.sec-barHero .item-head .f-title-line {
  width: 1px;
  height: 5.3125rem;
  background-color: #fff;
  margin: 1.875rem auto;
}
.sec-barHero .item-head .f-title__title2 {
  font-size: 1.125rem;
}
.sec-barHero .item-head .f-title__title2 strong {
  display: block;
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}
.sec-barHero .item-head .f-title__btn {
  margin-top: 1.125rem;
}
.sec-barHero .item-head .f-title__btn .btn {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .sec-barHero .item-head {
    margin-bottom: 9.375rem;
  }
  .sec-barHero .item-head .f-title-line {
    height: 10.625rem;
    margin: 3.75rem auto;
  }
  .sec-barHero .item-head .f-title__title2 {
    font-size: 1.5625rem;
  }
  .sec-barHero .item-head .f-title__title2 strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-barHero .item-head {
    margin-bottom: 15rem;
  }
  .sec-barHero .item-head .f-title-line {
    height: 14.6875rem;
    margin: 6.5625rem auto;
  }
  .sec-barHero .item-head .f-title__title2 {
    font-size: 2rem;
  }
  .sec-barHero .item-head .f-title__title2 strong {
    font-size: 3.75rem;
  }
  .sec-barHero .item-head .f-title__btn {
    margin-top: 1.5rem;
  }
}
.sec-barHero .item-info .row + .row {
  margin-top: 1.875rem;
}
.sec-barHero .item-info .f-title__title {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.5625rem;
  font-weight: 400;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#ADDCF2), to(#2CA4FA));
  background: linear-gradient(90deg, #ADDCF2 0%, #2CA4FA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
}
.sec-barHero .item-info .f-title__text {
  color: #FFFDF9;
  margin: 0;
}
.sec-barHero .item-info .f-line {
  width: 1px;
  height: 5.3125rem;
  background-color: #fff;
  margin-left: 10%;
}
@media (min-width: 768px) {
  .sec-barHero .item-info {
    margin-bottom: 3.75rem;
  }
  .sec-barHero .item-info .row + .row {
    margin-top: 5rem;
  }
  .sec-barHero .item-info .f-title__title {
    font-size: 2.1875rem;
  }
  .sec-barHero .item-info .f-line {
    height: 15.625rem;
  }
}
@media (min-width: 1200px) {
  .sec-barHero .item-info .row + .row {
    margin-top: 6.5625rem;
  }
  .sec-barHero .item-info .f-title__title {
    font-size: 3.4375rem;
  }
  .sec-barHero .item-info .f-line {
    height: 21.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-barHero .item-info .f-line {
    margin: 1.875rem auto;
  }
}
.sec-barHero .item-res .f-title {
  color: #FFFDF9;
}
.sec-barHero .item-res .f-sub {
  font-family: var(--bs-heading-font-family2);
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#ADDCF2), to(#2CA4FA));
  background: linear-gradient(90deg, #ADDCF2 0%, #2CA4FA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.sec-barHero .item-res .f-form-text {
  font-weight: 600;
  line-height: 1.33;
  text-transform: uppercase;
  color: #FFFDF9;
  margin-bottom: 1.5625rem;
}
.sec-barHero .item-res .form-input .form-label {
  color: #FFFDF9;
  opacity: 0.6;
}
.sec-barHero .item-res .form-input .form-control {
  border-color: #FFFDF9;
  color: #FFFDF9;
}
.sec-barHero .item-res .form-wrap .form-item {
  margin-bottom: 1.5625rem;
}
.sec-barHero .item-res .form-wrap .form-button {
  text-align: left;
  margin-top: 1.25rem;
}
.sec-barHero .item-res .f-img {
  position: relative;
  aspect-ratio: 597/525;
  border: 1px solid #FFFDF9;
  padding: 0.375rem;
}
.sec-barHero .item-res .f-img span,
.sec-barHero .item-res .f-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-barHero .item-res .f-img span {
  border: 1px solid #FFFDF9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-barHero .item-res {
    position: relative;
  }
  .sec-barHero .item-res::before {
    content: "";
    position: absolute;
    left: -5%;
    height: 18.75rem;
    width: 1px;
    background-color: #FFFDF9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-barHero .item-res .form-wrap .form-button .btn {
    border-color: #FFFDF9;
    background-color: var(--color-secondary);
    color: #FFFDF9;
  }
  .sec-barHero .item-res .form-wrap .form-button .btn:hover {
    background-color: #FFFDF9;
    color: var(--bs-heading-color);
  }
}
@media (min-width: 1200px) {
  .sec-barHero .item-res::before {
    content: "";
    left: -5%;
    height: 33.75rem;
  }
  .sec-barHero .item-res .f-sub {
    margin-right: -8%;
  }
  .sec-barHero .item-res .f-img {
    padding: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-barHero .item-res .form-wrap .form-button .btn {
    background-color: transparent;
    color: #FFFDF9;
    border-color: #FFFDF9;
    min-width: 8.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-barHero .item-foot {
  position: relative;
  z-index: 2;
}
.sec-barHero .item-foot:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background-color: var(--bs-heading-color);
}
.sec-barHero .item-foot .f-box {
  background-color: #FFFDF9;
  padding: 0.625rem;
  border: 1px solid var(--bs-heading-color);
}
.sec-barHero .item-foot .f-inner {
  border: 1px solid var(--bs-heading-color);
  padding: 1.875rem 0.9375rem;
}
.sec-barHero .item-foot .infoListIcon .f-item + .f-item {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-barHero .item-foot .f-inner {
    padding: 2.5rem 1.5625rem;
  }
  .sec-barHero .item-foot .f-inner .row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
  .sec-barHero .item-foot .f-inner .row [class*=col-] {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .sec-barHero .item-foot .f-inner .row [class*=col-]:first-child {
    border-right: 1px solid var(--bs-heading-color);
  }
  .sec-barHero .item-foot .infoListIcon .f-item + .f-item {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .sec-barHero .item-foot .f-inner {
    padding: 4.6875rem 20%;
  }
  .sec-barHero .item-foot .f-inner .row {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .sec-barHero .item-foot .f-inner .row [class*=col-] {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  .sec-barHero .item-foot .f-inner .col-xl-6 + .col-xl-6 .infoListIcon {
    margin-top: 1.25rem;
  }
}

.sec-barGallery .title-heading {
  margin-bottom: 1.875rem;
}
.sec-barGallery .imgGrid-3 .f-img__inner .f-hover {
  background-color: rgba(193, 155, 131, 0.8);
  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;
  font-weight: 600;
  line-height: 1.33;
  color: #FFFDF9;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-barGallery .imgGrid-3 .f-img__inner:hover .f-hover {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .sec-barGallery .title-heading {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-barGallery .title-heading {
    margin-bottom: 3.125rem;
  }
  .sec-barGallery .imgGrid-3 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-barGallery .imgGrid-3 .f-img {
    padding: 0.625rem;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .sec-barGallery .container {
    max-width: 65%;
  }
}

.sec-restaurantHero {
  padding: 0;
}
.sec-restaurantHero .swiper-slide {
  aspect-ratio: 392/526;
}
.sec-restaurantHero .item-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-restaurantHero .item-bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background: linear-gradient(229deg, rgba(0, 0, 0, 0) 28.66%, #000 95.03%);
}
.sec-restaurantHero .item-body {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 1.5625rem;
  right: 0;
}
.sec-restaurantHero .title-sub-line {
  color: #FFFDF9;
}
.sec-restaurantHero .title-sub-line span {
  background-color: #FFFDF9;
}
.sec-restaurantHero .title-heading {
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}
.sec-restaurantHero .title-text {
  color: #FFFDF9;
  margin-bottom: 0.75rem;
}
.sec-restaurantHero .title-text p {
  margin-bottom: 0;
}
.sec-restaurantHero .title-text p + p {
  margin-top: 1em;
}
.sec-restaurantHero .title-btn .btn {
  border: 1px solid #FFFDF9;
}
.sec-restaurantHero .swiper-pagination {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 2.1875rem;
}
.sec-restaurantHero .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFDF9;
}
@media (min-width: 768px) {
  .sec-restaurantHero .swiper-slide {
    aspect-ratio: 768/500;
  }
  .sec-restaurantHero .item-body {
    bottom: 15%;
  }
  .sec-restaurantHero .title-text {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-restaurantHero .swiper-slide {
    aspect-ratio: 1922/780;
  }
  .sec-restaurantHero .item-body {
    bottom: 15%;
  }
  .sec-restaurantHero .title-heading {
    margin-bottom: 1.5rem;
  }
}

.sec-restaurantMenu .item-head {
  text-align: center;
  margin-bottom: 4.375rem;
}
.sec-restaurantMenu .title-heading {
  margin-bottom: 1.5rem;
}
.sec-restaurantMenu .title-heading strong {
  display: block;
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
}
.sec-restaurantMenu .item-list {
  position: relative;
  margin-bottom: 1.875rem;
}
.sec-restaurantMenu .item-list .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .sec-restaurantMenu .item-list {
    margin-bottom: 7.5rem;
  }
}
.sec-restaurantMenu .item-title-list {
  margin-bottom: 1.5625rem;
}
.sec-restaurantMenu .item-title-list .f-title {
  margin-bottom: 0;
}
.sec-restaurantMenu .item-title-list .f-sub {
  color: var(--color-secondary);
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
  margin-top: 0.5rem;
}
.sec-restaurantMenu .item-box__img {
  display: block;
  aspect-ratio: 334/180;
  margin-bottom: 0.75rem;
  background-color: #FFFDF9;
}
.sec-restaurantMenu a.item-box__img:hover {
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
}
.sec-restaurantMenu .item-box__title {
  margin-bottom: 0.3125rem;
}
.sec-restaurantMenu .item-box__title span {
  font-size: 0.5em;
  line-height: 1;
  margin-left: 1em;
}
.sec-restaurantMenu .item-box__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-restaurantMenu .item-box__title a:hover {
  color: var(--color-secondary);
}
.sec-restaurantMenu .item-box__price {
  margin: 0;
}
@media (min-width: 768px) {
  .sec-restaurantMenu .item-head {
    margin-bottom: 6.25rem;
  }
  .sec-restaurantMenu .title-heading {
    margin-bottom: 1.5rem;
  }
  .sec-restaurantMenu .title-heading strong {
    font-size: 2.8125rem;
  }
  .sec-restaurantMenu .item-title-list {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .sec-restaurantMenu .item-box__img {
    aspect-ratio: 580/490;
  }
  .sec-restaurantMenu .item-box + .item-box {
    margin-top: 4.375rem;
  }
  .sec-restaurantMenu .item-box-1-b:first-child {
    margin-top: 10.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-restaurantMenu .item-list .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-restaurantMenu .item-list .row .col-md-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-restaurantMenu .item-title-list {
    left: calc(50% + 1.25rem);
  }
}
@media (min-width: 1200px) {
  .sec-restaurantMenu .item-head {
    margin-bottom: 11.5625rem;
  }
  .sec-restaurantMenu .title-heading strong {
    font-size: 3.75rem;
  }
  .sec-restaurantMenu .item-res .f-sub {
    margin-right: -7%;
  }
  .sec-restaurantMenu .item-box__img {
    aspect-ratio: 580/490;
    margin-bottom: 1.375rem;
  }
  .sec-restaurantMenu .item-box + .item-box {
    margin-top: 8.75rem;
  }
  .sec-restaurantMenu .item-list .item-box-1-a {
    position: relative;
  }
  .sec-restaurantMenu .item-list .item-box-1-a:nth-child(odd):after {
    content: "";
    position: absolute;
    top: 30%;
    right: -18%;
    width: 1px;
    height: 10.625rem;
    background-color: #000;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-a:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 40%;
    left: -18%;
    width: 1px;
    height: 33.75rem;
    background-color: #000;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-a:nth-child(even):after {
    content: "";
    position: absolute;
    top: 40%;
    right: -18%;
    width: 1px;
    height: 21.25rem;
    background-color: #000;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-b {
    position: relative;
  }
  .sec-restaurantMenu .item-list .item-box-1-b:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 70%;
    right: -18%;
    width: 1px;
    height: 21.25rem;
    z-index: -1;
    background-color: #000;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-b:nth-child(odd):after {
    content: "";
    position: absolute;
    top: 30%;
    right: -18%;
    width: 1px;
    height: 21.25rem;
    z-index: -1;
    background-color: #000;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-b:nth-child(even):before {
    content: "";
    position: absolute;
    top: 40%;
    left: -18%;
    width: 1px;
    height: 21.25rem;
    background-color: #000;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-restaurantMenu .item-list .item-box-1-b:first-child {
    margin-top: 16.875rem;
  }
  .sec-restaurantMenu .item-list .item-box-1-b:first-child:after {
    right: 20%;
    top: -80%;
  }
}
@media (max-width: 767.98px) {
  .sec-restaurantMenu .title-btn .btn {
    min-width: 7.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-restaurantMenu .item-box {
    margin-bottom: 1.5625rem;
  }
}
.sec-restaurantMenu .item-res .f-sub {
  font-family: var(--bs-heading-font-family2);
  font-style: italic;
  color: var(--color-secondary);
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.sec-restaurantMenu .item-res .f-form-text {
  font-weight: 600;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.sec-restaurantMenu .item-res .form-wrap .form-item {
  margin-bottom: 1.5625rem;
}
.sec-restaurantMenu .item-res .form-wrap .form-button {
  text-align: left;
  margin-top: 1.25rem;
}
.sec-restaurantMenu .item-res .f-img span {
  display: block;
}
.sec-restaurantMenu .item-res .f-img span img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-restaurantMenu .item-res {
    position: relative;
  }
  .sec-restaurantMenu .item-res .f-img {
    margin-right: -40%;
  }
}
@media (min-width: 1200px) {
  .sec-restaurantMenu .item-res .f-img {
    margin-left: -10%;
    margin-right: -20%;
  }
}
@media (max-width: 767.98px) {
  .sec-restaurantMenu .item-res .form-wrap .form-button .btn {
    min-width: 8.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .sec-restaurantMenu.style-2 {
    padding-top: 11.25rem;
  }
  .sec-restaurantMenu.style-2 .item-list .item-box-1-b:first-child:after {
    top: -62%;
  }
}
.sec-restaurantMenu.style-2 .item-res .f-img {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.2;
}

.sec-restaurantChef .item__title {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--color-secondary);
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.sec-restaurantChef .item__text p {
  margin-bottom: 0;
}
.sec-restaurantChef .item__text p + p {
  margin-top: 1em;
}
.sec-restaurantChef .item__img1 {
  margin-top: 1.875rem;
  margin-left: -10%;
  margin-right: -7%;
}
.sec-restaurantChef .item__img2 {
  position: relative;
}
.sec-restaurantChef .item__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-restaurantChef .item__img2 .f-img-1 {
  aspect-ratio: 440/580;
}
.sec-restaurantChef .item__img2 .f-img-2 {
  aspect-ratio: 251/248;
  position: absolute;
  z-index: 2;
  right: -20%;
  bottom: -20%;
  width: 60%;
  background-color: #FFFDF9;
}
.sec-restaurantChef .item-2 {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sec-restaurantChef .item__title {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .sec-restaurantChef .item__img1 {
    margin-right: 0;
    margin-left: -25%;
    margin-top: 0;
  }
  .sec-restaurantChef .item-2 .item-body {
    position: relative;
  }
  .sec-restaurantChef .item-2 .item-body:before {
    content: "";
    position: absolute;
    top: -5%;
    left: 10%;
    width: 1px;
    height: 4.375rem;
    background-color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sec-restaurantChef .item-2 .item__img2 {
    position: relative;
  }
  .sec-restaurantChef .item-2 .item__img2:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 10%;
    width: 1px;
    height: 4.375rem;
    background-color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sec-restaurantChef .item-2 .item__img2::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -30%;
    width: 1px;
    height: 9.375rem;
    background-color: #000;
  }
}
@media (min-width: 1200px) {
  .sec-restaurantChef .item__title {
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
  }
  .sec-restaurantChef .item__img1 {
    margin-left: -25%;
  }
  .sec-restaurantChef .item-2 {
    position: relative;
    margin-top: 6.25rem;
  }
  .sec-restaurantChef .item-2 .item__text {
    padding-left: 7.5rem;
  }
  .sec-restaurantChef .item-2 .item-body:before {
    height: 10.625rem;
  }
  .sec-restaurantChef .item-2 .item__img2:before {
    height: 10.625rem;
  }
  .sec-restaurantChef .item-2 .item__img2::after {
    height: 21.25rem;
  }
}
@media (min-width: 768px) {
  .sec-restaurantChef.style-2 .item-1:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 1px;
    height: 10.625rem;
    background-color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1200px) {
  .sec-restaurantChef.style-2 .item-1:before {
    top: -5%;
    left: 10%;
  }
}
.sec-restaurantChef.style-2 .item-2 .item__img2 {
  margin-bottom: 50%;
}
.sec-restaurantChef.style-2 .item-2 .item__img2:before, .sec-restaurantChef.style-2 .item-2 .item__img2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10.625rem;
  background-color: var(--bs-heading-color);
}
.sec-restaurantChef.style-2 .item-2 .item__img2:before {
  top: -10%;
  right: -23%;
}
.sec-restaurantChef.style-2 .item-2 .item__img2:after {
  left: 37%;
  bottom: -33%;
  height: 5.3125rem;
}
@media (min-width: 768px) {
  .sec-restaurantChef.style-2 .item-2 {
    margin-top: 6.25rem;
  }
  .sec-restaurantChef.style-2 .item-2 .item__img2:before {
    top: 55%;
    right: -16%;
  }
  .sec-restaurantChef.style-2 .item-2 .item__img2:after {
    height: 6.25rem;
    bottom: -53%;
  }
  .sec-restaurantChef.style-2 .item-2 .item-body:before {
    top: -20%;
    right: 24%;
    left: auto;
    height: 18.75rem;
  }
  .sec-restaurantChef.style-2 .item-2 .item__img2:before {
    top: 63%;
    right: -12%;
  }
}
@media (min-width: 1200px) {
  .sec-restaurantChef.style-2 .item-2 {
    margin-top: 9.375rem;
  }
  .sec-restaurantChef.style-2 .item-2 .item-body:before {
    top: 20%;
    right: 5%;
  }
  .sec-restaurantChef.style-2 .item-2 .item__img2 {
    margin-bottom: 0;
  }
  .sec-restaurantChef.style-2 .item-2 .item__img2:after {
    bottom: -63%;
    height: 21.25rem;
  }
}

.sec-roomDetail {
  padding-top: 1.875rem;
}
.sec-roomDetail .item-head {
  margin-bottom: 1.875rem;
}
.sec-roomDetail .item-head__img {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.sec-roomDetail .item-head__img .swiper-slide {
  aspect-ratio: 820/515;
}
.sec-roomDetail .item-head__img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-roomDetail .item-head__img .swiper-pagination {
  position: absolute;
  bottom: 4%;
  margin-top: 0;
  z-index: 2;
}
.sec-roomDetail .item-head__img .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.sec-roomDetail .item-head__img .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-prev,
.sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-next {
  border-color: #fff;
  color: #fff;
}
.sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-prev:hover, .sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-prev.swiper-button-disabled,
.sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-next:hover,
.sec-roomDetail .item-head__img .swiper-buttonCustom .swiper-buttonCustom-next.swiper-button-disabled {
  background-color: #fff;
  color: var(--bs-heading-color);
}
.sec-roomDetail .item-head__body {
  margin-bottom: 1.5rem;
}
.sec-roomDetail .item-head__body .title-heading {
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
}
.sec-roomDetail .item-head__body .title-text p {
  margin-bottom: 0;
}
.sec-roomDetail .item-head__body .title-text p + p {
  margin-top: 1em;
}
.sec-roomDetail .title-32 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-roomDetail {
    padding-top: 2.8125rem;
  }
  .sec-roomDetail .item-head {
    margin-bottom: 3.75rem;
  }
  .sec-roomDetail .title-32 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-roomDetail {
    padding-top: 3.75rem;
  }
  .sec-roomDetail .item-head {
    margin-bottom: 6.25rem;
  }
  .sec-roomDetail .item-head__body {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sec-roomDetail .item-detail {
    position: relative;
  }
  .sec-roomDetail .item-detail .f-line-3 {
    position: absolute;
    z-index: -1;
    width: 1px;
    background-color: #000;
    top: -7%;
    left: 39%;
    -webkit-animation: lineEffect1 2s linear infinite;
            animation: lineEffect1 2s linear infinite;
  }
}
.sec-roomDetail .item-detail__img {
  position: relative;
}
.sec-roomDetail .item-detail__img .f-img-1 {
  aspect-ratio: 440/470;
  position: relative;
  z-index: 2;
  background-color: #FFFDF9;
}
.sec-roomDetail .item-detail__img .f-img-1 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--bs-heading-color);
}
.sec-roomDetail .item-detail__img .f-img-1 span img {
  max-width: 100%;
  max-height: 100%;
}
.sec-roomDetail .item-detail__img .f-img-1 span .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-roomDetail .item-detail__img .f-img-1:hover .img-hover {
  opacity: 1;
  visibility: visible;
}
.sec-roomDetail .item-detail__img .f-img-2 {
  position: relative;
  z-index: 2;
  aspect-ratio: 319/314;
  width: 74%;
  background-color: #FFFDF9;
  margin-left: auto;
  margin-right: -25%;
  margin-top: -14%;
}
.sec-roomDetail .item-detail__img .f-img-2 span, .sec-roomDetail .item-detail__img .f-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-roomDetail .item-detail__img .f-sharp {
  position: absolute;
  z-index: -1;
  width: 45%;
  top: 18%;
  right: -45%;
}
.sec-roomDetail .item-detail__img .f-sharp img {
  width: 100%;
  -webkit-animation: hoaEffect1 10s ease infinite;
          animation: hoaEffect1 10s ease infinite;
}
@media (min-width: 1200px) {
  .sec-roomDetail .item-detail__img .f-line-1,
  .sec-roomDetail .item-detail__img .f-line-2 {
    position: absolute;
    z-index: -1;
    width: 1px;
    background-color: #000;
  }
  .sec-roomDetail .item-detail__img .f-line-1 {
    top: -30%;
    right: -18%;
    -webkit-animation: lineEffect2 2s linear infinite;
            animation: lineEffect2 2s linear infinite;
  }
  .sec-roomDetail .item-detail__img .f-line-2 {
    bottom: -20%;
    left: 40%;
    -webkit-animation: lineEffect2 2s linear infinite;
            animation: lineEffect2 2s linear infinite;
  }
}
.sec-roomDetail .item-amenities {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-roomDetail .item-amenities {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .sec-roomDetail .item-amenities {
    position: relative;
    margin-top: 8.4375rem;
  }
  .sec-roomDetail .item-amenities .f-line-1,
  .sec-roomDetail .item-amenities .f-line-2 {
    position: absolute;
    width: 1px;
    z-index: -1;
    background-color: #000;
  }
  .sec-roomDetail .item-amenities .f-line-1 {
    top: -37%;
    left: 15%;
    -webkit-animation: lineEffect1 2s linear infinite;
            animation: lineEffect1 2s linear infinite;
  }
  .sec-roomDetail .item-amenities .f-line-2 {
    right: -4%;
    bottom: 15%;
    -webkit-animation: lineEffect2 2s linear infinite;
            animation: lineEffect2 2s linear infinite;
  }
}
.sec-roomDetail .item-amenities__img {
  position: relative;
}
.sec-roomDetail .item-amenities__img .f-img-1 {
  aspect-ratio: 659/453;
  background-color: #FFFDF9;
  margin-bottom: 1.875rem;
}
.sec-roomDetail .item-amenities__img .f-img-1 span,
.sec-roomDetail .item-amenities__img .f-img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-roomDetail .item-amenities__img .f-sharp {
  position: absolute;
  z-index: -1;
  top: -72%;
  left: 0%;
  width: 43%;
}
.sec-roomDetail .item-amenities__img .f-sharp img {
  width: 100%;
  -webkit-animation: hoaEffect1 10s ease infinite;
          animation: hoaEffect1 10s ease infinite;
}
@media (min-width: 1200px) {
  .sec-roomDetail .item-amenities__img {
    margin-left: -15vw;
  }
}
.sec-roomDetail.style-haute .item-detail__img .f-sharp {
  width: 31%;
  top: 29%;
  right: -23%;
}
.sec-roomDetail.style-haute .item-detail__img .f-sharp img {
  -webkit-animation: none;
          animation: none;
}

.sec-otherAccomodations .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  background-color: #FFF5EC;
  overflow: hidden;
}
.sec-otherAccomodations .bg img {
  width: 100%;
}
.sec-otherAccomodations .item-head {
  margin-bottom: 3.75rem;
}
.sec-otherAccomodations .item-head .swiper-buttonCustom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-otherAccomodations .title-heading {
  margin-bottom: 1.5rem;
}
.sec-otherAccomodations .title-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  color: var(--color-secondary);
  line-height: 1;
  margin-top: 0.25rem;
}
.sec-otherAccomodations .title-btn .btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sec-otherAccomodations .swiper {
  overflow: visible;
}
.sec-otherAccomodations .swiper-slide {
  height: initial;
}
.sec-otherAccomodations .swiper-slide:nth-child(2) .offerBox {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sec-otherAccomodations .swiper-slide:nth-child(3) .offerBox {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sec-otherAccomodations .swiper-slide:nth-child(4) .offerBox {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sec-otherAccomodations .swiper-slide:nth-child(5) .offerBox {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec-otherAccomodations .swiper-slide:nth-child(6) .offerBox {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sec-otherAccomodations .swiper-slide:nth-child(7) .offerBox {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec-otherAccomodations .swiper-slide:nth-child(8) .offerBox {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sec-otherAccomodations .swiper-buttonCustom .swiper-buttonCustom-prev:not(:hover),
.sec-otherAccomodations .swiper-buttonCustom .swiper-buttonCustom-next:not(:hover) {
  background-color: #fff;
}
.sec-otherAccomodations .offerBox {
  height: 100%;
}
.sec-otherAccomodations .offerBox__title {
  font-family: var(--bs-heading-font-family);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-otherAccomodations .item-head {
    margin-bottom: 5rem;
  }
  .sec-otherAccomodations .title-sub {
    font-size: 2rem;
  }
  .sec-otherAccomodations .title-text {
    margin-bottom: 1.25rem;
  }
  .sec-otherAccomodations .offerBox__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-otherAccomodations {
    padding-top: 6.75rem;
  }
  .sec-otherAccomodations:before {
    bottom: 30%;
  }
  .sec-otherAccomodations .item-head {
    margin-bottom: 3.125rem;
  }
  .sec-otherAccomodations .title-sub {
    margin-bottom: 1.5rem;
  }
  .sec-otherAccomodations .title-text {
    margin-bottom: 1.875rem;
  }
  .sec-otherAccomodations .item-slide {
    margin-right: -13.5vw;
    overflow: hidden;
  }
  .sec-otherAccomodations .item-slide .swiper {
    width: 84%;
    margin-left: 0;
  }
  .sec-otherAccomodations .item-slide .swiper-slide {
    padding: 1.875rem 0;
  }
}
@media (max-width: 767.98px) {
  .sec-otherAccomodations .offerBox__title {
    font-size: 1.0625rem;
  }
}
.sec-otherAccomodations.style-2 .bg span {
  display: block;
  width: 20%;
  margin-left: auto;
  -webkit-transform: translate(30%, 19%);
          transform: translate(30%, 19%);
}
.sec-otherAccomodations.style-2 .bg span img {
  width: 100%;
}
.sec-otherAccomodations.style-2 .item-head {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-otherAccomodations.style-2 .item-head {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .sec-otherAccomodations.style-2 .item-head {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .sec-otherAccomodations.style-2 .item-head {
    margin-bottom: 1.875rem;
  }
}

.sec-accomodationsPage {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .sec-accomodationsPage {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}
.sec-accomodationsPage .item-list {
  position: relative;
}
.sec-accomodationsPage .item-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}
.sec-accomodationsPage .item-sticky__content {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  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;
}
.sec-accomodationsPage .item-sticky__content .item-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-accomodationsPage .item-sticky__content .item-body .panle {
  position: absolute;
  left: 0;
  right: 0;
}
.sec-accomodationsPage .title-box {
  text-align: center;
}
.sec-accomodationsPage .title-box .title-sub {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.sec-accomodationsPage .title-box .title-sub strong {
  display: block;
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--color-secondary);
}
@media (min-width: 768px) {
  .sec-accomodationsPage .title-box .title-sub {
    font-size: 1rem;
  }
  .sec-accomodationsPage .title-box .title-sub strong {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .title-box .title-sub {
    font-size: 1.125rem;
  }
  .sec-accomodationsPage .title-box .title-sub strong {
    font-size: 3.75rem;
  }
}
.sec-accomodationsPage .title-box .title-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-accomodationsPage .title-box .title-heading {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .title-box {
    margin-bottom: 7.5rem;
  }
  .sec-accomodationsPage .title-box .title-heading {
    margin-bottom: 0;
  }
  .sec-accomodationsPage .title-box .title-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-accomodationsPage .title-box {
    margin-bottom: 4.6875rem;
  }
}
.sec-accomodationsPage .img-border {
  background-color: #FFFDF9;
}
.sec-accomodationsPage .text-info,
.sec-accomodationsPage .infoListIcon {
  border: 1px solid var(--bs-heading-color);
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .sec-accomodationsPage .text-info,
  .sec-accomodationsPage .infoListIcon {
    padding: 2.1875rem 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-accomodationsPage .text-info,
  .sec-accomodationsPage .infoListIcon {
    font-size: 1.375rem;
  }
}
.sec-accomodationsPage .text-info p {
  margin-bottom: 0;
}
.sec-accomodationsPage .text-info p + p {
  margin-top: 1em;
}
.sec-accomodationsPage .item {
  position: relative;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-accomodationsPage .item .item__img-1,
.sec-accomodationsPage .item .item__img-2 {
  position: relative;
}
.sec-accomodationsPage .item .f-img-1,
.sec-accomodationsPage .item .f-img-2 {
  position: relative;
  z-index: 1;
}
.sec-accomodationsPage .item .f-img-1 span, .sec-accomodationsPage .item .f-img-1 img,
.sec-accomodationsPage .item .f-img-2 span,
.sec-accomodationsPage .item .f-img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-accomodationsPage .item .f-sharp img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item .title-btn-mb .btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFFDF9;
  }
  .sec-accomodationsPage .item .title-btn-mb .btn:hover {
    background-color: var(--color-secondary);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-accomodationsPage .item .title-btn-mb .btn {
    min-width: 13.75rem;
    font-size: 1.375rem;
    height: 4.375rem;
    border-radius: 2.5rem;
    padding: 0 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-accomodationsPage .item .title-btn-mb .btn {
    min-width: 8.125rem;
    font-size: 0.875rem;
  }
}
.sec-accomodationsPage .item__img .f-line-1,
.sec-accomodationsPage .item__img .f-line-2 {
  position: absolute;
  width: 1px;
  background-color: #000;
}
.sec-accomodationsPage .infoListIcon .f-list li {
  padding-left: 2.1875rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-accomodationsPage .infoListIcon .f-list li {
    padding-left: 3.4375rem;
  }
  .sec-accomodationsPage .infoListIcon .f-list li span {
    width: 2.5rem;
  }
  .sec-accomodationsPage .infoListIcon .f-list li span img {
    width: 2.1875rem;
  }
}
.sec-accomodationsPage .item-1 .item__img-1 .f-img-1 {
  z-index: 2;
  aspect-ratio: 407/519;
}
.sec-accomodationsPage .item-1 .item__img-1 .f-text-1 {
  position: relative;
  z-index: 2;
}
.sec-accomodationsPage .item-1 .item__img-1 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 26%;
  right: -26%;
  width: 38%;
}
.sec-accomodationsPage .item-1 .item__img-1 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-1 .item__img-1 {
    width: 23%;
    margin-left: 3%;
    margin-top: 8%;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-left: 34%;
    margin-right: -44%;
    margin-top: -33%;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-text-1 .text-info {
    padding: 2.8125rem 3.125rem;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-line-1 {
    top: -26%;
    right: -31%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-1 .item__img-1 {
    margin-left: auto;
    margin-right: 14%;
    width: 62%;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-text-1 {
    margin-left: -25%;
    margin-right: -10%;
    margin-top: 17%;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-line-1 {
    top: -5%;
    left: -20%;
    height: 31%;
  }
  .sec-accomodationsPage .item-1 .item__img-1 .f-line-2 {
    top: 5%;
    left: -28%;
    height: 31%;
  }
}
.sec-accomodationsPage .item-1 .item__img-2 {
  width: 36%;
}
.sec-accomodationsPage .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 223/321;
}
.sec-accomodationsPage .item-1 .item__img-2 .f-text-1 {
  position: relative;
  margin-right: -150%;
  margin-left: 44%;
  margin-top: -53%;
}
.sec-accomodationsPage .item-1 .item__img-2 .f-line-1 {
  top: -8%;
  right: -30%;
}
.sec-accomodationsPage .item-1 .item__img-2 .f-line-2 {
  bottom: -33%;
  left: 18%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-1 .item__img-2 {
    width: 13%;
    margin-right: 15%;
  }
  .sec-accomodationsPage .item-1 .item__img-2 .f-text-1 {
    position: relative;
    margin-right: -104%;
    margin-left: 44%;
    margin-top: -53%;
  }
  .sec-accomodationsPage .item-1 .item__img-2 .f-text-1 .infoListIcon {
    padding: 9.375rem 1.875rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-1 .item__img-2 {
    margin-top: 11%;
  }
  .sec-accomodationsPage .item-1 .item__img-2 .f-text-1 {
    z-index: 2;
  }
  .sec-accomodationsPage .item-1 .item__img-2 .f-line-1,
  .sec-accomodationsPage .item-1 .item__img-2 .f-line-2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-1 .title-btn-mb {
    position: absolute;
    bottom: 24%;
    left: 50%;
  }
}
.sec-accomodationsPage .item-2 {
  margin-top: 16%;
}
.sec-accomodationsPage .item-2 .item__img-1 {
  width: 29%;
  margin-left: 5%;
  margin-top: 20%;
}
.sec-accomodationsPage .item-2 .item__img-1 .f-img-1 {
  z-index: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 407/519;
  margin-top: -20%;
}
.sec-accomodationsPage .item-2 .item__img-1 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: 55%;
  margin-right: -173%;
  margin-top: -27%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-2 .item__img-1 {
    width: 21%;
    margin-left: 10%;
    margin-top: 12%;
  }
  .sec-accomodationsPage .item-2 .item__img-1 .f-img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-accomodationsPage .item-2 .item__img-1 .f-text-1 {
    margin-left: -35%;
    margin-right: 34%;
    margin-top: -33%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-accomodationsPage .item-2 .item__img-1 .f-line-1 {
    top: -41%;
    right: 17%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-2 .item__img-1 .f-line-1 {
    top: 49%;
    right: -200%;
    height: 58%;
  }
}
.sec-accomodationsPage .item-2 .item__img-2 .f-img-1 {
  aspect-ratio: 469/520;
}
.sec-accomodationsPage .item-2 .item__img-2 .f-text-1 {
  position: relative;
  margin-right: -40%;
  margin-left: 30%;
  margin-top: -20%;
  z-index: 2;
}
.sec-accomodationsPage .item-2 .item__img-2 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 37%;
  right: -21%;
  width: 31%;
}
.sec-accomodationsPage .item-2 .item__img-2 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-2 .item__img-2 {
    width: 26%;
    margin-right: 6%;
  }
  .sec-accomodationsPage .item-2 .item__img-2 .f-text-1 {
    position: relative;
    margin-right: -15%;
    margin-left: 45%;
    margin-top: -20%;
  }
  .sec-accomodationsPage .item-2 .item__img-2 .f-line-1 {
    bottom: -42%;
    left: 33%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-2 .item__img-2 {
    width: 60%;
    margin-left: 11%;
  }
  .sec-accomodationsPage .item-2 .item__img-2 .f-line-1 {
    top: -10%;
    right: -20%;
    height: 46%;
  }
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-2 {
    margin-top: 9%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-accomodationsPage .item-2 .title-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-accomodationsPage .item-2 .item__img-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-accomodationsPage .item-2 .item__img-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec-accomodationsPage .item-2 .title-btn-mb {
    position: absolute;
    bottom: 28%;
    right: 8%;
  }
}
.sec-accomodationsPage .item-3 {
  margin-top: 14%;
}
.sec-accomodationsPage .item-3 .item__img-1 {
  width: 29%;
  margin-left: 15%;
}
.sec-accomodationsPage .item-3 .item__img-1 .f-img-1 {
  aspect-ratio: 90/118;
}
.sec-accomodationsPage .item-3 .item__img-1 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: 18%;
  margin-right: -177%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec-accomodationsPage .item-3 .item__img-1 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -32%;
  width: 49%;
}
.sec-accomodationsPage .item-3 .item__img-1 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-3 .item__img-1 {
    width: 22%;
    margin-left: -3%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-img-1 {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: 519/407;
    margin-top: -20%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-text-1 {
    z-index: 2;
    margin-left: 35%;
    margin-right: -43%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-line-1 {
    top: -31%;
    right: 17%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-line-2 {
    top: 100%;
    right: -17%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-3 .item__img-1 {
    margin-top: 20%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-text-1 {
    margin-top: 30%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-line-1 {
    bottom: 40%;
    left: -30%;
    height: 26%;
  }
  .sec-accomodationsPage .item-3 .item__img-1 .f-line-2 {
    bottom: 0;
    left: -14%;
    height: 50%;
  }
}
.sec-accomodationsPage .item-3 .item__img-2 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-accomodationsPage .item-3 .item__img-2 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: -75%;
  margin-right: 50%;
  margin-top: -110%;
}
.sec-accomodationsPage .item-3 .item__img-2 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 37%;
  right: -21%;
  width: 31%;
}
.sec-accomodationsPage .item-3 .item__img-2 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-3 .item__img-2 {
    width: 13%;
    margin-right: 16%;
  }
  .sec-accomodationsPage .item-3 .item__img-2 .f-text-1 {
    margin-right: -106%;
    margin-left: 45%;
    margin-top: -32%;
  }
  .sec-accomodationsPage .item-3 .item__img-2 .f-line-1 {
    bottom: -27%;
    left: 24%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-3 .item__img-2 {
    width: 56%;
    margin-left: auto;
    margin-right: -5%;
    margin-top: 10%;
  }
  .sec-accomodationsPage .item-3 .item__img-2 .f-line-1 {
    top: -40%;
    left: -45%;
    height: 44%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-accomodationsPage .item-3 .title-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-accomodationsPage .item-3 .item__img-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec-accomodationsPage .item-3 .item__img-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-accomodationsPage .item-3 .title-btn-mb {
    position: absolute;
    bottom: 28%;
    right: 8%;
  }
}
.sec-accomodationsPage .item-4 {
  margin-top: 22%;
}
.sec-accomodationsPage .item-4 .item__img-1 {
  width: 34%;
  margin-left: 9%;
  margin-top: 10%;
}
.sec-accomodationsPage .item-4 .item__img-1 .f-img-1 {
  z-index: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 226/296;
}
.sec-accomodationsPage .item-4 .item__img-1 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: 45%;
  margin-right: -150%;
  margin-top: -30%;
}
.sec-accomodationsPage .item-4 .item__img-1 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -32%;
  width: 49%;
}
.sec-accomodationsPage .item-4 .item__img-1 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-4 .item__img-1 {
    width: 13%;
    margin-left: 2%;
    margin-top: 10%;
  }
  .sec-accomodationsPage .item-4 .item__img-1 .f-text-1 {
    margin-left: 55%;
    margin-right: -110%;
  }
  .sec-accomodationsPage .item-4 .item__img-1 .f-line-1 {
    top: 76%;
    left: 35%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-4 .item__img-1 .f-line-1 {
    top: -20%;
    right: -90%;
    height: 37%;
  }
}
.sec-accomodationsPage .item-4 .item__img-2 {
  width: 44%;
  margin-right: 15%;
}
.sec-accomodationsPage .item-4 .item__img-2 .f-img-1 {
  aspect-ratio: 153/200;
}
.sec-accomodationsPage .item-4 .item__img-2 .f-text-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 2;
  margin-left: -80%;
  margin-right: 30%;
}
.sec-accomodationsPage .item-4 .item__img-2 .f-sharp {
  position: absolute;
  z-index: -1;
  left: -35%;
  bottom: 6%;
  width: 47%;
}
.sec-accomodationsPage .item-4 .item__img-2 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-4 .item__img-2 {
    width: 23%;
    margin-right: -4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: 519/407;
    margin-top: -20%;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-text-1 {
    margin-left: -56%;
    margin-right: 52%;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-text-1 .infoListIcon {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-line-1 {
    right: 37%;
    top: -36%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-4 .item__img-2 {
    margin-top: 15%;
    margin-left: auto;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-text-1 {
    margin-top: 20%;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-line-1 {
    top: -5%;
    left: -64%;
    height: 39%;
  }
  .sec-accomodationsPage .item-4 .item__img-2 .f-line-2 {
    top: 27%;
    left: -45%;
    height: 23%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-4 .title-btn-mb {
    position: absolute;
    bottom: 37%;
    left: 21%;
    z-index: 3;
  }
}
.sec-accomodationsPage .item-5 {
  margin-top: 18%;
}
.sec-accomodationsPage .item-5 .item__img-1 {
  width: 60%;
  margin-left: 7%;
}
.sec-accomodationsPage .item-5 .item__img-1 .f-img-1 {
  z-index: 1;
  aspect-ratio: 223/321;
}
.sec-accomodationsPage .item-5 .item__img-1 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: 26%;
  margin-right: -40%;
  margin-top: -21%;
}
.sec-accomodationsPage .item-5 .item__img-1 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: -57%;
  width: 83%;
}
.sec-accomodationsPage .item-5 .item__img-1 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-5 .item__img-1 {
    width: 13%;
    margin-left: 13%;
  }
  .sec-accomodationsPage .item-5 .item__img-1 .f-img-1 {
    z-index: 2;
  }
  .sec-accomodationsPage .item-5 .item__img-1 .f-text-1 {
    z-index: 1;
    margin-left: -110%;
    margin-right: 57%;
    margin-top: -15%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-5 .item__img-1 .f-line-1 {
    top: -7%;
    right: -30%;
    height: 38%;
  }
}
.sec-accomodationsPage .item-5 .item__img-2 .f-img-1 {
  aspect-ratio: 334/460;
}
.sec-accomodationsPage .item-5 .item__img-2 .f-text-1 {
  position: relative;
  z-index: 2;
  margin-left: -230%;
  margin-right: 120%;
}
.sec-accomodationsPage .item-5 .item__img-2 .f-sharp {
  position: absolute;
  z-index: -1;
  top: 37%;
  right: -21%;
  width: 31%;
}
.sec-accomodationsPage .item-5 .item__img-2 .f-sharp img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-accomodationsPage .item-5 .item__img-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 19%;
    margin-right: 11%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: 334/460;
    margin-top: -20%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-text-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 2;
    margin-left: 25%;
    margin-right: -50%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-line-1 {
    top: -37%;
    left: 11%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-line-2 {
    bottom: -25%;
    right: -16%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-5 .item__img-2 {
    width: 28%;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 10%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-text-1 {
    margin-top: -40%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-line-1 {
    top: -40%;
    left: -201%;
    height: 60%;
  }
  .sec-accomodationsPage .item-5 .item__img-2 .f-line-2 {
    top: -6%;
    left: -180%;
    height: 6.25rem;
    height: 35%;
  }
}
@media (max-width: 1199.98px) {
  .sec-accomodationsPage .item-5 .title-btn-mb {
    position: absolute;
    bottom: 23%;
    left: 43%;
    z-index: 3;
  }
}

.sec-heroHaute {
  padding: 0;
}
.sec-heroHaute .swiper-slide {
  aspect-ratio: 392/614;
}
.sec-heroHaute .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-heroHaute .item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(209deg, rgba(0, 0, 0, 0) 6.2%, #000 112.96%);
}
.sec-heroHaute .item-content {
  position: absolute;
  left: 0;
  bottom: 3.75rem;
  right: 0;
  z-index: 2;
}
.sec-heroHaute .item-content .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-heroHaute .item-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  color: #FFFDF9;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.sec-heroHaute .item-title {
  color: #FFFDF9;
  margin-bottom: 0;
}
.sec-heroHaute .item-btn {
  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;
  margin-bottom: 3.4375rem;
}
.sec-heroHaute .item-btn a {
  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: 58%;
  border-radius: 50%;
  border: 1px solid #FFFDF9;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #FFFDF9;
}
.sec-heroHaute .item-btn a:hover {
  background-color: #FFFDF9;
  color: var(--bs-heading-color);
}
.sec-heroHaute .swiper-pagination {
  position: absolute;
  bottom: 2.1875rem;
  z-index: 3;
  margin-top: 0;
}
.sec-heroHaute .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFDF9;
}
.sec-heroHaute .swiper.wow {
  visibility: visible !important;
  opacity: 1 !important;
}
.sec-heroHaute .swiper.wow .swiper-slide .item-sub,
.sec-heroHaute .swiper.wow .swiper-slide .item-title,
.sec-heroHaute .swiper.wow .swiper-slide .item-btn {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sec-heroHaute .swiper.wow.done.fix-effect .swiper-slide-active .item-sub,
.sec-heroHaute .swiper.wow.done.fix-effect .swiper-slide-active .item-title,
.sec-heroHaute .swiper.wow.done.fix-effect .swiper-slide-active .item-btn {
  opacity: 1;
  clip-path: inset(0% 0 0 0);
}
.sec-heroHaute .swiper.wow.done.fix-effect .swiper-slide-active .item-title {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-heroHaute .swiper.wow.done.fix-effect .swiper-slide-active .item-btn {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (min-width: 768px) {
  .sec-heroHaute .swiper-slide {
    aspect-ratio: 1920/1200;
  }
  .sec-heroHaute .item-bg:after {
    background: linear-gradient(136deg, rgba(0, 0, 0, 0) 72.67%, rgba(0, 0, 0, 0.2) 87.86%), linear-gradient(227deg, rgba(24, 24, 24, 0) 40.14%, rgba(24, 24, 24, 0.7) 78.91%);
  }
  .sec-heroHaute .item-content {
    bottom: 2.5rem;
  }
  .sec-heroHaute .item-body {
    padding-bottom: 3.125rem;
  }
  .sec-heroHaute .item-sub {
    font-size: 3.75rem;
  }
  .sec-heroHaute .item-btn {
    margin-bottom: 0;
  }
  .sec-heroHaute .item-btn a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-heroHaute .swiper-slide {
    aspect-ratio: 1920/950;
  }
  .sec-heroHaute .item-body {
    padding-bottom: 6.25rem;
  }
  .sec-heroHaute .item-btn a {
    font-size: 1.125rem;
  }
}

.sec-homeLounge .item-head {
  margin-bottom: 1.875rem;
}
.sec-homeLounge .title-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  color: var(--color-secondary);
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
}
.sec-homeLounge .item-title {
  margin-bottom: 0;
}
.sec-homeLounge .item-box {
  margin-bottom: 1.5rem;
}
.sec-homeLounge .item-box__img {
  aspect-ratio: 345/190;
  display: block;
  border: 1px solid var(--bs-heading-color);
  padding: 0.375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-homeLounge .item-box__img {
    aspect-ratio: 580/490;
  }
}
.sec-homeLounge .item-box__img span, .sec-homeLounge .item-box__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeLounge .item-box__img span {
  overflow: hidden;
}
.sec-homeLounge .item-box__img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-homeLounge .item-box__img:hover {
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem 0 rgba(191, 191, 191, 0.8);
}
.sec-homeLounge .item-box__title {
  font-weight: 400;
}
.sec-homeLounge .item-box__title a {
  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;
}
.sec-homeLounge .item-box__title a:hover {
  color: vaR(--color-secondary);
}
.sec-homeLounge .item-box__title span {
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: 1em;
}
.sec-homeLounge .item-box__text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-homeLounge .item-box__img {
    padding: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .sec-homeLounge .item-wrap {
    position: relative;
  }
  .sec-homeLounge .item-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  .sec-homeLounge .item-box {
    margin: 0;
  }
  .sec-homeLounge .item-box-2 {
    margin-top: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeLounge .item-wrap .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-homeLounge .item-wrap .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-homeLounge .item-box__title {
    font-size: 1.25rem;
  }
  .sec-homeLounge .item-box__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeLounge .item-line-1,
  .sec-homeLounge .item-line-2 {
    position: absolute;
    width: 1px;
    background-color: #000;
  }
  .sec-homeLounge .item-content {
    position: relative;
  }
  .sec-homeLounge .item-content .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-homeLounge .item-box-1 {
    position: relative;
  }
  .sec-homeLounge .item-box-1 .item-line-1 {
    top: -7%;
    left: -16%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
  .sec-homeLounge .item-box-1 .item-line-2 {
    position: relative;
    margin-top: 10%;
    left: 60%;
    -webkit-animation: lineEffect2 3s ease infinite;
            animation: lineEffect2 3s ease infinite;
  }
  .sec-homeLounge .item-box-2 {
    position: relative;
  }
  .sec-homeLounge .item-box-2 .item-line-1 {
    top: -12%;
    left: -23%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
  .sec-homeLounge .item-box-2 .item-line-2 {
    top: -60%;
    right: -21%;
    -webkit-animation: lineEffect2 3s ease infinite;
            animation: lineEffect2 3s ease infinite;
  }
}
@media (max-width: 767.98px) {
  .sec-homeLounge {
    padding-top: 0;
  }
}
.sec-homeLounge.style-2 .title-sub {
  margin-bottom: 0.75rem;
}
.sec-homeLounge.style-2 .title-text p {
  margin-bottom: 0;
}
.sec-homeLounge.style-2 .title-text p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .sec-homeLounge.style-2 .item-head {
    margin-top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeLounge.style-2 .title-text {
    display: none;
  }
  .sec-homeLounge.style-2 .item-box-2 {
    margin-top: 30%;
  }
}
@media (min-width: 1200px) {
  .sec-homeLounge.style-2 {
    padding-bottom: 2.5rem;
  }
  .sec-homeLounge.style-2 .item-head {
    margin-top: -8%;
  }
  .sec-homeLounge.style-2 .item-box-2 {
    margin-top: 35%;
  }
}
.sec-homeLounge.style-3 .title-center {
  text-align: center;
  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;
  margin-bottom: 1.5rem;
}
.sec-homeLounge.style-3 .title-center strong {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.875rem;
  font-weight: 400;
  font-style: italic;
  margin-right: 0.3em;
  color: var(--color-secondary);
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-homeLounge.style-3 .title-center {
    margin-bottom: 3.125rem;
  }
  .sec-homeLounge.style-3 .title-center strong {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeLounge.style-3 .title-center {
    margin-bottom: 3.75rem;
  }
  .sec-homeLounge.style-3 .title-center strong {
    font-size: 3.75rem;
  }
  .sec-homeLounge.style-3 .item-box-1 .item-line-1 {
    top: -30%;
    left: -12%;
    height: 42.5rem;
  }
  .sec-homeLounge.style-3 .item-box-2 .item-line-1 {
    height: 21.25rem;
    top: 0;
  }
  .sec-homeLounge.style-3 .item-box-2 .item-line-2 {
    top: 23%;
  }
  .sec-homeLounge.style-3 .f-sharp-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 13%;
  }
  .sec-homeLounge.style-3 .f-sharp-1 img {
    width: 100%;
  }
}
@media (min-width: 1900px) and (max-height: 1000px) {
  .sec-homeLounge.style-3 .container {
    max-width: 70%;
  }
  .sec-homeLounge.style-3 .title-center {
    margin-bottom: 3.125rem;
  }
  .sec-homeLounge.style-3 .item-box__img {
    aspect-ratio: 580/450;
  }
}

.sec-homeMeeting {
  padding-bottom: 0;
}
.sec-homeMeeting .item-content {
  position: relative;
}
.sec-homeMeeting .item-head {
  position: relative;
  z-index: 2;
}
.sec-homeMeeting .title-box-wrap {
  border: 1px solid var(--bs-heading-color);
  background-color: #FFFDF9;
  padding: 0.375rem;
}
.sec-homeMeeting .title-box {
  border: 1px solid var(--bs-heading-color);
  padding: 0.625rem 0.75rem;
}
.sec-homeMeeting .title-heading {
  font-weight: bold;
}
.sec-homeMeeting .item-bg {
  position: relative;
  z-index: 1;
  aspect-ratio: 390/300;
  overflow: hidden;
}
.sec-homeMeeting .item-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec-homeMeeting {
    padding-top: 0;
  }
  .sec-homeMeeting .title-box-wrap {
    padding: 0.625rem;
  }
  .sec-homeMeeting .title-box {
    border: 1px solid var(--bs-heading-color);
    padding: 2.1875rem 2.5rem;
  }
  .sec-homeMeeting .title-heading {
    font-weight: bold;
  }
  .sec-homeMeeting .item-bg {
    aspect-ratio: 1920/1200;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeMeeting .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-homeMeeting .item-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-homeMeeting .item-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -20%;
  }
}
@media (min-width: 1200px) {
  .sec-homeMeeting .item-content {
    padding-top: 8.125rem;
  }
  .sec-homeMeeting .item-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .sec-homeMeeting .title-heading {
    margin-bottom: 1.5rem;
  }
  .sec-homeMeeting .title-box-wrap {
    max-width: 96%;
  }
  .sec-homeMeeting .title-text {
    text-align: justify;
  }
  .sec-homeMeeting .item-bg {
    aspect-ratio: 1920/828;
  }
}
@media (max-width: 767.98px) {
  .sec-homeMeeting .item-head {
    margin-top: -3.75rem;
  }
}

@media (min-width: 768px) {
  .sec-homeOffer {
    padding-top: 0;
  }
}
.sec-homeOffer .title-text {
  text-align: justify;
  margin-bottom: 1.5rem;
}
.sec-homeOffer .item-wellness {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.5625rem;
  overflow: hidden;
}
.sec-homeOffer .item-wellness .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #FFF5EC;
  overflow: hidden;
}
.sec-homeOffer .item-wellness .bg span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23%;
  -webkit-transform: translate(33%, 41%);
          transform: translate(33%, 41%);
}
.sec-homeOffer .item-wellness .bg span img {
  width: 100%;
}
.sec-homeOffer .item-wellness .item-title {
  margin-bottom: 4.0625rem;
}
.sec-homeOffer .item-wellness .title-text p {
  margin-bottom: 0;
}
.sec-homeOffer .item-wellness .title-text p + p {
  margin-top: 1em;
}
.sec-homeOffer .item-wellness .item-img {
  position: relative;
}
.sec-homeOffer .item-wellness .item-img .f-img-1 {
  position: relative;
  z-index: 2;
  aspect-ratio: 675/515;
  background-color: #FFFDF9;
}
.sec-homeOffer .item-wellness .item-img .f-img-1 span {
  border: 1px solid var(--bs-heading-color);
}
.sec-homeOffer .item-wellness .item-img .f-img-2 {
  position: absolute;
  z-index: 3;
  top: -8.75rem;
  right: -3.125rem;
  aspect-ratio: 241/351;
  width: 38%;
  background-color: #FFFFFF;
}
.sec-homeOffer .item-wellness .item-img .f-sharp {
  position: absolute;
  top: -34%;
  right: 20%;
  width: 43%;
}
.sec-homeOffer .item-wellness .item-img .f-sharp img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-homeOffer .item-wellness {
    padding-top: 12.5rem;
    padding-bottom: 0;
  }
  .sec-homeOffer .item-wellness .bg {
    height: 85%;
  }
  .sec-homeOffer .item-wellness .item-img {
    margin-left: -19%;
  }
  .sec-homeOffer .item-wellness .item-img .f-img-2 {
    top: -41%;
    right: -20%;
  }
}
@media (min-width: 1200px) {
  .sec-homeOffer .item-wellness {
    padding-top: 21.875rem;
  }
  .sec-homeOffer .item-wellness .bg {
    height: 85%;
  }
  .sec-homeOffer .item-wellness .item-img .f-img-2 {
    top: -11.25rem;
    right: -7.1875rem;
  }
  /*.sec-homeOffer .item-wellness .title-heading {
    margin-bottom: 1.5rem;
  }*/
}
.sec-homeOffer .item-offer {
  margin-top: 3.75rem;
}
.sec-homeOffer .item-offer .item-title {
  margin-bottom: 1.875rem;
}
.sec-homeOffer .item-offer .title-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  color: var(--color-secondary);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.sec-homeOffer .item-offer .item-img {
  aspect-ratio: 750/540;
}
@media (min-width: 768px) {
  .sec-homeOffer .item-offer {
    position: relative;
    margin-top: 6.25rem;
  }
  .sec-homeOffer .item-offer .item-title {
    margin-bottom: 0;
    max-width: 95%;
  }
  .sec-homeOffer .item-offer .title-sub {
    font-size: 1.875rem;
  }
  .sec-homeOffer .item-offer .f-line {
    position: absolute;
    bottom: 115%;
    left: 62%;
    width: 1px;
    background-color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeOffer .item-offer .item-img {
    margin-right: -20%;
  }
}
@media (min-width: 1200px) {
  .sec-homeOffer .item-offer {
    margin-top: 11.875rem;
  }
  .sec-homeOffer .item-offer .item-title {
    max-width: 100%;
  }
  .sec-homeOffer .item-offer .title-sub {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .sec-homeOffer .item-offer .item-img {
    width: 95%;
    margin-left: auto;
  }
  .sec-homeOffer .item-offer .f-line {
    bottom: 110%;
    left: 53%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeOffer.style-2 {
    padding-top: 0;
  }
}
.sec-homeOffer.style-2 .item-wellness .bg span {
  right: 0;
  bottom: 0;
  width: 27%;
  -webkit-transform: none;
          transform: none;
  opacity: 0.1;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.sec-homeOffer.style-2 .item-wellness .item-img .f-sharp {
  top: -65%;
  right: 8%;
  width: 73%;
}
.sec-homeOffer.style-2 .item-wellness .item-title {
  margin-bottom: 1.875rem;
}
.sec-homeOffer.style-2 .item-wellness .title-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  color: var(--color-secondary);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .sec-homeOffer.style-2 .item-wellness {
    padding-top: 5rem;
  }
  .sec-homeOffer.style-2 .item-wellness .bg span {
    width: 17%;
  }
  .sec-homeOffer.style-2 .item-wellness .title-sub {
    font-size: 1.875rem;
  }
  .sec-homeOffer.style-2 .item-wellness .item-img {
    margin-top: 6.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeOffer.style-2 .item-wellness .bg {
    height: 100%;
  }
  .sec-homeOffer.style-2 .item-wellness .item-title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeOffer.style-2 .item-wellness {
    padding-top: 11.25rem;
  }
/*  .sec-homeOffer.style-2 .item-wellness .title-sub {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }*/
  .sec-homeOffer.style-2 .item-wellness .item-img {
    margin-top: 6.5625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-homeOffer.style-2 .item-wellness {
    padding-bottom: 2.5rem;
  }
  .sec-homeOffer.style-2 .item-wellness .item-img .f-img-2 {
    display: none;
  }
  .sec-homeOffer.style-2 .item-wellness .item-img .f-sharp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-homeOffer.style-2 .item-offer .f-line {
    left: 33%;
  }
}
.sec-homeOffer.style-2 .item-offer .f-hoa-1,
.sec-homeOffer.style-2 .item-offer .f-hoa-2 {
  position: absolute;
}
.sec-homeOffer.style-2 .item-offer .f-hoa-1 img,
.sec-homeOffer.style-2 .item-offer .f-hoa-2 img {
  width: 100%;
}
.sec-homeOffer.style-2 .item-offer .f-hoa-1 {
  -webkit-animation: hoaEffect4 3s linear infinite;
          animation: hoaEffect4 3s linear infinite;
}
.sec-homeOffer.style-2 .item-offer .f-hoa-2 {
  -webkit-animation: hoaEffect3 3s linear infinite;
          animation: hoaEffect3 3s linear infinite;
}
@media (min-width: 768px) {
  .sec-homeOffer.style-2 .item-offer .f-hoa-1 {
    top: -20%;
    left: 4%;
    width: 6%;
  }
  .sec-homeOffer.style-2 .item-offer .f-hoa-2 {
    top: -17%;
    left: 11%;
    width: 4%;
  }
}
@media (min-width: 1200px) {
  .sec-homeOffer.style-2 .item-offer .f-hoa-1 {
    top: 21%;
  }
  .sec-homeOffer.style-2 .item-offer .f-hoa-2 {
    top: 3%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeOffer.style-2 .item-offer .f-hoa-1 {
    bottom: 23%;
    right: 17%;
    width: 16%;
  }
  .sec-homeOffer.style-2 .item-offer .f-hoa-2 {
    right: 7%;
    bottom: 23%;
    width: 12%;
  }
}

.sec-lamourHeroHotel {
  padding: 0;
}
.sec-lamourHeroHotel .item-inner {
  position: relative;
  aspect-ratio: 1920/780;
}
.sec-lamourHeroHotel .item-body {
  margin-top: -40%;
}
.sec-lamourHeroHotel .item-box {
  position: relative;
  background-color: #FFFDF9;
}
.sec-lamourHeroHotel .item-box .fix-group {
  position: relative;
  z-index: 2;
  border: 1px solid var(--bs-heading-color);
  padding: 4.375rem 1.5625rem 1.5625rem;
}
.sec-lamourHeroHotel .item-box .fix-group .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-lamourHeroHotel .item-box .title-sub-line,
.sec-lamourHeroHotel .item-box .title-heading,
.sec-lamourHeroHotel .item-box .title-title {
  color: #FFFDF9;
}
.sec-lamourHeroHotel .item-box .title-sub-line {
  margin-bottom: 0;
}
.sec-lamourHeroHotel .item-box .title-sub-line span {
  background-color: #FFFDF9;
}
.sec-lamourHeroHotel .item-box .title-title {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}
.sec-lamourHeroHotel .item-box .title-btn .btn {
  background-color: #FFFDF9;
  border: 1px solid var(--bs-heading-color);
  color: var(--bs-heading-color);
}
.sec-lamourHeroHotel .item-box .title-btn .btn:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
@media (min-width: 768px) {
  .sec-lamourHeroHotel .item-inner {
    position: relative;
    aspect-ratio: 1920/1200;
  }
  .sec-lamourHeroHotel .item-bg-1,
  .sec-lamourHeroHotel .item-bg-2 {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .sec-lamourHeroHotel .item-bg-1 img,
  .sec-lamourHeroHotel .item-bg-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-lamourHeroHotel .item-bg-1 {
    width: 31%;
    left: 0;
  }
  .sec-lamourHeroHotel .item-bg-2 {
    width: 63%;
    right: 0;
  }
  .sec-lamourHeroHotel .item-body {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 10%;
    right: 0;
    margin-top: 0;
  }
  .sec-lamourHeroHotel .title-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-lamourHeroHotel .item-inner {
    aspect-ratio: 1920/780;
  }
  .sec-lamourHeroHotel .item-box .fix-group {
    padding: 9.375rem 3.4375rem 3.4375rem;
  }
  .sec-lamourHeroHotel .title-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .sec-lamourHeroHotel .item-bg-2 {
    aspect-ratio: 392/323;
    overflow: hidden;
  }
  .sec-lamourHeroHotel .item-bg-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-holistic .item-menu {
  overflow: hidden;
}
.sec-holistic .title-box {
  text-align: center;
  margin-bottom: 4.0625rem;
}
.sec-holistic .title-heading {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: var(--color-secondary);
  line-height: 1.2;
  margin-bottom: 0;
}
.sec-holistic .title-text p {
  margin-bottom: 0;
}
.sec-holistic .title-text p + p {
  margin-top: 1em;
}
.sec-holistic .item-menu {
  position: relative;
  aspect-ratio: 375/230;
  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;
}
.sec-holistic .item-menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-holistic .item-menu__body {
  position: absolute;
  text-align: center;
}
.sec-holistic .item-menu__body .f-title {
  margin-bottom: 0.9375rem;
}
.sec-holistic .item-menu__body .f-btn {
  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;
}
.sec-holistic .item-menu__body .f-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.625rem;
  height: 2.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #FFFDF9;
  background-color: var(--color-secondary);
  border-radius: 1.875rem;
  padding: 0 1.25rem;
  margin: 0 0.3125rem;
}
.sec-holistic .item-menu__body .f-btn a span {
  font-size: 0.8em;
  line-height: 1;
}
.sec-holistic .item-menu__body .f-btn a:hover {
  background-color: #d8a789;
}
@media (min-width: 768px) {
  .sec-holistic .title-heading {
    font-size: 2.5rem;
  }
  .sec-holistic .item-menu {
    aspect-ratio: 768/250;
  }
  .sec-holistic .item-menu__body .f-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-holistic .title-heading {
    font-size: 3.75rem;
  }
  .sec-holistic .item-menu {
    aspect-ratio: 1920/524;
  }
  .sec-holistic .item-menu__body .f-title {
    margin-bottom: 2.1875rem;
  }
  .sec-holistic .item-menu__body .f-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    width: 6.4375rem;
    height: 3.375rem;
    margin: 0 0.9375rem;
  }
}
.sec-holistic.style-2 .title-heading-2 {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}
.sec-holistic.style-2 .title-heading-2 strong {
  display: block;
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
}
.sec-holistic.style-2 .f-btn a {
  width: auto;
}
.sec-holistic.style-2 .f-btn a span {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .sec-holistic.style-2 .title-heading-2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  .sec-holistic.style-2 .title-heading-2 strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-holistic.style-2 .title-heading-2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .sec-holistic.style-2 .title-heading-2 strong {
    font-size: 3.75rem;
  }
}

.sec-treatments .item-wrap {
  position: relative;
  margin-bottom: 3.75rem;
}
.sec-treatments .title-box {
  margin-bottom: 0rem;
}
.sec-treatments .item-list .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .sec-treatments .title-box {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    padding-left: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .sec-treatments .item-wrap {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-treatments {
    padding-top: 11.25rem;
  }
  .sec-treatments .item-wrap {
    margin-bottom: 9.6875rem;
  }
}
.sec-treatments .item-box .f-img {
  aspect-ratio: 345/190;
  display: block;
  background-color: #FFFDF9;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-treatments .item-box .f-img {
    aspect-ratio: 580/490;
  }
}
.sec-treatments .item-box a.f-img:hover {
  -webkit-box-shadow: 0.625rem 0.25rem 1.4375rem rgba(191, 191, 191, 0.8);
          box-shadow: 0.625rem 0.25rem 1.4375rem rgba(191, 191, 191, 0.8);
}
.sec-treatments .item-box .f-titleWrap {
  margin-bottom: 0.625rem;
}
.sec-treatments .item-box .f-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.sec-treatments .item-box .f-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-treatments .item-box .f-title a:hover {
  color: var(--color-secondary);
}
.sec-treatments .item-box .f-title span {
  font-size: 0.5em;
  line-height: 1;
  margin-left: 0.5em;
}
.sec-treatments .item-box .f-price {
  font-weight: 400;
  color: #A17D66;
  letter-spacing: 0.01em;
  margin: 0;
}
.sec-treatments .item-box .f-text {
  margin: 0;
}
.sec-treatments .item-box .f-text p {
  margin-bottom: 0;
}
.sec-treatments .item-box .f-text ul {
  margin: 0;
  margin-left: -0.9375rem;
  margin-top: 0.2em;
}
@media (min-width: 1200px) {
  .sec-treatments .item-box .f-img {
    margin-bottom: 1.375rem;
  }
  .sec-treatments .item-box .f-titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.625rem;
  }
  .sec-treatments .item-box .f-title {
    font-size: 2rem;
  }
  .sec-treatments .item-box .f-price {
    margin-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .sec-treatments .item-list .item-box + .item-box {
    margin-top: 3.75rem;
  }
  .sec-treatments .item-list .item-box-2:first-child {
    margin-top: 9.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-treatments .item-list .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-treatments .item-list .row .col-md-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-treatments .item-list .item-box-2:first-child {
    margin-top: 17.1875rem;
  }
  .sec-treatments .item-list .item-box {
    position: relative;
  }
  .sec-treatments .item-list .item-box .f-line-1,
  .sec-treatments .item-list .item-box .f-line-2 {
    width: 1px;
    position: absolute;
    background-color: var(--bs-heading-color);
  }
  .sec-treatments .item-list .item-box + .item-box {
    margin-top: 8.75rem;
  }
  .sec-treatments .item-list .item-box-1:nth-child(odd) .f-line-1 {
    height: 33.75rem;
    left: -15%;
    top: 35%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-1:nth-child(even) .f-line-1 {
    height: 33.75rem;
    right: -15%;
    top: 50%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-1:nth-child(even) .f-line-2 {
    height: 10.625rem;
    left: 10%;
    bottom: -50%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-2:nth-child(odd) .f-line-1 {
    height: 10.625rem;
    left: -23%;
    top: -20%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-2:nth-child(odd) .f-line-2 {
    height: 21.25rem;
    right: -28%;
    top: 5%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-2:first-child .f-line-2 {
    height: 21.25rem;
    right: 23%;
    top: -65%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-2:nth-child(even) .f-line-1 {
    height: 10.625rem;
    right: 10%;
    top: -15%;
    z-index: -1;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-treatments .item-list .item-box-2:nth-child(even) .f-line-2 {
    height: 21.25rem;
    right: -15%;
    bottom: -60%;
    z-index: -1;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
}
@media (max-width: 767.98px) {
  .sec-treatments .item-list .item-box {
    margin-top: 1.875rem;
  }
}
.sec-treatments .item-res .f-sub {
  font-family: var(--bs-heading-font-family2);
  font-size: 1.625rem;
  font-style: italic;
  color: var(--color-secondary);
  line-height: 1.2;
}
.sec-treatments .item-res .form-button {
  text-align: left;
}
.sec-treatments .item-res .f-img {
  opacity: 0.2;
}
.sec-treatments .item-res .f-img span {
  display: block;
}
.sec-treatments .item-res .f-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-treatments .item-res .f-sub {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-treatments .item-res .f-sub {
    font-size: 2rem;
    margin-right: -2.5rem;
  }
  .sec-treatments .item-res .f-img {
    margin-right: -10%;
  }
}

.sec-featuredScroll {
  padding-top: 0;
}
.sec-featuredScroll .item-list {
  position: relative;
}
.sec-featuredScroll .item-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec-featuredScroll .item-sticky__content {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  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;
}
.sec-featuredScroll .item-sticky__content .item-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-featuredScroll .item-sticky__content .item-body .panle {
  position: absolute;
  left: 0;
  right: 0;
}
.sec-featuredScroll .title-box {
  text-align: center;
}
.sec-featuredScroll .title-box .title-sub {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.sec-featuredScroll .title-box .title-sub strong {
  display: block;
  font-family: var(--bs-heading-font-family2);
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-secondary);
}
@media (min-width: 768px) {
  .sec-featuredScroll .title-box .title-sub {
    font-size: 1rem;
  }
  .sec-featuredScroll .title-box .title-sub strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll .title-box .title-sub {
    font-size: 1.125rem;
  }
  .sec-featuredScroll .title-box .title-sub strong {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-featuredScroll .img-border {
  background-color: #FFFDF9;
}
.sec-featuredScroll .text-info,
.sec-featuredScroll .infoListIcon {
  border: 1px solid var(--bs-heading-color);
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .sec-featuredScroll .text-info,
  .sec-featuredScroll .infoListIcon {
    padding: 2.1875rem 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll .text-info,
  .sec-featuredScroll .infoListIcon {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll .infoListIcon .f-list li {
    padding-left: 1.875rem;
  }
}
.sec-featuredScroll .text-info p {
  margin-bottom: 0;
}
.sec-featuredScroll .text-info p + p {
  margin-top: 1em;
}
.sec-featuredScroll .item {
  position: relative;
}
@media (min-width: 768px) {
  .sec-featuredScroll .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-featuredScroll .item .title-box {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.sec-featuredScroll .item .item__img-1,
.sec-featuredScroll .item .item__img-2 {
  position: relative;
}
.sec-featuredScroll .item .f-img-1,
.sec-featuredScroll .item .f-img-2 {
  position: relative;
  z-index: 1;
}
.sec-featuredScroll .item .f-img-1 span, .sec-featuredScroll .item .f-img-1 img,
.sec-featuredScroll .item .f-img-2 span,
.sec-featuredScroll .item .f-img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-featuredScroll .item .f-sharp img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .sec-featuredScroll .item .title-btn-mb .btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFFDF9;
  }
  .sec-featuredScroll .item .title-btn-mb .btn:hover {
    background-color: var(--color-secondary);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll .item .title-btn-mb .btn {
    min-width: 13.75rem;
    font-size: 1.375rem;
    height: 4.375rem;
    border-radius: 2.5rem;
    padding: 0 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll .item .title-btn-mb .btn {
    min-width: 8.125rem;
    font-size: 0.875rem;
  }
}
.sec-featuredScroll .item__img .f-line-1,
.sec-featuredScroll .item__img .f-line-2,
.sec-featuredScroll .item__img .f-line-3 {
  position: absolute;
  width: 1px;
  background-color: #000;
}
.sec-featuredScroll .infoListIcon .f-list li {
  padding-left: 2.1875rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll .infoListIcon .f-list li {
    padding-left: 2.125rem;
  }
  .sec-featuredScroll .infoListIcon .f-list li span {
    width: 2.5rem;
  }
  .sec-featuredScroll .infoListIcon .f-list li span img {
    width: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll:not(.style-home) .scroll-markers {
    min-height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.sec-featuredScroll.style-1 .item-1 .item__img-1 {
  width: 26%;
  margin-left: 7%;
  margin-top: 4.375rem;
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-text {
  position: relative;
  z-index: 2;
  margin-left: 55%;
  margin-right: -190%;
  margin-top: -40%;
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-text .infoListIcon {
  padding: 1.25rem;
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-sharp {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: -70%;
  width: 59%;
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-sharp img {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.sec-featuredScroll.style-1 .item-1 .item__img-1 .f-line-1 {
  top: 150%;
  right: 43%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-1 .item-1 .item__img-1 {
    width: 19%;
    margin-left: 1%;
    margin-top: 20%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-text {
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-1 .f-line-1 {
    top: -36%;
    right: -38%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-1 .item-1 .item__img-1 {
    width: 13%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-text {
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-1 .f-img-text .infoListIcon {
    padding: 7.1875rem 5.625rem;
  }
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 {
  position: relative;
  z-index: 3;
  margin-top: -5%;
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 407/520;
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-text {
  position: relative;
  z-index: 3;
  margin-left: -50%;
  margin-right: 55%;
  margin-top: 20%;
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 .f-sharp {
  position: absolute;
  top: 3%;
  right: 29%;
  width: 22%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 .f-sharp-2 {
  position: absolute;
  left: -30%;
  bottom: 20%;
  width: 19%;
}
.sec-featuredScroll.style-1 .item-1 .item__img-2 .f-sharp-2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-1 .item-1 .item__img-2 {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 30%;
    margin-right: -1%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -50%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -70%;
    margin-right: 40%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-line-1 {
    top: -30%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-1 .item-1 .item__img-2 {
    width: 22%;
    margin-right: -1%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-text {
    margin-left: -50%;
    margin-right: 55%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-text .infoListIcon {
    padding: 4.375rem 1.4375rem;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-line-1 {
    top: -50%;
    right: 40%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-1 .item-1 .item__img-2 {
    width: 44%;
    margin-right: 10%;
    margin-left: auto;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-img-text {
    margin-right: 0;
    margin-left: -90%;
  }
  .sec-featuredScroll.style-1 .item-1 .item__img-2 .f-line-1 {
    left: -75%;
    top: 0;
  }
}
.sec-featuredScroll.style-1 .item-2 {
  margin-top: 20%;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 {
  width: 55%;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-1 {
  aspect-ratio: 427/539;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text {
  position: relative;
  z-index: 2;
  margin-left: -75%;
  margin-right: 50%;
  margin-top: -30%;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon {
  position: relative;
  padding: 1.25rem;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon .f-text {
  margin-bottom: 0;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon .f-quote {
  position: absolute;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-sharp {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: -70%;
  width: 59%;
}
.sec-featuredScroll.style-1 .item-2 .item__img-1 .f-sharp img {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-1 {
    width: 30%;
    margin-left: -1%;
    margin-top: 20%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-group {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -25%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 45%;
    margin-right: -55%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon .f-quote {
    bottom: -13%;
    right: 9%;
    width: 20%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-line-1 {
    top: -70%;
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-1 {
    width: 22%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text {
    margin-left: 55%;
    margin-right: -42%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon {
    padding: 3.125rem 1.875rem 2.5rem;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon .f-quote {
    width: 26%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-1 {
    margin-left: auto;
    margin-right: -1%;
    margin-top: 30%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-img-text .infoListIcon .f-quote {
    top: -10%;
    left: 30%;
    width: 15%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-line-1 {
    top: -14%;
    left: -42%;
    height: 10.625rem;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-1 .f-line-2 {
    top: 12%;
    left: -27%;
  }
}
.sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text {
  position: relative;
  z-index: 3;
  margin-left: 55%;
  margin-right: -150%;
  margin-top: -30%;
}
.sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text .infoListIcon {
  padding: 1.25rem;
}
.sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text .infoListIcon .f-quote {
  position: absolute;
  top: 0;
  left: 62%;
  width: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-featuredScroll.style-1 .item-2 .item__img-2 .f-line-1 {
  top: -55%;
  left: 20%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-2 {
    width: 25%;
    margin-right: 16%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text {
    margin-left: 33%;
    margin-right: -64%;
    margin-top: -30%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text .infoListIcon .f-quote {
    left: 80%;
    width: 20%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-line-2 {
    left: 10%;
    bottom: -25%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-2 {
    width: 13%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text {
    margin-left: 45%;
    margin-right: -110%;
    margin-top: -30%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text .infoListIcon {
    padding: 6.875rem 2.1875rem 2.1875rem;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-img-text .infoListIcon .f-quote {
    left: 50%;
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-1 .item-2 .item__img-2 {
    width: 35%;
    margin-left: 10%;
    margin-top: 10%;
  }
  .sec-featuredScroll.style-1 .item-2 .item__img-2 .f-line-2 {
    top: 3%;
    right: -53%;
  }
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-1 .item-2 {
    margin-top: 15%;
  }
}

.sec-featuredScroll.style-2 .item-1 .item__img-1 {
  margin-top: 4.375rem;
}
.sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-1 {
  position: relative;
  z-index: 2;
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text {
  position: relative;
  margin-left: -176%;
  margin-right: 60%;
  margin-top: -24%;
}
.sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text .infoListIcon {
  padding: 1.25rem;
}
.sec-featuredScroll.style-2 .item-1 .item__img-1 .f-sharp {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: -70%;
  width: 59%;
  -webkit-animation: hoaEffect2 3s linear infinite;
          animation: hoaEffect2 3s linear infinite;
}
.sec-featuredScroll.style-2 .item-1 .item__img-1 .f-sharp img {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-1 {
    width: 19%;
    margin-left: 1%;
    margin-top: 20%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-1 {
    z-index: 1;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text {
    z-index: 2;
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -10%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text .infoListIcon {
    padding: 3.125rem 1.875rem;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-line-1 {
    left: 32%;
    bottom: -26%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-line-2 {
    top: -57%;
    right: -29%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-1 {
    width: 13%;
    margin-left: 1%;
    margin-top: 7.5rem;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text {
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-img-text .infoListIcon {
    padding: 7.1875rem 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-1 {
    width: 26%;
    margin-left: auto;
    margin-right: 20%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-1 .f-line-1 {
    top: -18%;
    left: -89%;
  }
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 {
  position: relative;
  z-index: 3;
  margin-top: 2.1875rem;
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-1 {
  position: relative;
  z-index: 2;
  aspect-ratio: 407/520;
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-text {
  position: relative;
  z-index: 1;
  margin-left: -50%;
  margin-right: 55%;
  margin-top: -20%;
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 .f-sharp {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 33%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 .f-sharp-2 {
  position: absolute;
  left: -30%;
  bottom: 20%;
  width: 19%;
  -webkit-animation: hoaEffect1 3s linear infinite;
          animation: hoaEffect1 3s linear infinite;
}
.sec-featuredScroll.style-2 .item-1 .item__img-2 .f-sharp-2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-2 {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 30%;
    margin-right: -1%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    margin-top: -50%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 3;
    margin-left: -70%;
    margin-right: 40%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-line-1 {
    bottom: -19%;
    left: -37%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-line-2 {
    top: -15%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-2 {
    width: 22%;
    margin-right: -1%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-text {
    margin-left: -50%;
    margin-right: 55%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-text .infoListIcon {
    padding: 4.375rem 1.4375rem;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-line-2 {
    top: -15%;
    left: -5%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-sharp {
    top: 3%;
    right: 29%;
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-2 .item-1 .item__img-2 {
    width: 44%;
    margin-right: 10%;
    margin-left: auto;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-img-text {
    margin-right: 20%;
    margin-left: -90%;
  }
  .sec-featuredScroll.style-2 .item-1 .item__img-2 .f-line-1 {
    right: 35%;
    top: -26%;
    height: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-2 .item-1 {
    padding-top: 7.5rem;
  }
}

.sec-featuredScroll.style-3 .item-1 .item__img-1,
.sec-featuredScroll.style-3 .item-1 .item__img-2 {
  position: relative;
}
.sec-featuredScroll.style-3 .item-1 .item__img-1 .f-sharp,
.sec-featuredScroll.style-3 .item-1 .item__img-2 .f-sharp {
  position: absolute;
}
.sec-featuredScroll.style-3 .item-1 .item__img-1 .f-img-1 {
  aspect-ratio: 407/519;
}
.sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 160/230;
}
.sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-2 {
  aspect-ratio: 276/361;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-3 .item-1 .item__img-1 {
    width: 30%;
    left: 3%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-1 .f-sharp {
    top: -26%;
    right: -21%;
    width: 29%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 {
    width: 23%;
    margin-right: 3%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-1 {
    z-index: 2;
    width: 63%;
    margin-left: -36%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-2 {
    z-index: 1;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-sharp {
    bottom: 7%;
    left: -49%;
    width: 39%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-line-1 {
    top: -46%;
    right: 40%;
    height: 21.25rem;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-line-2 {
    bottom: -15%;
    left: -25%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-3 .item-1 {
    padding-top: 14.375rem;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-1 {
    width: 22%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 {
    width: 15%;
  }
  .sec-featuredScroll.style-3 .item-1 .f-line-2 {
    bottom: -24%;
    left: -25%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-3 .item-1 .item__img-2 {
    width: 51%;
    margin-left: auto;
    margin-right: 12%;
    margin-top: 3.75rem;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-1 {
    z-index: 2;
    width: 63%;
    margin-left: -36%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-img-2 {
    z-index: 1;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-sharp {
    bottom: 7%;
    left: -63%;
    width: 39%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-line-1 {
    top: -15%;
    right: 20%;
  }
  .sec-featuredScroll.style-3 .item-1 .item__img-2 .f-line-2 {
    left: -16%;
    bottom: -5%;
  }
}
.sec-featuredScroll.style-3 .item-2 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 {
  margin-top: 4.375rem;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-1 {
  position: relative;
  z-index: 2;
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text {
  position: relative;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text .infoListIcon {
  padding: 1.25rem;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 .f-sharp {
  position: absolute;
  z-index: 3;
  -webkit-animation: hoaEffect2 3s linear infinite;
          animation: hoaEffect2 3s linear infinite;
}
.sec-featuredScroll.style-3 .item-2 .item__img-1 .f-sharp img {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-1 {
    width: 22%;
    margin-left: 1%;
    margin-top: 20%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-1 {
    z-index: 1;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text {
    z-index: 2;
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -10%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text .infoListIcon {
    padding: 3.125rem 1.875rem;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-line-1 {
    left: 32%;
    bottom: -26%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-line-2 {
    top: -30%;
    right: -50%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-sharp {
    top: 1%;
    right: -70%;
    width: 59%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-1 {
    width: 13%;
    margin-left: 1%;
    margin-top: 7.5rem;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text {
    margin-left: 55%;
    margin-right: -120%;
    margin-top: -40%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text .infoListIcon {
    padding: 7.1875rem 5.625rem;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-line-2 {
    top: -57%;
    right: -129%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-1 {
    width: 71%;
    margin-left: 5%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-1 {
    width: 36%;
    margin-left: auto;
    margin-right: 20%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-img-text {
    margin-top: -15%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-sharp {
    top: -4%;
    right: -5%;
    width: 24%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-1 .f-line-1 {
    top: -18%;
    left: -89%;
  }
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 {
  position: relative;
  z-index: 3;
  margin-top: 2.1875rem;
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-1 {
  position: relative;
  z-index: 2;
  aspect-ratio: 407/520;
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-text {
  position: relative;
  z-index: 1;
  margin-left: -50%;
  margin-right: 55%;
  margin-top: -20%;
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 .f-sharp {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 33%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 .f-sharp-2 {
  position: absolute;
  left: -30%;
  bottom: 20%;
  width: 19%;
  -webkit-animation: hoaEffect1 3s linear infinite;
          animation: hoaEffect1 3s linear infinite;
}
.sec-featuredScroll.style-3 .item-2 .item__img-2 .f-sharp-2 img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-2 {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 30%;
    margin-right: -1%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    margin-top: -50%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 3;
    margin-left: -70%;
    margin-right: 40%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-line-1 {
    bottom: -19%;
    left: -37%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-line-2 {
    top: -15%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-2 {
    width: 22%;
    margin-right: -1%;
    margin-top: 0;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-text {
    margin-left: -50%;
    margin-right: 55%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-text .infoListIcon {
    padding: 4.375rem 1.4375rem;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-line-2 {
    top: -15%;
    left: -5%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-sharp {
    top: 3%;
    right: 29%;
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-3 .item-2 .item__img-2 {
    width: 44%;
    margin-right: 10%;
    margin-left: auto;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-img-text {
    margin-right: 20%;
    margin-left: -90%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-line-1 {
    right: 9%;
    top: -55%;
  }
  .sec-featuredScroll.style-3 .item-2 .item__img-2 .f-line-2 {
    right: -5%;
    top: -34%;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-3 .item-2 {
    margin-top: 16.5625rem;
  }
}

@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .scroll-setContent .title-sub {
    margin-bottom: 0;
  }
  .sec-featuredScroll.style-4 .scroll-setContent .title-heading {
    margin-bottom: 1.5625rem;
  }
}
.sec-featuredScroll.style-4 .scroll-markers .title-box {
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .scroll-markers .title-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .scroll-markers .title-heading {
    margin-bottom: rem;
  }
}
.sec-featuredScroll.style-4 .item .f-sharp,
.sec-featuredScroll.style-4 .item .f-sharp-2 {
  position: absolute;
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .infoListIcon .f-list li + li {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll.style-4 .infoListIcon .f-list li span {
    width: 1.25rem;
  }
  .sec-featuredScroll.style-4 .infoListIcon .f-list li span img {
    width: 100%;
  }
}
.sec-featuredScroll.style-4 .title-btn-mb {
  position: relative;
  z-index: 9;
}
.sec-featuredScroll.style-4 .title-btn-mb .fix {
  position: absolute;
  z-index: 2;
}
.sec-featuredScroll.style-4 .item-1 {
  padding-top: 1.875rem;
}
.sec-featuredScroll.style-4 .item-1 .item__img-1 .f-img-1 {
  aspect-ratio: 407/510;
}
.sec-featuredScroll.style-4 .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 223/320;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .item-1 .item__img-1 {
    width: 32%;
    margin-left: 7%;
    margin-top: 7.8125rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-img-1 {
    z-index: 1;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-left: 30%;
    margin-right: -30%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-sharp {
    left: -15%;
    top: -17%;
    width: 29%;
    -webkit-animation: hoaEffect1 3s linear infinite;
            animation: hoaEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-line-1 {
    top: -44%;
    right: 70%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 {
    width: 35%;
    margin-right: 3%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-img-1 {
    z-index: 2;
    width: 58%;
    margin-left: -20%;
    margin-right: 20%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-text-1 {
    position: relative;
    z-index: 1;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-sharp {
    left: -32%;
    bottom: 16%;
    width: 23%;
    -webkit-animation: hoaEffect2 3s linear infinite;
            animation: hoaEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-line-1 {
    top: -10%;
    right: 50%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-line-2 {
    left: -14%;
    bottom: -21%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .item-1 {
    padding-top: 7.1875rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 {
    width: 22%;
    margin-left: 7%;
    margin-top: 7.8125rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-text-1 .text-info {
    padding: 3.125rem 2.1875rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-line-1 {
    top: -29%;
    right: -19%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 {
    width: 22%;
    margin-right: 3%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-text-1 .infoListIcon {
    padding: 9.375rem 2.1875rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-sharp {
    left: -32%;
    bottom: 28%;
    width: 23%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .item-1 .item__img-1 {
    width: 60%;
    margin-left: 10%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-img-1 {
    z-index: 1;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-left: 40%;
    margin-right: -30%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-sharp {
    left: -15%;
    top: -17%;
    width: 29%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-line-1 {
    top: -10%;
    right: -19%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-1 .f-line-2 {
    height: 6.25rem;
    left: 16%;
    bottom: 5%;
  }
  .sec-featuredScroll.style-4 .item-1 .title-btn-mb .fix {
    left: 50%;
    top: 3.125rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 {
    width: 53%;
    margin-left: 25%;
    margin-top: 1.75rem;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-img-1 {
    z-index: 1;
    width: 58%;
    margin-left: -25%;
    margin-right: 20%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
    margin-right: -11%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-sharp {
    left: -32%;
    bottom: 28%;
    width: 23%;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-line-1 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-1 .item__img-2 .f-line-2 {
    right: -23%;
    bottom: -20%;
  }
}
.sec-featuredScroll.style-4 .item-2 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-4 .item-2 .item__img-1 .f-img-1 {
  aspect-ratio: 407/510;
}
.sec-featuredScroll.style-4 .item-2 .item__img-2 .f-img-1 {
  aspect-ratio: 469/520;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .item-2 .item__img-1 {
    width: 35%;
    margin-left: 10%;
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-text-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 2;
    margin-left: -35%;
    margin-right: 30%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-sharp {
    left: -30%;
    bottom: 32%;
    width: 26%;
    -webkit-animation: hoaEffect2 3s linear infinite;
            animation: hoaEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-line-1 {
    top: 0%;
    right: 7%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 {
    width: 36%;
    margin-right: 6%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-img-1 {
    z-index: 1;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
    margin-right: -15%;
    margin-left: 20%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-sharp {
    right: -17%;
    top: 7%;
    width: 34%;
    -webkit-animation: hoaEffect3 3s linear infinite;
            animation: hoaEffect3 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-line-1 {
    top: -10%;
    right: 50%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-line-2 {
    left: -11%;
    bottom: 2%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .item-2 {
    margin-top: 11.875rem;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 {
    width: 21%;
    margin-left: 10%;
    margin-top: 7.8125rem;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-text-1 {
    margin-left: -35%;
    margin-right: 40%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-line-1 {
    top: -29%;
    right: 27%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 {
    width: 26%;
    margin-right: 6%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-text-1 {
    margin-right: -15%;
    margin-left: 40%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-line-2 {
    left: 22%;
    bottom: -21%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .item-2 .item__img-1 {
    width: 81%;
    margin-left: auto;
    margin-right: 4%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-img-1 {
    width: 77%;
    margin-left: auto;
    margin-right: 8%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-text-1 {
    margin-top: 2.5rem;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-sharp {
    width: 20%;
    top: 9%;
    left: -3%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-line-1 {
    height: 10.625rem;
    top: 10%;
    left: -10%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-1 .f-line-2 {
    top: -10%;
    left: -5%;
  }
  .sec-featuredScroll.style-4 .item-2 .title-btn-mb .fix {
    left: 50%;
    top: 2.5rem;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 {
    width: 74%;
    margin-left: auto;
    margin-right: 4%;
    margin-top: 5rem;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-img-1 {
    z-index: 1;
    margin-left: -25%;
    margin-right: 70%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-line-1 {
    top: 10%;
    right: 30%;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-2 .item__img-2 .f-sharp {
    width: 22%;
    left: -22%;
    bottom: 4%;
  }
}
.sec-featuredScroll.style-4 .item-3 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-4 .item-3 .item__img-1 .f-img-1 {
  aspect-ratio: 407/510;
}
.sec-featuredScroll.style-4 .item-3 .item__img-2 .f-img-1 {
  aspect-ratio: 226/296;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .item-3 {
    margin-top: 6.25rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 35%;
    margin-left: 3%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-img-1 {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -12%;
    margin-right: 26%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-text-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 2;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-line-1 {
    top: -32%;
    left: 50%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 {
    width: 40%;
    margin-right: -2%;
    margin-top: 3.4375rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-img-1 {
    margin-left: -31%;
    margin-right: 68%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-sharp {
    top: 5%;
    right: 40%;
    width: 28%;
    -webkit-animation: hoaEffect1 3s linear infinite;
            animation: hoaEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-line-1 {
    left: -15%;
    bottom: 10%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-line-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .item-3 {
    margin-top: 15.625rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 {
    width: 24%;
    margin-left: 3%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-img-1 {
    margin-left: -20%;
    margin-right: 26%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 {
    width: 21%;
    margin-right: 2%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-text-1 {
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-text-1 .infoListIcon {
    padding: 3.4375rem 1.875rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-line-1 {
    bottom: -20%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .item-3 .item__img-1 {
    width: 67%;
    margin-left: 7%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-img-1 {
    margin-right: -45%;
    margin-left: 60%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -100%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-sharp {
    left: 39%;
    bottom: -41%;
    width: 18%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-line-1,
  .sec-featuredScroll.style-4 .item-3 .item__img-1 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-3 .title-btn-mb .fix {
    left: 27%;
    top: 15.9375rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 {
    width: 72%;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 25%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-img-1 {
    margin-left: -10%;
    margin-right: 75%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-text-1 {
    margin-top: 7.4375rem;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-line-1 {
    top: 15%;
    left: -25%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-line-2 {
    top: 30%;
    left: -18%;
  }
  .sec-featuredScroll.style-4 .item-3 .item__img-2 .f-sharp {
    display: none;
  }
}
.sec-featuredScroll.style-4 .item-4 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-4 .item-4 .item__img-1 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-4 .item-4 .item__img-2 .f-img-1 span {
  aspect-ratio: 407/519;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .item-4 {
    margin-top: 12.5rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 {
    width: 30%;
    margin-left: 8%;
    margin-top: 7.5rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-img-1 {
    width: 60%;
    margin-left: -31%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-sharp {
    width: 36%;
    top: 13%;
    right: 31%;
    -webkit-animation: hoaEffect1 3s linear infinite;
            animation: hoaEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-1 {
    top: -78%;
    right: 55%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-2 {
    bottom: -39%;
    left: -17%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
    margin-right: 7%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -40%;
    margin-left: 50%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-text-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 2;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp {
    right: -16%;
    top: 3%;
    width: 30%;
    -webkit-animation: hoaEffect1 3s linear infinite;
            animation: hoaEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp-2 {
    bottom: 38%;
    left: 25%;
    width: 19%;
    -webkit-animation: hoaEffect2 3s linear infinite;
            animation: hoaEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp-2 img {
    width: 100%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-1 {
    right: 19%;
    top: -37%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-2 {
    left: 34%;
    bottom: -8%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .item-4 {
    margin-top: 25.625rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 {
    width: 21%;
    margin-left: 8%;
    margin-top: 7.5rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-1 {
    right: -10%;
    top: -43%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-2 {
    left: -15%;
    bottom: -89%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 {
    width: 24%;
    margin-right: 7%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-1 {
    right: -10%;
    top: -43%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-2 {
    left: 40%;
    bottom: -39%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp-2 {
    bottom: 42%;
    left: 25%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .item-4 .item__img-1 {
    width: 72%;
    margin-left: auto;
    margin-right: 9%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-img-1 {
    width: 46%;
    margin-left: -20%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-sharp {
    width: 30%;
    right: 45%;
    top: 5%;
    -webkit-animation: hoaEffect3 3s linear infinite;
            animation: hoaEffect3 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-1 {
    height: 5.3125rem;
    right: 20%;
    top: -15%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-1 .f-line-2 {
    height: 10.625rem;
    left: -14%;
    bottom: -70%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .title-btn-mb .fix {
    top: 17.5rem;
    left: 20%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 {
    width: 66%;
    margin-left: 5%;
    margin-top: 2rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-img-1 {
    margin-left: 62%;
    margin-right: -30%;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-text-1 {
    margin-top: 7.625rem;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-1 {
    top: 23%;
    left: 17%;
    height: 5.625rem;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp,
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-sharp-2,
  .sec-featuredScroll.style-4 .item-4 .item__img-2 .f-line-2 {
    display: none;
  }
}
.sec-featuredScroll.style-4 .item-5 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-4 .item-5 .item__img-1 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-4 .item-5 .item__img-2 .f-img-1 span {
  aspect-ratio: 407/519;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4 .item-5 {
    margin-top: 12.5rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 {
    width: 35%;
    margin-left: -1%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-img-1 {
    z-index: 2;
    margin-left: 70%;
    margin-right: -28%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-text-1 {
    position: relative;
    margin-top: -30%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-text-1 .text-info {
    padding: 3.125rem 1.4375rem 1.875rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-sharp {
    right: -20%;
    bottom: -9%;
    width: 16%;
    -webkit-animation: hoaEffect1 3s linear infinite;
            animation: hoaEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-sharp img {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-line-1 {
    top: -40%;
    left: 37%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 37%;
    margin-right: 1%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin-left: -25%;
    margin-top: -10%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-text-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 2;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-line-1 {
    right: 30%;
    bottom: -8%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-line-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4 .item-5 {
    margin-top: 22.5rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 {
    width: 22%;
    margin-left: -1%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-text-1 .text-info {
    padding: 9.375rem 1.4375rem 4.375rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 {
    width: 24%;
    margin-right: 1%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-line-1 {
    right: 30%;
    bottom: -28%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4 .item-5 .item__img-1 {
    width: 66%;
    margin-left: auto;
    margin-right: 10%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-img-1 {
    width: 90%;
    margin-left: -30%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-text-1 {
    position: relative;
    z-index: 2;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-line-1 {
    top: -7%;
    right: 17%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-1 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-4 .item-5 .title-btn-mb .fix {
    top: 3.125rem;
    left: 25%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 {
    width: 56%;
    left: 9%;
    margin-top: 6.25rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-img-1 {
    width: 46%;
    margin-right: -55%;
    margin-left: auto;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-text-1 {
    margin-top: -20%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-line-1 {
    top: -70%;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-line-2 {
    top: -80%;
    left: 10%;
    height: 5.3125rem;
  }
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-sharp,
  .sec-featuredScroll.style-4 .item-5 .item__img-2 .f-sharp-2 {
    display: none;
  }
}
.sec-featuredScroll.style-4.custom .item-1 .item__img-1 .f-sharp {
  right: -28%;
  left: auto;
  top: 27%;
  width: 40%;
  -webkit-animation: none;
          animation: none;
}
.sec-featuredScroll.style-4.custom .item-1 .item__img-2 .f-sharp {
  display: none;
}
.sec-featuredScroll.style-4.custom .item-2 .item__img-2 .f-sharp {
  right: -20%;
  top: 26%;
  width: 34%;
  -webkit-animation: none;
          animation: none;
}
.sec-featuredScroll.style-4.custom .item-2 .item__img-1 .f-sharp {
  display: none;
}
.sec-featuredScroll.style-4.custom .item-3 .item__img-1 .f-sharp {
  top: 13%;
  right: 5%;
  width: 35%;
}
.sec-featuredScroll.style-4.custom .item-3 .item__img-2 .f-sharp {
  display: none;
}
.sec-featuredScroll.style-4.custom .item-4 .item__img-1 .f-sharp {
  display: none;
}
.sec-featuredScroll.style-4.custom .item-4 .item__img-2 .f-sharp-2 {
  display: none;
}
.sec-featuredScroll.style-4.custom .item-4 .item__img-2 .f-sharp {
  -webkit-animation: none;
          animation: none;
  right: auto;
  left: 18%;
  bottom: 6%;
  width: 45%;
  top: auto;
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-4.custom .item-4 .item__img-2 .f-line-2 {
    left: 11%;
    bottom: -66%;
  }
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4.custom .item-5 .item__img-1 .f-line-1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-4.custom .item-5 .item__img-1 .f-sharp {
    -webkit-animation: none;
            animation: none;
    bottom: auto;
    right: 20%;
    width: 41%;
    top: 1%;
  }
  .sec-featuredScroll.style-4.custom .item-5 .item__img-1 .f-sharp img {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-4.custom .item-5 .item__img-1 .f-sharp {
    width: 43%;
    right: 2%;
    top: 27%;
  }
}

@media (min-width: 1200px) {
  .sec-featuredScroll.style-home .scroll-setContent .title-sub {
    margin-bottom: 0;
  }
  .sec-featuredScroll.style-home .scroll-setContent .title-heading {
    margin-bottom: 1.5625rem;
  }
}
.sec-featuredScroll.style-home .scroll-markers .title-box {
  margin-bottom: 3.75rem;
}
.sec-featuredScroll.style-home .scroll-markers .title-heading {
  margin-bottom: 1.5rem;
}
.sec-featuredScroll.style-home .item .f-sharp,
.sec-featuredScroll.style-home .item .f-sharp-2 {
  position: absolute;
}
.sec-featuredScroll.style-home .item-1 {
  padding-top: 9.375rem;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-home .item-1 {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-home .item-1 {
    padding-top: 10.625rem;
  }
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-img-1 {
  aspect-ratio: 268/199;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-img-2 {
  aspect-ratio: 469/520;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-img-1 {
  position: relative;
  z-index: 2;
  width: 58%;
  margin-left: auto;
  margin-right: -21%;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-img-2 {
  margin-top: -15%;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-sharp {
  top: -32%;
  width: 78%;
  left: -10%;
  -webkit-animation: hoaEffect1 6s linear infinite;
          animation: hoaEffect1 6s linear infinite;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-1 {
  height: 10.625rem;
  right: -17%;
  top: 55%;
  -webkit-animation: lineEffect1 3s ease infinite;
          animation: lineEffect1 3s ease infinite;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-2 {
  height: 10.625rem;
  left: -25%;
  bottom: -55%;
  -webkit-animation: lineEffect1 3s ease infinite;
          animation: lineEffect1 3s ease infinite;
}
.sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-3 {
  height: 5.3125rem;
  left: -32%;
  bottom: -70%;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-home .item-1 .item__img-1 {
    width: 35%;
    margin-left: -2%;
    margin-top: 3.125rem;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-1 .f-sharp {
    top: -26%;
    width: 80%;
    left: -19%;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-2,
  .sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-3 {
    display: none;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-1 {
    z-index: -1;
    height: 12.5rem;
    right: 14%;
    top: 87%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-home .item-1 .item__img-1 {
    width: 26%;
    margin-top: 6.25rem;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-1 .f-line-1 {
    height: 21.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-home .item-1 .item__img-1 {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 3.125rem;
  }
}
.sec-featuredScroll.style-home .item-1 .item__img-2 {
  width: 35%;
  margin-right: -2%;
}
.sec-featuredScroll.style-home .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 535/634;
}
.sec-featuredScroll.style-home .item-1 .item__img-2 .f-img-1 span {
  border: 1px solid var(--bs-heading-color);
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-home .item-1 .item__img-2 .f-line-1 {
    bottom: -80%;
    left: 0;
    height: 12.5rem;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-2 .f-line-2 {
    bottom: -50%;
    left: 40%;
    -webkit-animation: lineEffect2 3s ease infinite;
            animation: lineEffect2 3s ease infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-home .item-1 .item__img-2 {
    width: 28%;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-2 .f-line-1 {
    height: 46.25rem;
    bottom: -149%;
    left: 8%;
  }
  .sec-featuredScroll.style-home .item-1 .item__img-2 .f-line-2 {
    bottom: -65%;
    left: 25%;
  }
}
.sec-featuredScroll.style-home .item-2 {
  margin-top: 3.125rem;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-1 {
  aspect-ratio: 218/165;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-2 {
  aspect-ratio: 330/268;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-2 span {
  border: 1px solid var(--bs-heading-color);
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-3 {
  aspect-ratio: 156/199;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-1 {
  position: relative;
  width: 35%;
  z-index: 2;
  margin-left: 11%;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-2 {
  margin-top: -10%;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-3 {
  width: 27%;
  margin-left: auto;
  margin-right: -11%;
  margin-top: -11%;
  position: relative;
  z-index: 3;
}
.sec-featuredScroll.style-home .item-2 .item__img-1 .f-sharp {
  width: 42%;
  top: -22%;
  left: 27%;
  -webkit-animation: hoaEffect5 6s linear infinite;
          animation: hoaEffect5 6s linear infinite;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-1 {
  aspect-ratio: 303/194;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-2 {
  aspect-ratio: 350/457;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-3 {
  aspect-ratio: 207/137;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-1 {
  width: 83%;
  margin-right: -32%;
  margin-left: auto;
  margin-bottom: 5rem;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-3 {
  position: relative;
  z-index: 3;
  width: 58%;
  margin-left: -21%;
  margin-top: -20%;
}
.sec-featuredScroll.style-home .item-2 .item__img-2 .f-sharp {
  position: absolute;
  top: 26%;
  right: -17%;
  width: 58%;
  -webkit-animation: hoaEffect5 6s linear infinite;
          animation: hoaEffect5 6s linear infinite;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-home .item-2 {
    margin-top: 12.8125rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 {
    width: 45%;
    margin-left: -6%;
    margin-top: 3.125rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-2 {
    aspect-ratio: 614/603;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-line-1 {
    height: 12.5rem;
    right: 24%;
    bottom: -29%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-line-2 {
    height: 18.75rem;
    left: 36%;
    bottom: -40%;
    -webkit-animation: lineEffect2 3s ease infinite;
            animation: lineEffect2 3s ease infinite;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 {
    width: 25%;
    margin-right: 2%;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-1 {
    height: 18.75rem;
    right: 20%;
    bottom: -70%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-2 {
    height: 9.375rem;
    left: 0%;
    bottom: -40%;
    -webkit-animation: lineEffect2 3s ease infinite;
            animation: lineEffect2 3s ease infinite;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-3 {
    height: 12.5rem;
    left: -50%;
    bottom: 10%;
    -webkit-animation: lineEffect1 3s ease infinite;
            animation: lineEffect1 3s ease infinite;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-home .item-2 {
    margin-top: 18.125rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 {
    width: 33%;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-line-1 {
    height: 21.25rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-line-2 {
    top: -11%;
    bottom: auto;
    right: 13%;
    left: auto;
    height: 10.625rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 {
    width: 19%;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-1 {
    margin-bottom: 11.25rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-1 {
    height: 21.25rem;
    right: 56%;
    bottom: -40%;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-2 {
    height: 42.5rem;
    left: 0%;
    bottom: -70%;
    z-index: 1;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-3 {
    height: 21.25rem;
    left: -32%;
    bottom: -56%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-home .item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-1,
  .sec-featuredScroll.style-home .item-2 .item__img-1 .f-img-3 {
    display: none;
  }
  .sec-featuredScroll.style-home .item-2 .title-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 4.375rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 66%;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: 4.375rem;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-img-1 {
    display: none;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-sharp {
    top: auto;
    bottom: -10%;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-1,
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-home .item-2 .item__img-2 .f-line-3 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sec-featuredScroll.style-5 {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .sec-featuredScroll.style-5 .scroll-setContent .title-sub {
    margin-bottom: 0;
  }
  .sec-featuredScroll.style-5 .scroll-setContent .title-heading {
    margin-bottom: 1.5625rem;
  }
}
.sec-featuredScroll.style-5 .scroll-markers .title-box {
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-5 .scroll-markers .title-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-5 .scroll-markers .title-heading {
    margin-bottom: rem;
  }
}
.sec-featuredScroll.style-5 .item .f-sharp,
.sec-featuredScroll.style-5 .item .f-sharp-2 {
  position: absolute;
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-5 .infoListIcon .f-list li + li {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-featuredScroll.style-5 .infoListIcon .f-list li span {
    width: 1.25rem;
  }
  .sec-featuredScroll.style-5 .infoListIcon .f-list li span img {
    width: 100%;
  }
}
.sec-featuredScroll.style-5 .title-box .title-sub {
  margin-bottom: 0.75rem;
}
.sec-featuredScroll.style-5 .item-1 .item__img-1 .f-img-1 {
  aspect-ratio: 160/230;
  width: 61%;
  z-index: 2;
  margin-left: -35%;
}
.sec-featuredScroll.style-5 .item-1 .item__img-1 .f-img-2 {
  aspect-ratio: 276/361;
  margin-top: -40%;
}
.sec-featuredScroll.style-5 .item-1 .item__img-2 .f-img-1 {
  aspect-ratio: 407/519;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-5 .item-1 .item__img-1 {
    width: 16%;
    margin-left: 10%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-img-1 {
    width: 61%;
    z-index: 2;
    margin-left: -35%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-img-2 {
    margin-top: -40%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-sharp {
    width: 52%;
    left: 15%;
    top: -19%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-1 {
    top: -40%;
    right: 10%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-2 {
    right: -31%;
    bottom: -90%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-3 {
    left: -13%;
    bottom: -22%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-2 {
    width: 22%;
    margin-right: 4%;
    margin-top: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-5 .item-1 .item__img-1 {
    width: 52%;
    margin-left: auto;
    margin-right: 13%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-sharp {
    bottom: 8%;
    left: -24%;
    width: 40%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-1 {
    top: -14%;
    right: 26%;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-2 {
    display: none;
  }
  .sec-featuredScroll.style-5 .item-1 .item__img-1 .f-line-3 {
    bottom: -8%;
    left: -18%;
  }
}
.sec-featuredScroll.style-5 .item-2 {
  margin-top: 3.75rem;
}
.sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-1 {
  aspect-ratio: 407/519;
}
.sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-text {
  position: relative;
}
.sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-1 {
  aspect-ratio: 226/296;
}
.sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-text {
  position: relative;
}
@media (min-width: 768px) {
  .sec-featuredScroll.style-5 .item-2 {
    margin-top: 11.875rem;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 {
    width: 22%;
    margin-left: -2%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-text {
    width: 96%;
    z-index: 2;
    margin-left: auto;
    margin-right: -42%;
    margin-top: -41%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-text .infoListIcon {
    padding: 4.25rem 3.75rem;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-sharp {
    top: 27%;
    right: -52%;
    width: 56%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 {
    width: 21%;
    margin-right: 9%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-group .f-img-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    margin-left: auto;
    margin-right: -30%;
    margin-top: -20%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-group .f-img-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 3;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-group .f-line-1 {
    bottom: -32%;
    left: 23%;
  }
}
@media (max-width: 767.98px) {
  .sec-featuredScroll.style-5 .item-2 .item__img-1 {
    position: relative;
    z-index: 3;
    width: 69%;
    margin-left: 5%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-1 {
    width: 38%;
    margin-left: auto;
    margin-right: 26%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-text {
    margin-top: -10%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-img-text .infoListIcon {
    padding: 1.25rem;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-sharp {
    right: -6%;
    top: -8%;
    width: 32%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-line-1 {
    top: 20%;
    right: -20%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-1 .f-line-2 {
    top: -23%;
    right: -13%;
    height: 10.625rem;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 {
    width: 88%;
    margin-left: 6%;
    margin-top: -26%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-1 {
    width: 50%;
    margin-left: auto;
    margin-right: -3%;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-text {
    margin-top: 2rem;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-img-text .infoListIcon {
    padding: 1.25rem;
  }
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-line-1,
  .sec-featuredScroll.style-5 .item-2 .item__img-2 .f-line-2 {
    display: none;
  }
}

.sec-ourDelicious .title-heading {
  margin-bottom: 1.875rem;
}
.sec-ourDelicious .item__title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
.sec-ourDelicious .item__text {
  margin-bottom: 0.625rem;
}
.sec-ourDelicious .item__text p {
  margin-bottom: 0;
}
.sec-ourDelicious .item__text p + p {
  margin-top: 1em;
}
.sec-ourDelicious .item__icon {
  width: 7.5rem;
}
.sec-ourDelicious .item__icon img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec-ourDelicious .title-heading {
    margin-bottom: 3.75rem;
  }
  .sec-ourDelicious .item-list .row .col-md-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sec-ourDelicious .item-list .row .col-md-6:nth-child(n+3) .item {
    margin-top: 3.125rem;
  }
  .sec-ourDelicious .item-list .row .col-md-6:nth-child(2n+2) .item {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-ourDelicious .item__text {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sec-ourDelicious .title-heading {
    margin-bottom: 5.625rem;
  }
  .sec-ourDelicious .item-list .row .col-md-6 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .sec-ourDelicious .item-list .row .col-md-6:nth-child(n+3) .item {
    margin-top: 5rem;
  }
  .sec-ourDelicious .item__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .sec-ourDelicious .item__text {
    margin-bottom: 1.875rem;
  }
  .sec-ourDelicious .item__icon {
    width: 10.625rem;
  }
  .sec-ourDelicious .f-line-1,
  .sec-ourDelicious .f-line-2,
  .sec-ourDelicious .f-line-3,
  .sec-ourDelicious .f-line-4 {
    width: 1px;
    background-color: var(--bs-heading-color);
  }
  .sec-ourDelicious .f-line-1,
  .sec-ourDelicious .f-line-2,
  .sec-ourDelicious .f-line-3 {
    position: absolute;
  }
  .sec-ourDelicious .f-line-1 {
    top: 5%;
    right: 10%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-ourDelicious .f-line-2 {
    bottom: 20%;
    left: 8%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
  .sec-ourDelicious .f-line-3 {
    left: 10%;
    bottom: 5%;
    -webkit-animation: lineEffect1 3s linear infinite;
            animation: lineEffect1 3s linear infinite;
  }
  .sec-ourDelicious .f-line-4 {
    margin-left: auto;
    margin-right: 15%;
    margin-bottom: -3%;
    margin-top: -5%;
    -webkit-animation: lineEffect2 3s linear infinite;
            animation: lineEffect2 3s linear infinite;
  }
}
@media (max-width: 767.98px) {
  .sec-ourDelicious .item-list .col-md-6 + .col-md-6 .item {
    margin-top: 1.5625rem;
  }
}

.sec-heroSpa {
  padding-top: 5.625rem;
  padding-bottom: 1.25rem;
}
.sec-heroSpa .item-img {
  position: relative;
}
.sec-heroSpa .item-img img {
  width: 100%;
  height: 100%;
}
.sec-heroSpa .item-img .img-border {
  background-color: #FFFDF9;
  padding: 0.25rem;
}
.sec-heroSpa .item-img .f-img-1 {
  aspect-ratio: 573/885;
}
.sec-heroSpa .item-img .f-img-2 {
  aspect-ratio: 125/183;
  position: absolute;
  top: 34%;
  left: -14%;
  width: 22%;
}
.sec-heroSpa .item-img .f-img-3 {
  aspect-ratio: 213/309;
  position: absolute;
  bottom: 4%;
  right: -16%;
  width: 37%;
}
.sec-heroSpa .item-img .f-line-2,
.sec-heroSpa .item-img .f-line-3,
.sec-heroSpa .item-img .f-line-4 {
  position: absolute;
  width: 1px;
  background-color: var(--bs-heading-color);
}
.sec-heroSpa .item-img .f-line-2 {
  bottom: 17%;
  left: -10%;
  height: 5.625rem;
}
.sec-heroSpa .item-img .f-line-3 {
  height: 11.25rem;
  top: 5%;
  right: 0;
}
.sec-heroSpa .title-sub {
  font-size: 1.75rem;
  font-family: var(--bs-heading-font-family2);
  font-weight: 400;
  font-style: italic;
  color: var(--color-secondary);
  line-height: 1;
  margin: 0;
}
.sec-heroSpa .title-heading {
  margin-bottom: 1.5rem;
}
.sec-heroSpa .title-text p {
  margin-bottom: 0;
}
.sec-heroSpa .title-text p + p {
  margin-top: 1em;
}
.sec-heroSpa .fix-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec-heroSpa .title-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem;
}
.sec-heroSpa .title-btn a {
  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: 7.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid var(--bs-heading-color);
  border-radius: 50%;
  text-transform: uppercase;
}
.sec-heroSpa .title-btn a:hover {
  background-color: var(--bs-heading-color);
  color: #fff;
}
.sec-heroSpa .f-line-1 {
  width: 1px;
  height: 3.875rem;
  background-color: var(--bs-heading-color);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec-heroSpa {
    padding-top: 5.625rem;
  }
  .sec-heroSpa .f-line-1 {
    position: absolute;
    right: 30%;
    bottom: -8%;
    height: 11.25rem;
  }
  .sec-heroSpa .item-img .f-line-2 {
    height: 8.75rem;
    bottom: 0;
  }
  .sec-heroSpa .item-img .f-line-3 {
    height: 6.25rem;
  }
  .sec-heroSpa .item-img .f-line-4 {
    height: 8.75rem;
    top: 18%;
    right: -7%;
  }
  .sec-heroSpa .item-body {
    padding-top: 3.125rem;
  }
  .sec-heroSpa .title-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-heroSpa .item-body {
    margin-left: -10%;
    margin-right: -18%;
  }
  .sec-heroSpa .title-heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-heroSpa {
    padding-top: 5rem;
    padding-bottom: 11.25rem;
    z-index: 3;
  }
  .sec-heroSpa .title-sub {
    font-size: 3.75rem;
  }
  .sec-heroSpa .item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 11.5625rem;
  }
  .sec-heroSpa .title-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
  .sec-heroSpa .title-btn a {
    width: 11.875rem;
    font-size: 1.125rem;
  }
  .sec-heroSpa .f-line-1 {
    right: 30%;
    bottom: -8%;
    height: 33.75rem;
  }
  .sec-heroSpa .item-img .f-line-2 {
    height: 21.25rem;
    bottom: -10%;
  }
  .sec-heroSpa .item-img .f-line-3 {
    height: 10.625rem;
  }
  .sec-heroSpa .item-img .f-line-4 {
    height: 21.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-heroSpa .title-heading {
    font-size: 1.75rem;
  }
}

.sec-sitemap .title-heading {
  margin-bottom: 2.5rem;
  color: var(--color-secondary);
}
.sec-sitemap .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.sec-sitemap .item-list a {
  display: block;
}
.sec-sitemap .item-list a:hover {
  color: var(--color-secondary);
}
.sec-sitemap .item-list > li {
  border-bottom: 1px solid var(--bs-heading-color);
  padding: 1.25rem 0;
}
.sec-sitemap .item-list > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.sec-sitemap .item-list ol {
  padding-left: 3em;
}
.sec-sitemap .item-list ol li {
  font-size: 0.8em;
  text-transform: capitalize;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .sec-sitemap .item-list {
    font-size: 1.5625rem;
  }
  .sec-sitemap .item-list > li {
    padding: 1.5625rem 0;
  }
  .sec-sitemap .item-list ol li {
    margin-top: 0.9375rem;
  }
}

.balloon-fixed {
  position: fixed;
  right: 27px;
  bottom: 90px;
  z-index: 10;
}
.balloon-fixed a {
  position: relative;
  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: 60px;
  height: 60px;
  background-color: var(--color-secondary);
  border-radius: 50%;
}
.balloon-fixed a:hover {
  background-color: #A17D66;
}
.balloon-fixed a:hover span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
}
.balloon-fixed a svg {
  width: 45%;
}
.balloon-fixed a span {
  position: absolute;
  z-index: -1;
  left: -0.625rem;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background-color: var(--color-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0 0.625rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.balloon-fixed a + a {
  margin-top: 0.625rem;
}
@media (max-width: 767.98px) {
  .balloon-fixed a span {
    display: none;
  }
}

.widget-visible iframe {
  bottom: 90px !important;
}
@media (min-width: 768px) {
  .widget-visible iframe {
    bottom: 100px !important;
  }
}