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

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

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

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bs-heading-font-family), sans-serif;
  font-weight: var(--bs-heading-weight);
  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: "SVN-Albra Grotesk";
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #FFF;
  --bs-body-text-align: left;
  --bs-body-bg: #161616;
  --bs-heading-font-family: "Moulin Web";
  --bs-heading-weight: 300;
  --bs-heading-color: #FFF;
  --color-primary: #DCFC5A;
  --color-hover: #3427E7;
  --color-secondary: #C19B83;
  --color-border: #CBCEE2;
}

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

body {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bs-body-bg);
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 1.125rem;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
}

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.8125rem 0;
  }
}

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

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

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

img::selection {
  background: transparent;
}

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

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

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

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

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

i {
  vertical-align: middle;
}

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

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

.btn-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.28;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btn-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
  color: #fff;
  padding: 0.625rem 0;
  border-bottom: 1px solid #fff;
}
.btn-link span em {
  font-size: 1.3em;
  line-height: 1;
  margin-left: 0.75rem;
}
.btn-link span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link:hover span:last-child {
  clip-path: inset(0 0% 0 0);
}

button.btn-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-circle {
  aspect-ratio: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.75rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
.btn-circle span {
  width: 100%;
  padding: 0 0.8em;
}
.btn-circle:hover {
  background-color: #fff;
  color: #000;
}

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

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

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

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

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

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

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

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

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

.ss-content {
  padding: 0.75rem;
}
.ss-content .ss-search input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #161616;
  padding: 0 0.75rem;
  outline: none;
}
.ss-content .ss-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ss-content .ss-list .ss-option {
  height: 2.5rem;
  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;
  color: #161616;
  padding: 0 0.75rem;
}
.ss-content .ss-list .ss-option p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background: rgba(22, 22, 22, 0.04);
  color: #161616;
}
.ss-content .ss-search {
  font-size: 0.875rem;
  font-weight: 400;
  color: #161616;
  padding: 0;
}
.ss-content.select-default .ss-search, .ss-content.select-checkbox .ss-search {
  display: none !important;
}
.ss-content.select-default .ss-list, .ss-content.select-checkbox .ss-list {
  overflow: hidden;
}
.ss-content.select-checkbox .ss-list .ss-option {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ss-content.select-checkbox .ss-list .ss-option span {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(22, 22, 22, 0.3);
}
.ss-content.select-checkbox .ss-list .ss-option span:after {
  content: "\e90c";
  font-family: "sense";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.ss-content.select-checkbox .ss-list .ss-option p {
  width: calc(100% - 1.25rem);
  padding-left: 0.625rem;
}
.ss-content.select-checkbox .ss-list .ss-option.ss-selected span:after {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .row {
    margin-left: -0.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__title {
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

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

.title__btn {
  padding-top: 2.8125rem;
}

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

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

@media (min-width: 768px) {
  .fz-40 {
    font-size: 2.125rem;
  }
  .fz-56 {
    font-size: 2.6875rem;
  }
  .title__text {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fz-40 {
    font-size: 2.5rem;
  }
  .fz-56 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1850px) {
  .fz-56 {
    font-size: 3.5rem;
  }
}
.imgbox {
  position: relative;
  overflow: hidden;
}
.imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projectPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--bs-body-bg);
  visibility: hidden;
  opacity: 0;
  height: 100lvh;
}
.projectPopup.show {
  opacity: 1;
  visibility: visible;
}
.projectPopup .item-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.projectPopup .item-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 2.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.projectPopup .item-close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  z-index: 3;
  cursor: pointer;
}
.projectPopup .item-close svg {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projectPopup .item-close:hover svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.projectPopup .title__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
}
.projectPopup .title__title small {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.2em;
  margin-left: 0.25rem;
}
.projectPopup .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projectPopup .item-list ul li {
  position: relative;
  padding: 1.25rem 0;
}
.projectPopup .item-list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 100%);
}
.projectPopup .item-list ul li:hover h3 a {
  color: #fff;
}
.projectPopup .item-list ul li:last-child {
  margin-bottom: 5%;
}
.projectPopup .item-list ul h3 {
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.04;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.04em;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projectPopup .item-list ul .f-hover {
  width: 30vw;
  aspect-ratio: 600/450;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.projectPopup .item-list ul .f-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .projectPopup .item-content {
    padding-top: 3.75rem;
  }
  .projectPopup .title__title {
    font-size: 2.5rem;
  }
  .projectPopup .title__title small {
    font-size: 0.9375rem;
    margin-top: 0.4em;
  }
  .projectPopup .item-close {
    right: 2.5rem;
  }
  .projectPopup .item-list ul li {
    padding: 1.5625rem 0;
  }
  .projectPopup .item-list ul h3 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .projectPopup .item-content {
    padding-top: 4.375rem;
  }
  .projectPopup .title__title {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
  .projectPopup .title__title small {
    font-size: 1rem;
    margin-top: 0.8em;
  }
  .projectPopup .item-list ul h3 {
    font-size: 6rem;
  }
}

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

.projectDetailPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projectDetailPopup .item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0F0F0F;
  opacity: 0.4;
  cursor: pointer;
}
.projectDetailPopup.show {
  opacity: 1;
  visibility: visible;
}
.projectDetailPopup.show .item-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.projectDetailPopup .item-content {
  position: relative;
  z-index: 2;
  width: 58%;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 4rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.projectDetailPopup .item-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
  cursor: pointer;
}
.projectDetailPopup .item-entry {
  font-size: 1rem;
  color: rgba(22, 22, 22, 0.6);
}
.projectDetailPopup .item-entry .title__title {
  color: #161616;
  margin-bottom: 0.9375rem;
}
.projectDetailPopup .item-entry figure {
  margin: 3.125rem 0;
}
.projectDetailPopup .item-entry figure img {
  width: 100%;
}
.projectDetailPopup .item-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #161616;
  text-transform: uppercase;
  margin-top: 3.125rem;
}
.projectDetailPopup .item-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(22, 22, 22, 0.12);
  letter-spacing: 0.02em;
  padding: 0.9375rem 0;
}
.projectDetailPopup .item-info li span {
  width: 40%;
}
.projectDetailPopup .item-info li p {
  width: 60%;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .projectDetailPopup .item-content {
    width: 70%;
    padding: 3.125rem 2.5rem;
  }
  .projectDetailPopup .item-entry {
    font-size: 0.875rem;
  }
  .projectDetailPopup .item-entry .title__title {
    font-size: 1.5625rem;
  }
  .projectDetailPopup .item-entry figure {
    margin: 2.5rem 0;
  }
  .projectDetailPopup .item-info {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .projectDetailPopup .item-close {
    top: 0.3125rem;
    right: 0.3125rem;
  }
  .projectDetailPopup .item-content {
    width: 100%;
    padding: 1.875rem 0.9375rem;
  }
  .projectDetailPopup .item-entry .title__title {
    font-size: 1.375rem;
  }
  .projectDetailPopup .item-entry figure {
    margin: 1.875rem 0;
  }
  .projectDetailPopup .item-info li span {
    width: 50%;
  }
  .projectDetailPopup .item-info li p {
    width: 50%;
  }
}

.teambox__img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  aspect-ratio: 1;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teambox__img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.teambox__body .f-sub {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.teambox__body .f-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.16;
  color: #fff;
  margin-bottom: 0.75rem;
}
.teambox__body .f-text {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

.postBox__img {
  display: block;
  aspect-ratio: 597/336;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.postBox__img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.postBox__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.postBox__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3125rem;
}

.postBox__title {
  font-size: 1.75rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .postBox__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .postBox__title {
    font-size: 2rem;
  }
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  margin: 0.125rem;
}
.pagination li a,
.pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  font-size: 0.75rem;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #fff;
}
.pagination li a:hover {
  background-color: #fff;
  color: var(--bs-body-bg);
}
.pagination li .btn-prev i,
.pagination li .btn-next i {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .pagination li {
    margin: 0.25rem;
  }
  .pagination li a,
  .pagination li span {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .pagination li a,
  .pagination li span {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1rem;
  }
}

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #161616;
}

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

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.header__humbergerWrap {
  margin-left: 1.4375rem;
}

.header__logo a {
  display: block;
  width: 7.8125rem;
}

.header__humberger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem 0;
  cursor: pointer;
}
.header__humberger span {
  display: block;
  width: 1.1875rem;
  height: 2px;
  background-color: #fff;
  border-radius: 0.1875rem;
}
.header__humberger .h-2 {
  width: 0.625rem;
  margin-top: 0.3125rem;
}

.header__right {
  text-align: right;
}
.header__right .btn-link span {
  padding: 0;
  border-bottom: 0;
}

.header.header--transparent .header__fixHeight {
  display: none;
}
.header.header--transparent.headroom--top .header__wrap {
  background-color: transparent;
}

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

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

.header.header--showmenu .header__wrap {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
.header.header--showmenu .header__humberger .h-1 {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.header.header--showmenu .header__humberger .h-2 {
  width: 1.1875rem;
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

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

@media (min-width: 768px) {
  .header__content,
  .header__fixHeight {
    height: 4.6875rem;
  }
  .header__humbergerWrap,
  .header__right {
    width: 30%;
  }
  .header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo a {
    width: 8.4375rem;
  }
  .header__humbergerWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  .header__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1200px) {
  .header__content,
  .header__fixHeight {
    height: 5.9375rem;
  }
  .header__logo a {
    width: 10.625rem;
  }
}
@media (max-width: 1199.98px) {
  .header__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #161616;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  min-height: 100svh;
}
.megamenu.show-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.megamenu.effect .megamenu__list li {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.megamenu.effect .megamenu__list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.megamenu.effect .megamenu__list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.megamenu.effect .megamenu__list li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.megamenu.effect .megamenu__list li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.megamenu.effect .megamenu__list li:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.megamenu.effect .megamenu__list li:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.megamenu.effect .megamenu__list li:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.megamenu.effect .megamenu__info {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.megamenu.effect .megamenu__lang {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

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

.megamenu__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}

.megamenu__list {
  position: relative;
  z-index: 3;
}
.megamenu__list .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__list .menu-list li {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.megamenu__list .menu-list li + li {
  margin-top: 1.25rem;
}
.megamenu__list .menu-list a {
  font-family: var(--bs-heading-font-family);
  font-size: 1.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.4;
}
.megamenu__list .menu-list a.current, .megamenu__list .menu-list a:hover {
  opacity: 1;
}

.megamenu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 1.25rem;
  opacity: 0;
  visibility: hidden;
}
.megamenu__lang p {
  margin: 0;
  margin-right: 0.3em;
}
.megamenu__lang .select-lang {
  position: relative;
}
.megamenu__lang .select-lang.show .select-lang__label::after {
  content: "\e90b";
}
.megamenu__lang .select-lang.show .select-lang__list {
  opacity: 1;
  visibility: visible;
}
.megamenu__lang .select-lang__label {
  font-weight: 600;
  cursor: pointer;
}
.megamenu__lang .select-lang__label:after {
  content: "\e908";
  font-family: "sense";
  margin-left: 0.3em;
}
.megamenu__lang .select-lang__list {
  min-width: 6.25rem;
  background-color: #fff;
  outline: none;
}
.megamenu__lang .select-lang__list a {
  display: block;
  padding: 0.625rem 0.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.megamenu__lang .select-lang__list a:hover, .megamenu__lang .select-lang__list a.current {
  background-color: #c8c8c8;
}

xo-popover {
  outline: none;
}

.megamenu__info {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.megamenu__info .imgbox {
  margin-bottom: 1rem;
}
.megamenu__info .f-title {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.megamenu__info .f-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__info .f-info li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57;
  color: #fff;
}
.megamenu__info .f-info li + li {
  margin-top: 0.3125rem;
}
.megamenu__info .f-info li a:hover {
  text-decoration: underline;
}

.megamenu__sharp {
  position: absolute;
  z-index: -1;
  bottom: 3%;
  right: 0;
  width: 53%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .megamenu__content {
    padding-top: 8.125rem;
    padding-bottom: 0;
  }
  .megamenu__list .menu-list li + li {
    margin-top: 2.1875rem;
  }
  .megamenu__list .menu-list a {
    font-size: 3.125rem;
  }
  .megamenu__foot {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 3.75rem;
    right: 0;
    z-index: 2;
  }
  .megamenu__sharp {
    width: 40%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: landscape) {
  .megamenu__content {
    padding-top: 2.5rem;
  }
  .megamenu__list .menu-list li + li {
    margin-top: 1.25rem;
  }
  .megamenu__list .menu-list a {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .megamenu__content {
    padding-top: 8.125rem;
  }
  .megamenu__list .menu-list li + li {
    margin-top: 1.5rem;
  }
  .megamenu__list .menu-list a {
    font-size: 3.5rem;
  }
  .megamenu__foot {
    bottom: 2.5rem;
  }
  .megamenu__sharp {
    width: 21%;
    bottom: 5%;
  }
}
@media (max-width: 767.98px) {
  .megamenu__content {
    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;
  }
  .megamenu__info .imgbox {
    display: none;
  }
}
.footer {
  background-color: #0F0F0F;
}
@media (max-width: 1199.98px) {
  .footer {
    font-size: 1rem;
  }
}

.footer__content {
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
}
.footer__content .item-logo {
  display: block;
  width: 10.625rem;
  margin-bottom: 1.875rem;
}
.footer__content .item-title {
  font-family: var(--bs-body-font-family);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.37;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.9375rem;
}
.footer__content .item-list,
.footer__content .item-contact {
  padding-top: 2.8125rem;
}
.footer__content .item-list {
  position: relative;
}
.footer__content .item-list:before {
  content: "";
  position: absolute;
}
.footer__content .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__content .item-list ul li + li {
  margin-top: 0.9375rem;
}
.footer__content .item-list ul a {
  font-family: var(--bs-heading-font-family);
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.18;
  letter-spacing: -0.64px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer__content .item-list ul a:hover {
  opacity: 1;
}
.footer__content .item-contact .f-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__content .item-contact .f-info li {
  color: rgba(255, 255, 255, 0.4);
}
.footer__content .item-contact .f-info li + li {
  margin-top: 0.625rem;
}
.footer__content .item-contact .f-info li a:hover {
  color: #fff;
}
.footer__content .item-contact .f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
.footer__content .item-contact .f-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
  margin-right: 0.5rem;
}
.footer__content .item-contact .f-social a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .footer__content {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .footer__content .item-logo {
    margin-bottom: 3.125rem;
  }
  .footer__content .item-title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .footer__content .item-list,
  .footer__content .item-contact {
    padding-left: 1.875rem;
    padding-top: 0;
  }
  .footer__content .item-list {
    position: relative;
  }
  .footer__content .item-list .f-line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
  }
  .footer__content .item-list .f-line .f-line-line {
    display: block;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 100%);
  }
  .footer__content .item-list ul a {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    padding-top: 4.0625rem;
    padding-bottom: 5.9375rem;
  }
  .footer__content .item-list,
  .footer__content .item-contact {
    padding-left: 3.4375rem;
  }
}
@media (max-width: 767.98px) {
  .footer__content .item-list::before {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(260deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
}

.footer__foot {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 1.5rem 0;
  font-size: 1rem;
  color: #fff;
}
.footer__foot p {
  margin: 0;
}
.footer__foot .t-2 {
  margin-top: 0.625rem;
}
.footer__foot .t-2 a {
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 1.5rem;
}
.footer__foot .t-2 a:hover {
  color: #fff;
}
.footer__foot .t-3 {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .footer__foot .t-2 {
    margin-top: 0.9375rem;
  }
  .footer__foot .t-3 {
    text-align: right;
    margin-top: 0;
  }
}

.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 #161616;
  border-radius: 50%;
  font-size: 1rem;
  color: #161616;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-buttonCustom-prev:hover,
.swiper-buttonCustom-next:hover {
  background-color: #161616;
  color: #fff;
}
@media (min-width: 1200px) {
  .swiper-buttonCustom-prev,
  .swiper-buttonCustom-next {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 1.5625rem;
  }
}
.swiper-buttonCustom-prev.swiper-button-disabled,
.swiper-buttonCustom-next.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.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;
}
@media (min-width: 768px) {
  .swiper-buttonCustom.style-2 .swiper-buttonCustom-prev {
    left: 2.5rem;
  }
  .swiper-buttonCustom.style-2 .swiper-buttonCustom-next {
    right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .swiper-buttonCustom.style-2 .swiper-buttonCustom-prev {
    left: 4.0625rem;
  }
  .swiper-buttonCustom.style-2 .swiper-buttonCustom-next {
    right: 4.0625rem;
  }
}

.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(--color-primary);
  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;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  pointer-events: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .cursor {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.cursor .cursor-inner {
  aspect-ratio: 600/450;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.625rem;
  overflow: hidden;
  -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: 34.375rem;
  }
}
.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: 1199.98px) {
  .cursor {
    display: none !important;
  }
}

.sec-hero {
  padding: 0;
}
.sec-hero .item-wrap {
  position: relative;
  height: 100svh;
  min-height: 18.75rem;
}
.sec-hero .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-hero .item-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-top: 6.875rem;
  padding-bottom: 4.375rem;
}
.sec-hero .item-content .container {
  height: 100%;
}
.sec-hero .item-text {
  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;
}
.sec-hero .item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 5.3125rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .sec-hero .item-title {
    font-size: 6.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-hero .item-title:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-hero .item-title:nth-child(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-hero .item-content {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .sec-hero .item-wrap {
    min-height: 43.75rem;
  }
  .sec-hero .item-content {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
  .sec-hero .item-title {
    font-size: 9.75rem;
  }
  .sec-hero .item-title:nth-child(2) {
    text-align: center;
  }
  .sec-hero .item-title:nth-child(3) {
    text-align: right;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: landscape) {
  .sec-hero .item-content {
    padding-bottom: 6.25rem;
  }
  .sec-hero .item-title {
    font-size: 5.3125rem;
  }
}

.sec-homeAbout {
  padding: 0;
}
.sec-homeAbout .item-line {
  height: 13.4375rem;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  margin: 0 auto;
  margin-top: -3.125rem;
  margin-bottom: 2.1875rem;
}
.sec-homeAbout .titlebox {
  text-align: center;
  margin-bottom: 7.5rem;
}
.sec-homeAbout .item-content {
  position: relative;
}
.sec-homeAbout .item-grid .img-1,
.sec-homeAbout .item-grid .img-2,
.sec-homeAbout .item-grid .img-3 {
  width: 45%;
}
.sec-homeAbout .item-grid .img-3 {
  margin-left: auto;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .sec-homeAbout .item-line {
    height: 25rem;
    margin-top: -6.25rem;
    margin-bottom: 3.125rem;
  }
  .sec-homeAbout .titlebox {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeAbout .item-line {
    height: 62.5rem;
    margin-top: -11.25rem;
    margin-bottom: 4.375rem;
  }
  .sec-homeAbout .title__title {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sec-homeAbout .item-grid .img-1,
  .sec-homeAbout .item-grid .img-2,
  .sec-homeAbout .item-grid .img-3 {
    width: 25rem;
  }
  .sec-homeAbout .item-grid .img-1 {
    position: absolute;
    top: -3.75rem;
    left: 0;
  }
  .sec-homeAbout .item-grid .img-2 {
    position: absolute;
    top: -6.875rem;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeAbout .title__title br {
    display: none;
  }
  .sec-homeAbout .item-grid .img-1 {
    margin-left: auto;
  }
  .sec-homeAbout .item-grid .img-3 {
    margin-top: 10%;
  }
}
@media (max-width: 767.98px) {
  .sec-homeAbout .item-content {
    padding-bottom: 2.5rem;
  }
}

.sec-homeProject {
  padding-top: 0;
}
.sec-homeProject .item-wrap {
  position: relative;
}
.sec-homeProject .item-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
}
.sec-homeProject .item-head {
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .sec-homeProject .item-head {
    top: 2.5rem;
  }
}
.sec-homeProject .title__num {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}
.sec-homeProject .title__num strong {
  font-family: var(--bs-heading-font-family);
  font-size: 2.25rem;
  font-style: italic;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .sec-homeProject .title__num {
    font-size: 1rem;
  }
  .sec-homeProject .title__num strong {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeProject .title__num strong {
    font-size: 3.5rem;
  }
}
.sec-homeProject .item-content {
  position: relative;
  height: 100lvh;
  overflow: hidden;
}
.sec-homeProject .item-content .s-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-homeProject .item-content .s-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-homeProject .item-content .s-group {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-homeProject .item-content .s-bg {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sec-homeProject .item-content .s-bg a {
  display: block;
  position: relative;
  cursor: none;
}
.sec-homeProject .item-content .s-bg a:before, .sec-homeProject .item-content .s-bg a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-homeProject .item-content .s-bg a:before {
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.sec-homeProject .item-content .s-bg a:after {
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.sec-homeProject .item-content .s-bg a,
.sec-homeProject .item-content .s-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeProject .item-content .s-titleWrap {
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  right: 0;
  z-index: 4;
}
.sec-homeProject .item-content .s-title {
  color: #fff;
  font-size: 4.375rem;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-homeProject .item-content .s-titleWrap {
    bottom: 2.5rem;
    pointer-events: none;
  }
  .sec-homeProject .item-content .s-title {
    font-size: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    pointer-events: visible;
  }
}
@media (min-width: 1200px) {
  .sec-homeProject .item-content .s-titleWrap {
    bottom: 2.5rem;
  }
  .sec-homeProject .item-content .s-title {
    font-size: 6rem;
  }
}
.sec-homeProject .item-point:not(:first-child) {
  height: 100lvh;
}
.sec-homeProject .item-btn {
  text-align: center;
  margin-top: 3.5rem;
}
.sec-homeProject.style-2 {
  padding-bottom: 0;
}
.sec-homeProject.style-2 .item-head {
  top: 34%;
}
.sec-homeProject.style-2 .item-head .title__title {
  display: none;
}
.sec-homeProject.style-2 .item-content .s-titleWrap {
  top: 15%;
  bottom: auto;
}
.sec-homeProject.style-2 .item-content .title__num span,
.sec-homeProject.style-2 .item-content .title__num strong {
  pointer-events: visible;
}
.sec-homeProject.style-2 .item-content .s-foot {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
.sec-homeProject.style-2 .item-content .title__text {
  color: #fff;
  pointer-events: visible;
}
.sec-homeProject.style-2 .item-content .title__btn {
  pointer-events: visible;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-homeProject.style-2 .item-content .s-titleWrap {
    top: 20%;
  }
  .sec-homeProject.style-2 .item-content .title__btn {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeProject.style-2 .item-content .s-titleWrap {
    top: 30%;
  }
  .sec-homeProject.style-2 .item-content .s-titleWrap .f-group {
    position: relative;
    padding-bottom: 1.875rem;
  }
  .sec-homeProject.style-2 .item-content .s-titleWrap .f-group:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 100%);
  }
  .sec-homeProject.style-2 .item-content .title__text {
    font-size: 1rem;
  }
  .sec-homeProject.style-2 .item-content .title__btn {
    text-align: right;
    padding-top: 0;
  }
  .sec-homeProject.style-2 .item-content .s-btn {
    text-align: left;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media (max-width: 1199.98px) {
  .sec-homeProject.style-2 .item-content .s-title {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
.sec-homeProject.style-ralate .item-sticky {
  position: relative;
}
.sec-homeProject.style-ralate .item-point {
  display: none;
}

.sec-homeService .title-wrap {
  margin-bottom: 5rem;
}
.sec-homeService .title__btn {
  padding-top: 0.9375rem;
}
.sec-homeService .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  padding: 0 2rem 2.5rem 0.75rem;
}
.sec-homeService .item-list::before, .sec-homeService .item-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 244, 225, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(249, 244, 225, 0.3), rgba(255, 255, 255, 0) 100%);
}
.sec-homeService .item-list::before {
  left: 0;
}
.sec-homeService .item-list::after {
  right: 0;
}
.sec-homeService .item-list li {
  position: relative;
  font-family: var(--bs-heading-font-family);
  font-size: 1.875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  padding: 1.0625rem 0 2.1875rem;
  padding-left: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-homeService .item-list li span {
  position: absolute;
  left: 0.625rem;
}
.sec-homeService .item-list li:first-child {
  padding-top: 0 !important;
}
.sec-homeService .item-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .sec-homeService .title__btn {
    padding-top: 1.25rem;
  }
  .sec-homeService .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-homeService .item-listWrap {
    width: 39%;
  }
  .sec-homeService .item-list {
    padding: 0 1.25rem;
  }
  .sec-homeService .item-list li {
    font-size: 1.25rem;
    padding: 1.25rem 0;
    padding-left: 2.5rem;
    position: relative;
  }
  .sec-homeService .item-list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -2px;
    right: -1px;
    z-index: 2;
    background-color: #161616;
    opacity: 0.7;
    pointer-events: none;
    clip-path: inset(0 0 0 0%);
  }
  .sec-homeService .item-list li.current:after {
    clip-path: inset(0 0 0 100%);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }
  .sec-homeService .item-imgSlide {
    width: 61%;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeService .item-listWrap {
    width: 39%;
  }
  .sec-homeService .item-list {
    padding: 0 2rem;
  }
  .sec-homeService .item-list li {
    font-size: 2.5rem;
    padding: 1.875rem 0;
    padding-left: 3.75rem;
  }
  .sec-homeService .item-list li span {
    left: 0.9375rem;
  }
  .sec-homeService .item-imgSlide {
    width: 61%;
    padding-left: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeService {
    padding-top: 1.875rem;
  }
  .sec-homeService .title__title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-homeService {
    padding-top: 0;
  }
}

.sec-imgTextFull {
  padding: 0;
}
.sec-imgTextFull .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.sec-imgTextFull .item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.sec-imgTextFull .item-bg .bg-parallax__url {
  width: 100%;
  height: 100%;
}
@supports (-webkit-touch-callout: none) {
  .sec-imgTextFull .item-bg .bg-parallax__url {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.sec-imgTextFull .item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
}
.sec-imgTextFull .item-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.sec-imgTextFull .title__title {
  font-size: 4.75rem;
  line-height: 1.04;
}
@media (min-width: 768px) {
  .sec-imgTextFull .item-wrap {
    aspect-ratio: 768/500;
  }
  @supports (-webkit-touch-callout: none) {
    .sec-imgTextFull .item-bg .bg-parallax__url {
      height: 120vw;
    }
  }
  .sec-imgTextFull .title__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-imgTextFull .item-wrap {
    aspect-ratio: 1920/940;
  }
  .sec-imgTextFull .title__title {
    font-size: 5.9375rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-imgTextFull .item-wrap {
    height: 100vh;
  }
  .sec-imgTextFull .title__title br {
    display: none;
  }
}

.sec-homeContact .item-wrap {
  position: relative;
}
.sec-homeContact .title-wrap {
  margin-bottom: 3.125rem;
}
.sec-homeContact .title__text {
  max-width: 90%;
}
.sec-homeContact .item-imgGrid .img-2 {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .sec-homeContact .title-wrap {
    margin-bottom: 3.75rem;
  }
  .sec-homeContact .item-imgGrid .img-1 {
    max-width: 91%;
  }
  .sec-homeContact.style-2 {
    padding-top: 3.125rem;
  }
  .sec-homeContact.style-2 .item-imgGrid .row {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-homeContact.style-2 .item-imgGrid .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-homeContact.style-2 .item-imgGrid .img-1 {
    max-width: 100%;
  }
  .sec-homeContact.style-2 .item-imgGrid .img-2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sec-homeContact {
    padding: 10rem 0;
  }
  .sec-homeContact .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .sec-homeContact.style-2 {
    padding-top: 3.125rem;
  }
  .sec-homeContact.style-2 .item-wrap {
    max-width: 96%;
    margin-left: auto;
  }
  .sec-homeContact.style-2 .title-wrap {
    right: auto;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
  .sec-homeContact.style-2 .title-wrap .col-md-8 {
    margin-left: 0 !important;
  }
  .sec-homeContact.style-2 .title-wrap .title__title {
    margin-right: -20%;
  }
  .sec-homeContact.style-2 .item-imgGrid .row {
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }
  .sec-homeContact.style-2 .item-imgGrid .row [class*=col-] {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-homeContact .title__btn {
    padding-top: 1.875rem;
  }
}

.sec-projectDetailHero {
  padding: 0;
}
.sec-projectDetailHero .item-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.sec-projectDetailHero .item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-projectDetailHero .item-bg:before, .sec-projectDetailHero .item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sec-projectDetailHero .item-bg:before {
  background-color: #000;
  opacity: 0.4;
}
.sec-projectDetailHero .item-bg:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.sec-projectDetailHero .item-title {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30%;
  left: 0;
  right: 0;
}
.sec-projectDetailHero .item-title .title__title {
  font-size: 4.75rem;
  margin: 0;
}
.sec-projectDetailHero .item-foot {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  right: 0;
  z-index: 3;
}
.sec-projectDetailHero .item-foot .title__text {
  font-size: 1rem;
  color: #fff;
}
.sec-projectDetailHero .item-info {
  margin-top: 2.5rem;
}
.sec-projectDetailHero .item-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.sec-projectDetailHero .item-info ul .f-li {
  position: relative;
  white-space: nowrap;
  padding: 0 1.25rem;
}
.sec-projectDetailHero .item-info ul .f-li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.sec-projectDetailHero .item-info ul span {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.42;
  opacity: 0.6;
}
.sec-projectDetailHero .item-info ul p {
  font-family: var(--bs-heading-font-family);
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
  margin-top: 0.3125rem;
}
@media (max-width: 767.98px) {
  .sec-projectDetailHero .item-info {
    overflow: hidden;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sec-projectDetailHero .item-info::-webkit-scrollbar {
    display: none;
  }
  .sec-projectDetailHero .item-info ul li {
    min-width: 40vw;
  }
}
@media (min-width: 1200px) {
  .sec-projectDetailHero .item-title {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-projectDetailHero .item-title .title__title {
    font-size: 6rem;
  }
  .sec-projectDetailHero .item-info {
    margin-top: 0;
  }
  .sec-projectDetailHero .item-foot .title__text {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1850px) {
  .sec-projectDetailHero .item-foot .title__text {
    font-size: 1rem;
  }
}

.sec-projectDetailInfo {
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.sec-projectDetailInfo .item-head {
  margin-bottom: 1.875rem;
}
.sec-projectDetailInfo .item-head .img-left {
  margin-bottom: 2.1875rem;
}
.sec-projectDetailInfo .item-head .title__btn {
  padding-top: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-projectDetailInfo .item-head .title__btn {
    text-align: right;
  }
}
.sec-projectDetailInfo .item-head__text {
  margin-bottom: 2.5rem;
}
.sec-projectDetailInfo .item-head__text .title__title {
  font-size: 1.875rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.sec-projectDetailInfo .item-head__text .title__text {
  font-size: 1rem;
}
.sec-projectDetailInfo .img-right .imgbox {
  display: block;
  position: relative;
}
.sec-projectDetailInfo .img-right .imgbox span {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 3%;
  z-index: 2;
  width: 7%;
}
.sec-projectDetailInfo .item-imgGrid .img-full-1 .bg-parallax__url,
.sec-projectDetailInfo .item-imgGrid .img-full-2 .bg-parallax__url {
  width: 100%;
  height: 100%;
}
.sec-projectDetailInfo .item-imgGrid .img-full-1 {
  margin-bottom: 1.875rem;
}
.sec-projectDetailInfo .item-imgGrid .img-list xo-parallax-scroll {
  width: 100%;
}
.sec-projectDetailInfo .item-imgGrid .img-list .imgbox {
  position: relative;
  overflow: hidden;
}
.sec-projectDetailInfo .item-imgGrid .img-list .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-1 {
  margin-bottom: 3.125rem;
}
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-2,
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-3 {
  margin-bottom: 3.4375rem;
}
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-4,
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-5,
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-6,
.sec-projectDetailInfo .item-imgGrid .img-list .f-img-7 {
  margin-bottom: 2.1875rem;
}
.sec-projectDetailInfo .item-imgGrid .img-full-2 {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-projectDetailInfo {
    padding-top: 2.5rem;
  }
  .sec-projectDetailInfo .item-head {
    margin-bottom: 2.8125rem;
  }
  .sec-projectDetailInfo .item-head .img-left {
    max-width: 90%;
    margin-bottom: 0;
  }
  .sec-projectDetailInfo .item-head .img-right {
    max-width: 40%;
    margin-left: auto;
  }
  .sec-projectDetailInfo .item-head__text .title__title {
    font-size: 1.5625rem;
  }
  .sec-projectDetailInfo .item-imgGrid .img-full-1 {
    margin-bottom: 4.0625rem;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-2 {
    margin-top: 70%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-3 {
    max-width: 91%;
    margin-top: -40%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-4 {
    margin-top: 30%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-5 {
    margin-top: -30%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-6 {
    margin-top: 60%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-7 {
    margin-top: 20%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-list .f-img-8 {
    margin-top: 10%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-full-2 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-projectDetailInfo .item-head {
    margin-bottom: 4.0625rem;
  }
  .sec-projectDetailInfo .item-head .img-left {
    max-width: 87%;
  }
  .sec-projectDetailInfo .item-head .title__btn {
    margin-bottom: 6.25rem;
  }
  .sec-projectDetailInfo .item-head .img-right {
    max-width: 35%;
  }
  .sec-projectDetailInfo .item-head__text {
    max-width: 70%;
    margin-bottom: 16%;
  }
  .sec-projectDetailInfo .item-head__text .title__title {
    font-size: 2.5rem;
  }
  .sec-projectDetailInfo .item-head__text .title__text {
    font-size: 1.125rem;
    max-width: 80%;
  }
  .sec-projectDetailInfo .item-imgGrid .img-full-2 {
    margin-top: 7.5rem;
  }
}
@media (min-width: 1850px) {
  .sec-projectDetailInfo .item-head__text .title__text {
    font-size: 1rem;
  }
}

.sec-drawingTech {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.sec-drawingTech .title__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.sec-drawingTech .item-img img {
  width: 100%;
}
.sec-drawingTech .item-foot {
  margin-top: 2.1875rem;
}
.sec-drawingTech .item-foot .title__title {
  text-align: left;
  margin-bottom: 1.875rem;
}
.sec-drawingTech .item-foot .f-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.37;
  color: rgba(255, 255, 255, 0.8);
}
.sec-drawingTech .item-foot .f-list ul li {
  margin-bottom: 0.625rem;
}
.sec-drawingTech .item-foot .f-list ul li strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .sec-drawingTech {
    padding-top: 3.4375rem;
    padding-bottom: 4.6875rem;
  }
  .sec-drawingTech .swiper-buttonCustom .swiper-buttonCustom-prev,
  .sec-drawingTech .swiper-buttonCustom .swiper-buttonCustom-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 2;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .sec-drawingTech .swiper-buttonCustom .swiper-buttonCustom-prev {
    left: 0;
  }
  .sec-drawingTech .swiper-buttonCustom .swiper-buttonCustom-next {
    right: 0;
  }
  .sec-drawingTech .btn-prev,
  .sec-drawingTech .btn-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 #161616;
    border-radius: 50%;
    font-size: 1rem;
    color: #161616;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-drawingTech .btn-prev:hover,
  .sec-drawingTech .btn-next:hover {
    background-color: #161616;
    color: #fff;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .sec-drawingTech .btn-prev,
  .sec-drawingTech .btn-next {
    width: 4.0625rem;
    height: 4.0625rem;
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .sec-drawingTech .btn-prev.swiper-button-disabled,
  .sec-drawingTech .btn-next.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .sec-drawingTech .item-foot {
    margin-top: 3.125rem;
  }
  .sec-drawingTech .item-foot .title__title {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .sec-drawingTech {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .sec-drawingTech .item-foot .container {
    width: 80%;
  }
}

.sec-aboutHero {
  padding: 3.125rem 0;
}
.sec-aboutHero .item-head {
  text-align: center;
}
.sec-aboutHero .item-lineWrap {
  position: relative;
  width: 1px;
  height: 25rem;
  margin: 1.5625rem auto;
}
.sec-aboutHero .item-line {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.sec-aboutHero .title__textWrap {
  font-size: 1rem;
  max-width: 85%;
  margin-left: auto;
  margin-bottom: 3.125rem;
}
.sec-aboutHero .title__textWrap .title__text {
  padding-top: 0;
  color: #fff;
}
.sec-aboutHero .item-img-1 {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-aboutHero {
    padding: 4.375rem 0;
  }
  .sec-aboutHero .item-img-1 {
    max-width: 87%;
  }
  .sec-aboutHero .item-lineWrap {
    margin: 4.375rem auto;
  }
  .sec-aboutHero .title__textWrap {
    max-width: 100%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .sec-aboutHero .item-img-2 {
    max-width: 84%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .sec-aboutHero {
    padding-bottom: 7.5rem;
  }
  .sec-aboutHero .item-head {
    margin-bottom: 9.375rem;
  }
  .sec-aboutHero .item-head .title__title {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
  .sec-aboutHero .item-head .title__text {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-aboutHero .item-content {
    position: relative;
    padding-top: 23.125rem;
  }
  .sec-aboutHero .item-lineWrap {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin: 0;
  }
  .sec-aboutHero .item-img-1 {
    margin-bottom: 0;
  }
  .sec-aboutHero .title__textWrap {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    margin-bottom: 0;
  }
}

.sec-aboutCore {
  padding: 0;
}
.sec-aboutCore .item-content {
  position: relative;
}
.sec-aboutCore .item-head {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 10;
}
@media (min-width: 1200px) {
  .sec-aboutCore .item-head {
    top: 3.4375rem;
    left: 3.4375rem;
  }
}
.sec-aboutCore .item-content {
  position: relative;
}
.sec-aboutCore .item-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.sec-aboutCore .item-slide .f-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-aboutCore .item-slide .f-inner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.sec-aboutCore .item-slide .f-bg {
  width: 100%;
  height: 100%;
}
.sec-aboutCore .item-slide .f-bg:before, .sec-aboutCore .item-slide .f-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-aboutCore .item-slide .f-bg:before {
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
}
.sec-aboutCore .item-slide .f-bg:after {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.sec-aboutCore .item-slide .f-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-aboutCore .item-slide .f-body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 1.875rem;
  color: #fff;
}
@media (min-width: 768px) {
  .sec-aboutCore .item-slide .f-body {
    left: auto;
    bottom: 1.875rem;
    width: 70%;
    padding-left: 2.5rem;
    padding-bottom: 0;
  }
  .sec-aboutCore .item-slide .f-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
}
@media (min-width: 1200px) {
  .sec-aboutCore .item-slide .f-body {
    width: 33%;
    bottom: 3.75rem;
    padding: 0 3.4375rem;
  }
}
.sec-aboutCore .item-dot .f-dot:not(:first-child) {
  height: 110vh;
}

.sec-aboutExperience {
  padding-bottom: 0;
}
.sec-aboutExperience .item-wrap {
  position: relative;
}
.sec-aboutExperience .item-bg {
  aspect-ratio: 343/600;
}
.sec-aboutExperience .item-bg .bg-parallax__url {
  width: 100%;
  height: 100%;
}
.sec-aboutExperience .item-bg:before, .sec-aboutExperience .item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-aboutExperience .item-bg:before {
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
}
.sec-aboutExperience .item-bg:after {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.sec-aboutExperience .item-title {
  position: absolute;
  z-index: 2;
  top: 18%;
  left: 0;
  right: 0;
  font-size: 3.5rem;
  padding: 0 0.75rem;
}
.sec-aboutExperience .title__title {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .sec-aboutExperience .item-bg {
    aspect-ratio: 768/500;
  }
  .sec-aboutExperience .item-title {
    top: 3.125rem;
    padding: 0 3.125rem;
  }
  .sec-aboutExperience .title__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutExperience .item-bg {
    aspect-ratio: 1840/920;
  }
  .sec-aboutExperience .item-title {
    top: 5rem;
    padding: 0 5rem;
  }
  .sec-aboutExperience .title__title {
    font-size: 6rem;
  }
}

.sec-aboutPortrait {
  padding-top: 4.0625rem;
  padding-bottom: 0;
}
.sec-aboutPortrait .title-wrap {
  margin-bottom: 4.0625rem;
}
.sec-aboutPortrait .title-wrap .title__title {
  margin-bottom: 0;
}
.sec-aboutPortrait .item-content .title__title {
  font-size: 1.75rem;
  margin-bottom: 1.5625rem;
}
.sec-aboutPortrait .item-content .item-panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.sec-aboutPortrait .item-content .item-panel:last-child {
  margin-bottom: 0;
}
.sec-aboutPortrait .form-filter {
  width: 15.9375rem;
  margin-bottom: 3rem;
}
.sec-aboutPortrait .item-teamList .teambox {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-aboutPortrait .item-teamList .teambox {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-aboutPortrait {
    padding-bottom: 9.375rem;
  }
  .sec-aboutPortrait .title-wrap {
    margin-bottom: 6.875rem;
  }
  .sec-aboutPortrait .item-content .title__title {
    font-size: 2rem;
  }
  .sec-aboutPortrait .item-content .item-panel {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .sec-aboutPortrait .item-teamList .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-aboutPortrait .item-teamList .row .col-xl-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-aboutPortrait .item-teamList .teambox {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-aboutPortrait {
    padding-top: 3.125rem;
  }
  .sec-aboutPortrait .title__title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-aboutPortrait .item-teamList .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-aboutPortrait .item-teamList .row .col-xl-4 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sec-aboutPortrait .item-teamList .row .col-xl-4:nth-child(n+3) .teambox {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutPortrait .title__title {
    margin-bottom: 1.25rem;
  }
}

.sec-serviceDetail {
  padding-top: 2.8125rem;
}
.sec-serviceDetail .item-head__content {
  position: relative;
}
.sec-serviceDetail .item-head__content .f-title {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 0.9375rem;
}
.sec-serviceDetail .item-head__content .f-text {
  font-size: 1rem;
}
.sec-serviceDetail .item-head__content .f-text p {
  margin-bottom: 0;
}
.sec-serviceDetail .item-head__content .f-text p + p {
  margin-top: 1em;
}
.sec-serviceDetail .item-head__content .f-imgBig {
  margin-top: 2.8125rem;
}
@media (min-width: 1200px) {
  .sec-serviceDetail {
    padding-top: 4.0625rem;
  }
  .sec-serviceDetail .item-head__content {
    position: relative;
    padding-left: 3.4375rem;
  }
  .sec-serviceDetail .item-head__content .f-title {
    font-size: 2.5rem;
  }
  .sec-serviceDetail .item-head__content .f-text {
    position: relative;
    padding-left: 3.4375rem;
  }
  .sec-serviceDetail .item-head__content .f-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
  .sec-serviceDetail .item-head__content .f-imgBig {
    margin-top: 4.0625rem;
  }
  .sec-serviceDetail .item-head__content .f-sharp-pc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
  .sec-serviceDetail .item-content {
    position: relative;
  }
  .sec-serviceDetail .item-content .f-sharp {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
  }
  .sec-serviceDetail .item-content .f-sharp-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
  .sec-serviceDetail .item-content .f-sharp-1,
  .sec-serviceDetail .item-content .f-sharp-2 {
    position: relative;
    width: 100%;
    height: 30%;
  }
  .sec-serviceDetail .item-content .f-sharp-1 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 22, 0)), color-stop(73.96%, #161616));
    background: linear-gradient(0deg, rgba(22, 22, 22, 0) 0%, #161616 73.96%);
    opacity: 0;
    visibility: hidden;
    top: -2px;
  }
  .sec-serviceDetail .item-content .f-sharp-2 {
    bottom: -2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), color-stop(73.96%, #161616));
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 73.96%);
  }
  .sec-serviceDetail .item-info {
    position: relative;
  }
  .sec-serviceDetail .item-info__motion {
    position: relative;
    width: 42%;
    margin-right: 9%;
    margin-left: auto;
    overflow: hidden;
  }
  .sec-serviceDetail .item-info__motion > img {
    opacity: 0;
    visibility: hidden;
  }
  .sec-serviceDetail .item-info__motion img {
    width: 100%;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup {
    position: absolute;
    left: 0;
    right: 0;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup .f-img span {
    display: block;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup .f-img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-1 {
    top: 0;
    z-index: 10;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-2 {
    top: 13%;
    z-index: 9;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-3 {
    top: 21%;
    z-index: 8;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-4 {
    top: 44%;
    z-index: 7;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-5 {
    top: 63%;
    z-index: 6;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-6 {
    bottom: 0;
    z-index: 5;
  }
  .sec-serviceDetail .item-info__motion .f-imgGroup-6 .f-img-6 {
    bottom: 0 !important;
    top: auto !important;
  }
  .sec-serviceDetail .item-info__list {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 48%;
  }
  .sec-serviceDetail .item-info__list img {
    width: 100%;
  }
  .sec-serviceDetail .item-info__list .f-img:not(:first-child) {
    opacity: 0.5;
  }
  .sec-serviceDetail .item-info__list .f-img:not(:last-child) {
    padding-bottom: 1%;
  }
  .sec-serviceDetail .item-info__list .f-img span {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .sec-serviceDetail .item-mobile {
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
  }
  .sec-serviceDetail .item-mobile .f-box {
    position: relative;
  }
  .sec-serviceDetail .item-mobile .f-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
  .sec-serviceDetail .item-mobile .f-box__group {
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.25rem;
  }
  .sec-serviceDetail .item-mobile .f-box__num,
  .sec-serviceDetail .item-mobile .f-box__title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-serviceDetail .item-mobile .f-box__num {
    font-family: var(--bs-heading-font-family);
    font-size: 1.875rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 1.875rem;
  }
  .sec-serviceDetail .item-mobile .f-box__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec-serviceDetail .item-mobile .f-box__img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .sec-serviceDetail .item-mobile .f-box__img span img {
    width: 100%;
  }
  .sec-serviceDetail .item-mobile .f-box__title {
    height: 25%;
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-title {
    font-size: 1.875rem;
    color: #fff;
    margin-bottom: 1.25rem;
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-entry {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-entry p {
    margin-bottom: 0;
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-entry p + p {
    margin-top: 0.7em;
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sec-serviceDetail .item-mobile .f-box__title .t-entry ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 0.875rem;
    padding-top: 0.875rem;
  }
  .sec-serviceDetail .item-mobile .swiper {
    position: static;
    border: 1px solid #fff;
    margin-bottom: 3.125rem;
  }
  .sec-serviceDetail .item-mobile .swiper-slide {
    width: 50%;
  }
  .sec-serviceDetail .item-mobile .swiper-buttonCustom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 3;
    top: 1.5625rem;
    right: 2px;
    background-color: #161616;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .sec-serviceDetail .item-mobile .swiper-buttonCustom .swiper-buttonCustom-prev,
  .sec-serviceDetail .item-mobile .swiper-buttonCustom .swiper-buttonCustom-next {
    border-color: #fff;
    color: #fff;
  }
  .sec-serviceDetail .item-mobile .swiper-buttonCustom .swiper-buttonCustom-next {
    margin-left: 0.3125rem;
  }
  .sec-serviceDetail .item-mobile .swiper-pagination {
    position: absolute;
    bottom: 0.625rem;
    margin: 0;
  }
  .sec-serviceDetail .item-mobile .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
  }
  .sec-serviceDetail .item-mobile .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-serviceDetail .item-mobile .swiper-slide {
    width: 50%;
    border-right: 1px solid #fff;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .sec-serviceDetail .item-head__content {
    padding-top: 1.875rem;
  }
  .sec-serviceDetail .item-head__content .f-sharp-pc {
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    margin-bottom: 2.125rem;
  }
  .sec-serviceDetail .item-mobile .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-serviceDetail.style-home .fix-sticky {
    position: sticky;
    top: 0;
  }
  .sec-serviceDetail.style-home .title-wrap {
    padding-top: 20%;
  }
}
@media (max-width: 1199.98px) {
  .sec-serviceDetail.style-home .title-wrap .title__title br {
    display: none;
  }
  .sec-serviceDetail.style-home .title-wrap .title__btn {
    padding-top: 1.25rem;
  }
}

.sec-newsPage {
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
}
.sec-newsPage .title__title {
  margin-bottom: 1.875rem;
}
.sec-newsPage .post-list .postBox {
  margin-bottom: 1.875rem;
}
.sec-newsPage .pagination-wrap {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-newsPage {
    padding-bottom: 2.5rem;
  }
  .sec-newsPage .title__title {
    margin-bottom: 1.875rem;
  }
  .sec-newsPage .pagination-wrap {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-newsPage {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .sec-newsPage .post-list .postBox {
    margin-bottom: 2.5rem;
  }
  .sec-newsPage .pagination-wrap {
    margin-top: 3.125rem;
  }
}

.sec-newDetail {
  padding-top: 2.8125rem;
}
.sec-newDetail .item-head {
  margin-bottom: 2.5rem;
}
.sec-newDetail .item-head .title__title {
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}
.sec-newDetail .item-head .postBox__date {
  margin: 0;
}
.sec-newDetail .item-img {
  margin-bottom: 2.5rem;
}
.sec-newDetail .item-img img {
  width: 100%;
}
.sec-newDetail .item-entry {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.37;
}
.sec-newDetail .item-entry h2, .sec-newDetail .item-entry h3 {
  margin-bottom: 1rem;
}
.sec-newDetail .item-entry h4, .sec-newDetail .item-entry h5, .sec-newDetail .item-entry h6 {
  margin-bottom: 0.625rem;
}
.sec-newDetail .item-entry h2 {
  font-size: 1.75rem;
}
.sec-newDetail .item-entry h3 {
  font-size: 1.5625rem;
  margin-top: 2.5rem;
}
.sec-newDetail .item-entry h4 {
  font-size: 1.375rem;
}
.sec-newDetail .item-entry h5 {
  font-size: 1.25rem;
}
.sec-newDetail .item-entry h6 {
  font-size: 1rem;
}
.sec-newDetail .item-entry figure {
  margin: 3.125rem 0;
}
.sec-newDetail .item-entry figure img {
  width: 100%;
}
.sec-newDetail .item-entry ul {
  margin-left: -0.9375rem;
}
.sec-newDetail .item-entry ul li + li {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .sec-newDetail .item-head {
    text-align: center;
  }
  .sec-newDetail .item-head .title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .sec-newDetail {
    padding-top: 4.0625rem;
  }
  .sec-newDetail .item-head .title__title {
    font-size: 6rem;
  }
  .sec-newDetail .item-entry {
    font-size: 1.25rem;
  }
}

.sec-newRalate .title__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-newRalate .title__title {
    font-size: 2.1875rem;
    margin-bottom: 1.875rem;
  }
  .sec-newRalate .postBox__img {
    margin-bottom: 0.9375rem;
  }
  .sec-newRalate .postBox__date {
    font-size: 0.75rem;
  }
  .sec-newRalate .postBox__title {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .sec-newRalate .title__title {
    margin-bottom: 1.875rem;
  }
  .sec-newRalate .post-list .col-md-4 + .col-md-4 .postBox {
    margin-top: 1.5rem;
  }
}

.sec-contactPage {
  padding-top: 2.8125rem;
  padding-bottom: 3.75rem;
}
.sec-contactPage .title__title {
  margin-bottom: 3.75rem;
}
.sec-contactPage .item-info {
  margin-top: 3.75rem;
}
.sec-contactPage .item-info .title__title {
  margin-bottom: 1.25rem;
}
.sec-contactPage .item-info .f-textWrap {
  margin-bottom: 2.5rem;
}
.sec-contactPage .item-info .f-text span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.37;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.sec-contactPage .item-info .f-text p {
  font-size: 1rem;
  line-height: 1.37;
  margin: 0;
}
.sec-contactPage .item-info .f-text p a:hover {
  color: #fff;
}
.sec-contactPage .item-info .f-text p + p {
  margin-top: 5px;
}
.sec-contactPage .item-info .f-text__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-contactPage .item-info .f-text__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: white;
  margin-right: 0.5rem;
}
.sec-contactPage .item-info .btn-link {
  text-transform: initial;
  margin-top: 0.625rem;
}
.sec-contactPage .item-form .f-title {
  font-size: 1.875rem;
  margin-bottom: 1.125rem;
}
.sec-contactPage .item-form .f-text {
  font-size: 1rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-contactPage {
    padding-top: 4.0625rem;
    padding-bottom: 5.625rem;
  }
  .sec-contactPage .item-content {
    position: relative;
    padding-left: 2.5rem;
  }
  .sec-contactPage .item-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0) 100%);
  }
  .sec-contactPage .item-form .f-title {
    font-size: 2.5rem;
  }
  .sec-contactPage .item-info {
    margin-top: 5.625rem;
  }
  .sec-contactPage .item-info .title__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-contactPage .item-info .f-text__social a {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .sec-contactPage {
    padding-bottom: 7.8125rem;
  }
  .sec-contactPage .item-content {
    padding-left: 3.75rem;
  }
  .sec-contactPage .item-info .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-contactPage .item-info .f-text__social a {
    opacity: 0.4;
  }
  .sec-contactPage .item-info .f-text__social a:hover {
    opacity: 1;
  }
  .sec-contactPage .item-form {
    margin-top: 1.875rem;
  }
  .sec-contactPage .item-form .f-title {
    font-size: 2.5rem;
  }
}

.sec-homeTrietLy {
  padding-bottom: 0;
  z-index: 3;
}
.sec-homeTrietLy .title-box {
  text-align: center;
  margin-bottom: 2.1875rem;
}
.sec-homeTrietLy .title__title {
  letter-spacing: -0.01em;
}
.sec-homeTrietLy .title__sub {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}
.sec-homeTrietLy .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1220/686;
  margin-bottom: 2.1875rem;
}
.sec-homeTrietLy .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-homeTrietLy .title__text {
  padding-top: 0;
  margin-bottom: 1.25rem;
}
.sec-homeTrietLy .item-lineWrap {
  margin: 0 auto;
  width: 3px;
  padding: 0 1px;
}
.sec-homeTrietLy .item-line {
  width: 1px;
  height: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.sec-homeTrietLy + .sec-imgTextFull {
  margin-top: -5rem;
}
@media (min-width: 768px) {
  .sec-homeTrietLy .title-box {
    text-align: center;
    margin-bottom: 3rem;
  }
  .sec-homeTrietLy .item-img {
    margin-bottom: 3rem;
  }
  .sec-homeTrietLy .item-line {
    height: 28.125rem;
  }
  .sec-homeTrietLy + .sec-imgTextFull {
    margin-top: -7.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-homeTrietLy .title__text {
    margin-bottom: 4.375rem;
  }
  .sec-homeTrietLy .item-line {
    height: 57.5rem;
  }
  .sec-homeTrietLy + .sec-imgTextFull {
    margin-top: -11.25rem;
  }
}
@media (max-width: 767.98px) {
  .sec-homeTrietLy {
    padding-top: 1.875rem;
  }
  .sec-homeTrietLy .title__title {
    font-size: 2.25rem;
    letter-spacing: -0.01em;
  }
  .sec-homeTrietLy .title__title br {
    display: none;
  }
}
