@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@300;400;500;600;700;900&family=Pathway+Gothic+One&display=swap");
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("scss/plugins/bootstrap-select.min.css");
@import url("scss/plugins/bootstrap-datepicker.css");
@import url("scss/plugins/swiper-bundle.min.css");
@import url("scss/plugins/swiper/swiper.scss");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/sweetalert2.css");
@import url("scss/plugins/slick/slick.css");
@import url("scss/plugins/slick/slick-theme.css");
@import url("scss/plugins/locomotive-scroll.min.css");
@import url("font/css/fontello.css");
:root {
  --bs-blue: #3A68D8;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #CC5E5E;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3A68D8;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #CC5E5E;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-red: #CC5E5E;
  --bs-F5D25C: #F5D25C;
  --bs-gray4D4D4D: #4D4D4D;
  --bs-gray808080: #808080;
  --bs-gray333333: #333333;
  --bs-gray727272: #727272;
  --bs-primary-rgb: 58, 104, 216;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 204, 94, 94;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-red-rgb: 204, 94, 94;
  --bs-F5D25C-rgb: 245, 210, 92;
  --bs-gray4D4D4D-rgb: 77, 77, 77;
  --bs-gray808080-rgb: 128, 128, 128;
  --bs-gray333333-rgb: 51, 51, 51;
  --bs-gray727272-rgb: 114, 114, 114;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: black;
  --bs-body-bg: #fff;
}

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

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

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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0);
  padding-left: var(--bs-gutter-x, 0);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: black;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: black;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: black;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: black;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d8e1f7;
  --bs-table-striped-bg: #cdd6eb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cbde;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d0e4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2cbde;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f5dfdf;
  --bs-table-striped-bg: #e9d4d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddc9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3cece;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddc9c9;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: black;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3158b8;
  border-color: #2e53ad;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #3158b8;
  border-color: #2e53ad;
  box-shadow: 0 0 0 0.25rem rgba(88, 127, 222, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e53ad;
  border-color: #2c4ea2;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 127, 222, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-danger:hover {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #d67e7e;
  border-color: #d16e6e;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-red {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-red:hover {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #000;
  background-color: #d67e7e;
  border-color: #d16e6e;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-F5D25C {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}
.btn-F5D25C:hover {
  color: #000;
  background-color: #f7d974;
  border-color: #f6d76c;
}
.btn-check:focus + .btn-F5D25C, .btn-F5D25C:focus {
  color: #000;
  background-color: #f7d974;
  border-color: #f6d76c;
  box-shadow: 0 0 0 0.25rem rgba(208, 179, 78, 0.5);
}
.btn-check:checked + .btn-F5D25C, .btn-check:active + .btn-F5D25C, .btn-F5D25C:active, .btn-F5D25C.active, .show > .btn-F5D25C.dropdown-toggle {
  color: #000;
  background-color: #f7db7d;
  border-color: #f6d76c;
}
.btn-check:checked + .btn-F5D25C:focus, .btn-check:active + .btn-F5D25C:focus, .btn-F5D25C:active:focus, .btn-F5D25C.active:focus, .show > .btn-F5D25C.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 179, 78, 0.5);
}
.btn-F5D25C:disabled, .btn-F5D25C.disabled {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}

.btn-gray4D4D4D {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn-gray4D4D4D:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3e3e3e;
}
.btn-check:focus + .btn-gray4D4D4D, .btn-gray4D4D4D:focus {
  color: #fff;
  background-color: #414141;
  border-color: #3e3e3e;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}
.btn-check:checked + .btn-gray4D4D4D, .btn-check:active + .btn-gray4D4D4D, .btn-gray4D4D4D:active, .btn-gray4D4D4D.active, .show > .btn-gray4D4D4D.dropdown-toggle {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3a3a3a;
}
.btn-check:checked + .btn-gray4D4D4D:focus, .btn-check:active + .btn-gray4D4D4D:focus, .btn-gray4D4D4D:active:focus, .btn-gray4D4D4D.active:focus, .show > .btn-gray4D4D4D.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}
.btn-gray4D4D4D:disabled, .btn-gray4D4D4D.disabled {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-gray808080 {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray808080:hover {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}
.btn-check:focus + .btn-gray808080, .btn-gray808080:focus {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}
.btn-check:checked + .btn-gray808080, .btn-check:active + .btn-gray808080, .btn-gray808080:active, .btn-gray808080.active, .show > .btn-gray808080.dropdown-toggle {
  color: #000;
  background-color: #999999;
  border-color: #8d8d8d;
}
.btn-check:checked + .btn-gray808080:focus, .btn-check:active + .btn-gray808080:focus, .btn-gray808080:active:focus, .btn-gray808080.active:focus, .show > .btn-gray808080.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}
.btn-gray808080:disabled, .btn-gray808080.disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray333333 {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-gray333333:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
}
.btn-check:focus + .btn-gray333333, .btn-gray333333:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-check:checked + .btn-gray333333, .btn-check:active + .btn-gray333333, .btn-gray333333:active, .btn-gray333333.active, .show > .btn-gray333333.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}
.btn-check:checked + .btn-gray333333:focus, .btn-check:active + .btn-gray333333:focus, .btn-gray333333:active:focus, .btn-gray333333.active:focus, .show > .btn-gray333333.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-gray333333:disabled, .btn-gray333333.disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-gray727272 {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}
.btn-gray727272:hover {
  color: #fff;
  background-color: #616161;
  border-color: #5b5b5b;
}
.btn-check:focus + .btn-gray727272, .btn-gray727272:focus {
  color: #fff;
  background-color: #616161;
  border-color: #5b5b5b;
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}
.btn-check:checked + .btn-gray727272, .btn-check:active + .btn-gray727272, .btn-gray727272:active, .btn-gray727272.active, .show > .btn-gray727272.dropdown-toggle {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #565656;
}
.btn-check:checked + .btn-gray727272:focus, .btn-check:active + .btn-gray727272:focus, .btn-gray727272:active:focus, .btn-gray727272.active:focus, .show > .btn-gray727272.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}
.btn-gray727272:disabled, .btn-gray727272.disabled {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-outline-primary {
  color: #3A68D8;
  border-color: #3A68D8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #3A68D8;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #CC5E5E;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-red {
  color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-outline-red:hover {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #CC5E5E;
  background-color: transparent;
}

.btn-outline-F5D25C {
  color: #F5D25C;
  border-color: #F5D25C;
}
.btn-outline-F5D25C:hover {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}
.btn-check:focus + .btn-outline-F5D25C, .btn-outline-F5D25C:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 210, 92, 0.5);
}
.btn-check:checked + .btn-outline-F5D25C, .btn-check:active + .btn-outline-F5D25C, .btn-outline-F5D25C:active, .btn-outline-F5D25C.active, .btn-outline-F5D25C.dropdown-toggle.show {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}
.btn-check:checked + .btn-outline-F5D25C:focus, .btn-check:active + .btn-outline-F5D25C:focus, .btn-outline-F5D25C:active:focus, .btn-outline-F5D25C.active:focus, .btn-outline-F5D25C.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 210, 92, 0.5);
}
.btn-outline-F5D25C:disabled, .btn-outline-F5D25C.disabled {
  color: #F5D25C;
  background-color: transparent;
}

.btn-outline-gray4D4D4D {
  color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn-outline-gray4D4D4D:hover {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn-check:focus + .btn-outline-gray4D4D4D, .btn-outline-gray4D4D4D:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}
.btn-check:checked + .btn-outline-gray4D4D4D, .btn-check:active + .btn-outline-gray4D4D4D, .btn-outline-gray4D4D4D:active, .btn-outline-gray4D4D4D.active, .btn-outline-gray4D4D4D.dropdown-toggle.show {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}
.btn-check:checked + .btn-outline-gray4D4D4D:focus, .btn-check:active + .btn-outline-gray4D4D4D:focus, .btn-outline-gray4D4D4D:active:focus, .btn-outline-gray4D4D4D.active:focus, .btn-outline-gray4D4D4D.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}
.btn-outline-gray4D4D4D:disabled, .btn-outline-gray4D4D4D.disabled {
  color: #4D4D4D;
  background-color: transparent;
}

.btn-outline-gray808080 {
  color: #808080;
  border-color: #808080;
}
.btn-outline-gray808080:hover {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-check:focus + .btn-outline-gray808080, .btn-outline-gray808080:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-check:checked + .btn-outline-gray808080, .btn-check:active + .btn-outline-gray808080, .btn-outline-gray808080:active, .btn-outline-gray808080.active, .btn-outline-gray808080.dropdown-toggle.show {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-check:checked + .btn-outline-gray808080:focus, .btn-check:active + .btn-outline-gray808080:focus, .btn-outline-gray808080:active:focus, .btn-outline-gray808080.active:focus, .btn-outline-gray808080.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-outline-gray808080:disabled, .btn-outline-gray808080.disabled {
  color: #808080;
  background-color: transparent;
}

.btn-outline-gray333333 {
  color: #333333;
  border-color: #333333;
}
.btn-outline-gray333333:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:focus + .btn-outline-gray333333, .btn-outline-gray333333:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-check:checked + .btn-outline-gray333333, .btn-check:active + .btn-outline-gray333333, .btn-outline-gray333333:active, .btn-outline-gray333333.active, .btn-outline-gray333333.dropdown-toggle.show {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:checked + .btn-outline-gray333333:focus, .btn-check:active + .btn-outline-gray333333:focus, .btn-outline-gray333333:active:focus, .btn-outline-gray333333.active:focus, .btn-outline-gray333333.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-outline-gray333333:disabled, .btn-outline-gray333333.disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-gray727272 {
  color: #727272;
  border-color: #727272;
}
.btn-outline-gray727272:hover {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}
.btn-check:focus + .btn-outline-gray727272, .btn-outline-gray727272:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 114, 114, 0.5);
}
.btn-check:checked + .btn-outline-gray727272, .btn-check:active + .btn-outline-gray727272, .btn-outline-gray727272:active, .btn-outline-gray727272.active, .btn-outline-gray727272.dropdown-toggle.show {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}
.btn-check:checked + .btn-outline-gray727272:focus, .btn-check:active + .btn-outline-gray727272:focus, .btn-outline-gray727272:active:focus, .btn-outline-gray727272.active:focus, .btn-outline-gray727272.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 114, 114, 0.5);
}
.btn-outline-gray727272:disabled, .btn-outline-gray727272.disabled {
  color: #727272;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: black;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: black;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3A68D8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #3A68D8;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: black;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3A68D8;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: black;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #345ec2;
  background-color: #ebf0fb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23345ec2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #233e82;
  background-color: #d8e1f7;
  border-color: #c4d2f3;
}
.alert-primary .alert-link {
  color: #1c3268;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #7a3838;
  background-color: #f5dfdf;
  border-color: #f0cfcf;
}
.alert-danger .alert-link {
  color: #622d2d;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-red {
  color: #7a3838;
  background-color: #f5dfdf;
  border-color: #f0cfcf;
}
.alert-red .alert-link {
  color: #622d2d;
}

.alert-F5D25C {
  color: #625425;
  background-color: #fdf6de;
  border-color: #fcf2ce;
}
.alert-F5D25C .alert-link {
  color: #4e431e;
}

.alert-gray4D4D4D {
  color: #2e2e2e;
  background-color: #dbdbdb;
  border-color: #cacaca;
}
.alert-gray4D4D4D .alert-link {
  color: #252525;
}

.alert-gray808080 {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.alert-gray808080 .alert-link {
  color: #3e3e3e;
}

.alert-gray333333 {
  color: #1f1f1f;
  background-color: #d6d6d6;
  border-color: #c2c2c2;
}
.alert-gray333333 .alert-link {
  color: #191919;
}

.alert-gray727272 {
  color: #444444;
  background-color: #e3e3e3;
  border-color: #d5d5d5;
}
.alert-gray727272 .alert-link {
  color: #363636;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3A68D8;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: black;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #233e82;
  background-color: #d8e1f7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #233e82;
  background-color: #c2cbde;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #233e82;
  border-color: #233e82;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #7a3838;
  background-color: #f5dfdf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7a3838;
  background-color: #ddc9c9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a3838;
  border-color: #7a3838;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-red {
  color: #7a3838;
  background-color: #f5dfdf;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #7a3838;
  background-color: #ddc9c9;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #7a3838;
  border-color: #7a3838;
}

.list-group-item-F5D25C {
  color: #625425;
  background-color: #fdf6de;
}
.list-group-item-F5D25C.list-group-item-action:hover, .list-group-item-F5D25C.list-group-item-action:focus {
  color: #625425;
  background-color: #e4ddc8;
}
.list-group-item-F5D25C.list-group-item-action.active {
  color: #fff;
  background-color: #625425;
  border-color: #625425;
}

.list-group-item-gray4D4D4D {
  color: #2e2e2e;
  background-color: #dbdbdb;
}
.list-group-item-gray4D4D4D.list-group-item-action:hover, .list-group-item-gray4D4D4D.list-group-item-action:focus {
  color: #2e2e2e;
  background-color: #c5c5c5;
}
.list-group-item-gray4D4D4D.list-group-item-action.active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.list-group-item-gray808080 {
  color: #4d4d4d;
  background-color: #e6e6e6;
}
.list-group-item-gray808080.list-group-item-action:hover, .list-group-item-gray808080.list-group-item-action:focus {
  color: #4d4d4d;
  background-color: #cfcfcf;
}
.list-group-item-gray808080.list-group-item-action.active {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.list-group-item-gray333333 {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-gray333333.list-group-item-action:hover, .list-group-item-gray333333.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-gray333333.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.list-group-item-gray727272 {
  color: #444444;
  background-color: #e3e3e3;
}
.list-group-item-gray727272.list-group-item-action:hover, .list-group-item-gray727272.list-group-item-action:focus {
  color: #444444;
  background-color: #cccccc;
}
.list-group-item-gray727272.list-group-item-action.active {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: black;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #3A68D8;
}
.link-primary:hover, .link-primary:focus {
  color: #2e53ad;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #CC5E5E;
}
.link-danger:hover, .link-danger:focus {
  color: #d67e7e;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-red {
  color: #CC5E5E;
}
.link-red:hover, .link-red:focus {
  color: #d67e7e;
}

.link-F5D25C {
  color: #F5D25C;
}
.link-F5D25C:hover, .link-F5D25C:focus {
  color: #f7db7d;
}

.link-gray4D4D4D {
  color: #4D4D4D;
}
.link-gray4D4D4D:hover, .link-gray4D4D4D:focus {
  color: #3e3e3e;
}

.link-gray808080 {
  color: #808080;
}
.link-gray808080:hover, .link-gray808080:focus {
  color: #999999;
}

.link-gray333333 {
  color: #333333;
}
.link-gray333333:hover, .link-gray333333:focus {
  color: #292929;
}

.link-gray727272 {
  color: #727272;
}
.link-gray727272:hover, .link-gray727272:focus {
  color: #5b5b5b;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #3A68D8 !important;
}

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

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

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

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

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

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

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

.border-red {
  border-color: #CC5E5E !important;
}

.border-F5D25C {
  border-color: #F5D25C !important;
}

.border-gray4D4D4D {
  border-color: #4D4D4D !important;
}

.border-gray808080 {
  border-color: #808080 !important;
}

.border-gray333333 {
  border-color: #333333 !important;
}

.border-gray727272 {
  border-color: #727272 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --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-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.text-gray727272 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray727272-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-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

.bg-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-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

.bg-gray727272 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray727272-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-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.Nobel {
  font-family: "jost", "Nobel";
}

.Arial {
  font-family: "Arial";
}

.NotoSans {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.D-DIN {
  font-family: "D-DIN", "Pathway Gothic One", "Arial";
}

.D-DIN-Bold {
  font-family: "D-DIN-Bold", "Pathway Gothic One", "Arial";
}

.D-DIN-Condensed {
  font-family: "D-DIN-Condensed", "D-DIN", "Pathway Gothic One", "Arial";
}

.D-DINExp {
  font-family: "D-DINExp", "D-DIN", "Pathway Gothic One", "Arial";
}

.line-height16 {
  line-height: 1.6;
}

.Pathway {
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.Noto-tc {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.w-1410 {
  max-width: 1410px;
  width: 90%;
  margin: 0 auto;
}

.w-1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.max1500 {
  max-width: 1500px;
}
@media (max-width: 1600px) {
  .max1500 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1199px) {
  .max1500 {
    max-width: 100%;
  }
}

.max1400 {
  max-width: 1400px;
}
@media (max-width: 1399px) {
  .max1400 {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 991px) {
  .max1400 {
    max-width: 100%;
  }
}

.max1200 {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1199px) {
  .max1200 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .max1200 {
    max-width: 100%;
  }
}

.max460 {
  max-width: 460px;
}

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

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

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

.color-646464 {
  color: #646464 !important;
}

.color-174D5A {
  color: #174D5A !important;
}

.color-323232 {
  color: #323232 !important;
}

.color-646464 {
  color: #646464 !important;
}

.color-white {
  color: #FFF !important;
}

.color-09363E {
  color: #09363E !important;
}

.bg-174D5A {
  background-color: #174D5A;
}

.bg-09363E {
  background-color: #09363E;
}

.bg-34BAB9 {
  background-color: #34BAB9;
}

.bg-196363 {
  background-color: #196363;
}

.bg-2EA2A1 {
  background-color: #2EA2A1;
}

.bg-FFF {
  background-color: #FFF;
}

.bg-F1F1F1 {
  background-color: #F1F1F1;
}

.bg-969699 {
  background-color: #969699;
}

.w-100 {
  width: 100%;
}

.w180 {
  width: 180px;
}

.w150 {
  width: 150px;
}

.w130 {
  width: 130px;
}

.w50 {
  width: 50px;
}
@media (max-width: 992px) {
  .w50 {
    width: 40px;
  }
}

.w60 {
  width: 60px;
}
@media (max-width: 992px) {
  .w60 {
    width: 40px;
  }
}

.w45 {
  width: 45px;
}

.w35 {
  width: 35px;
}

.w-640 {
  width: 640px;
  max-width: 100%;
}

.w-1275 {
  width: 1275px;
  max-width: 100%;
}

.w-1165 {
  width: 90%;
  max-width: 1165px;
}

.h130 {
  height: 130px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}
@media (max-width: 992px) {
  .h50 {
    height: 40px;
  }
}

.h60 {
  height: 60px;
}
@media (max-width: 992px) {
  .h60 {
    height: 40px;
  }
}

.h40 {
  height: 40px;
}

.h35 {
  height: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-150 {
  padding-top: 150px;
}

.pl-20 {
  padding-left: 20px;
}

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

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-002em {
  letter-spacing: 0.02em;
}

.ls-003em {
  letter-spacing: 0.03em;
}

.ls-005em {
  letter-spacing: 0.05em;
}

.lh-143 {
  line-height: 1.43;
}

.lh-167 {
  line-height: 1.67 !important;
}

.lh-175 {
  line-height: 1.75;
}

.lh-187 {
  line-height: 1.87;
}

.lh-190 {
  line-height: 1.9;
}

.lh-normal {
  line-height: normal;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.fw-500 {
  font-weight: 500;
}

.relative {
  position: relative;
}

.align-center {
  align-items: center;
}

.column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.margin-auto {
  margin: 0 auto;
  top: -226px;
}

.flex {
  display: flex;
}

.rwd-1000 {
  display: none !important;
}
@media (max-width: 1000px) {
  .rwd-1000 {
    display: block !important;
  }
}

.fz-32 {
  font-size: 32px;
}

.fz-96 {
  font-size: 96px;
}

.fz-76 {
  font-size: 76px;
}

.fz-50 {
  font-size: 50px;
}

.fz-54 {
  font-size: 54px;
}

.fz-72 {
  font-size: 72px;
}

.fz-64 {
  font-size: 64px;
}

.fz-48 {
  font-size: 48px;
}

.fz-38 {
  font-size: 38px;
}

.fz-36 {
  font-size: 36px;
}

.fz-30 {
  font-size: 30px;
}

.fz-28 {
  font-size: 28px;
}

.fz-26 {
  font-size: 26px;
}

.fz-25 {
  font-size: 25px;
}

.fz-24 {
  font-size: 24px;
}

.fz-22 {
  font-size: 22px;
}

.fz-20 {
  font-size: 20px;
}

.fz-18 {
  font-size: 18px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-15 {
  font-size: 15px;
}

.fz-14 {
  font-size: 14px;
}

.fz-13 {
  font-size: 13px;
}

.fz-12 {
  font-size: 12px;
}

.fz-11 {
  font-size: 12px;
  transform: scale(0.9166);
}

.fz-10 {
  font-size: 12px;
  transform: scale(0.833);
}

@media (max-width: 1100px) {
  .fz-36 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fz-72 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .fz-72 {
    font-size: 48px;
  }
  .fz-64 {
    font-size: 48px;
  }
  .fz-48 {
    font-size: 36px;
  }
  .fz-38 {
    font-size: 28px;
  }
  .fz-36 {
    font-size: 26px;
  }
  .fz-30 {
    font-size: 26px;
  }
  .fz-28 {
    font-size: 24px;
  }
  .fz-26 {
    font-size: 22px;
  }
  .fz-25 {
    font-size: 22px;
  }
  .fz-24 {
    font-size: 22px;
  }
  .fz-22 {
    font-size: 18px;
  }
  .fz-20 {
    font-size: 18px;
  }
  .fz-18 {
    font-size: 16px;
  }
  .fz-17 {
    font-size: 16px;
  }
}
.fw_500 {
  font-weight: 500;
}

.fw_bold {
  font-weight: bold;
}

.fw-400 {
  font-weight: 400;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("./font/font/lightcase.eot?55356177");
  src: url("./font/font/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("./font/font/lightcase.woff?55356177") format("woff"), url("./font/font/lightcase.ttf?55356177") format("truetype"), url("./font/font/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content .h1, #lightcase-content h2, #lightcase-content .h2, #lightcase-content h3, #lightcase-content .h3, #lightcase-content h4, #lightcase-content .h4, #lightcase-content h5, #lightcase-content .h5, #lightcase-content h6, #lightcase-content .h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content .h1, #lightcase-content h2, #lightcase-content .h2, #lightcase-content h3, #lightcase-content .h3, #lightcase-content h4, #lightcase-content .h4, #lightcase-content h5, #lightcase-content .h5, #lightcase-content h6, #lightcase-content .h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.8);
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*=lightcase-icon-]:hover {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 15px rgb(255, 255, 255);
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "LeelawUI", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  transition: color 0.3s;
}

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

input, button {
  outline: 0;
}

input {
  padding: 0;
  border: 0;
  background: transparent;
}

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

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}

textarea {
  border: 0;
  outline: 0;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
}

.ns {
  list-style: none;
}

.swiper-button {
  margin: 0;
  outline: none;
}
.swiper-button::after {
  display: none;
}

.swiper-pagination-bullet {
  opacity: 1;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #727272;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #727272;
}

::-o-placeholder { /* Mozilla Firefox 19+ */
  color: #727272;
}

::-ms-placeholder { /* Internet Explorer 10+ */
  color: #727272;
}

::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #727272;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
}

button {
  border: none;
  background: transparent;
}

.btn:active, .btn:focus, .btn:visited, button:active, button:focus, button:visited,
input:active, input:focus, input:visited {
  box-shadow: none !important;
  outline: none !important;
}

html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
  background-color: #ffffff;
}

html,
body,
div,
span,
object,
iframe,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
.small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
.mark,
audio,
video {
  margin: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*可利用*/
.hidden {
  overflow: hidden;
}

.img {
  position: relative;
  font-size: 0;
}

.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.img > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.img > span > img,
.img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.img > span > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.text-justify {
  text-align: justify;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.img-object {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}

p {
  font-size: 18px;
}

.edit-box iframe,
.editor iframe {
  max-width: 100% !important;
}
.edit-box img,
.editor img {
  margin-bottom: 10px;
}
.edit-box .edit-youtube,
.editor .edit-youtube {
  height: 0;
  padding-bottom: 56%;
  margin-left: 0;
  margin-right: 0;
}

.editor::after,
.edit-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
  float: none;
}

.main-block {
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

.page-main .section_3 {
  zoom: 1;
}
.page-main .section_3::before {
  content: "";
  display: table;
}
.page-main .section_3::after {
  content: "";
  display: table;
  clear: both;
}

.iframe {
  position: relative;
  font-size: 0;
}

.iframe > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.iframe > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.iframe > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.iframe > span > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.fade:not(.show) {
  opacity: 1;
}

@font-face {
  font-family: "D-DIN";
  src: url("D-DIN.ttf");
}
@font-face {
  font-family: "D-DIN-Condensed";
  src: url("D-DINCondensed.ttf");
}
@font-face {
  font-family: "D-DIN-Bold";
  src: url("D-DIN-Bold.ttf");
}
@font-face {
  font-family: "D-DINExp";
  src: url("D-DINExp.ttf");
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 65px 0 50px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.color-g .logo-box svg path {
  fill: #174d5a;
}
header.color-g .rwd-menu {
  color: #174d5a;
}
header.color-g .rwd-menu .rwd-menu-icon span {
  background-color: #174d5a;
}
header.color-g .header-list-box a {
  color: #174d5a;
}
header .logo-box {
  width: 170px;
  height: 44px;
  display: block;
}
header .logo-box svg {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo-box svg path {
  transition: fill 0.5s ease;
}
header .header-list-box {
  display: flex;
  align-items: center;
}
header .header-list-box a {
  margin-right: 55px;
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  position: relative;
}
header .header-list-box a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
header .header-list-box a:last-child {
  margin-right: 0;
}
header .header-list-box a:hover:after {
  width: 100%;
}
header .rwd-menu {
  display: none;
  align-items: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .rwd-menu p {
  font-size: 30px;
  margin-right: 10px;
}
header .rwd-menu .rwd-menu-icon {
  width: 25px;
}
header .rwd-menu .rwd-menu-icon span {
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  display: block;
  background-color: #FFF;
  transition: all 0.5s ease;
  position: relative;
}
header .rwd-menu .rwd-menu-icon span:last-child {
  margin-bottom: 0;
}
header .rwd-menu .rwd-menu-icon span:nth-child(2) {
  width: 15px;
}
header .rwd-menu.active p {
  display: none;
}
header .rwd-menu.active span {
  background-color: #FFF !important;
}
header .rwd-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
}
header .rwd-menu.active span:nth-child(2) {
  width: 0%;
}
header .rwd-menu.active span:nth-child(3) {
  top: -16px;
  transform: rotate(-45deg);
}
header .rwd-menu-list-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0%;
  transition: all 0.3s;
  display: flex;
  opacity: 0;
  pointer-events: none;
  background-color: #2c5a65;
}
header .rwd-menu-list-block .rwd-menu-list-img,
header .rwd-menu-list-block .rwd-menu-list-box {
  width: 50%;
}
header .rwd-menu-list-block .rwd-menu-list-img {
  overflow: hidden;
  background-color: #2c5a65;
}
header .rwd-menu-list-block .rwd-menu-list-img img {
  position: relative;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transform: translateX(-80%);
  opacity: 0;
}
header .rwd-menu-list-block .rwd-menu-list-box {
  height: 100%;
  overflow: auto;
  background-color: #2C5A65;
  padding: 90px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media (max-width: 1000px) {
  header .rwd-menu-list-block .rwd-menu-list-box {
    transition-delay: 0s;
  }
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list {
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list .rwd-menu-list-title {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  font-size: 30px;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul {
  list-style: none;
  display: flex;
  align-items: center;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li {
  margin-right: 45px;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li a:hover {
  color: #FFF;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li:last-child {
  margin-right: 0;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li.menu-list-title a {
  font-size: 24px;
  color: #FFF;
  position: relative;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li.menu-list-title a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease;
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li.menu-list-title a:hover:after {
  width: 100%;
}
@media (max-width: 1100px) {
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li {
    margin-right: 40px;
  }
}
@media (max-width: 500px) {
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul li {
    margin-right: 20px;
  }
}
header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list:last-child {
  margin-bottom: 0;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box {
  width: 500px;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box .menu-contact {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 15px;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box .menu-contact:last-child {
  margin-right: 0;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box a {
  display: block;
  position: relative;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease;
}
header .rwd-menu-list-block .rwd-menu-list-box .menu-contact-box a:hover:after {
  width: 100%;
}
header .rwd-menu-list-block.rwd-menu-open {
  opacity: 1;
  pointer-events: auto;
}
header .rwd-menu-list-block.rwd-menu-open .rwd-menu-list-img img {
  opacity: 1;
  transform: translateX(0);
}
header .rwd-menu-list-block.rwd-menu-open .rwd-menu-list-box {
  opacity: 1;
}
header.header2 .header-list-box {
  display: none;
}
header.header2 .rwd-menu {
  display: flex;
}
header .menu-community-box {
  display: none;
}
header .menu-community-box .menu-community {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #FFF;
}
header .menu-community-box .menu-community:last-child {
  margin-right: 0;
}
@media (max-width: 1500px) {
  header .header-list-box a {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  header .header-list-box a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .header-list-box a {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  header .header-list-box {
    display: none;
  }
  header .rwd-menu {
    display: flex;
  }
}
@media (max-width: 1000px) {
  header {
    padding: 30px 3% 0 3%;
  }
  header .logo-box {
    width: 118px;
  }
  header .rwd-menu-list-block .rwd-menu-list-img {
    display: none;
  }
  header .rwd-menu-list-block .rwd-menu-list-box {
    width: 100%;
  }
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list {
    margin-bottom: 30px;
  }
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list .rwd-menu-list-title {
    text-align: center;
    width: 100%;
  }
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .rwd-menu-list-block .rwd-menu-list-box .rwd-menu-list ul .menu-list-title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
  }
  header .rwd-menu-list-block .menu-contact-box {
    justify-content: center;
  }
  header .menu-community-box {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}

.gotop-box {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  left: 55px;
  padding-top: 105px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s linear;
}
.gotop-box .gotop-line {
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #FFF;
  transition: all 0.5s ease;
}
.gotop-box .gotop-line:after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  top: 0;
  left: 0;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s ease;
}
.gotop-box .gotop-scroll {
  font-size: 18px;
  color: #FFF;
  display: none;
}
.gotop-box .gotop-button {
  display: block;
  color: #FFF;
  cursor: pointer;
}
.gotop-box.active {
  opacity: 1;
  pointer-events: auto;
}
.gotop-box.active .gotop-line:after {
  top: -1px;
  left: -5px;
  transform: rotate(35deg);
}
.gotop-box.active .gotop-scroll {
  display: none !important;
}
.gotop-box.active .gotop-button {
  display: block !important;
}
.gotop-box.gottop_bottom {
  position: absolute;
}

.nowSection_1 .gottop_bottom,
.nowSection_2 .gottop_bottom {
  bottom: 30px;
}

.page-main-frame .gotop-box,
#project .gotop-box {
  opacity: 1;
}
.page-main-frame .gotop-line:after,
#project .gotop-line:after {
  left: 0;
  transform: rotate(0deg);
}
.page-main-frame .gotop-scroll,
#project .gotop-scroll {
  display: block;
}
.page-main-frame .gotop-button,
#project .gotop-button {
  display: none;
}

.color-g .gotop-line {
  background-color: #174d5a !important;
}
.color-g .gotop-line::after {
  background-color: #174d5a !important;
}
.color-g .gotop-button {
  color: #174d5a !important;
}

.footer-box {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.footer-box .footer-top {
  padding: 75px 0;
  display: flex;
}
.footer-box .footer-top .footer-logo {
  width: 260px;
  padding-right: 90px;
  box-sizing: border-box;
}
.footer-box .footer-top .footer-menu-box {
  width: calc(100% - 260px);
}
.footer-box .footer-top .footer-menu-box ul {
  max-width: 660px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-box .footer-top .footer-menu-box ul li {
  margin-right: 55px;
  display: inline-block;
  margin-bottom: 40px;
}
.footer-box .footer-top .footer-menu-box ul li a {
  font-size: 20px;
  color: #FFF !important;
  transition: color 0.5s ease;
}
.footer-box .footer-top .footer-menu-box ul li a:hover {
  color: #34BAB9 !important;
}
.footer-box .footer-top .footer-info-box {
  width: 460px;
  max-width: 100%;
}
.footer-box .footer-top .footer-info-box .footer-newsletter {
  display: flex;
  margin-bottom: 40px;
}
.footer-box .footer-top .footer-info-box .footer-newsletter input {
  width: calc(100% - 125px);
  height: 40px;
  padding: 0 30px;
  box-sizing: border-box;
  border: none;
  background-color: #2C5A65;
  color: #FFF;
  font-size: 16px;
}
.footer-box .footer-top .footer-info-box .footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .footer-top .footer-info-box .footer-newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .footer-top .footer-info-box .footer-newsletter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .footer-top .footer-info-box .footer-newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.footer-box .footer-top .footer-info-box .footer-newsletter button {
  width: 125px;
  height: 40px;
  background-color: #174D5A;
  color: #FFF;
  font-size: 16px;
  transition: all 0.5s ease;
}
.footer-box .footer-top .footer-info-box .footer-newsletter button:hover {
  background-color: #FFF;
  color: #174D5A;
}
.footer-box .footer-top .footer-info-box .footer-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-box .footer-top .footer-info-box .footer-info .footer-info-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-box .footer-top .footer-info-box .footer-info .footer-info-list .footer-info-title {
  width: 55px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #FFF !important;
  font-size: 20px;
}
.footer-box .footer-top .footer-info-box .footer-info .footer-info-list .footer-info-p {
  font-size: 20px;
  color: #FFF !important;
  transition: all 0.5s ease;
}
.footer-box .footer-top .footer-info-box .footer-info .footer-info-list a:hover.footer-info-p {
  color: #34BAB9 !important;
}
.footer-box .footer-top .footer-info-box .footer-info .footer-info-list:nth-child(odd) {
  margin-right: 20px;
}
.footer-box .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.footer-box .footer-bottom .footer-bottom-left {
  display: flex;
  align-items: center;
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p {
  font-size: 16px;
  color: #FFF;
  padding: 0 10px;
  position: relative;
  font-weight: 400;
  transition: all 0.5s ease;
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p:first-child {
  padding-left: 0;
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p:last-child {
  padding-right: 0;
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p:last-child:after {
  display: none;
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p:after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
}
.footer-box .footer-bottom .footer-bottom-left .copyright-p a {
  color: #FFF !important;
}
.footer-box .footer-bottom .footer-bottom-left a:hover {
  color: #34BAB9 !important;
}
.footer-box .footer-bottom .footer-bottom-right {
  display: flex;
}
.footer-box .footer-bottom .footer-bottom-right .footer-bottom-last {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  background-color: #FFF;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.footer-box .footer-bottom .footer-bottom-right .footer-bottom-last:last-child {
  margin-right: 0;
}
.footer-box .footer-bottom .footer-bottom-right .footer-bottom-last:hover {
  background-color: #34BAB9 !important;
  color: #FFF;
}

.rwd-footer-newsletter {
  display: none;
}
.rwd-footer-newsletter input {
  width: calc(100% - 125px);
  height: 40px;
  padding: 0 30px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-color: #2C5A65;
  color: #FFF;
  font-size: 16px;
}
.rwd-footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.rwd-footer-newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.rwd-footer-newsletter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.rwd-footer-newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.rwd-footer-newsletter button {
  width: 125px;
  height: 40px;
  background-color: #174D5A;
  color: #FFF;
  font-size: 16px;
}

.footer-top-left {
  width: calc(100% - 460px);
  display: flex;
}

@media (max-width: 1600px) {
  .gotop-box {
    left: 2%;
  }
}
@media (max-width: 1500px) {
  .footer-box .footer-top .footer-logo {
    width: 230px;
    padding-right: 60px;
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  .footer-box .footer-top .footer-logo {
    width: 200px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .footer-box .footer-top .footer-info-box {
    width: 400px;
  }
  .footer-box .footer-top .footer-top-left {
    width: calc(100% - 400px);
  }
  .footer-box .footer-top .footer-menu-box ul li {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .footer-box .footer-top .footer-logo {
    width: 170px;
  }
  .footer-box .footer-top .footer-info-box {
    width: 370px;
  }
  .footer-box .footer-top .footer-top-left {
    width: calc(100% - 370px);
  }
  .footer-box .footer-top .footer-menu-box ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .footer-top-left {
    width: calc(100% - 370px);
    flex-direction: column;
  }
  .footer-top-left .footer-logo {
    margin-bottom: 30px;
  }
  .footer-box .footer-top .footer-menu-box {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 1000px) {
  .footer-box .footer-top {
    flex-wrap: wrap;
    padding: 40px 0 0 0;
  }
  .footer-box .footer-top .footer-info-box {
    width: 100%;
    margin-top: 10px;
  }
  .footer-box .footer-top .footer-info-box .footer-newsletter {
    margin: 20px 0;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list {
    margin-bottom: 15px;
  }
  .footer-box .footer-top .footer-menu-box ul {
    margin-bottom: 10px;
  }
  .footer-box .footer-top .footer-top-left {
    width: 100%;
  }
  .footer-box .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-box .footer-bottom-right {
    order: 1;
    margin-bottom: 20px;
  }
  .footer-box .footer-bottom-left {
    order: 2;
    width: 100%;
  }
  .footer-newsletter {
    display: none !important;
  }
  .rwd-footer-newsletter {
    display: flex;
  }
  .footer-top-left {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .footer-box .footer-bottom .footer-bottom-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p {
    padding: 0;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:first-child::after {
    display: none;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:nth-child(2) {
    padding-right: 10px;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:nth-child(3) {
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  .footer-box {
    max-width: 500px;
  }
  .footer-box .footer-top {
    justify-content: center;
  }
  .footer-box .footer-top .footer-logo {
    margin: 0 auto;
  }
  .footer-box .footer-top .footer-menu-box {
    display: none;
  }
  .footer-box .footer-top .footer-info-box {
    margin-top: 20px;
  }
  .footer-box .footer-top .footer-info-box .footer-info {
    justify-content: center;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list {
    margin-bottom: 15px !important;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list .footer-info-title {
    width: initial;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list.fax {
    order: 2;
    justify-content: flex-end;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list.email {
    width: 100%;
    order: 3;
    justify-content: center;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list:nth-child(odd) {
    margin-right: 0;
  }
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list:first-child {
    margin-right: 20px;
  }
  .footer-box .footer-bottom .footer-bottom-right {
    justify-content: center;
    width: 100%;
  }
  .footer-box .footer-bottom .footer-bottom-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p {
    padding: 0;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:first-child::after {
    display: none;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:nth-child(2) {
    padding-right: 10px;
  }
  .footer-box .footer-bottom .footer-bottom-left .copyright-p:nth-child(3) {
    padding-left: 10px;
  }
  .gotop-box {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer-box .footer-top .footer-info-box .footer-info .footer-info-list .footer-info-title {
    width: initial;
  }
  .mb-block {
    display: block;
  }
}
#index.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.title-h1 {
  display: none;
}

.page-main {
  position: relative;
}
.page-main .page-main-frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.page-main.nowSection_1 .page-main-frame {
  overflow: hidden !important;
}
.page-main.nowSection_1 .section_2 .text-section {
  transition-delay: 0s;
}
.page-main.nowSection_1 .section_2 .bg-section .group-building {
  transition-delay: 0s;
}
.page-main.nowSection_1 .section_2 .bg-section .mask-diamond {
  transition-delay: 0s;
}
.page-main.nowSection_2 .section_2 {
  transform: translateY(0);
  transition: transform 1s;
}
.page-main.nowSection_2 .page-main-frame {
  overflow: hidden !important;
}
.page-main.nowSection_3 .section_1 {
  z-index: 0;
}
.page-main.nowSection_3 .section_2 {
  transform: translateY(-100%);
  transition: transform 1s;
  pointer-events: none;
}
.page-main.nowSection_2 .section_1, .page-main.nowSection_3 .section_1 {
  transform: translateY(-100%);
}
.page-main.nowSection_2 .section_2 .text-section, .page-main.nowSection_3 .section_2 .text-section {
  opacity: 1;
}
.page-main.nowSection_2 .section_2 .bg-section .group-building, .page-main.nowSection_3 .section_2 .bg-section .group-building {
  width: 2000px;
  height: 2000px;
}
.page-main.nowSection_2 .section_2 .bg-section .mask-diamond, .page-main.nowSection_3 .section_2 .bg-section .mask-diamond {
  opacity: 1;
}
.page-main.scrollable .page-main-frame {
  height: auto !important;
}
.page-main .section_1 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #174d5a;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
  box-sizing: border-box;
  z-index: 2;
  transition: transform 1.6s cubic-bezier(1, 0, 0.59, 0.93);
}
.page-main .section_1::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(23, 77, 90, 0.5) 0%, rgba(23, 77, 90, 0) 30%, rgba(23, 77, 90, 0) 70%, rgba(23, 77, 90, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(23, 77, 90, 0.5) 0%, rgba(23, 77, 90, 0) 30%, rgba(23, 77, 90, 0) 70%, rgba(23, 77, 90, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(23, 77, 90, 0.5) 0%, rgba(23, 77, 90, 0) 30%, rgba(23, 77, 90, 0) 70%, rgba(23, 77, 90, 0.5) 100%);
}
.page-main .section_1 .section_1_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-main .section_1 .mask-circle {
  position: absolute;
  display: block;
  width: 80%;
  height: auto;
  max-width: 844px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-main .section_1 .mask-circle img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.page-main .section_1 .newBuilding-zh {
  position: relative;
  font-size: 40px;
  color: #FFF;
  margin: 0;
  font-weight: normal;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}
.page-main .section_1 .newBuilding-zh .tag {
  font-size: 18px;
}
.page-main .section_1 .newBuilding-en {
  position: relative;
  font-size: 80px;
  color: #FFF;
  margin: -8px 0 5px;
  font-weight: normal;
  text-shadow: 0 0 20px rgb(102, 107, 105);
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}
.page-main .section_1 .newBuilding-zh2 {
  position: relative;
  font-size: 48px;
  color: #FFF;
  margin: -8px 0 15px;
  font-weight: normal;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
  text-shadow: 0 0 20px rgb(102, 107, 105);
}
.page-main .section_1 .btn-video {
  position: relative;
  font-size: 20px;
  display: block;
  width: 156px;
  height: 32px;
  line-height: 28px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.5s ease;
}
.page-main .section_1 .btn-video::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #FFF;
  top: 50%;
  left: -20px;
  transition: all 0.5s ease;
}
.page-main .section_1 .btn-video:hover {
  background-color: #FFF;
  color: #174d5a;
}
.page-main .section_1 .btn-video:hover::before {
  background-color: #174d5a;
  left: calc(100% - 10px);
}
.page-main .section_2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #15343D;
}
.page-main .section_2 .text-section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  transition-delay: 3s;
  opacity: 0;
}
.page-main .section_2 .title-name {
  font-size: 18em;
  text-align: center;
  color: #FFF;
  line-height: 0.95em;
  font-weight: normal;
  margin: -40px 0 0;
}
@media (max-width: 1500px) {
  .page-main .section_2 .title-name {
    font-size: 16em;
  }
}
.page-main .section_2 .essence {
  font-size: 20px;
  position: absolute;
  text-align: center;
  color: #FFF;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin: 0;
}
.page-main .section_2 .essence::after {
  display: block;
  content: "";
  margin: 10px auto 0;
  width: 1px;
  padding-top: 70%;
  background-color: #FFF;
}
.page-main .section_2 .bg-section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-main .section_2 .bg-section .group-building {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
  transition: all 1.2s cubic-bezier(1, 0, 0.59, 0.93);
  transition-delay: 1s;
  transform-origin: center center;
}
.page-main .section_2 .bg-section .group-building::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1458px;
  height: 1458px;
  background-image: url("./images/index/bg-construction2.png");
  background-size: 100% auto;
  background-position: center center;
  z-index: 0;
}
.page-main .section_2 .bg-section .mask-diamond {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
  z-index: 1;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.52, 0.01, 0.98, 0.8);
  transition-delay: 1.8s;
}
.page-main .section_2 .bg-section .mask-diamond::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 486px;
  height: 486px;
  background-image: url("./images/index/mask-diamond.png");
  background-size: 100% auto;
  background-position: center center;
  z-index: 0;
}
.page-main .section_3 {
  width: 100%;
  position: relative;
  z-index: 0;
}
.page-main .section_3 .section_3_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.page-main .section_3 .section_3_bg .section_3_bg_left {
  width: 58%;
  height: 100%;
  background-color: #174D5A;
  display: block;
}
.page-main .section_3 .section_3_bg .section_3_bg_right {
  width: 42%;
  height: 100%;
  display: block;
  background-color: #2C5A65;
}
.page-main .section_3 .section_3_block {
  width: 100%;
  max-width: 1680px;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .section_3 .section_3_block .section3-video-block {
  width: 90%;
  max-width: 1410px;
  display: flex;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-video-title {
  font-size: 24px;
  color: #FFF;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  text-align: right;
  margin-right: 15px;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-video {
  position: relative;
  max-width: 920px;
  width: 70%;
  overflow: hidden;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-img {
  transition: all 0.5s ease;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-video:hover .section3-video-img {
  transform: scale(1.05);
}
.page-main .section_3 .section_3_block .section3-video-block .section3-video:hover .section3-video-play {
  background-color: #174D5A;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-title {
  font-size: 96px;
  color: rgba(255, 255, 255, 0.2);
  width: 480px;
  position: absolute;
  right: 0;
  line-height: 1.2;
  top: -106px;
  z-index: 1;
  pointer-events: none;
}
.page-main .section_3 .section_3_block .section3-video-block .section3-img-left {
  width: 30%;
  max-width: 360px;
  left: -20px;
  bottom: -10%;
  position: absolute;
}
.page-main .section_3 .section_3_block .section3-img-box {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-main .section_3 .section_3_block .section3-img-box .section3-img-right {
  right: 0;
  bottom: 0;
  position: absolute;
}
.page-main .section_4 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}
.page-main .section_4 .index-section4-title {
  font-size: 36px;
}
@media (max-width: 1100px) {
  .page-main .section_4 .index-section4-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-main .section_4 .index-section4-title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .page-main .section_4 .index-section4-title {
    font-size: 24px;
  }
}
.page-main .section_4 .section4-box {
  width: 90%;
  max-width: 1500px;
  min-height: 100vh;
  padding: 120px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.page-main .section_4 .section4-box .section4-left {
  margin-left: 45px;
  width: 475px;
  max-width: 100%;
}
.page-main .section_4 .section4-box .section4-left .section4-info-box {
  width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: #2C5A65;
  margin-bottom: 80px;
}
.page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-num {
  font-size: 96px;
  color: #FFF;
  width: 40px;
  line-height: 1.2;
}
.page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  width: calc(100% - 40px);
  color: #FFF;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-title {
    font-size: 30px;
  }
}
.page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-p {
  padding-top: 15px;
  border-top: 1px solid #FFF;
  color: rgba(255, 255, 255, 0.8);
}
.page-main .section_4 .section4-box .section4-right {
  width: 55%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots {
  position: static;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li {
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  background-color: #09363E;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s ease;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #FFF;
  font-family: "Pathway Gothic One", "Arial";
}
.page-main .section_4 .section4-box .section4-right .slick-dots li button:before {
  display: none;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li.slick-active {
  transform: scale(1.3);
  background-color: #FFF;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li.slick-active button {
  color: #09363E;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:hover {
  background-color: #FFF;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:hover button {
  color: #09363E;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(1) {
  display: none;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(2) {
  top: 8%;
  left: 16%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(3) {
  top: 33%;
  left: -1%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(4) {
  top: 63%;
  left: 0%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(5) {
  bottom: 8%;
  left: 16%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(6) {
  top: 8%;
  right: 16%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(7) {
  top: 33%;
  right: -1%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(8) {
  top: 63%;
  right: 0%;
}
.page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(9) {
  bottom: 8%;
  right: 16%;
}
.page-main .section_5 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 0;
}
.page-main .section_5 .section5-title-box {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  box-sizing: border-box;
}
.page-main .section_5 .section5-title-box .section5-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-main .section_5 .section5-title-box .section5-title .section-title,
.page-main .section_5 .section5-title-box .section5-title .section4-link {
  position: relative;
  z-index: 3;
}
.page-main .section_5 .section5-line-box {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 43%;
}
.page-main .section_5 .section5-line-box .section5-line {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
}
.page-main .section_5 .section5-line-box .section5-prev, .page-main .section_5 .section5-line-box .section5-next {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  transition-property: all;
  cursor: pointer;
  top: -9px;
}
.page-main .section_5 .section5-line-box .section5-prev .section5-arrow, .page-main .section_5 .section5-line-box .section5-next .section5-arrow {
  width: 12px;
  transition: all 0.3s ease;
}
.page-main .section_5 .section5-line-box .section5-prev {
  left: -45px;
}
.page-main .section_5 .section5-line-box .section5-prev .section5-arrow {
  transform: translateX(50px);
}
.page-main .section_5 .section5-line-box .section5-prev:hover {
  width: 70px;
  height: 70px;
  left: -70px;
  top: -33px;
  transition-delay: 0s;
}
.page-main .section_5 .section5-line-box .section5-prev:hover .section5-arrow {
  transform: translateX(0px);
}
.page-main .section_5 .section5-line-box .section5-next {
  right: -35px;
}
.page-main .section_5 .section5-line-box .section5-next .section5-arrow {
  transform: translateX(-50px);
}
.page-main .section_5 .section5-line-box .section5-next:hover {
  width: 70px;
  height: 70px;
  right: -70px;
  top: -33px;
  transition-delay: 0s;
}
.page-main .section_5 .section5-line-box .section5-next:hover .section5-arrow {
  transform: translateX(0px);
}
.page-main .section_5 .section5-line-box .section5-prev:before, .page-main .section_5 .section5-line-box .section5-next:before {
  opacity: 1;
  content: "";
}
.page-main .section_5 .section5-list-block {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 43px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.page-main .section_5 .section5-list-block .section5-list-box {
  z-index: 1;
}
@media (min-width: 1000px) {
  .page-main .section_5 .section5-list-block .section5-list-box {
    transform: translateY(-52px);
  }
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-list {
  padding: 100px 0 140px 0;
}
@media (max-width: 1000px) {
  .page-main .section_5 .section5-list-block .section5-list-box .slick-list {
    padding: 30px 0 165px 0;
  }
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-dots {
  bottom: 65px;
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-dots li {
  width: 40px;
  height: 3px;
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0.5;
  background-color: #FFF;
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-dots li button:before {
  display: none;
}
.page-main .section_5 .section5-list-block .section5-list-box .slick-dots li.slick-active button {
  opacity: 1;
}
.page-main .section_5 .section5-list-block .section5-list {
  padding: 0 60px;
  transition-duration: 0.5s;
  transition-property: top;
  position: relative;
  top: 0;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link {
  position: relative;
  display: block;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link:hover img {
  transform: scale(1.05);
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link:hover .section5-list-info {
  background-color: #FFF;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link:hover .section5-list-info .section5-list-title {
  color: #09363E;
  font-weight: bold;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link:hover .section5-list-info .section5-p {
  color: rgba(0, 0, 0, 0.7);
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-link:hover .section5-list-info .section5-list-date {
  color: #000;
  font-weight: bold;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-info {
  width: calc(100% - 20px);
  padding: 25px 30px;
  box-sizing: border-box;
  background-color: #09363E;
  left: 80px;
  position: absolute;
  top: calc(100% - 65px);
  transition: all 0.5s ease;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-p {
  font-size: 18px;
  opacity: 0.7;
  color: #FFF;
  font-weight: 400;
  transition: all 0.5s ease;
}
@media (max-width: 500px) {
  .page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-p {
    font-size: 16px;
  }
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-list-date {
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s ease;
}
.page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-list-title {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.page-main .section5-list-img {
  display: block;
  overflow: hidden;
}
.page-main .section5-list-img img {
  transition: all 0.5s ease;
}
.page-main .section_6 {
  width: 100%;
}
.page-main .section_6 .section6-img-box {
  width: 100%;
  overflow: auto;
  position: relative;
}
.page-main .section_6 .section6-img {
  min-width: 1900px;
  position: relative;
}
@media (max-width: 1710px) {
  .page-main .section_6 .section6-img {
    min-width: 1750px;
  }
}
@media (max-width: 1400px) {
  .page-main .section_6 .section6-img {
    min-width: 1600px;
  }
}
.page-main .section_6 .section6-img a {
  position: absolute;
  height: 155px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 1.3%;
  top: calc(31% - 150px);
  text-align: center;
}
.page-main .section_6 .section6-img a .map-list-title {
  font-size: 20px;
  color: #FFF;
  line-height: 1.3;
  display: flex;
  writing-mode: vertical-lr;
  align-items: center;
  letter-spacing: 7px;
  margin-bottom: 3px;
  transition: all 0.5s ease;
}
.page-main .section_6 .section6-img a .map-list-title span {
  letter-spacing: 0px;
  display: block;
  writing-mode: horizontal-tb;
}
@media (max-width: 1710px) {
  .page-main .section_6 .section6-img a .map-list-title {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .page-main .section_6 .section6-img a .map-list-title {
    font-size: 16px;
  }
}
.page-main .section_6 .section6-img a .map-list-icon {
  width: 24px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  .page-main .section_6 .section6-img a .map-list-icon {
    width: 20px;
  }
}
.page-main .section_6 .section6-img a:hover .map-list-title {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.page-main .section_6 .section6-img a:hover .map-list-icon {
  animation: flipInY 1s linear 0s 1 forwards;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.7));
}
.page-main .section_6 .section6-img .map1 {
  left: 15.7%;
}
.page-main .section_6 .section6-img .map2 {
  left: 45.48%;
}
.page-main .section_6 .section6-img .map3 {
  left: 56.9%;
}
.page-main .section_6 .section6-img .map4 {
  left: 59.1%;
}
.page-main .section_6 .section6-img .map5 {
  left: 61.5%;
}
.page-main .section_6 .section6-img .map6 {
  left: 63.95%;
}
.page-main .section_6 .section6-img .map7 {
  left: 65.8%;
}
.page-main .section_6 .section6-img .map8 {
  left: 67.95%;
}
.page-main .section_6 .section6-img .map9 {
  left: 69.8%;
}
.page-main .section_6 .section6-img .map10 {
  left: 79.3%;
}
.page-main .section_6 .section6-img .map11 {
  left: 81.15%;
}
.page-main .section_6 .section6-img .map12 {
  left: 83%;
}
.page-main .section_6 .section6-img .map13 {
  left: 87.4%;
}
.page-main .section_6 .section6-img .map14 {
  left: 92.85%;
}
.page-main .section_6 .section6-img .map15 {
  left: 95.95%;
}
.page-main .section_6 .section6-img .map16 {
  left: 23.25%;
  height: 255px;
  top: calc(31% - 250px);
}
.page-main .section_6 .section6-img .map17 {
  left: 74.65%;
  height: 280px;
  top: calc(31% - 275px);
}
.page-main .section_6 .section6-title-box {
  position: absolute;
  bottom: calc(50% - 70px);
  left: 50px;
}
.page-main .section_6 .section6-title-box .section6-title-zh {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
}
.page-main .section_6 .section6-title-box .section6-title-en {
  font-size: 80px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .page-main .section_6 .section6-title-box {
    bottom: calc(50% - 53px);
  }
  .page-main .section_6 .section6-title-box .section6-title-zh {
    font-size: 28px;
  }
  .page-main .section_6 .section6-title-box .section6-title-en {
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  .page-main .section_6 .section6-title-box {
    bottom: 30px;
    left: 20px;
  }
}
@media (max-width: 500px) {
  .page-main .section_6 .section6-title-box .section6-title-zh {
    font-size: 30px;
  }
  .page-main .section_6 .section6-title-box .section6-title-en {
    font-size: 64px;
  }
}

.section-title {
  font-size: 96px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}

.section4-link {
  position: relative;
  font-size: 18px;
  width: 146px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #FFF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  z-index: 1;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}
.section4-link:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: -20px;
  transition: all 0.5s ease;
}
.section4-link:hover {
  background-color: #FFF;
  color: #174d5a;
}
.section4-link:hover::before {
  background-color: #174d5a;
  left: calc(100% - 10px);
}

.slick-current + .section5-list {
  top: -100px !important;
  transition-delay: 0.45s;
}

.section3-video-play {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #40C2C6;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  z-index: 5;
}
.section3-video-play .video-play-icon {
  width: 22px;
  margin-left: 7px;
}
.section3-video-play .video-play-p {
  position: absolute;
  left: -81px;
  color: #FFF;
}
.section3-video-play .video-play-p:after {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  background-color: #FFF;
}

@media (max-width: 1710px) {
  .page-main .section_5 .section5-list-block {
    padding-left: 0;
  }
}
@media (max-width: 1680px) {
  .page-main .section_3 .section_3_block {
    width: 90%;
  }
  .page-main .section_3 .section3-img-left {
    width: 20%;
  }
  .page-main .section_3 .section3-img-box img {
    bottom: 0;
    left: 0;
  }
  .page-main .section_3 .section3-img-box .section3-img-right {
    width: 25%;
  }
  .page-main .section_4 .section4-box .section4-left {
    margin-left: 0;
  }
}
@media (max-width: 1540px) {
  .page-main .section_5 .section5-list-block {
    max-width: 1240px;
  }
  .page-main .section_5 .section5-list-block .section5-list-box .slick-dots li {
    width: 30px;
  }
  .page-main .section_5 .section5-list-block .section5-list {
    padding: 0 60px 0 25px;
  }
  .page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-list-title {
    font-size: 20px;
  }
  .page-main .section_5 .section5-list-block .section5-list .section5-list-info p {
    font-size: 16px;
  }
  .page-main .section_5 .section5-line-box .section5-line {
    max-width: 1265px;
  }
}
@media (max-width: 1480px) {
  .page-main .section_3 .section3-img-left {
    width: 30%;
    bottom: 10%;
  }
  .page-main .section_3 .section3-img-box .section3-img-right {
    width: 25%;
  }
  .page-main .section_4 .section4-box .section4-right {
    padding: 0 35px;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(2) {
    top: 8%;
    left: 14%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(3) {
    top: 33%;
    left: -2%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(4) {
    top: 63%;
    left: -1%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(5) {
    bottom: 7%;
    left: 16%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(6) {
    top: 8%;
    right: 14%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(7) {
    top: 33%;
    right: -2%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(8) {
    top: 63%;
    right: -1%;
  }
  .page-main .section_4 .section4-box .section4-right .slick-dots li:nth-child(9) {
    bottom: 7%;
    right: 16%;
  }
  .page-main .section_5 .section5-list-block {
    max-width: 1100px;
  }
  .page-main .section_5 .section5-list-block .section5-list {
    padding: 0 60px 0 40px;
  }
  .page-main .section_5 .section-title {
    font-size: 68px;
  }
  .page-main .section_5 .section5-line-box .section5-line {
    max-width: 1100px;
  }
  .page-main .section_5 .section5-line-box .section5-prev, .page-main .section_5 .section5-line-box .section5-next {
    background-size: 10px;
  }
  .page-main .section_5 .section5-line-box .section5-prev:hover, .page-main .section_5 .section5-line-box .section5-next:hover {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}
@media (min-width: 1100px) and (max-height: 650px) {
  .page-main .section_2 .title-name {
    font-size: 15em;
  }
  .page-main .section_2 .essence::after {
    padding-top: 60%;
  }
}
@media (min-width: 1000px) and (max-height: 800px) {
  .page-main .section_3 {
    padding-top: 50px;
  }
  .page-main .section_3 .section_3_block {
    min-height: 800px;
  }
  .section {
    min-height: 800px;
  }
}
@media (max-width: 1280px) {
  .page-main .section3-video-block .section3-title {
    right: -7% !important;
  }
}
@media (max-width: 1250px) {
  .page-main .section5-list-block {
    max-width: 880px;
  }
  .page-main .section5-list-block .section5-list-box .slick-dots li {
    width: 20px;
  }
  .page-main .section5-list-block .section5-list-box .slick-dots {
    bottom: 35px !important;
  }
  .page-main .section5-list-block .section5-list {
    padding: 0 40px 0 40px;
  }
  .page-main .section5-list-block .section5-list .section5-list-info {
    width: 100%;
  }
  .page-main .section_5 .section5-list-block {
    padding: 0 35px;
  }
  .page-main .section_5 .section5-list-block .section5-list {
    padding: 0 30px;
  }
  .page-main .section_5 .section5-list-block .section5-list .section5-list-info {
    left: 40px;
  }
  .page-main .section_5 .section5-line-box .section5-prev {
    left: -3%;
  }
  .page-main .section_5 .section5-line-box .section5-prev:hover {
    left: -3%;
  }
  .page-main .section_5 .section5-line-box .section5-next {
    right: -3%;
  }
  .page-main .section_5 .section5-line-box .section5-next:hover {
    right: -3%;
  }
  .slick-current + .section5-list {
    top: -37px !important;
  }
}
@media (max-width: 1100px) {
  .page-main .section_2 .title-name {
    font-size: 160px;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video {
    width: 80%;
  }
  .page-main .section3-video-block {
    padding-left: 0 !important;
  }
  .page-main .section_4 .section4-box .section4-left {
    width: 45%;
  }
  .section-title {
    font-size: 73px;
  }
}
@media (max-width: 1000px) {
  .page-main .section_3 .section_3_block {
    min-height: inherit;
    padding: 100px 0;
  }
  .page-main .section_3 .section_3_block .section3-video-block {
    flex-wrap: wrap;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-title {
    width: 100%;
    position: static;
    font-size: 64px;
    margin-bottom: 15px;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-play {
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-play .video-play-icon {
    width: 15px;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-play .video-play-p {
    display: none;
  }
  .page-main .section_4 .section4-box {
    padding: 30px 0 80px 0;
    min-height: inherit;
  }
  .page-main .section_4 .section4-box .section4-left {
    width: 100%;
  }
  .page-main .section_4 .section4-box .section4-right {
    display: none;
  }
  .page-main .section_4 .section4-info-box {
    margin-bottom: 50px;
  }
  .page-main .section_4 .section4-info-box .slick-prev, .page-main .section_4 .section4-info-box .slick-next {
    width: 26px;
    height: 48px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .page-main .section_4 .section4-info-box .slick-prev {
    left: -15px;
    background-image: url("./static/icon/healthy-prev.svg");
  }
  .page-main .section_4 .section4-info-box .slick-next {
    right: -15px;
    background-image: url("./static/icon/healthy-next.svg");
  }
  .page-main .section_4 .section4-info-box .slick-prev:before, .page-main .section_4 .section4-info-box .slick-next:before {
    display: none;
  }
  .page-main .section_4 .section-title {
    margin-bottom: 15px;
  }
  .page-main .section_5 {
    padding-bottom: 80px;
  }
  .page-main .section_5 .section5-list-block .section5-list-box .slick-dots {
    bottom: -5px !important;
  }
  .page-main .section_5 .section5-line-box .section5-prev {
    left: -1%;
  }
  .page-main .section_5 .section5-line-box .section5-prev:hover {
    left: -3%;
  }
  .page-main .section_5 .section5-line-box .section5-next {
    right: -1%;
  }
  .page-main .section_5 .section5-line-box .section5-next:hover {
    right: -3%;
  }
  .page-main .section_5 .section4-link {
    display: none;
  }
  .slick-current + .section5-list {
    top: 0px !important;
  }
}
@media (max-width: 980px) {
  .page-main .section_1 {
    justify-content: flex-end;
    padding: 130px 25px 0;
  }
  .page-main .section_1 .index-banner-title {
    margin-bottom: 20%;
  }
  .page-main .section_2 .bg-section .group-building::before {
    width: 1002px;
    height: 1002px;
  }
  .page-main .section_2 .bg-section .mask-diamond::before {
    width: 334px;
    height: 334px;
  }
  .page-main .section_3 {
    min-height: 100vh;
  }
  .page-main .section_3 .flex-row {
    flex-direction: column-reverse;
    padding: 100px 40px;
  }
  .page-main .section_3 .section_3_bg .section_3_bg_left {
    display: none;
  }
  .page-main .section_3 .section_3_bg .section_3_bg_right {
    width: 100%;
  }
  .page-main .section_3 .text-section {
    width: 100%;
  }
  .page-main .section_3 .text-section .frame {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 40px;
    max-width: none;
  }
  .page-main .section_3 .text-section .title {
    font-size: 20px;
    margin-top: 0;
  }
  .page-main .section_3 .text-section .pic-bottom {
    position: relative;
    z-index: 0;
    margin-top: auto;
    max-width: none;
    width: 100%;
  }
  .page-main .section_3 .text-section .pic-bottom .image-inner {
    max-width: none;
  }
  .page-main .section_3 .pic-section {
    margin-top: auto;
    width: 100%;
  }
  .page-main .section_3 .pic-section .pic-pc {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  .page-main .section_3 .pic-section .image-inner {
    max-width: none;
    width: 100%;
  }
  .page-main .section_4 {
    padding: 30px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .page-main .section_1 {
    justify-content: flex-end;
    padding: 100px 20px 0;
  }
  .page-main .section_1 .mask-circle {
    min-width: 300px;
  }
  .page-main .section_1 .newBuilding-zh {
    font-size: 22px;
  }
  .page-main .section_1 .newBuilding-zh .tag {
    font-size: 18px;
    margin-right: 20px;
  }
  .page-main .section_1 .newBuilding-zh2 {
    font-size: 30px;
  }
  .page-main .section_1 .newBuilding-en {
    font-size: 42px;
    margin: 0 0 20px;
    font-weight: normal;
  }
  .page-main .section_1 .btn-video {
    position: relative;
    font-size: 20px;
    position: relative;
    width: 156px;
    height: 32px;
    line-height: 28px;
    border: 2px solid rgba(161, 194, 239, 0.5);
    color: #FFF;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    z-index: 1;
    text-decoration: none;
  }
  .page-main .section_1 .btn-video::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #FFF;
    top: 50%;
    left: -20px;
  }
  .page-main .section_1 .btn-video:hover {
    background-color: #174d5a;
    color: #FFF;
  }
  .page-main .section_2 .title-name {
    font-size: 68px;
  }
  .page-main .section_2 .essence {
    font-size: 16px;
  }
  .page-main .section_2 .bg-section .group-building::before {
    width: 720px;
    height: 720px;
  }
  .page-main .section_2 .bg-section .mask-diamond::before {
    width: 240px;
    height: 240px;
  }
  .page-main .section_3 .flex-row {
    padding: 0;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video {
    width: calc(100% - 35px);
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video-title {
    font-size: 16px;
  }
  .page-main .section_5 .section5-line-box .section5-prev, .page-main .section_5 .section5-line-box .section5-next {
    width: 40px !important;
    height: 40px !important;
    top: -20px !important;
  }
  .page-main .section_5 .section5-line-box .section5-prev .section5-arrow, .page-main .section_5 .section5-line-box .section5-next .section5-arrow {
    width: 10px;
    transform: translateX(0px);
  }
  .section-title {
    font-size: 68px;
  }
}
@media (max-width: 600px) {
  .page-main .section_3 .section_3_block {
    padding-top: 80px;
    padding-bottom: 150px;
    display: block;
  }
  .page-main .section_3 .section3-img-box .section3-img-right {
    width: 42%;
  }
  .page-main .section_5 .section5-line {
    display: none;
  }
}
@media (max-width: 500px) {
  .page-main .section_3 {
    min-height: inherit;
  }
  .page-main .section_3 .section_3_block {
    padding-bottom: 255px;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-img-left {
    bottom: inherit;
    top: 264px;
    width: 55%;
    left: -5%;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-play {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-video .section3-video-play .video-play-icon {
    width: 10px;
    margin-left: 5px;
  }
  .page-main .section_3 .section_3_block .section3-video-block .section3-title {
    font-size: 44px;
  }
  .page-main .section_3 .section_3_block .section3-img-box .section3-img-right {
    width: 50%;
    right: -5%;
  }
  .page-main .section_4 {
    padding: 30px 0px 40px 0;
  }
  .page-main .section_4 .section4-box {
    padding-bottom: 0;
  }
  .page-main .section_4 .section4-box .section4-left .section4-info-box {
    padding: 20px 25px;
  }
  .page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-num {
    font-size: 48px;
    width: 25px;
  }
  .page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-title {
    font-size: 20px;
    width: calc(100% - 25px);
  }
  .page-main .section_4 .section4-info-box .slick-next {
    right: -11px;
  }
  .page-main .section_4 .section4-info-box .slick-prev {
    left: -11px;
  }
  .page-main .section_5 {
    padding-top: 80px;
  }
  .page-main .section_5 .fz-36 {
    font-size: 29px;
  }
  .page-main .section_5 .section5-title-box {
    padding: 0 0px;
  }
  .page-main .section_5 .section5-list-block {
    padding: 0;
  }
  .page-main .section_5 .section5-list-block .section5-list-box .section5-list {
    padding: 0 40px 0 0px;
  }
  .page-main .section_5 .section5-list-block .section5-list-box .section5-list .section5-list-info {
    width: calc(100% - 20px);
    left: 60px;
  }
  .page-main .section_5 .section5-list-block .section5-list-box .slick-dots {
    bottom: -25px !important;
  }
  .page-main .section_5 .section5-list-block .section5-list .section5-list-info .section5-list-date {
    margin-bottom: 0;
  }
  .section-title {
    font-size: 62px;
  }
  .index-section4-p {
    margin-bottom: 60px;
  }
  .page-main .section_4 .section4-info-box .slick-prev,
  .page-main .section_4 .section4-info-box .slick-next {
    width: 22px;
    height: 34px;
    background-size: 14px;
  }
  .page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-p {
    font-size: 14px;
    display: block;
  }
}
@media (max-width: 325px) {
  .page-main .section_4 .section4-box .section4-left .section4-info-box .section4-info-title-box .section4-info-title {
    display: block;
  }
}
@supports (-webkit-clip-path: circle(100%)) or (clip-path: circle(100%)) {
  .page-main.nowSection_2 .section_1, .page-main.nowSection_3 .section_1 {
    transform: none;
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  .page-main .section_1 {
    -webkit-clip-path: circle(80%);
    clip-path: circle(80%);
    transition: -webkit-clip-path 1.6s cubic-bezier(1, 0, 0.59, 0.93);
    transition: clip-path 1.6s cubic-bezier(1, 0, 0.59, 0.93);
  }
}
.about-block .breadnav-box {
  position: relative;
  z-index: 1;
}

.banner-box {
  min-height: 800px;
  display: flex;
}
@media (max-width: 1600px) {
  .banner-box {
    min-height: 675px;
  }
}
@media (max-width: 800px) {
  .banner-box {
    min-height: 550px;
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .banner-box {
    min-height: 475px;
  }
}

.banner-title-en {
  font-size: 100px;
  line-height: 1;
  color: #FFF;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.banner-title-cn {
  font-size: 56px;
  color: #FFF;
  line-height: 1.2;
}

.breadnav-box {
  list-style: none;
  display: flex;
}
.breadnav-box li {
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.breadnav-box li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 350px) {
  .breadnav-box li {
    font-size: 16px;
    padding: 0 8px;
  }
  .breadnav-box li a {
    font-size: 16px;
  }
}
.breadnav-box li:first-child {
  padding-left: 0;
}
.breadnav-box li:last-child:after {
  display: none;
}
.breadnav-box li::after {
  content: "/";
  right: -3px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
}
.breadnav-box.about-breadnav li:first-child::after {
  content: "/";
  right: -3px;
}
.breadnav-box.about-breadnav li:after {
  content: "˙";
  right: -5px;
}

.about-banner-mask {
  width: 677px;
  max-width: 100%;
  height: 363px;
  position: absolute;
  opacity: 0;
  right: 0px;
  bottom: 0;
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  background-color: #2C5A65;
}
@media (max-width: 1600px) {
  .about-banner-mask {
    width: 50%;
  }
}

.about1-block {
  padding: 415px 0 145px 0;
}
@media (max-width: 1400px) {
  .about1-block {
    padding: 350px 0 145px 0;
  }
}
@media (max-width: 1000px) {
  .about1-block {
    padding: 250px 0 100px 0;
  }
}
.about1-block .about1-top-img {
  position: absolute;
  top: -230px;
}
@media (max-width: 1600px) {
  .about1-block .about1-top-img {
    top: -150px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .about1-block .about1-top-img {
    height: 550px;
  }
  .about1-block .about1-top-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1000px) {
  .about1-block .about1-top-img {
    height: 400px;
  }
}

.about1-list-box {
  position: relative;
  z-index: 1;
}
.about1-list-box .about1-info-box h3, .about1-list-box .about1-info-box .h3 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #09363E;
  line-height: 1.4;
}
.about1-list-box .about1-info-box p {
  font-size: 18px;
  color: #646464;
  text-align: justify;
  line-height: 1.6;
}
@media (max-width: 1300px) {
  .about1-list-box .about1-info-box h3, .about1-list-box .about1-info-box .h3 {
    font-size: 24px;
  }
}
.about1-list-box .list-1 .about1-info-box {
  width: 70%;
  max-width: 900px;
  padding-right: 100px;
}
.about1-list-box .list-1 .about1-info-box h3, .about1-list-box .list-1 .about1-info-box .h3 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  .about1-list-box .list-1 .about1-info-box h3, .about1-list-box .list-1 .about1-info-box .h3 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .about1-list-box .list-1 .about1-info-box h3, .about1-list-box .list-1 .about1-info-box .h3 {
    font-size: 24px;
  }
}
.about1-list-box .list-1 .about1-img {
  width: calc(100% - 900px);
  padding-right: 60px;
}
@media (max-width: 1600px) {
  .about1-list-box .list-1 .about1-info-box {
    width: 60%;
    padding-right: 80px;
  }
  .about1-list-box .list-1 .about1-img {
    width: 40%;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .about1-list-box .list-1 .about1-info-box {
    width: 55%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about1-list-box .list-1 .about1-img {
    width: 45%;
  }
}
.about1-list-box .list-2 {
  margin-bottom: 80px;
}
.about1-list-box .list-2 .about1-img {
  box-sizing: border-box;
  width: 605px;
  padding-right: 40px;
}
.about1-list-box .list-2 .about1-info-box {
  width: calc(100% - 605px);
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .about1-list-box .list-2 .about1-img {
    width: 50%;
    padding-right: 20px;
  }
  .about1-list-box .list-2 .about1-info-box {
    width: 50%;
  }
}
.about1-list-box .list-3 .about1-info-box,
.about1-list-box .list-3 .about1-img {
  width: 50%;
}
.about1-list-box .list-3 .about1-img {
  padding-left: 110px;
}
@media (max-width: 1000px) {
  .about1-list-box .about1-list {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .about1-list-box .about1-list .about1-img,
  .about1-list-box .about1-list .about1-info-box {
    width: 100%;
  }
  .about1-list-box .about1-list .about1-info-box {
    padding: 0;
    margin-bottom: 60px;
  }
  .about1-list-box .about1-list .about1-img {
    padding: 0;
    text-align: center;
  }
  .about1-list-box .list-1 .about1-info-box {
    margin-top: 60px;
  }
  .about1-list-box .list-2 .about1-info-box {
    order: 1;
  }
  .about1-list-box .list-2 .about1-img {
    order: 2;
  }
}
@media (max-width: 500px) {
  .about1-list-box .list-1 .about1-info-box {
    margin: 40px 0;
  }
  .about1-list-box .list-1 .about1-info-box h3, .about1-list-box .list-1 .about1-info-box .h3 {
    margin-bottom: 15px;
  }
  .about1-list-box .about1-info-box h3, .about1-list-box .about1-info-box .h3 {
    margin-bottom: 15px;
  }
  .about1-list-box .about1-list {
    margin-bottom: 40px;
  }
  .about1-list-box .about1-list .about1-info-box {
    margin-bottom: 40px;
  }
}

.about2-block {
  padding: 155px 20px 210px 20px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .about2-block {
    padding: 80px 20px 80px 20px;
  }
}
.about2-block .about2-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.about2-block .about2-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
}
.about2-block .about2-box .about2-icon {
  width: 70%;
  max-width: 550px;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .about2-block .about2-box .about2-icon {
    width: 100%;
    max-width: 300px;
  }
}
.about2-block .about2-box p {
  text-align: justify;
  font-weight: 400;
  line-height: 1.6;
}

.about3-block {
  padding: 100px 0 80px 0;
}
@media (max-width: 1000px) {
  .about3-block {
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about3-block {
    padding-top: 50px;
  }
}
.about3-block .about3-title {
  margin-bottom: 85px;
}
@media (max-width: 500px) {
  .about3-block .about3-title {
    margin-bottom: 50px;
  }
}
.about3-block .about3-list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.about3-block .about3-list .about3-list-img,
.about3-block .about3-list .about3-list-info {
  width: 50%;
}
.about3-block .about3-list .about3-list-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about3-block .about3-list .about3-list-title h2, .about3-block .about3-list .about3-list-title .h2 {
  font-size: 40px;
  color: #09363E;
  font-weight: 500;
}
.about3-block .about3-list .about3-list-title span {
  font-size: 36px;
  color: #969696;
  padding: 0 10px;
}
.about3-block .about3-list .about3-list-title h3, .about3-block .about3-list .about3-list-title .h3 {
  font-size: 26px;
  color: #323232;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 1300px) {
  .about3-block .about3-list .about3-list-title h2, .about3-block .about3-list .about3-list-title .h2 {
    font-size: 36px;
  }
  .about3-block .about3-list .about3-list-title span {
    font-size: 30px;
  }
  .about3-block .about3-list .about3-list-title h3, .about3-block .about3-list .about3-list-title .h3 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .about3-block .about3-list .about3-list-title h2, .about3-block .about3-list .about3-list-title .h2 {
    font-size: 28px;
  }
  .about3-block .about3-list .about3-list-title span {
    font-size: 24px;
  }
  .about3-block .about3-list .about3-list-title h3, .about3-block .about3-list .about3-list-title .h3 {
    font-size: 18px;
  }
}
.about3-block .about3-list .about3-list-info p {
  text-align: justify;
}
.about3-block .about3-list p {
  width: 100%;
  max-width: 550px;
}
.about3-block .about3-list:nth-child(odd) .about3-list-info {
  padding: 0 40px;
}
.about3-block .about3-list:nth-child(even) .about3-list-info {
  order: 1;
  padding-right: 40px;
}
.about3-block .about3-list:nth-child(even) .about3-list-img {
  order: 2;
}
.about3-block .about3-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .about3-block .about3-list {
    display: block;
  }
  .about3-block .about3-list .about3-list-img {
    width: 100%;
    text-align: center;
  }
  .about3-block .about3-list .about3-list-info {
    width: 100%;
    padding: 40px 0 !important;
  }
  .about3-block .about3-list .about3-list-info p {
    max-width: 100%;
  }
}

.about4-block {
  padding-top: 20px;
}
.about4-block .w-1410 {
  position: relative;
  z-index: 1;
}
.about4-block .about4-box {
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .about4-block .about4-box {
    flex-wrap: wrap;
  }
  .about4-block .about4-box .about4-left,
  .about4-block .about4-box .about4-right {
    width: 100%;
  }
  .about4-block .about4-box .about4-left {
    padding: 50px 0;
  }
  .about4-block .about4-box .about4-right {
    padding: 0 0 100px 0;
  }
  .about4-block .about4-box .about4-video {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto;
  }
}

.about4-left,
.about4-right {
  width: 50%;
}

.about4-left {
  padding: 125px 95px 135px 160px;
}
@media (max-width: 1500px) {
  .about4-left {
    padding: 125px 95px;
  }
}
@media (max-width: 1300px) {
  .about4-left {
    padding: 8% 5%;
  }
}

.about4-right {
  padding: 65px 58px 65px 35px;
}
.about4-right p {
  line-height: 1.6;
  text-align: justify;
}
.about4-right .about-link-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.about4-right .about-link-line {
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 10px;
}
.about4-right .about-link {
  font-size: 24px;
  color: #40C2C6;
  transition: all 0.5s ease;
}
.about4-right .about-link:hover {
  color: #519395;
}
@media (max-width: 1200px) {
  .about4-right h2, .about4-right .h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .about4-right h2, .about4-right .h2 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .about4-right .about-link-box {
    display: block;
  }
  .about4-right .about-link-line {
    display: none;
  }
}

.about4-logo {
  width: 70%;
  max-width: 306px;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 55px;
}
@media (max-width: 1000px) {
  .about4-logo {
    padding: 0;
  }
}

.about4-img-box {
  width: 30%;
  max-width: 430px;
  position: absolute;
  left: 0;
  top: 0;
}
.about4-img-box img {
  position: relative;
  z-index: 1;
}
.about4-img-box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #42C1C7;
  top: -30px;
  left: -30px;
}
@media (max-width: 1100px) {
  .about4-img-box {
    top: 30px;
  }
}
@media (max-width: 1000px) {
  .about4-img-box {
    display: none;
  }
}

.about4-video {
  position: relative;
  width: 445px;
  max-width: 100%;
  height: 295px;
  display: block;
  overflow: hidden;
}
.about4-video .section3-video-play {
  width: 80px;
  height: 80px;
  background-color: #42C1C7;
  transition: all 0.5s ease;
}
.about4-video .video-play-icon {
  width: 20px;
}
.about4-video .section3-video-img {
  transition: all 0.5s ease;
}
.about4-video:hover .section3-video-play {
  transform: scale(0.9);
  background-color: #09363E;
}
.about4-video:hover .section3-video-img {
  transform: scale(1.1);
}

.about4-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: calc(100% - 270px);
  bottom: 0;
  left: 0;
  background-color: #F1F1F1;
}

@media (max-width: 500px) {
  .about-block .banner-title-en {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about-block .banner-title-cn {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.w-animate.active .about-banner-mask {
  right: -95px;
  opacity: 1;
}

.news-banner-block {
  padding: 170px 0 100px 0;
}
.news-banner-block .news-banner-p {
  width: 50%;
  max-width: 555px;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-align: justify;
}
.news-banner-block .news-banner-img-box {
  position: absolute;
  right: 75px;
  top: 0;
  width: 600px;
  height: calc(100% + 220px);
}
.news-banner-block .news-banner-img-box img {
  position: relative;
  z-index: 1;
}
.news-banner-block .news-banner-img-box .news-banner-img-mask {
  position: absolute;
  width: 100%;
  max-width: 579px;
  display: block;
  height: 460px;
  background-color: #2C5A65;
}
.news-banner-block .news-banner-img-mask {
  right: 0px;
  top: 0px;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.w-animate.active .news-banner-img-mask {
  right: -75px;
  top: -75px;
}

.news-box {
  padding: 135px 0;
}
@media (max-width: 1000px) {
  .news-box {
    padding-top: 80px;
  }
}

.news-title {
  font-size: 56px;
  color: #09363E;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .news-title {
    margin-bottom: 30px;
    font-size: 48px;
  }
}

.news-class-box {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
}
.news-class-box .news-class {
  display: block;
  padding-top: 30px;
  position: relative;
  margin-right: 55px;
  font-size: 24px;
  color: #969696;
  transition: color 0.5s ease;
}
.news-class-box .news-class:last-child {
  margin-right: 0;
}
.news-class-box .news-class.active {
  color: #09363E;
}
.news-class-box .news-class:hover {
  color: #34BAB9;
}
@media (max-width: 1000px) {
  .news-class-box .news-class {
    padding-top: 20px;
  }
}
@media (min-width: 801px) {
  .news-class-box .news-class.active::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #09363E;
  }
}

.news-list-block .news-list-line-box {
  opacity: 0;
  transition: all 0.5s ease;
}
.news-list-block.active .news-list-line-box {
  opacity: 1;
}

.news-list-line-box {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
.news-list-line-box span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: #174D5A;
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
}

.news-list-block {
  margin-top: 120px;
  padding-bottom: 200px;
}

.news-list-box .news-list {
  width: 50%;
  position: relative;
  margin-top: 360px;
}
.news-list-box .news-list .news-list-year {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #174D5A;
  background-color: #FFF;
  top: calc(50% - 60px);
  display: none;
  font-family: "D-DIN", "Pathway Gothic One", "Arial";
}
.news-list-box .news-list.year-open .news-list-year {
  display: block;
}
.news-list-box .news-list .news-list-img {
  position: relative;
  display: block;
  z-index: 1;
  transition: box-shadow 0.5s ease;
}
.news-list-box .news-list .news-list-img .hidden {
  display: block;
}
.news-list-box .news-list .news-list-img img {
  transition: all 0.8s ease;
}
@media (min-width: 801px) {
  .news-list-box .news-list .news-list-img:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  }
  .news-list-box .news-list .news-list-img:hover img {
    transform: scale(1.1);
  }
  .news-list-box .news-list .news-list-img:hover .hover-icon {
    opacity: 1;
  }
  .news-list-box .news-list .news-list-img:hover .news-list-info {
    background-color: #FFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  }
  .news-list-box .news-list .news-list-img:hover .news-list-info .news-list-date {
    color: #34BAB9;
  }
  .news-list-box .news-list .news-list-img:hover .news-list-info .news-list-title, .news-list-box .news-list .news-list-img:hover .news-list-info .news-list-p {
    color: #323232;
  }
}
.news-list-box .news-list .news-list-info {
  width: 100%;
  background-color: #09363E;
  padding: 30px 30px;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 80px);
  right: -95px;
  transition: all 0.5s ease;
}
.news-list-box .news-list .news-list-info .news-list-date {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
  font-family: "Pathway Gothic One", "Arial";
}
.news-list-box .news-list .news-list-info .news-list-title {
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.news-list-box .news-list .news-list-info .news-list-p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
}
@media (min-width: 801px) {
  .news-list-box .news-list:nth-child(odd) {
    float: right;
    padding-left: 200px;
    padding-right: 75px;
  }
  .news-list-box .news-list:nth-child(odd) .news-list-year {
    left: -33px;
  }
  .news-list-box .news-list:nth-child(odd):after {
    left: 0;
  }
  .news-list-box .news-list:nth-child(odd)::before {
    left: -7px;
  }
  .news-list-box .news-list:nth-child(even) {
    float: left;
    padding-right: 275px;
  }
  .news-list-box .news-list:nth-child(even):after {
    right: 0;
  }
  .news-list-box .news-list:nth-child(even)::before {
    right: -9px;
  }
  .news-list-box .news-list:nth-child(even) .news-list-year {
    right: -33px;
  }
}
.news-list-box .news-list:first-child {
  margin-top: 0;
}
@media (min-width: 801px) {
  .news-list-box .news-list:first-child.year-open::before {
    width: 24px;
    height: 24px;
    background-color: #34BAB9;
    left: -11px;
    top: calc(50% - 13px);
  }
}
.news-list-box .news-list:after {
  content: "";
  width: 300px;
  max-width: 80%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 801px) {
  .news-list-box .news-list::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #174D5A;
    border-radius: 50%;
    top: calc(50% - 9px);
  }
}

.hover-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(52, 186, 185, 0.8);
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.5s ease;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}

.rwd-page-class {
  display: none;
}

.new-share-line {
  transform: scaleX(0);
  transform-origin: left;
  transition-duration: 0.5s;
}

.new-share-p {
  opacity: 0;
  transition-duration: 0.5s;
}

.new-share-link {
  opacity: 0;
}

.w-animate.active .new-share-line {
  transform: scaleX(1);
}
.w-animate.active .new-share-p {
  opacity: 1;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}
.w-animate.active .new-share-link:nth-child(3) {
  animation: fade 0.5s ease 0.1s 1 forwards;
}
.w-animate.active .new-share-link:nth-child(4) {
  animation: fade 0.5s ease 0.3s 1 forwards;
}
.w-animate.active .new-share-link:nth-child(5) {
  animation: fade 0.5s ease 0.5s 1 forwards;
}

.new-banner-block {
  padding: 220px 0 130px 0;
}

.new-title-box {
  width: 90%;
  max-width: 1200px;
}
.new-title-box .new-date {
  margin-bottom: 10px;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}
.new-title-box .new-title {
  line-height: 1.4;
  margin-bottom: 50px;
}

.new-share-box {
  display: flex;
  align-items: center;
}
.new-share-box .new-share-line {
  width: 100px;
  height: 1px;
  background-color: #34BAB9;
  margin-right: 20px;
}
.new-share-box .new-share-p {
  font-size: 20px;
  color: #34BAB9;
  margin-right: 20px;
}
.new-share-box .new-share-link {
  font-size: 28px;
  color: #FFF;
  margin-right: 20px;
  transition: color 0.5s ease;
}
.new-share-box .new-share-link:last-child {
  margin-right: 0;
}
.new-share-box .new-share-link:hover {
  color: #34BAB9;
}

.new-date {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.new-title {
  font-size: 48px;
  color: #FFF;
}

.new-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url("./static/news/banner-bg.png");
}

.new-box {
  display: flex;
  align-items: stretch;
  padding: 95px 0 135px 0;
}
.new-box .new-left {
  width: 1010px;
  padding-right: 50px;
  box-sizing: border-box;
}
.new-box .new-left iframe {
  max-width: 100% !important;
}
.new-box .new-right {
  width: calc(100% - 1010px);
}

.edit-inline {
  font-size: 0;
}
.edit-inline div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.edit-inline div:first-child {
  padding-right: 15px;
}
.edit-inline div:last-child {
  padding-left: 15px;
}

.new-download-box {
  display: flex;
}
.new-download-box .new-download-left {
  width: 220px;
  padding-top: 25px;
}
.new-download-box .new-download-left h2, .new-download-box .new-download-left .h2 {
  font-size: 30px;
  color: #09363E;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "D-DIN-Bold", "Pathway Gothic One";
}
.new-download-box .new-download-left h3, .new-download-box .new-download-left .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
}
.new-download-box .new-download-right {
  width: calc(100% - 220px);
}
.new-download-box .new-download-right .new-download {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  background-color: #EBEBEB;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.new-download-box .new-download-right .new-download .new-download-date {
  font-family: "D-DIN-Bold", "Pathway Gothic One";
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.new-download-box .new-download-right .new-download .new-download-date:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}
.new-download-box .new-download-right .new-download .new-download-title {
  width: calc(100% - 111px);
  padding: 0 25px;
  font-size: 18px;
  color: #646464;
  display: block;
}
.new-download-box .new-download-right .new-download .new-download-icon {
  width: 27px;
  display: block;
}
.new-download-box .new-download-right .new-download:last-child {
  margin-bottom: 0;
}
.new-download-box .new-download-right .new-download:hover {
  background-color: #FFF;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.new-back-box {
  margin-top: 55px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-back-box .new-prev-box .new-arrow-icon {
  margin-right: 15px;
}
.new-back-box .new-back {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2C5A65;
  transition: all 0.5s ease;
}
.new-back-box .new-back .new-back-icon {
  width: 20px;
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 500px) {
  .new-back-box .new-back .new-back-icon {
    width: 16px;
    margin-bottom: 5px;
  }
}
.new-back-box .new-back:hover {
  background-color: #34BAB9;
}
@media (max-width: 500px) {
  .new-back-box .new-back {
    width: 40px;
    height: 40px;
  }
}
.new-back-box .new-next-box .new-arrow-icon {
  margin-left: 15px;
}
.new-back-box .new-arrow-icon {
  width: 14px;
  display: block;
}
.new-back-box .new-prev:hover .new-arrow-icon {
  animation: arrow-left 0.8s ease 0s infinite alternate;
}
.new-back-box .new-next:hover .new-arrow-icon {
  animation: arrow-right 0.8s ease 0s infinite alternate;
}

.new-prev-box,
.new-next-box {
  max-width: calc(50% - 70px);
}
@media (max-width: 500px) {
  .new-prev-box,
  .new-next-box {
    max-width: calc(50% - 40px);
  }
}

.new-back-title {
  max-width: 70%;
}

.new-right .new-right-title {
  font-size: 30px;
  font-weight: bold;
  color: #174D5A;
  margin-bottom: 35px;
}
.new-right .new-other {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.new-right .new-other span {
  display: block;
}
.new-right .new-other .new-other-img {
  margin-bottom: 18px;
  display: none;
  overflow: hidden;
}
.new-right .new-other .new-other-img img {
  transition: all 0.5s ease;
}
.new-right .new-other .new-other-date {
  font-size: 18px;
  color: rgba(50, 50, 50, 0.7);
  margin-bottom: 10px;
  transition: color 0.5s ease;
  font-family: "Pathway Gothic One", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
}
.new-right .new-other .new-other-title {
  font-size: 23px;
  color: #323232;
  font-weight: 500;
  transition: color 0.5s ease;
}
.new-right .new-other:first-child {
  padding-top: 0;
}
.new-right .new-other:nth-child(1) .new-other-img, .new-right .new-other:nth-child(2) .new-other-img, .new-right .new-other:nth-child(3) .new-other-img {
  display: block;
}
.new-right .new-other:hover img {
  transform: scale(1.05);
}
.new-right .new-other:hover .new-other-date {
  color: #34BAB9;
}
.new-right .new-other:hover .new-other-title {
  color: #174D5A;
}

@media (max-width: 1580px) {
  .news-list-box .news-list:nth-child(odd) {
    padding-left: 13%;
    padding-right: 6%;
  }
  .news-list-box .news-list:nth-child(even) {
    padding-right: 19%;
  }
  .news-list-box .news-list .news-list-info {
    right: -19%;
  }
  .news-banner-block .news-banner-img-box {
    width: 42%;
  }
  .new-box .new-left {
    width: 70%;
  }
  .new-box .new-right {
    width: 30%;
  }
}
@media (max-width: 1400px) {
  .news-banner-block .news-banner-img-box {
    right: 45px;
  }
  .news-banner-block .news-banner-img-box .news-banner-img-mask {
    top: -45px;
    right: -45px;
    height: 70%;
  }
  .new-banner-block {
    padding: 180px 0 130px 0;
  }
  .new-right .new-other .new-other-title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .news-box .news-class-box .news-class {
    font-size: 20px;
    margin-right: 30px;
  }
  .news-banner-block .news-banner-img-box {
    right: 0;
  }
  .news-list-box .news-list .news-list-info .news-list-title {
    font-size: 20px;
  }
  .news-list-box .news-list .news-list-info .news-list-p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .new-box .new-left {
    width: 75%;
  }
  .new-box .new-right {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .news-banner-block {
    min-height: auto;
    padding: 100px 0;
  }
  .news-banner-block .news-banner-img-box {
    display: none;
  }
  .news-banner-block .news-banner-p {
    width: 80%;
  }
  .news-banner-block .mb-70 {
    margin-bottom: 40px;
  }
  .news-list-box .news-list:nth-child(odd) {
    padding-left: 7%;
  }
  .news-list-box .news-list:nth-child(even) {
    padding-right: 13%;
  }
  .banner-title-en {
    font-size: 70px;
  }
  .banner-title-cn {
    font-size: 40px;
  }
  .new-box {
    display: block;
  }
  .new-box .new-left {
    width: 100%;
    padding-right: 0;
  }
  .new-box .new-right {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
  .new-right .new-other {
    padding: 0;
    border-bottom: none;
    margin: 0 10px;
  }
  .new-right .slick-list {
    padding-bottom: 30px;
  }
  .new-other-img {
    display: block !important;
  }
  .new-banner-block {
    padding: 130px 0 100px 0;
  }
  .new-title-box {
    width: 100%;
  }
  .new-title-box .new-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .new-banner-block .mb-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .news-banner-block .news-banner-p {
    width: 100%;
  }
  .news-box {
    padding: 100px 0;
  }
  .news-box .news-class-box .news-class {
    margin-right: 0px;
  }
  .news-title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .news-class-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    display: none;
  }
  .news-class-box .news-class {
    margin-right: 0;
    padding: 10px 20px;
    text-align: center;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .news-class-box .news-class:last-child {
    border-bottom: 0;
  }
  .news-list-block {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .news-list-block .news-list-line-box {
    left: 10px;
    height: calc(100% - 60px);
    top: 60px;
  }
  .news-list-block .news-list-line-box span {
    display: none;
  }
  .news-list-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .news-list-box .news-list {
    width: 100%;
    float: none !important;
    padding: 0 0 20px 0 !important;
    margin-top: 0;
    position: relative;
  }
  .news-list-box .news-list::after {
    content: "";
    display: none;
  }
  .news-list-box .news-list .news-list-year {
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    left: 0 !important;
    top: 0;
    text-align: left;
    z-index: 1;
    background-color: #FFF;
  }
  .news-list-box .news-list .news-list-info {
    right: -20px;
    position: relative;
    display: block;
    top: -60px;
  }
  .news-list-box .news-list .news-list-img {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 0 auto;
  }
  .news-list-box .news-list .news-list-img:after {
    content: "";
    background-color: #174D5A;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -37px;
    top: calc(50% - 8px);
  }
  .news-list-box .news-list.year-open .news-list-img:after {
    width: 24px;
    height: 24px;
    background-color: #34BAB9;
    left: -41px;
    top: calc(50% - 12px);
  }
  .rwd-page-class {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #174D5A;
    color: #FFF;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
  }
  .rwd-page-class::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./static/icon/rwd-arrow.png");
  }
  .new-download-box {
    display: block;
  }
  .new-download-box .new-download-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .news-list-box .news-list {
    padding: 0 0 10px 0 !important;
  }
}
.new-other-box .slick-prev, .new-other-box .slick-next {
  width: 19px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  z-index: 1;
}
.new-other-box .slick-prev {
  left: -10px;
  background-image: url(./static/icon/arrow-prev.svg);
}
.new-other-box .slick-next {
  right: -10px;
  background-image: url(./static/icon/arrow-next.svg);
}
.new-other-box .slick-prev:before, .new-other-box .slick-next:before {
  display: none;
}
.new-other-box .slick-dots li {
  width: 30px;
  height: 3px;
}
.new-other-box .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #b1b1b1;
  opacity: 1;
}
.new-other-box .slick-dots li button:before {
  display: none;
}
.new-other-box .slick-dots li.slick-active button {
  background-color: #09363E;
}

.healthy-system-top {
  text-align: center;
  padding: 160px 0 75px 0;
}
.healthy-system-top h3, .healthy-system-top .h3 {
  letter-spacing: 4px;
}
.healthy-system-top .healthy-system-top-icon {
  margin-bottom: 25px;
}
.healthy-system-top .healthy-system-top-p {
  font-size: 21px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.healthy-system-box {
  width: 905px;
  margin: 0 auto;
  position: relative;
}
.healthy-system-box .slick-dots {
  display: none !important;
}

.healthy-system-num-box {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s ease;
}
.healthy-system-num-box .healthy-system-num {
  width: 50px;
  height: 50px;
  background-color: #09363E;
  font-size: 36px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthy-system-num-box .healthy-system-num-title {
  position: absolute;
  width: max-content;
  font-size: 32px;
  color: #FFF;
  opacity: 0.6;
  transition: all 0.5s ease;
  display: block;
  padding-bottom: 10px;
}
.healthy-system-num-box .healthy-system-num-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.healthy-system-num-box.active .healthy-system-num {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  color: #09363E;
  font-size: 55px;
}
.healthy-system-num-box.active .healthy-system-num-title {
  opacity: 1;
}
.healthy-system-num-box.active.num1 {
  left: 14%;
}
.healthy-system-num-box.active.num2 {
  left: -1%;
}
.healthy-system-num-box.active.num3 {
  left: -1%;
}
.healthy-system-num-box.active.num4 {
  top: 85%;
  left: 14%;
}
.healthy-system-num-box.active.num5 {
  right: 14%;
}
.healthy-system-num-box.active.num6 {
  top: 30%;
  right: -1%;
}
.healthy-system-num-box.active.num7 {
  right: -1%;
}
.healthy-system-num-box.active.num8 {
  top: 85%;
  right: 14%;
}
.healthy-system-num-box:hover .healthy-system-num {
  background-color: #FFF;
  color: #09363E;
}
.healthy-system-num-box:hover .healthy-system-num-title {
  opacity: 1;
}

.healthy-system-bottom {
  text-align: center;
  padding-top: 100px;
}
.healthy-system-bottom .healthy-system-bottom-icon {
  margin-bottom: 50px;
}
.healthy-system-bottom .healthy-system-bottom-p {
  font-size: 32px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 40px;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .healthy-system-bottom .healthy-system-bottom-p span {
    display: block;
  }
}
.healthy-system-bottom .healthy-system-bottom-line {
  width: 1px;
  height: 90px;
  margin: 0 auto;
  background-color: #FFF;
}

.left .healthy-system-num-title {
  right: calc(100% + 20px);
  top: calc(50% - 24px);
}

.right .healthy-system-num-title {
  left: calc(100% + 20px);
  top: calc(50% - 24px);
}

.healthy-system-info-box .slick-prev,
.healthy-system-info-box .slick-next {
  width: 26px;
  height: 48px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.healthy-system-info-box .slick-prev:before,
.healthy-system-info-box .slick-next:before {
  display: none;
}
.healthy-system-info-box .slick-prev {
  left: -15px;
  background-image: url(./static/icon/healthy-prev.svg);
}
.healthy-system-info-box .slick-next {
  right: -15px;
  background-image: url(./static/icon/healthy-next.svg);
}

.healthy-system-circle {
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.num0 {
  display: none;
}

.num1 {
  top: 8%;
  left: 16%;
}

.num2 {
  top: 30%;
  left: 1%;
}

.num3 {
  top: 62%;
  left: 0%;
}

.num4 {
  top: 87%;
  left: 16%;
}

.num5 {
  top: 8%;
  right: 16%;
}

.num6 {
  top: 30%;
  right: 1%;
}

.num7 {
  top: 62%;
  right: 0%;
}

.num8 {
  top: 87%;
  right: 16%;
}

.healthy1-block {
  padding-top: 190px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.healthy-title-box {
  margin: 0 auto;
}
.healthy-title-box .healthy-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2C5A65;
}
.healthy-title-box .healthy-title h3, .healthy-title-box .healthy-title .h3 {
  width: 105px;
  font-size: 144px;
  color: #2C5A65;
  font-weight: bold;
}
.healthy-title-box .healthy-title h2, .healthy-title-box .healthy-title .h2 {
  width: calc(100% - 105px);
  font-size: 56px;
  font-weight: bold;
  color: #2C5A65;
}
@media (max-width: 1480px) {
  .healthy-title-box .healthy-title h3, .healthy-title-box .healthy-title .h3 {
    font-size: 120px;
  }
  .healthy-title-box .healthy-title h2, .healthy-title-box .healthy-title .h2 {
    font-size: 46px;
  }
}
.healthy-title-box .healthy-title-p {
  font-size: 30px;
  padding-left: 105px;
  padding-top: 40px;
  color: #2C5A65;
}
@media (max-width: 1480px) {
  .healthy-title-box .healthy-title-p {
    font-size: 24px;
  }
}

.healthy1-box .healthy1-list {
  display: flex;
  align-items: center;
  padding-top: 100px;
  position: relative;
}
.healthy1-box .healthy1-list:nth-child(odd) .healthy1-list-info {
  order: 1;
}
.healthy1-box .healthy1-list:nth-child(odd) .healthy1-list-img {
  order: 2;
}
.healthy1-box .healthy1-list:nth-child(odd) .healthy1-list-info {
  padding: 40px 85px;
  box-sizing: border-box;
}
.healthy1-box .healthy1-list:nth-child(even) .healthy1-list-info {
  padding-left: 180px;
  box-sizing: border-box;
}
.healthy1-box .healthy1-list:nth-child(even):after {
  content: "";
  width: 40vw;
  position: absolute;
  height: 100%;
  background-color: #F1F1F1;
  bottom: 0;
  right: 64%;
}
.healthy1-box .healthy1-list-info {
  width: 800px;
}
.healthy1-box .healthy1-list-info h3, .healthy1-box .healthy1-list-info .h3 {
  font-size: 36px;
  color: #35BABB;
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .healthy1-box .healthy1-list-info h3, .healthy1-box .healthy1-list-info .h3 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .healthy1-box .healthy1-list-info h3, .healthy1-box .healthy1-list-info .h3 {
    font-size: 26px;
  }
}
.healthy1-box .healthy1-list-info h4, .healthy1-box .healthy1-list-info .h4 {
  font-size: 30px;
  color: #323232;
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .healthy1-box .healthy1-list-info h4, .healthy1-box .healthy1-list-info .h4 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .healthy1-box .healthy1-list-info h4, .healthy1-box .healthy1-list-info .h4 {
    font-size: 20px;
  }
}
.healthy1-box .healthy1-list-img {
  position: relative;
  z-index: 1;
  width: calc(100% - 800px);
}
.healthy1-box .img-overflow {
  width: 50vw;
}

.healthy1-ul {
  display: flex;
}
.healthy1-ul ul {
  list-style: none;
  padding-top: 10px;
  padding-right: 10px;
}
.healthy1-ul ul li {
  padding-left: 25px;
  position: relative;
  font-size: 22px;
  color: #646464;
  margin-bottom: 15px;
}
.healthy1-ul ul li:after {
  content: "";
  width: 85px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 9px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-image: url("./static/icon/healthy1-list-icon.png");
}
.healthy1-ul ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .healthy1-ul ul li {
    font-size: 18px;
  }
  .healthy1-ul ul li:after {
    top: 5px;
  }
}
.healthy1-ul ul:last-child {
  margin-right: 0;
}
@media (max-width: 1100px) {
  .healthy1-ul ul {
    margin-right: 40px;
  }
}

.healthy1-system-block {
  display: flex;
  justify-content: flex-end;
  padding: 120px 0;
}
.healthy1-system-block .healthy1-system-title {
  padding-left: 12%;
}
.healthy1-system-block .healthy1-system-box {
  margin-top: 65px;
}
.healthy1-system-block .healthy1-system-box .healthy1-system-img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
}
.healthy1-system-block .healthy1-system-box .healthy1-system-img:first-child {
  position: relative;
  z-index: 0;
  opacity: 1;
}
.healthy1-system-block .healthy1-system-box .healthy1-system-img.active, .healthy1-system-block .healthy1-system-box .healthy1-system-img.show {
  opacity: 1;
}
.healthy1-system-block .healthy1-system-link-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.healthy1-system-block .healthy1-system-link-box .healthy1-system-link {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.healthy1-system-block .healthy1-system-link-box .healthy1-system-reset {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: auto;
}
.healthy1-system-block .healthy1-system-link-box .link-left {
  width: 12%;
  height: 5%;
  left: 0;
}
.healthy1-system-block .healthy1-system-link-box .link-right {
  width: 39%;
  height: 5%;
  right: 0;
}
.healthy1-system-block .healthy1-system-link-box .link-1 {
  top: 10.5%;
}
.healthy1-system-block .healthy1-system-link-box .link-2 {
  top: 17.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-3 {
  top: 24.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-4 {
  top: 31.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-5 {
  top: 38.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-6 {
  top: 45.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-7 {
  top: 52.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-8 {
  top: 59.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-9 {
  top: 66.3%;
}
.healthy1-system-block .healthy1-system-link-box .link-10 {
  top: 73%;
}
.healthy1-system-block .healthy1-system-link-box .link-11 {
  top: 80%;
}

.healthy2-box {
  padding-top: 105px;
}

.healthy2-list {
  display: flex;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.healthy2-list .healthy2-list-info {
  max-width: 52%;
  padding: 0 90px;
}
.healthy2-list .healthy2-list-info h2, .healthy2-list .healthy2-list-info .h2 {
  margin-bottom: 25px;
  color: #323232;
}
.healthy2-list .healthy2-list-info p {
  color: #323232;
  text-align: justify;
  letter-spacing: 1px;
}
.healthy2-list:nth-child(odd) {
  align-items: center;
}
.healthy2-list:nth-child(odd) .healthy2-list-info {
  padding-right: 0;
}
.healthy2-list:nth-child(even) .healthy2-list-info {
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 70px;
}
.healthy2-list:nth-child(even) .healthy2-list-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
}
.healthy2-list:last-child {
  margin-bottom: 0;
}

.healthy2-bg {
  position: relative;
  width: 100%;
  height: 600px;
}
.healthy2-bg .healthy2-fixed-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.healthy3-block {
  padding: 150px 0;
}

.healthy3-box {
  padding-top: 100px;
}

.healthy3-list {
  display: flex;
  align-items: center;
  margin-top: 135px;
}
.healthy3-list .healthy3-list-img,
.healthy3-list .healthy3-list-info {
  width: 50%;
}
.healthy3-list .healthy3-list-info {
  padding: 0 90px;
}
.healthy3-list .healthy3-list-info .healthy-list-title {
  margin-bottom: 20px;
}
.healthy3-list:nth-child(odd) .healthy2-list-info {
  padding-right: 0;
}
.healthy3-list:nth-child(4) .healthy3-list-info {
  padding-right: 0;
}
.healthy3-list:nth-child(2) {
  align-items: flex-start;
}
.healthy3-list:nth-child(2) .healthy3-list-info {
  padding: 95px 0 0 0;
}
@media (max-width: 1000px) {
  .healthy3-list:nth-child(2) .healthy3-list-info {
    padding: 50px 0 0 0;
  }
}
.healthy3-list:nth-child(2) .healthy-list-p,
.healthy3-list:nth-child(2) .healthy-list-title {
  padding-right: 90px;
}
.healthy3-list:nth-child(2) .healthy-list-p {
  padding-bottom: 95px;
}
@media (max-width: 1000px) {
  .healthy3-list:nth-child(2) {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  .healthy3-list:nth-child(2) {
    padding-top: 0;
  }
}
.healthy3-list .healthy3-img-overflow {
  width: 50vw;
  max-width: 960px;
  position: relative;
  right: calc(50vw - 100%);
}
.healthy3-list:first-child {
  margin-top: 0;
}

.healthy-list-title {
  font-size: 36px;
  color: #323232;
}
@media (max-width: 1480px) {
  .healthy-list-title {
    font-size: 30px;
  }
}

.healthy-list-p {
  font-size: 22px;
  color: #323232;
  text-align: justify;
}
@media (max-width: 1480px) {
  .healthy-list-p {
    font-size: 18px;
  }
}

.healthy3-footer {
  background-color: #F1F1F1;
  padding: 35px 90px;
  text-align: center;
  margin-top: 100px;
}
.healthy3-footer h3, .healthy3-footer .h3 {
  font-size: 36px;
  color: #2C5A65;
  font-weight: 500;
  margin-bottom: 20px;
}
.healthy3-footer h3 span, .healthy3-footer .h3 span {
  padding: 0 5px;
  color: #35BAB9;
  font-weight: 500;
}
@media (max-width: 1480px) {
  .healthy3-footer h3, .healthy3-footer .h3 {
    font-size: 30px;
  }
}
.healthy3-footer p {
  font-size: 22px;
  color: #646464;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1480px) {
  .healthy3-footer p {
    font-size: 18px;
  }
}

.healthy4-block {
  position: relative;
  padding: 100px 0 130px 0;
}
.healthy4-block .healthy-title-box {
  position: relative;
  z-index: 1;
}
.healthy4-block .healthy4-bg {
  width: 100%;
  height: 30%;
  background-color: #174D5A;
  position: absolute;
  top: 0;
  left: 0;
}
.healthy4-block .healthy4-bg2 {
  width: 100%;
  height: 70%;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.healthy4-box {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 100px;
}
.healthy4-box .healthy4-list {
  padding: 0 40px;
  margin-top: 100px;
}
.healthy4-box .healthy4-list h2, .healthy4-box .healthy4-list .h2 {
  text-align: center;
  padding: 25px 10px;
  font-size: 30px;
  color: #323232;
}
@media (max-width: 1480px) {
  .healthy4-box .healthy4-list h2, .healthy4-box .healthy4-list .h2 {
    font-size: 24px;
  }
}
.healthy4-box .healthy4-info-box:nth-child(1) {
  padding-top: 100px;
}
@media (max-width: 1000px) {
  .healthy4-box .healthy4-info-box:nth-child(1) {
    padding-top: 50px;
  }
}

.healthy-title-box.border-white .healthy-title {
  border-bottom: 1px solid #FFF;
}

.healthy5-block {
  position: relative;
  padding-top: 100px;
}
.healthy5-block .healthy-title-box {
  position: relative;
  z-index: 1;
}
.healthy5-block .healthy5-bg {
  width: 100%;
  height: calc(100% - 200px);
  position: absolute;
  top: 0;
  left: 0;
}
.healthy5-block .healthy5-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
}

.healthy5-box {
  position: relative;
  z-index: 1;
  margin-top: 525px;
}
.healthy5-box .healthy5-info {
  width: 845px;
  background-color: #FFF;
  padding: 65px 65px 100px 0;
}
.healthy5-box .healthy5-info:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: -1;
}
.healthy5-box .healthy-list-title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.healthy5-box p {
  font-size: 22px;
  color: #323232;
  margin-bottom: 20px;
}
.healthy5-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .healthy5-box p {
    font-size: 20px;
  }
}

.healthy6-box {
  margin-top: 90px;
}
.healthy6-box .healthy6-list {
  display: flex;
  align-items: center;
}
.healthy6-box .healthy6-list .healthy6-list-img,
.healthy6-box .healthy6-list .healthy6-list-info {
  width: 50%;
}
.healthy6-box .healthy6-list .healthy6-list-img {
  padding-right: 50px;
}
.healthy6-box .healthy6-list .healthy6-list-info {
  padding: 0 55px;
}

.healthy6-setp-box {
  padding: 150px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.healthy6-setp-box .healthy6-setp-slogan {
  width: 100%;
  font-size: 55px;
  font-weight: bold;
  color: #34BAB9;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1480px) {
  .healthy6-setp-box .healthy6-setp-slogan {
    font-size: 44px;
  }
}
.healthy6-setp-box .healthy6-setp-left {
  width: calc(100% - 800px);
  padding: 0 20px;
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp {
  position: relative;
  padding: 0 70px 25px 100px;
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-num {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #34BAB9;
  color: #34BAB9;
  box-sizing: border-box;
  font-size: 30px;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  background-color: #FFF;
}
@media (max-width: 1480px) {
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-num {
    font-size: 25px;
  }
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #34BAB9;
  padding-top: 5px;
}
@media (max-width: 1480px) {
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-p {
  font-size: 22px;
  color: #646464;
}
@media (max-width: 1480px) {
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-p {
    font-size: 18px;
  }
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp::after {
  content: "";
  width: 3px;
  height: 0%;
  background-color: #34BAB9;
  position: absolute;
  left: 23.5px;
  top: 0;
  transition-timing-function: linear;
}
.healthy6-setp-box .healthy6-setp-left .healthy6-setp:last-child::after {
  display: none;
}
.healthy6-setp-box .healthy6-setp-right {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.healthy6-setp-box .healthy6-setp-right .healthy6-setp-img {
  margin-bottom: 40px;
}
.healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:nth-child(1) {
  margin-right: 40px;
}
.healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:nth-child(1), .healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:nth-child(2) {
  width: 380px;
}
.healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:nth-child(3) {
  width: 100%;
}
.healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:last-child {
  margin-bottom: 0;
}

.healthy7-block {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.healthy7-box {
  padding: 150px 0;
}

.healthy7-list {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
.healthy7-list .healthy7-list-img {
  width: 800px;
}
.healthy7-list .healthy7-list-img .img-overflow {
  width: calc(50vw + 85px);
  max-width: 1445px;
}
.healthy7-list .healthy7-list-info {
  width: calc(100% - 800px);
}
.healthy7-list:nth-child(odd) .healthy7-list-info {
  padding-left: 80px;
}
@media (max-width: 1400px) {
  .healthy7-list:nth-child(odd) .healthy7-list-info {
    padding-left: 40px;
  }
}
.healthy7-list:nth-child(even) {
  flex-direction: row-reverse;
}
.healthy7-list:nth-child(even) .healthy7-list-info {
  padding-right: 80px;
}
@media (max-width: 1400px) {
  .healthy7-list:nth-child(even) .healthy7-list-info {
    padding-right: 40px;
  }
}
.healthy7-list:last-child {
  margin-bottom: 0;
}

.healthy8-section1-block {
  margin-top: 75px;
  padding-top: 75px;
  margin-bottom: 150px;
}
.healthy8-section1-block .healthy-list-title {
  margin-bottom: 25px;
}
.healthy8-section1-block .healthy-list-p {
  max-width: 771px;
  color: #646464;
}
.healthy8-section1-block .healthy8-section1 {
  position: relative;
  margin-top: 75px;
}
.healthy8-section1-block .healthy8-section1 .healthy8-section1-arrow {
  width: 115px;
  position: absolute;
}
.healthy8-section1-block .healthy8-section1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 85% 100%, 0% 100%);
}
.healthy8-section1-block .healthy8-section1.af-34BAB9::after {
  background-color: #34BAB9;
}
.healthy8-section1-block .healthy8-section1.af-2EA2A1::after {
  background-color: #2EA2A1;
}
.healthy8-section1-block .healthy8-section1.af-174D5A .healthy8-section1-tag {
  color: #174D5A;
}
.healthy8-section1-block .healthy8-section1.af-174D5A::after {
  background-color: #174D5A;
}
.healthy8-section1-block .healthy8-section1:nth-child(1) .healthy8-section1-arrow, .healthy8-section1-block .healthy8-section1:nth-child(2) .healthy8-section1-arrow {
  top: calc(50% - 40px);
  right: -90px;
}
.healthy8-section1-block .healthy8-section1:nth-child(3) .healthy8-section1-arrow {
  transform: rotate(90deg);
  left: calc(50% - 57.5px);
  bottom: -57px;
}
.healthy8-section1-block .healthy8-section1:nth-child(4) {
  order: 6;
}
.healthy8-section1-block .healthy8-section1:nth-child(5) {
  order: 5;
}
.healthy8-section1-block .healthy8-section1:nth-child(6) {
  order: 4;
}
.healthy8-section1-block .healthy8-section1:nth-child(6) .healthy8-section1-arrow {
  display: none;
}
.healthy8-section1-block .healthy8-section1:nth-child(4) .healthy8-section1-arrow, .healthy8-section1-block .healthy8-section1:nth-child(5) .healthy8-section1-arrow {
  top: calc(50% - 40px);
  left: -90px;
  transform: rotate(180deg);
}

.healthy8-section1-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.healthy8-section1-box .healthy8-section1 {
  opacity: 0;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(1) {
  animation: fade 0.8s ease 0s 1 forwards;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(2) {
  animation: fade 0.8s ease 0.3s 1 forwards;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(3) {
  animation: fade 0.8s ease 0.6s 1 forwards;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(4) {
  animation: fade 0.8s ease 0.9s 1 forwards;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(5) {
  animation: fade 0.8s ease 1.2s 1 forwards;
}
.healthy8-section1-box.active .healthy8-section1:nth-child(6) {
  animation: fade 0.8s ease 1.5s 1 forwards;
}

.healthy8-section1-list {
  width: 410px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding: 95px 20px 50px 20px;
}
.healthy8-section1-list .healthy8-section1-num {
  width: 80px;
  height: 90px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  top: -15px;
  left: 20px;
}
.healthy8-section1-list h3, .healthy8-section1-list .h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.healthy8-section1-list .healthy8-section1-tag {
  font-size: 20px;
  color: #34BAB9;
  padding: 5px 25px;
  display: inline-block;
  background-color: #FFF;
  margin: 10px 0;
}
.healthy8-section1-list ul {
  padding-left: 25px;
  list-style-type: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
}
.healthy8-section1-list .healthy8-section1-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
}

.healthy8-bg:after {
  content: "";
  height: 90%;
  width: 79%;
  background-color: #F1F1F1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.healthy8-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 105px;
}
.healthy8-section2 .healthy8-section2-info-box {
  padding-left: 90px;
}
.healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info {
  display: flex;
}
.healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul {
  list-style: none;
}
.healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul li {
  margin-bottom: 15px;
  font-size: 22px;
  padding-right: 50px;
}
.healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul li {
    font-size: 18px;
  }
}
.healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul:last-child li {
  padding-right: 0;
}
@media (max-width: 1480px) {
  .healthy8-section2 .healthy8-section2-info-box .fz-36 {
    font-size: 30px;
  }
  .healthy8-section2 .healthy8-section2-info-box .fz-30 {
    font-size: 24px;
  }
}
.healthy8-section2 .healthy8-section2-img,
.healthy8-section2 .healthy8-section2-info-box {
  width: 50%;
}

.healthy8-section3 {
  padding-bottom: 140px;
}
@media (max-width: 800px) {
  .healthy8-section3 {
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .healthy8-section3 {
    padding-bottom: 50px;
  }
}
.healthy8-section3 h3, .healthy8-section3 .h3 {
  font-size: 50px;
  color: #09363E;
  font-weight: 500;
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 1480px) {
  .healthy8-section3 h3, .healthy8-section3 .h3 {
    font-size: 44px;
  }
}
.healthy8-section3 h4, .healthy8-section3 .h4 {
  font-size: 36px;
  color: #323232;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 1480px) {
  .healthy8-section3 h4, .healthy8-section3 .h4 {
    font-size: 30px;
  }
}
.healthy8-section3 .healthy8-img {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .healthy8-section3 .healthy8-img {
    margin-top: 30px;
  }
}

@media (min-width: 1920px) {
  .healthy3-list .healthy3-img-overflow {
    right: calc(960px - 100%);
  }
  .healthy8-bg:after {
    width: calc(50vw + 535px);
  }
}
@media (max-width: 1570px) {
  .healthy8-section1 {
    width: 30%;
  }
  .healthy8-section1-block .healthy8-section1:nth-child(1) .healthy8-section1-arrow, .healthy8-section1-block .healthy8-section1:nth-child(2) .healthy8-section1-arrow {
    right: -17%;
  }
  .healthy8-section1-block .healthy8-section1 .healthy8-section1-arrow {
    width: 88px;
  }
  .healthy8-section1-block .healthy8-section1:nth-child(4) .healthy8-section1-arrow, .healthy8-section1-block .healthy8-section1:nth-child(5) .healthy8-section1-arrow {
    left: -17%;
  }
}
@media (max-width: 1500px) {
  .healthy-system-box {
    width: 800px;
  }
  .healthy-system-num-box .healthy-system-num-title {
    font-size: 24px;
  }
  .healthy-system-num-box .healthy-system-num {
    font-size: 32px;
  }
  .healthy-system-num-box.active .healthy-system-num {
    font-size: 48px;
  }
  .healthy1-box .healthy1-list-info {
    width: 50%;
  }
  .healthy1-box .healthy1-list-img {
    width: 50%;
  }
  .healthy1-box .healthy1-list:nth-child(odd) .healthy1-list-info {
    padding: 40px 50px;
  }
  .healthy1-box .healthy1-list:nth-child(even) .healthy1-list-info {
    padding-left: 50px;
  }
  .healthy6-setp-box .healthy6-setp-right {
    width: 44%;
  }
  .healthy6-setp-box .healthy6-setp-left {
    width: 56%;
  }
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp {
    padding: 0 70px 25px 70px;
  }
  .healthy5-box {
    margin-top: 320px;
  }
  .healthy8-section1-list {
    padding: 60px 20px 35px 20px;
  }
  .healthy8-section1-list .healthy8-section1-num {
    width: 65px;
    height: 70px;
    font-size: 40px;
    top: -25px;
  }
  .healthy8-section1-list .healthy8-section1-p,
  .healthy8-section1-list ul {
    font-size: 20px;
  }
  .healthy8-section2 .healthy8-section2-info-box {
    padding-left: 50px;
  }
  .healthy1-block {
    padding-top: 100px;
  }
  .healthy3-block {
    padding: 80px 0 150px 0;
  }
  .healthy7-list .healthy7-list-img {
    width: 56%;
  }
  .healthy7-list .healthy7-list-img .img-overflow {
    width: calc(50vw + 6%);
  }
  .healthy7-list .healthy7-list-info {
    width: 44%;
  }
  .healthy7-box {
    padding: 100px 0;
  }
  .healthy4-box {
    padding-top: 50px;
  }
}
@media (max-width: 1300px) {
  .healthy-system-box {
    width: 600px;
  }
  .num1 {
    left: 13%;
  }
  .num2 {
    left: -2%;
  }
  .num3 {
    left: -2%;
  }
  .num5 {
    right: 13%;
  }
  .num6 {
    right: -1%;
  }
  .num7 {
    right: -2%;
  }
  .healthy-system-num-box.active .healthy-system-num {
    width: 55px;
    height: 55px;
    font-size: 38px;
  }
  .healthy-system-num-box.active.num1 {
    left: 11%;
  }
  .healthy-system-num-box.active.num2 {
    left: -2%;
  }
  .healthy-system-num-box.active.num3 {
    left: -2%;
  }
  .healthy-system-num-box.active.num5 {
    right: 11%;
  }
  .healthy-system-num-box.active.num6 {
    right: -2%;
  }
  .healthy-system-num-box.active.num7 {
    right: -2%;
  }
  .healthy2-bg {
    top: -40px;
  }
  .healthy2-list .healthy2-list-info {
    padding: 0 50px;
  }
  .healthy2-list .healthy2-list-info p {
    font-size: 20px;
  }
  .healthy3-list .healthy3-list-info {
    padding: 0 50px;
  }
}
@media (max-width: 1100px) {
  .num0 {
    display: flex;
  }
  .healthy-system-num-box {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    right: inherit !important;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0s ease;
  }
  .healthy-system-num-box:first-child {
    position: static;
  }
  .healthy-system-num-box .healthy-system-num-title {
    position: static;
    padding-left: 20px;
    font-size: 30px;
  }
  .healthy-system-num-box .healthy-system-num-title:after {
    display: none;
  }
  .healthy-system-num-box .healthy-system-num {
    width: 50px;
    height: 50px;
    font-size: 32px;
    background-color: #FFF;
    color: #09363E;
  }
  .healthy-system-num-box.active {
    opacity: 1;
  }
  .healthy-system-num-box.active .healthy-system-num {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
  .healthy-system-circle {
    display: none;
  }
  .healthy-system-top {
    padding: 80px 0 30px 0;
  }
  .healthy-system-num-block {
    pointer-events: none;
  }
  .healthy-system-box {
    width: 90%;
    max-width: 800px;
  }
  .healthy-system-bottom {
    padding-top: 0;
  }
  .healthy-system-bottom .healthy-system-bottom-p {
    font-size: 28px;
    width: 860px;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .healthy1-box .healthy1-list {
    padding-top: 30px;
  }
  .healthy1-box .healthy1-list .healthy1-list-info h3, .healthy1-box .healthy1-list .healthy1-list-info .h3 {
    font-size: 30px;
  }
  .healthy1-box .healthy1-list .healthy1-list-info h4, .healthy1-box .healthy1-list .healthy1-list-info .h4 {
    font-size: 26px;
  }
  .healthy1-box .healthy1-list:nth-child(odd) .healthy1-list-info {
    padding-left: 0;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .healthy2-list .healthy2-list-info h2, .healthy2-list .healthy2-list-info .h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .healthy3-block {
    padding: 50px 0 100px 0;
  }
  .healthy3-box {
    padding-top: 50px;
  }
  .healthy3-list {
    margin-top: 50px;
  }
  .healthy3-list:nth-child(2) .healthy3-list-info {
    padding-top: 50px;
  }
  .healthy4-block {
    padding: 80px 0 100px 0;
  }
  .healthy4-box {
    padding-top: 40px;
  }
  .healthy4-box .healthy4-list {
    padding: 0 20px;
  }
  .healthy4-box .healthy4-list h2, .healthy4-box .healthy4-list .h2 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .healthy-title-box .healthy-title h2, .healthy-title-box .healthy-title .h2 {
    font-size: 40px;
    width: calc(100% - 90px);
  }
  .healthy-title-box .healthy-title h3, .healthy-title-box .healthy-title .h3 {
    font-size: 100px;
    width: 90px;
  }
  .healthy-title-box .healthy-title-p {
    font-size: 24px;
    padding-top: 30px;
    padding-left: 90px;
  }
  .healthy5-box {
    margin-top: 165px;
  }
  .healthy5-box .healthy5-info {
    width: 85%;
  }
  .healthy6-setp-box .healthy6-setp-slogan {
    font-size: 40px;
  }
  .healthy6-setp-box .healthy6-setp-right .healthy6-setp-img:nth-child(1) {
    margin-right: 0;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul li {
    font-size: 18px;
  }
  .healthy8-section3 h3, .healthy8-section3 .h3 {
    font-size: 38px;
  }
  .healthy8-section3 h4, .healthy8-section3 .h4 {
    font-size: 28px;
  }
  .healthy-list-title {
    font-size: 30px;
  }
  .healthy-list-p,
  .healthy2-list .healthy2-list-info p {
    font-size: 18px;
  }
  .healthy1-ul ul li {
    font-size: 18px;
  }
  .healthy3-footer h3, .healthy3-footer .h3 {
    font-size: 30px;
  }
  .healthy3-footer p {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .healthy1-box .healthy1-list {
    display: block;
    padding-top: 30px;
  }
  .healthy1-box .healthy1-list .img-overflow {
    width: 100%;
  }
  .healthy1-box .healthy1-list .healthy1-list-img {
    width: 100%;
  }
  .healthy1-box .healthy1-list .healthy1-list-info {
    width: 100%;
    padding: 40px 0 !important;
    position: relative;
    z-index: 1;
  }
  .healthy1-box .healthy1-list:nth-child(even):after {
    display: none;
  }
  .healthy1-system-block .healthy1-system-title {
    padding-left: 0;
  }
  .healthy1-system-block {
    padding: 60px 0;
  }
  .healthy1-system-block .w-1275 {
    overflow: auto;
  }
  .healthy1-system-block .healthy1-system-box {
    width: 700px;
  }
  .healthy-system-top .fz-76 {
    font-size: 60px;
  }
  .healthy-system-top .fz-50 {
    font-size: 40px;
  }
  .healthy-system-top {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .healthy-system-bottom .healthy-system-bottom-icon {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .healthy-system-bottom .healthy-system-bottom-p {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 700px;
  }
  .healthy2-list {
    display: block;
    margin-bottom: 50px;
  }
  .healthy2-list .healthy2-list-info {
    padding: 30px 0;
    max-width: 100%;
  }
  .healthy2-list:nth-child(even) .healthy2-list-img {
    width: 100%;
    position: relative;
  }
  .healthy2-box {
    padding-top: 50px;
  }
  .healthy2-bg {
    height: inherit;
    top: 0;
  }
  .healthy2-bg .healthy2-fixed-bg {
    position: static;
    height: inherit;
  }
  .healthy3-block {
    padding: 50px 0;
  }
  .healthy3-box {
    padding-top: 50px;
  }
  .healthy3-list {
    margin-top: 0px;
    display: block;
  }
  .healthy3-list .healthy3-list-img,
  .healthy3-list .healthy3-list-info {
    width: 100%;
  }
  .healthy3-list .healthy3-list-info {
    padding: 50px 0;
  }
  .healthy3-list .healthy3-img-overflow {
    width: 100%;
    position: static;
    display: none;
  }
  .healthy3-list:nth-child(2) .healthy-list-p {
    padding-bottom: 0px;
  }
  .healthy3-footer {
    padding: 30px 40px;
    margin-top: 20px;
  }
  .healthy4-block {
    padding-bottom: 30px;
  }
  .healthy4-box .healthy4-list {
    margin-top: 0;
    padding: 0 10px;
  }
  .healthy4-box .healthy4-list h2, .healthy4-box .healthy4-list .h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .healthy-list-title {
    font-size: 26px;
  }
  .healthy-list-title.mb-30 {
    margin-bottom: 20px;
  }
  .healthy5-box .healthy5-info {
    padding: 30px 30px 30px 0;
  }
  .healthy5-box p {
    font-size: 18px;
  }
  .healthy6-box .healthy6-list {
    display: block;
  }
  .healthy6-box .healthy6-list .healthy6-list-img {
    width: 100%;
    padding-right: 0;
  }
  .healthy6-box .healthy6-list .healthy6-list-info {
    width: 100%;
    padding: 30px 0;
  }
  .healthy6-setp-box {
    padding: 80px 0;
  }
  .healthy6-setp-box .healthy6-setp-slogan {
    font-size: 36px;
  }
  .healthy6-setp-box .healthy6-setp-left {
    width: 100%;
  }
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp {
    padding-right: 0;
  }
  .healthy6-setp-box .healthy6-setp-right {
    width: 100%;
  }
  .healthy6-setp-box .healthy6-setp-right .healthy6-setp-img {
    width: 100% !important;
  }
  .healthy7-box {
    padding: 50px 0;
  }
  .healthy7-list {
    display: block;
    margin-bottom: 40px;
  }
  .healthy7-list .healthy7-list-img {
    width: 100%;
  }
  .healthy7-list .healthy7-list-img .img-overflow {
    width: 100%;
  }
  .healthy7-list .healthy7-list-info {
    width: 100%;
    padding-top: 20px;
  }
  .healthy7-list .healthy7-list-info .healthy-list-title {
    margin-bottom: 20px;
  }
  .healthy7-list:nth-child(odd) .healthy7-list-info {
    padding-left: 0;
  }
  .healthy7-list:nth-child(even) .healthy7-list-info {
    padding-right: 0;
  }
  .healthy8-section1-block .healthy8-section1:nth-child(4) {
    order: 4;
  }
  .healthy8-section1-block .healthy8-section1:nth-child(6) {
    order: 6;
  }
  .healthy8-section1-block .healthy8-section1 .healthy8-section1-tag {
    color: #34BAB9 !important;
  }
  .healthy8-section1-block .healthy8-section1:after {
    background-color: #34BAB9 !important;
  }
  .healthy8-section1-list .healthy8-section1-num {
    background-color: #196363 !important;
  }
  .healthy8-section1-block {
    margin-bottom: 50px;
    padding-top: 0;
    margin-top: 30px;
  }
  .healthy8-section2 {
    display: block;
    margin-bottom: 50px;
  }
  .healthy8-section2 .healthy8-section2-info-box {
    padding: 30px 0;
  }
  .healthy8-section2 .healthy8-section2-img,
  .healthy8-section2 .healthy8-section2-info-box {
    width: 100%;
  }
  .healthy8-section3 h3, .healthy8-section3 .h3 {
    margin-top: 50px;
    font-size: 30px;
  }
  .healthy8-section3 h4, .healthy8-section3 .h4 {
    font-size: 24px;
  }
  .healthy-title-box .healthy-title h2, .healthy-title-box .healthy-title .h2 {
    font-size: 26px;
    width: calc(100% - 60px);
  }
  .healthy-title-box .healthy-title h3, .healthy-title-box .healthy-title .h3 {
    font-size: 86px;
    width: 60px;
  }
  .healthy-title-box .healthy-title-p {
    font-size: 22px;
    padding-top: 20px;
    padding-left: 60px;
  }
}
@media (max-width: 800px) {
  .healthy-title-box .healthy-title-p {
    padding-left: 0;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .healthy8-section1 {
    width: 48%;
  }
  .healthy8-section1-block .healthy8-section1 .healthy8-section1-arrow {
    display: none;
  }
}
@media (max-width: 500px) {
  .healthy-system-top .fz-76 {
    font-size: 32px;
  }
  .healthy-system-top .fz-50 {
    font-size: 28px;
  }
  .healthy-system-top .healthy-system-top-p {
    font-size: 18px;
  }
  .healthy-system-num-box {
    display: block;
  }
  .healthy-system-num-box .healthy-system-num {
    margin: 0 auto;
  }
  .healthy-system-num-box .healthy-system-num-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-left: 0;
  }
  .healthy-title-box .healthy-title h2, .healthy-title-box .healthy-title .h2 {
    font-size: 26px;
    width: calc(100% - 60px);
  }
  .healthy-title-box .healthy-title h3, .healthy-title-box .healthy-title .h3 {
    font-size: 70px;
    width: 60px;
  }
  .healthy-title-box .healthy-title-p {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 0px;
  }
  .healthy1-ul ul {
    margin-right: 20px;
  }
  .healthy3-footer {
    margin-top: 20px;
  }
  .healthy3-footer h3, .healthy3-footer .h3 {
    font-size: 24px;
  }
  .healthy4-block {
    padding-top: 30px;
  }
  .healthy4-block .healthy4-bg {
    height: 15%;
  }
  .healthy4-block .healthy4-bg2 {
    height: 85%;
  }
  .healthy4-box {
    display: block;
  }
  .healthy4-box .healthy4-info-box:nth-child(1) {
    padding-top: 0;
  }
  .healthy5-box .healthy5-info {
    width: 100%;
    padding: 20px 5% 20px 0;
  }
  .healthy5-box p {
    font-size: 16px;
  }
  .healthy6-box {
    margin-top: 40px;
  }
  .healthy6-setp-box {
    padding: 50px 0;
  }
  .healthy6-setp-box .healthy6-setp-slogan {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .healthy6-setp-box .healthy6-setp-left {
    padding: 0;
  }
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp {
    padding: 0 0px 25px 60px;
  }
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .healthy6-setp-box .healthy6-setp-left .healthy6-setp .healthy6-setp-p {
    font-size: 18px;
  }
  .healthy6-setp-box .healthy6-setp-right .healthy6-setp-img {
    margin-bottom: 20px;
  }
  .healthy8-section1-block .healthy8-section1 {
    width: 100%;
    margin-top: 50px;
  }
  .healthy8-section1-arrow {
    display: none !important;
  }
  .healthy8-section1-list h3, .healthy8-section1-list .h3 {
    font-size: 26px;
  }
  .healthy-system-bottom .healthy-system-bottom-p {
    font-size: 16px;
  }
  .healthy3-list:nth-child(2) .healthy-list-p, .healthy3-list:nth-child(2) .healthy-list-title {
    padding-right: 0;
  }
  .healthy-list-title {
    font-size: 22px;
  }
  .healthy8-section3 h3, .healthy8-section3 .h3 {
    font-size: 20px;
  }
  .healthy8-section3 h4, .healthy8-section3 .h4 {
    font-size: 18px;
  }
  .healthy8-section2 .healthy8-section2-info-box {
    padding-bottom: 0;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info {
    display: block;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul {
    margin-bottom: 15px;
  }
  .healthy1-ul {
    display: block;
  }
  .healthy1-system-block {
    padding-top: 0;
  }
}
@media (max-width: 350px) {
  .healthy1-ul {
    display: block;
  }
  .healthy1-ul ul {
    width: 100%;
    margin-right: 0;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info {
    display: block;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul {
    width: 100%;
  }
  .healthy8-section2 .healthy8-section2-info-box .healthy8-section2-info ul li {
    margin-bottom: 15px !important;
  }
  .healthy8-section3 {
    padding-bottom: 80px;
  }
  .healthy8-section1-block {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.healthy6-setp-num,
.healthy6-setp-title,
.healthy6-setp-p {
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.healthy6-setp-left.active .healthy6-setp .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp .healthy6-setp-title,
.healthy6-setp-left.active .healthy6-setp .healthy6-setp-p {
  opacity: 1;
}
.healthy6-setp-left.active .healthy6-setp .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:after {
  height: 100%;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(1) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(1):after {
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(2) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(2) .healthy6-setp-title {
  transition-delay: 0.6s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(2) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(2):after {
  transition-duration: 0.3s;
  transition-delay: 0.9s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(3) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(3) .healthy6-setp-title {
  transition-delay: 1.2s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(3) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(3):after {
  transition-duration: 0.3s;
  transition-delay: 1.7s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(4) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(4) .healthy6-setp-title {
  transition-delay: 1.8s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(4) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(4):after {
  transition-duration: 0.3s;
  transition-delay: 2.4s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(5) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(5) .healthy6-setp-title {
  transition-delay: 2.4s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(5) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(5):after {
  transition-duration: 0.3s;
  transition-delay: 3s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(6) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(6) .healthy6-setp-title {
  transition-delay: 3.2s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(6) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(6):after {
  transition-duration: 0.3s;
  transition-delay: 3.8s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(7) .healthy6-setp-num,
.healthy6-setp-left.active .healthy6-setp:nth-child(7) .healthy6-setp-title {
  transition-delay: 4.1s;
}
.healthy6-setp-left.active .healthy6-setp:nth-child(7) .healthy6-setp-p, .healthy6-setp-left.active .healthy6-setp:nth-child(7):after {
  transition-duration: 0.3s;
  transition-delay: 4.3s;
}

.projects-class-block {
  padding: 210px 65px 0 50px;
}
@media (max-width: 800px) {
  .projects-class-block {
    padding: 130px 0px 0 0px;
  }
}
.projects-class-block .projects-class-border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .projects-class-block .projects-class-border {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
.projects-class-block .section4-link {
  margin-top: 30px;
  border: 1px solid #09363E;
  color: #09363E;
}
.projects-class-block .section4-link::before {
  background-color: #09363E;
}
.projects-class-block .section4-link:hover {
  background-color: #09363E;
  color: #FFF;
}
.projects-class-block .section4-link:hover::before {
  background-color: #FFF;
}
@media (max-width: 800px) {
  .projects-class-block .section4-link {
    float: right;
  }
}

.projects-class-box {
  display: flex;
  width: 100%;
}
@media (max-width: 800px) {
  .projects-class-box {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
  }
}
.projects-class-box .projects-class {
  display: block;
  padding-top: 30px;
  position: relative;
  margin-right: 55px;
  font-size: 24px;
  color: #969696;
  transition: color 0.5s ease;
}
.projects-class-box .projects-class.active {
  color: #09363E;
}
.projects-class-box .projects-class.active:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #09363E;
}
.projects-class-box .projects-class:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .projects-class-box .projects-class {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .projects-class-box .projects-class {
    padding-top: 20px;
    margin-right: 30px;
  }
}
@media (max-width: 800px) {
  .projects-class-box .projects-class {
    margin-right: 0;
    padding: 10px 20px;
    text-align: center;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .projects-class-box .projects-class.active {
    color: #09363E;
  }
  .projects-class-box .projects-class.active:after {
    display: none;
  }
  .projects-class-box .projects-class:last-child {
    margin-right: 0;
    border-bottom: 0;
  }
}

.exhibition-list-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 82px;
  margin-bottom: 130px;
}
.exhibition-list-box .exhibition-list {
  display: block;
  position: relative;
  width: 50%;
}
.exhibition-list-box .exhibition-list .exhibition-list-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.exhibition-list-box .exhibition-list .exhibition-list-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
  background-color: rgba(23, 77, 90, 0.8);
  color: #FFF;
  padding: 15px 10%;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.exhibition-list-box .exhibition-list .exhibition-list-mask .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: center;
}
.exhibition-list-box .exhibition-list .exhibition-list-mask .time {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 55px;
  text-align: center;
}
.exhibition-list-box .exhibition-list .exhibition-list-mask .icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
}
.exhibition-list-box .exhibition-list .exhibition-list-mask .icon:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #D9D9D9;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.exhibition-list-box .exhibition-list .exhibition-list-mask .icon:after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #D9D9D9;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.exhibition-list-box .exhibition-list img {
  transition: all 0.5s ease;
}
.exhibition-list-box .exhibition-list:hover .exhibition-list-mask {
  opacity: 1;
}
.exhibition-list-box .exhibition-list:hover img {
  transform: scale(1.02);
}
.exhibition-list-box .exhibition-list .exhibition-lock {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: #42C1C7;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}
.exhibition-list-box .exhibition-list.lock-out .exhibition-lock {
  opacity: 1;
}
.exhibition-list-box .exhibition-list.lock-out .exhibition-list-mask span {
  opacity: 0;
  pointer-events: none;
}
.exhibition-list-box .exhibition-list.lock-out:hover .exhibition-lock {
  background: #2d979c;
}
.exhibition-list-box .exhibition-list.lock-out:hover .exhibition-list-mask {
  opacity: 1;
}
.exhibition-list-box .exhibition-list.lock-out:hover img {
  transform: scale(1.02);
}
@media (max-width: 1280px) {
  .exhibition-list-box .exhibition-list .exhibition-list-mask {
    padding: 15px 5%;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .title {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .time {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .icon {
    width: 35px;
    height: 35px;
  }
  .exhibition-list-box .exhibition-list .exhibition-lock {
    width: 160px;
    height: 160px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .exhibition-list-box .exhibition-list {
    width: 100%;
    margin-bottom: 2px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask {
    padding: 10px 15px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .time {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .exhibition-list-box .exhibition-list:last-child {
    margin-bottom: 0;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .time {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .exhibition-list-box .exhibition-list .exhibition-list-mask .icon {
    width: 20px;
    height: 20px;
  }
  .exhibition-list-box .exhibition-list .exhibition-lock {
    width: 110px;
    height: 110px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .exhibition-list-box {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

.projects-list-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-top: 82px;
  margin-bottom: 130px;
}
.projects-list-box .projects-list {
  width: calc(25% - 6px);
  margin: 3px 3px 3px 3px;
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-list-box .projects-list .projects-list-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.projects-list-box .projects-list .projects-list-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
  background-color: rgba(23, 77, 90, 0.8);
  color: #FFF;
  padding: 20% 10%;
  opacity: 0;
  transition: all 0.5s ease;
}
.projects-list-box .projects-list .projects-list-mask .projects-list-title {
  font-size: 48px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1000px) {
  .projects-list-box .projects-list .projects-list-mask {
    height: auto;
    padding: 10px 20px;
    bottom: 0;
    opacity: 1;
  }
  .projects-list-box .projects-list .projects-list-mask .projects-list-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .projects-list-box .projects-list .projects-list-mask .projects-list-info {
    margin-bottom: 5px;
  }
  .projects-list-box .projects-list .projects-list-mask .projects-list-info:last-child {
    margin-bottom: 0;
  }
}
.projects-list-box .projects-list img {
  transition: all 0.5s ease;
}
.projects-list-box .projects-list:hover .projects-list-mask {
  opacity: 1;
}
.projects-list-box .projects-list:hover img {
  transform: scale(1.1);
}
@media (min-width: 801px) and (max-width: 1100px) {
  .projects-list-box .projects-list {
    width: calc(33.3333333333% - 6px);
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .projects-list-box .projects-list {
    width: calc(50% - 6px);
  }
}
@media (max-width: 500px) {
  .projects-list-box .projects-list {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .projects-list-box {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

.projects-list-info {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.projects-list-info .projects-list-icon {
  width: 23px;
  display: block;
  margin-right: 12px;
}

.page-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box .page-btn {
  width: 14px;
  display: block;
}
.page-box .page-prev {
  margin-right: 30px;
}
.page-box .page-next {
  margin-left: 30px;
}
.page-box .page-list {
  font-size: 24px;
  color: #969696;
  margin: 0 10px;
}
.page-box .page-list.active {
  color: #174D5A;
}
@media (max-width: 800px) {
  .page-box {
    margin-bottom: 60px;
  }
}

.project-banner {
  position: relative;
}
.project-banner .project-banner-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./static/project/project-mask.png");
}

.project-breadnav-box {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
}
.project-breadnav-box .breadnav-box {
  justify-content: flex-end;
}

.project-banner-info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-banner-info-box h2, .project-banner-info-box .h2 {
  font-size: 96px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .project-banner-info-box h2, .project-banner-info-box .h2 {
    font-size: 60px;
  }
}
.project-banner-info-box .projects-list-icon {
  margin-right: 14px;
}
.project-banner-info-box .projects-list-add {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  position: relative;
}
.project-banner-info-box .projects-list-add:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background-color: #FFF;
  transition: all 0.5s ease;
}
.project-banner-info-box .projects-list-add:hover:after {
  width: 100%;
}

.fixed-title {
  position: absolute;
  left: 50px;
  top: 50px;
}

.project-top-video {
  width: 95%;
  margin: 0 auto;
  height: 560px;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  .project-top-video {
    height: 400px;
  }
}

.project-specification-box {
  display: flex;
  justify-content: center;
}
.project-specification-box .project-specification {
  padding: 0 30px;
  position: relative;
  text-align: center;
}
.project-specification-box .project-specification h4, .project-specification-box .project-specification .h4 {
  height: 36px;
  font-weight: bold;
  color: #34BAB9;
  margin-bottom: 10px;
}
.project-specification-box .project-specification h5, .project-specification-box .project-specification .h5 {
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
.project-specification-box .project-specification:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  top: calc(50% - 25px);
  right: 0;
}
.project-specification-box .project-specification:last-child:after {
  display: none;
}
@media (max-width: 800px) {
  .project-specification-box .project-specification {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .project-specification-box .project-specification:nth-child(even):after {
    display: none;
  }
  .project-specification-box .project-specification h4, .project-specification-box .project-specification .h4 {
    height: inherit;
  }
}
@media (max-width: 800px) {
  .project-specification-box {
    flex-wrap: wrap;
  }
}

.project-fixe-bg-box {
  width: 100%;
  height: 100vh;
}

.project-fixe-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  .project-fixe-bg {
    position: static;
  }
}

@media (max-width: 1100px) {
  .project-list-box {
    padding-top: 30px;
  }
}

.project-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .project-list {
    margin-top: 40px;
  }
}
.project-list .project-list-info {
  width: 50%;
  padding: 180px 95px;
}
@media (max-width: 1300px) {
  .project-list .project-list-info {
    padding: 90px 60px;
  }
}
@media (max-width: 1100px) {
  .project-list .project-list-info {
    padding: 0px 60px;
  }
}
@media (max-width: 800px) {
  .project-list .project-list-info {
    width: 100%;
    padding: 50px 0 30px 0;
  }
}
.project-list .project-list-img-box {
  width: 50%;
  position: relative;
}
.project-list:first-child {
  align-items: stretch;
}
.project-list:first-child .project-list-img {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media (max-width: 1100px) {
  .project-list:first-child .project-list-img {
    position: static;
  }
}
.project-list:last-child {
  align-items: stretch;
}
@media (max-width: 1100px) {
  .project-list:last-child .project-list-info {
    padding-top: 80px;
  }
}
.project-list:last-child .project-list-img {
  position: absolute;
  top: 0px;
  right: 0;
}
@media (max-width: 800px) {
  .project-list:last-child .project-list-img {
    position: static;
  }
}
.project-list:nth-child(odd) .project-list-info {
  padding-left: 0;
}
.project-list:nth-child(even) {
  flex-direction: row-reverse;
}
.project-list:nth-child(even) .project-list-info {
  padding-right: 0;
}
@media (max-width: 800px) {
  .project-list .project-list-img-box {
    width: 100%;
  }
  .project-list .project-list-img-box .project-list-img {
    text-align: center;
  }
}

.project-bg2 {
  width: 100%;
  height: 800px;
}
@media (max-width: 1300px) {
  .project-bg2 {
    height: 700px;
  }
}
@media (max-width: 1100px) {
  .project-bg2 {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .project-bg2 {
    height: inherit;
  }
}

.project-team-title {
  padding-top: 145px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .project-team-title {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .project-team-title {
    padding: 50px 0;
  }
}

.project-team {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.project-team .project-team-img,
.project-team .project-team-info {
  max-width: 50%;
}
.project-team .project-team-info {
  padding: 50px 130px;
}
.project-team .project-team-info p {
  color: #646464;
  font-size: 18px;
  margin-bottom: 15px;
}
.project-team .project-team-info .mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 1300px) {
  .project-team .project-team-info {
    padding: 50px 50px;
  }
}
.project-team:nth-child(odd) {
  float: left;
}
.project-team:nth-child(odd) .project-team-info {
  padding-right: 0;
}
.project-team:nth-child(even) {
  float: right;
  flex-direction: row-reverse;
}
.project-team:nth-child(even) .project-team-info {
  padding-left: 0;
}
.project-team:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .project-team {
    margin-bottom: 40px;
  }
  .project-team .project-team-img,
  .project-team .project-team-info {
    width: 100%;
    max-width: 100%;
  }
  .project-team .project-team-img {
    text-align: center;
  }
  .project-team .project-team-info {
    padding: 20px 0 0 0;
  }
  .project-team:nth-child(odd) {
    float: none;
  }
  .project-team:nth-child(even) {
    float: none;
    flex-direction: reverse;
  }
}

.project-team-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.project-team-name h2, .project-team-name .h2 {
  font-size: 40px;
  color: #09363E;
  font-weight: 500;
}
.project-team-name span {
  font-size: 36px;
  color: #969696;
  padding: 0 10px;
}
.project-team-name h3, .project-team-name .h3 {
  font-size: 26px;
  color: #323232;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 1400px) {
  .project-team-name h2, .project-team-name .h2 {
    font-size: 36px;
  }
  .project-team-name span {
    font-size: 30px;
  }
  .project-team-name h3, .project-team-name .h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .project-team-name h2, .project-team-name .h2 {
    font-size: 24px;
  }
  .project-team-name span {
    font-size: 20px;
  }
  .project-team-name h3, .project-team-name .h3 {
    font-size: 18px;
  }
}

.project-team-ul {
  list-style: none;
}
.project-team-ul li {
  margin-bottom: 15px;
  color: #646464;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.project-team-ul li:last-child {
  margin-bottom: 0;
}
.project-team-ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #646464;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.project-team-box {
  padding-bottom: 160px;
}
@media (max-width: 800px) {
  .project-team-box {
    padding-bottom: 80px;
  }
}

.project-demo {
  position: relative;
}
.project-demo .project-demo-mask {
  width: 100%;
  height: 240px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+19,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 19%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 19%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 19%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
}
.project-demo .project-demo-title {
  font-size: 36px;
  right: 6%;
  bottom: 60px;
  color: #FFF;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1000px) {
  .project-demo .project-demo-title {
    font-size: 26px;
    bottom: 30px;
  }
}
@media (max-width: 500px) {
  .project-demo .project-demo-title {
    font-size: 18px;
    bottom: 10px;
  }
}

.project-bottom {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (max-width: 500px) {
  .project-bottom {
    padding-bottom: 80px;
  }
}

.project-bottom-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.project-bottom-list .project-bottom-info,
.project-bottom-list .project-bottom-img {
  max-width: 50%;
}
.project-bottom-list p {
  text-align: justify;
}
@media (min-width: 1000px) {
  .project-bottom-list .project-bottom-info {
    padding: 0 70px;
  }
}
@media (min-width: 801px) and (max-width: 999px) {
  .project-bottom-list .project-bottom-info {
    padding: 0 30px;
  }
}
.project-bottom-list:nth-child(odd) .project-bottom-info {
  padding-left: 0;
}
.project-bottom-list:nth-child(odd) .project-bottom-img {
  padding-right: 0;
}
.project-bottom-list:nth-child(even) {
  flex-direction: row-reverse;
}
.project-bottom-list:nth-child(even) .project-bottom-info {
  padding-right: 0;
}
.project-bottom-list:nth-child(even) .project-bottom-img {
  padding-left: 0;
}
@media (max-width: 800px) {
  .project-bottom-list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .project-bottom-list .project-bottom-info,
  .project-bottom-list .project-bottom-img {
    max-width: 100%;
  }
  .project-bottom-list .project-bottom-info {
    padding: 0;
  }
  .project-bottom-list .project-bottom-img {
    margin: 0 auto;
  }
}

.project-downlaod-block {
  display: flex;
  align-items: center;
}
.project-downlaod-block .project-certificate-box {
  max-width: 600px;
  padding-right: 90px;
}
.project-downlaod-block .project-certificate-box .project-certificate-list {
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .project-downlaod-block .project-certificate-box {
    max-width: 500px;
    padding-right: 50px;
  }
}
@media (max-width: 1000px) {
  .project-downlaod-block .project-certificate-box {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .project-downlaod-block {
    flex-wrap: wrap;
  }
  .project-downlaod-block .project-certificate-box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-right: 0;
  }
  .project-downlaod-block .project-download-box {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}

.project-download-logo {
  margin-bottom: 20px;
}

.project-download-list-box {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 0px 20px;
}

.project-download-box {
  max-width: 470px;
  margin: 0 auto;
}

.project-download {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.project-download:last-child {
  border-bottom: none;
}

.project-download-title {
  max-width: calc(100% - 27px);
  font-size: 18px;
  color: #646464;
  padding-right: 10px;
  margin-top: 2px;
  text-align: justify;
}

.project-download-icon {
  width: 27px;
}

.project-certificate {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.project-slick .slick-prev, .project-slick .slick-next {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  border-radius: 50%;
  right: 5%;
  left: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: all 0.5s ease;
}
.project-slick .slick-prev:before, .project-slick .slick-next:before {
  display: none;
}
.project-slick .slick-prev:hover, .project-slick .slick-next:hover {
  background-color: #000;
}
@media (max-width: 1400px) {
  .project-slick .slick-prev, .project-slick .slick-next {
    width: 60px;
    height: 60px;
    background-size: 10px;
  }
}
.project-slick .slick-prev {
  top: calc(50% + 50px);
  background-image: url("./static/icon/slick-prev-white.svg");
}
.project-slick .slick-next {
  top: calc(50% - 50px);
  background-image: url("./static/icon/slick-next-white.svg");
}
@media (max-width: 1400px) {
  .project-slick .slick-prev {
    top: calc(50% + 40px);
  }
  .project-slick .slick-next {
    top: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .project-slick .slick-prev {
    display: none !important;
  }
  .project-slick .slick-next {
    display: none !important;
  }
}

.project-top-fixed,
.project-bottom-fixed {
  transition: color 0.5s ease;
}
.project-top-fixed.fixed-show,
.project-bottom-fixed.fixed-show {
  position: fixed;
  top: 90px;
  z-index: 3;
}
.project-top-fixed.fixed-top-end,
.project-bottom-fixed.fixed-top-end {
  position: absolute;
  top: inherit;
  bottom: 50px;
}
@media (max-width: 500px) {
  .project-top-fixed.fixed-top-end,
  .project-bottom-fixed.fixed-top-end {
    bottom: 20px;
  }
}
.project-top-fixed.color-g,
.project-bottom-fixed.color-g {
  color: #09363E !important;
}
.project-top-fixed.color-w,
.project-bottom-fixed.color-w {
  color: #FFF !important;
}

.project-certificate-slick .slick-dots {
  bottom: -40px;
  padding: 5px 0;
}
.project-certificate-slick .slick-dots li button:before {
  display: none;
}
.project-certificate-slick .slick-dots li {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  transition: all 0.5s ease;
  position: relative;
}
.project-certificate-slick .slick-dots li:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 77, 90, 0.7);
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
}
.project-certificate-slick .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.project-certificate-slick .slick-dots li:last-child {
  margin-right: 0;
}
.project-certificate-slick .slick-dots li.slick-active {
  width: 30px;
}
.project-certificate-slick .slick-dots li.slick-active:after {
  background-color: #174D5A;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  #project .fz-36 {
    font-size: 28px;
  }
  #project .fz-48 {
    font-size: 38px;
  }
  #project .fz-26 {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  #project .fixed-title {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #project .fz-36 {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  #project .fz-36 {
    font-size: 24px;
  }
  #project .fz-48 {
    font-size: 30px;
  }
  #project .fz-26 {
    font-size: 20px;
  }
  #project .fz-20 {
    font-size: 16px;
  }
  .project-list-box {
    margin-bottom: 40px;
  }
  .project-list-box .project-list-info {
    order: 2;
  }
  .project-list-box .project-list-info .fz-54 {
    font-size: 40px;
  }
  .project-list-box .project-list-img-box {
    order: 1;
  }
  .project-demo-box .slick-next,
  .project-demo-box .slick-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background-size: 7px;
  }
  .project-demo-box .slick-prev {
    right: inherit;
    left: 5%;
  }
  .project-list {
    margin-top: 0;
  }
  .project-list:last-child .project-list-info {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 500px) {
  #project .fixed-title {
    font-size: 16px;
    left: 5%;
  }
  .project-demo-box .slick-next,
  .project-demo-box .slick-prev {
    top: 50%;
  }
  #project .fz-48 {
    font-size: 28px;
  }
  .project-team-ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .project-team .project-team-info p {
    font-size: 16px;
  }
}
.renews-box {
  padding-top: 135px;
}
.renews-box .renews-page {
  margin: 85px auto;
}
@media (max-width: 1000px) {
  .renews-box {
    padding-top: 80px;
  }
}

.renews-list-box {
  width: 100%;
  max-width: 1320px;
  margin-top: 80px;
}
@media (max-width: 800px) {
  .renews-list-box {
    margin-top: 40px;
  }
}

.renews-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.renews-list .renews-list-img {
  width: 700px;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.renews-list .renews-list-img img {
  transition: all 0.5s ease;
}
@media (max-width: 1480px) {
  .renews-list .renews-list-img {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .renews-list .renews-list-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.renews-list .renews-list-info {
  width: calc(100% - 700px);
  padding: 0 75px;
}
.renews-list .renews-list-info .renews-list-title {
  font-size: 30px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .renews-list .renews-list-info .renews-list-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.renews-list .renews-list-info .renews-list-p {
  font-size: 18px;
  color: #646464;
  line-height: 1.6;
  margin-bottom: 70px;
  text-align: justify;
}
@media (max-width: 1110px) {
  .renews-list .renews-list-info .renews-list-p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.renews-list .renews-list-info .renews-link {
  position: relative;
  font-size: 18px;
  width: 146px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #09363E;
  color: #09363E;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  z-index: 1;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}
.renews-list .renews-list-info .renews-link:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #09363E;
  top: 50%;
  left: -20px;
  transition: all 0.5s ease;
}
@media (max-width: 1480px) {
  .renews-list .renews-list-info {
    width: 45%;
    padding: 0 50px;
  }
}
@media (max-width: 800px) {
  .renews-list .renews-list-info {
    width: 100%;
    padding: 0px !important;
  }
}
.renews-list:last-child {
  margin-bottom: 0;
}
.renews-list:nth-child(odd) .renews-list-info {
  padding-right: 20px;
}
.renews-list:nth-child(even) {
  flex-direction: row-reverse;
}
.renews-list:nth-child(even) .renews-list-info {
  padding-left: 20px;
}
.renews-list:hover .renews-list-img img {
  transform: scale(1.1);
}
.renews-list:hover .renews-link {
  background-color: #09363E;
  color: #FFF;
}
.renews-list:hover .renews-link::before {
  background-color: #FFF;
  left: calc(100% - 10px);
}

.renews-bottom-box {
  width: 100%;
  padding: 90px 0;
  position: relative;
}
.renews-bottom-box .renews-bottom-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.renews-bottom-box .renews-bottom {
  position: relative;
  z-index: 1;
}
.renews-bottom-box .renews-bottom-title {
  margin-bottom: 30px;
}
.renews-bottom-box .renews-bottom-p {
  width: 100%;
  margin-bottom: 45px;
  max-width: 900px;
}

.renew-top-block {
  width: 100%;
  padding: 220px 0;
  background-image: url("./static/renews/renew-bg.png");
}
.renew-top-block .breadnav-box {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .renew-top-block .breadnav-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .renew-top-block .breadnav-box li {
    font-size: 16px;
  }
}
.renew-top-block .renew-top-title {
  font-size: 48px;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 800px) {
  .renew-top-block .renew-top-title {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .renew-top-block .renew-top-title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .renew-top-block {
    padding: 150px 0;
  }
}

.renew-block {
  position: relative;
  z-index: 1;
}
.renew-block .renew-box {
  top: -110px;
}

.renew-edit-block {
  padding: 55px 125px 110px 125px;
}
@media (max-width: 1100px) {
  .renew-edit-block {
    padding: 55px 80px 110px 80px;
  }
}
@media (max-width: 800px) {
  .renew-edit-block {
    padding: 55px 5% 80px 5%;
  }
}
@media (max-width: 500px) {
  .renew-edit-block {
    padding: 55px 5% 55px 5%;
  }
}

.renew-share-box {
  text-align: right;
  margin-bottom: 65px;
}
@media (max-width: 500px) {
  .renew-share-box {
    margin-bottom: 55px;
  }
}
.renew-share-box .renew-share-title {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  font-size: 20px;
  color: #34BAB9;
  font-weight: bold;
}
.renew-share-box .renew-share-title:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #174D5A;
  position: absolute;
  display: block;
  top: calc(50% - 10px);
  right: 0;
}
@media (max-width: 500px) {
  .renew-share-box .renew-share-title {
    padding-right: 15px;
  }
}
.renew-share-box .renew-share-link {
  font-size: 26px;
  display: inline-block;
  margin-left: 25px;
  color: #174D5A;
  transition: color 0.5s ease;
}
.renew-share-box .renew-share-link:hover {
  color: #34BAB9;
}
@media (max-width: 500px) {
  .renew-share-box .renew-share-link {
    margin-left: 10px;
    font-size: 22px;
  }
}

.renew-edit-box {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.renew-edit-box p {
  color: #646464;
  line-height: 1.6;
  font-weight: 400;
}

.renew-table2 {
  border: 1px solid #174D5A;
}
.renew-table2 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.renew-table2 thead th {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #174D5A;
  color: #FFF;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
}
.renew-table2 tbody td {
  color: #646464;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
  border-right: 1px solid #FFF;
}
.renew-table2 tbody td:last-child {
  border-right: inherit;
}
.renew-table2 tbody tr {
  border-bottom: 1px solid #DEDEDE;
}
.renew-table2 tbody tr td {
  border-bottom: 1px solid #DEDEDE;
}
.renew-table2 tbody tr:nth-child(odd) {
  background-color: rgba(23, 77, 90, 0.1);
}
.renew-table2 tbody tr:last-child td {
  border-bottom: 1px solid #174D5A;
}
@media (max-width: 800px) {
  .renew-table2 thead th {
    padding-left: 30px;
    padding-right: 30px;
  }
  .renew-table2 tbody td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .renew-table2 thead th {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .renew-table2 tbody td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

.renew-box .new-back-box {
  padding: 0 125px;
}
.renew-box .new-back-box a {
  font-size: 18px;
}
@media (max-width: 500px) {
  .renew-box .new-back-box a {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .renew-box .new-back-box {
    padding: 0px 80px;
  }
}
@media (max-width: 800px) {
  .renew-box .new-back-box {
    padding: 0px 5%;
  }
}

.esg-block {
  padding: 160px 0 130px 0;
}
.esg-block .page-box {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .esg-block {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 800px) {
  .esg-block .page-box {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .esg-block {
    padding: 50px 0 100px 0;
  }
}

.esg-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.esg-list {
  width: 365px;
  max-width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 85px;
}
.esg-list .esg-list-year {
  font-size: 64px;
  color: #174D5A;
  transition: color 0.5s ease;
}
.esg-list .esg-download-box {
  width: 240px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #174D5A;
  transition: all 0.5s ease;
  color: #FFF;
  float: right;
}
.esg-list .esg-download-box .esg-download-title {
  font-size: 20px;
  color: #FFF;
  margin-right: 15px;
}
.esg-list .esg-download-box .esg-download-img {
  width: 28px;
  display: block;
}
.esg-list .esg-list-img {
  overflow: hidden;
  display: block;
  transition: all 0.5s ease;
}
.esg-list .esg-list-img img {
  transition: all 0.5s ease;
}
.esg-list:hover .esg-list-year {
  color: #34BAB9;
}
.esg-list:hover .esg-list-img {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
.esg-list:hover .esg-list-img img {
  transform: scale(1.05);
}
.esg-list:hover .esg-download-box {
  background-color: #09363E;
}
@media (min-width: 801px) {
  .esg-list {
    margin-right: 157px;
  }
  .esg-list:nth-child(3n+3) {
    margin-right: 0;
    top: 130px;
  }
  .esg-list:nth-child(3n+2) {
    top: 65px;
  }
}
@media (max-width: 1600px) {
  .esg-list {
    width: 26%;
    margin-right: 11%;
  }
}
@media (max-width: 1200px) {
  .esg-list {
    width: 30.3333%;
    margin-right: 4.5%;
  }
  .esg-list .esg-download-box {
    width: 80%;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .esg-list {
    width: 48%;
    margin-right: 4%;
  }
  .esg-list:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .esg-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.contact-box {
  display: flex;
  align-items: stretch;
}
.contact-box .contact-left {
  width: 35%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 7%;
  padding-right: 2%;
}
.contact-box .contact-title {
  font-size: 110px;
}
.contact-box .contact-title-cn {
  font-size: 56px;
}
.contact-box .contact-right {
  width: 65%;
  padding: 230px 0 140px 0;
  min-height: 1032px;
  position: relative;
}
.contact-box .contact-right .contact-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-box .contact-right .contact-form-box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-box .breadnav-box {
  margin: 70px 0;
}
.contact-box .breadnav-box li {
  opacity: 0.8;
}
@media (max-width: 1680px) {
  .contact-box .contact-title {
    font-size: 80px;
  }
  .contact-box .contact-title-cn {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .contact-box .contact-left {
    padding-left: 5%;
  }
  .contact-box .contact-title {
    font-size: 60px;
  }
  .contact-box .contact-title-cn {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .contact-box {
    flex-wrap: wrap;
  }
  .contact-box .contact-left {
    width: 100%;
    padding: 100px 5% 50px 5%;
    border-bottom: 1px solid #09363E;
  }
  .contact-box .breadnav-box {
    margin: 30px 0;
  }
  .contact-box .contact-right {
    width: 100%;
    padding: 100px 0;
    min-height: inherit;
  }
}

.contact-icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-icon .icon {
  width: 26px;
}
.contact-icon .contact-link {
  margin-left: 15px;
  font-size: 20px;
  color: #FFF;
  opacity: 0.8;
}
.contact-icon:last-child {
  margin-bottom: 0;
}

.input-list-box {
  display: flex;
  margin-bottom: 30px;
}
.input-list-box .input-list {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.input-list-box .input-list input {
  width: 100%;
  height: 60px;
  background-color: #FFF;
  padding: 0 25px;
}
.input-list-box .input-list input::placeholder {
  color: #323232;
  font-weight: 500;
}
.input-list-box .input-list input::-webkit-input-placeholder {
  color: #323232;
  font-weight: 500;
}
.input-list-box .input-list input:-ms-input-placeholder {
  color: #323232;
  font-weight: 500;
}
.input-list-box .input-list input::-moz-placeholder {
  color: #323232;
  font-weight: 500;
  opacity: 1;
}
.input-list-box .input-list:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 500px) {
  .input-list-box {
    flex-wrap: wrap;
  }
  .input-list-box .input-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .input-list-box .input-list:last-child {
    margin-bottom: 0;
  }
}

.contact-select-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.contact-select-box .contact-select {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 500;
}
.contact-select-box .contact-select:focus-visible {
  outline: none;
}
.contact-select-box:after {
  content: "";
  width: 18px;
  height: 12px;
  background-image: url("./static/icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  position: absolute;
  right: 25px;
  top: calc(50% - 6px);
}

.contact-textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.contact-textarea::placeholder {
  color: #323232;
  font-weight: 500;
}
.contact-textarea::-webkit-input-placeholder {
  color: #323232;
  font-weight: 500;
}
.contact-textarea:-ms-input-placeholder {
  color: #323232;
  font-weight: 500;
}
.contact-textarea::-moz-placeholder {
  color: #323232;
  font-weight: 500;
  opacity: 1;
}

.verificarion-box {
  background-color: #FFF;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 25px;
  margin-bottom: 30px;
}
.verificarion-box h3, .verificarion-box .h3 {
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  width: 70px;
}
.verificarion-box input {
  width: calc(100% - 130px);
}
.verificarion-box .verificarion-img {
  width: 60px;
  text-align: right;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-button button {
  width: 200px;
  height: 60px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  transition: all 0.5s ease;
}
.contact-button button:last-child {
  margin-right: 0;
}
.contact-button button:hover {
  background-color: #174D5A;
}
@media (max-width: 500px) {
  .contact-button {
    flex-wrap: wrap;
  }
  .contact-button button {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .contact-button .contact-reset {
    order: 2;
  }
}

.contact-ok-box {
  padding: 250px 0 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-ok-box .contact-ok-icon {
  margin-bottom: 40px;
}
.contact-ok-box .contact-ok-title {
  font-size: 48px;
  color: #323232;
  margin-bottom: 40px;
}
.contact-ok-box p {
  margin-bottom: 40px;
  width: 90%;
  max-width: 520px;
  font-size: 19px;
  color: #646464;
  text-align: center;
}
.contact-ok-box .contact-back {
  width: 90%;
  max-width: 280px;
  background-color: #174D5A;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  transition: all 0.5s ease;
}
.contact-ok-box .contact-back:hover {
  background-color: #2C5A65;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
}

.privacy-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url("./static/privacy/privacy-bg.png");
}

.bg-icon {
  width: 645px;
  max-width: 35%;
  position: absolute;
  opacity: 0.05;
  right: -5%;
  bottom: -16%;
}
@media (max-width: 800px) {
  .bg-icon {
    max-width: 60%;
  }
}

.privacy-box {
  padding: 90px 0;
  width: 1300px;
  max-width: 100%;
  line-height: 2;
  text-align: justify;
}
.privacy-box p {
  color: #646464;
}

/* map.php */
.map-class-block {
  padding: 210px 65px 0 50px;
}

@media (max-width: 800px) {
  .map-class-block {
    padding: 130px 0px 0 0px;
  }
}
.map-class-block .map-class-border {
  position: fixed;
  z-index: 10;
  top: 12.5vh;
  right: 3.5vw;
}

@media (max-width: 800px) {
  .map-class-block .map-class-border {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
.map-class-block .section4-link {
  margin-top: 30px;
  border: 1px solid #09363E;
  color: #09363E;
}

.map-class-block .section4-link::before {
  background-color: #09363E;
}

.map-class-block .section4-link:hover {
  background-color: #09363E;
  color: #FFF;
}

.map-class-block .section4-link:hover::before {
  background-color: #FFF;
}

@media (max-width: 800px) {
  .map-class-block .section4-link {
    float: right;
  }
}
.map-block {
  width: 100%;
  /* height: 100vh; */
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  overflow-x: scroll;
}

/* @media screen and (max-width: 499px) {
  .map-block {
      height: 90vh;
  }
} */
.map-image {
  /* width: 2355px; */
  width: 2150px;
}

.map-background img {
  display: flex;
  justify-content: center;
}

.map-background a {
  width: 4%; /* a 標籤裡面3個絕對定位 不給 width 圖片出不來 */
}
.map-background a.building7 {
  width: 5.6%;
}
.map-background a.building11 {
  width: 4.65%;
}
.map-background a.building11 span {
  width: 164px;
}
.map-background a.building12 {
  width: 5.95%;
}
.map-background a.building12 span {
  width: 184px;
}

.map-background a span {
  width: 100px;
  padding: 5%;
  text-align: center;
  border-radius: 31.75px;
  color: #FFFFFF;
  background-color: #09363E;
}

.building1 {
  top: 2.5%;
  left: 46.7%;
  z-index: 2;
}

.building2 {
  top: 17.8%;
  left: 45.15%;
}

.building3 {
  top: 20.5%;
  left: 50.6%;
}

.building4 {
  top: 38%;
  left: 34.75%;
  z-index: 2;
}

.building5 {
  top: 45.38%;
  left: 43.48%;
}

.building6 {
  width: 3.25% !important;
  top: 46.25%;
  left: 55.8%;
}

.building7 {
  top: 44.25%;
  left: 71.4%;
}

.building8 {
  width: 4.25% !important;
  z-index: 1;
  top: 54.25%;
  left: 36.65%;
}

.building9 {
  top: 74%;
  left: 37%;
}

.building10 {
  top: 73.5%;
  left: 42.4%;
}

.building11 {
  top: 35%;
  left: 61.7%;
}

.building12 {
  top: 5%;
  left: 1.6%;
}

.building1 .building1-backgroundColor,
.building2 .building2-backgroundColor,
.building3 .building3-backgroundColor,
.building4 .building4-backgroundColor,
.building5 .building5-backgroundColor,
.building6 .building6-backgroundColor,
.building7 .building7-backgroundColor,
.building8 .building8-backgroundColor,
.building9 .building9-backgroundColor,
.building10 .building10-backgroundColor,
.building11 .building11-backgroundColor,
.building12 .building12-backgroundColor {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear 0s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.building1 :nth-child(2),
.building2 :nth-child(2),
.building3 :nth-child(2),
.building4 :nth-child(2),
.building5 :nth-child(2),
.building6 :nth-child(2),
.building7 :nth-child(2),
.building8 :nth-child(2),
.building9 :nth-child(2),
.building10 :nth-child(2),
.building11 :nth-child(2),
.building12 :nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.building1 .building1-txt,
.building2 .building2-txt,
.building3 .building3-txt,
.building4 .building4-txt,
.building5 .building5-txt,
.building6 .building6-txt,
.building7 .building7-txt,
.building8 .building8-txt,
.building9 .building9-txt,
.building10 .building10-txt,
.building11 .building11-txt,
.building12 .building12-txt {
  visibility: hidden;
  opacity: 0;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s linear 0s;
}

.building1 .building1-backgroundColor {
  width: 111px;
}

.building2 .building2-backgroundColor {
  width: 107px;
}

.building3 .building3-backgroundColor {
  width: 33px;
}

.building4 .building4-backgroundColor {
  width: 108px;
}

.building5 .building5-backgroundColor {
  width: 74px;
}

.building6 .building6-backgroundColor {
  width: 74px;
}

.building7 .building7-backgroundColor {
  width: 116px;
}

.building8 .building8-backgroundColor {
  width: 103px;
}

.building9 .building9-backgroundColor {
  width: 89px;
}

.building10 .building10-backgroundColor {
  width: 81px;
}

.building11 .building11-backgroundColor {
  width: 111px;
}

.building12 .building12-backgroundColor {
  width: 140px;
}

.building1 .building1-txt {
  z-index: 2;
}

.building1:hover .building1-backgroundColor,
.building2:hover .building2-backgroundColor,
.building3:hover .building3-backgroundColor,
.building4:hover .building4-backgroundColor,
.building5:hover .building5-backgroundColor,
.building6:hover .building6-backgroundColor,
.building7:hover .building7-backgroundColor,
.building8:hover .building8-backgroundColor,
.building9:hover .building9-backgroundColor,
.building10:hover .building10-backgroundColor,
.building11:hover .building11-backgroundColor,
.building12:hover .building12-backgroundColor {
  visibility: visible;
  opacity: 1;
}

.building1:hover .building1-txt,
.building2:hover .building2-txt,
.building3:hover .building3-txt,
.building4:hover .building4-txt,
.building5:hover .building5-txt,
.building6:hover .building6-txt,
.building7:hover .building7-txt,
.building8:hover .building8-txt,
.building9:hover .building9-txt,
.building10:hover .building10-txt,
.building11:hover .building11-txt,
.building12:hover .building12-txt {
  visibility: visible;
  opacity: 1;
  bottom: -3rem;
}

@media (max-width: 499px) {
  .building1 .building1-txt,
  .building2 .building2-txt,
  .building3 .building3-txt,
  .building4 .building4-txt,
  .building5 .building5-txt,
  .building6 .building6-txt,
  .building7 .building7-txt,
  .building8 .building8-txt,
  .building9 .building9-txt,
  .building10 .building10-txt,
  .building11 .building11-txt,
  .building12 .building12-txt {
    visibility: visible;
    opacity: 1;
    bottom: -3rem;
  }
}
.absolute {
  position: absolute;
}

.search-banner-block {
  padding-top: 230px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .search-banner-block {
    padding-top: 150px;
  }
}

.search-box.search-box-float {
  position: fixed !important;
  right: 45px;
  bottom: 14vh;
  width: 100%;
}
@media (max-width: 768px) {
  .search-box.search-box-float {
    right: 5%;
    bottom: 100px;
  }
}
.search-box .search-icon {
  width: 70px;
  height: 70px;
  background: #42C1C7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .search-box .search-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}
.search-box .search-icon:hover {
  background: #2d979c;
}
.search-box .search-button {
  padding: 0;
  width: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  cursor: pointer;
}
.search-box .search-button svg {
  transition: 0.25s;
}
.search-box .search-button svg path {
  transition: 0.25s;
}
.search-box .search-button:hover svg path {
  fill: #2d979c;
}
.search-box .search-form {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  position: absolute;
  right: 0;
  width: 70px;
}
@media (max-width: 768px) {
  .search-box .search-form {
    width: 50px;
  }
}
.search-box .search-input {
  visibility: hidden;
  flex: 0 1 auto;
  /* Allow flexibility */
  padding: 0;
  font-size: 18px;
  border: none;
  outline: none;
  transition: 0.25s;
  width: 0;
}
.search-box .search-input::placeholder {
  color: #969696;
}
.search-box.active.search-box-static {
  position: relative;
  z-index: 1;
}
.search-box.active.search-box-static .search-icon {
  cursor: initial;
}
.search-box.active.search-box-static .search-icon:hover {
  background: #174D5A;
}
.search-box.active.search-box-static .search-form {
  width: 100%;
  position: relative;
  box-shadow: none;
}
.search-box.active .search-form {
  width: 400px;
  height: 70px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
@media (max-width: 768px) {
  .search-box.active .search-form {
    width: 90%;
    height: 60px;
  }
}
.search-box.active .search-icon {
  width: 60px;
  height: 60px;
  background: #174D5A;
}
@media (max-width: 768px) {
  .search-box.active .search-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}
.search-box.active .search-icon:hover {
  background: #42C1C7;
}
.search-box.active .search-input {
  padding: 0 20px;
  width: 100%;
  visibility: visible;
}
@media (max-width: 768px) {
  .search-box.active .search-input {
    padding: 0 12px;
  }
}
.search-box.active .search-button {
  width: 30px;
}

.search-container {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .search-container {
    padding-bottom: 40px;
  }
}

.search-result p {
  font-size: 20px;
  color: #646464;
}
.search-result span {
  color: #42C1C7;
}
@media (max-width: 768px) {
  .search-result p {
    font-size: 18px;
  }
}

.search-list-box {
  margin-top: 10px;
  margin-bottom: 50px;
}
.search-list-box .search-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #D9D9D9;
}
.search-list-box .search-list:last-of-type {
  border-bottom: 0;
}
.search-list-box .search-list-img {
  display: block;
  min-width: 300px;
  overflow: hidden;
}
.search-list-box .search-list-img img {
  transition: 0.25s ease-out;
}
.search-list-box .search-list-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 960px;
  transition: 0.25s;
  width: 100%;
}
.search-list-box .search-list-title {
  font-size: 24px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 20px;
}
.search-list-box .search-list-p {
  color: #646464;
  line-height: 1.77;
}
.search-list-box .search-list-icon {
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: #174D5A;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  align-self: center;
}
.search-list-box .search-list:hover .search-list-img img {
  filter: brightness(0.8);
  transform: scale(1.08);
}
.search-list-box .search-list:hover .search-list-icon {
  transform: translateX(8px);
  background: #42C1C7;
}
.search-list-box .search-list:hover .search-list-info {
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .search-list-box .search-list {
    gap: 30px;
  }
  .search-list-box .search-list-img {
    min-width: 265px;
  }
  .search-list-box .search-list-img img {
    max-width: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .search-list-box .search-list {
    flex-direction: column;
    padding: 40px 0;
  }
  .search-list-box .search-list-img {
    min-width: 0;
    width: 100%;
  }
}

html.custom-font-size {
  font-size: 0.52vw;
}
@media (max-width: 1024px) {
  html.custom-font-size {
    font-size: 0.7vw;
  }
}
@media (max-width: 1024px) {
  html.curating-html {
    overflow-x: hidden;
  }
}
html.menu-sp-open {
  overflow-y: hidden;
}

.curating-main {
  position: relative;
}
.curating-main .main-title h3, .curating-main .main-title .h3 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .curating-main .main-title h3, .curating-main .main-title .h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .curating-main .main-title h3, .curating-main .main-title .h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .curating-main .main-title img {
    width: 125px;
  }
}
.curating-main .main-title.type-2 {
  margin-bottom: 107px;
}
.curating-main .main-title.type-2 h3, .curating-main .main-title.type-2 .h3 {
  position: relative;
  color: #446A99;
  padding-bottom: 34px;
  font-weight: bold;
}
.curating-main .main-title.type-2 h3::before, .curating-main .main-title.type-2 .h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 4px;
  background: #e8822a;
  background: var(--color1);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.btn-content {
  padding: 130px 0 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .btn-content {
    padding: 90px 0 115px;
  }
}
@media (max-width: 768px) {
  .btn-content {
    padding: 35px 0 60px;
  }
}
.btn-content .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}
.btn-content .button .inner {
  max-width: 100%;
  transition: background-color 0.25s ease-out, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.15s ease;
  filter: drop-shadow(0px 0px 0rem transparent);
}
.btn-content .button:hover .inner {
  transform: scale(1.05);
  filter: drop-shadow(7px 6px 0rem #ababab);
}
.btn-content .button:hover .inner span {
  filter: blur(0);
}
.btn-content .button span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 30px;
  word-break: keep-all;
  width: max-content;
  z-index: 1;
  transition: color 0.3s ease-out;
}
@media (max-width: 1280px) {
  .btn-content .button span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .btn-content .button span {
    font-size: clamp(18px, 5vw, 24px);
    margin-left: 20px;
  }
}
@media (min-width: 1441px) {
  .btn-content.type-2 {
    padding: 120px 0 146px;
  }
}
.btn-content.type-2 .inner {
  background-color: #e8822a;
  background: var(--color1);
  padding: 21px 49px;
  border-radius: 999px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  border: solid 5px #e8822a;
  border: solid 5px var(--color1);
}
.btn-content.type-2 .inner:has(.icon-location2) {
  gap: 20px;
}
.btn-content.type-2 .inner i {
  color: #ffffff;
  font-size: 14px;
  transition: color 0.3s ease-out;
}
.btn-content.type-2 .inner i.icon-location2 {
  font-size: 21px;
}
@media (max-width: 768px) {
  .btn-content.type-2 .inner {
    border: solid 2px #e8822a;
    border: solid 2px var(--color1);
    padding: 10px 20px;
    gap: 10px;
  }
  .btn-content.type-2 .inner:has(.icon-location2) {
    gap: 10px;
  }
  .btn-content.type-2 .inner i {
    font-size: 10px;
  }
  .btn-content.type-2 .inner i.icon-location2 {
    font-size: 16px;
  }
}
.btn-content.type-2 .button:hover .inner {
  background-color: #fff;
}
.btn-content.type-2 .button:hover .inner span {
  color: #e8822a;
  color: var(--color1);
}
.btn-content.type-2 .button:hover .inner i {
  color: #e8822a;
  color: var(--color1);
}
.btn-content.type-2 .button span {
  position: relative;
  top: auto;
  left: 0;
  transform: translate(0, 0);
  margin: 0;
  word-break: normal;
}
.btn-content .dec-pointer {
  position: absolute;
  right: -20px;
  bottom: -100px;
  animation: dec-pointer 1.4s infinite alternate-reverse;
}
@media (max-width: 768px) {
  .btn-content .dec-pointer {
    width: 10.938vw;
    bottom: -10.417vw;
    animation: dec-pointer-sp 1.4s infinite alternate-reverse;
  }
}

.article .pg {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 520px;
  width: 100%;
  padding: 55px 0;
}
@media (max-width: 1024px) {
  .article .pg {
    order: 2;
    max-width: none;
    padding: 40px 0;
    gap: 15px;
  }
}
.article .pg h4, .article .pg .h4 {
  font-size: 40px;
  font-weight: 500;
  color: #5A9BD9;
}
@media (max-width: 1440px) {
  .article .pg h4, .article .pg .h4 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .article .pg h4, .article .pg .h4 {
    font-size: 28px;
  }
}
.article .pg p {
  font-size: 20px;
  line-height: 1.6;
  color: #646464;
}
@media (max-width: 768px) {
  .article .pg p {
    font-size: 18px;
  }
}

.go_back {
  position: absolute;
  transition: color 0.3s ease-out;
  color: #174D5A;
  left: 23px;
  top: 47px;
  text-align: center;
  z-index: 99;
}
.go_back span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  margin-bottom: 27px;
}
.go_back i {
  font-size: 24px;
  line-height: 1em;
}
.go_back i:before {
  margin: 0;
}
.go_back:hover {
  color: #E8822A;
  color: var(--color1);
}
@media (max-width: 1024px) {
  .go_back {
    left: 5%;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 30px;
    transform: translateY(-50%);
  }
  .go_back span {
    margin-bottom: 0;
    font-size: 20px;
  }
  .go_back i {
    font-size: 18px;
  }
}

.kv2 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  overflow: hidden;
  display: flex;
}
.kv2-container {
  max-width: 1682px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 47px;
  padding-bottom: 70px;
}
.kv2-left {
  display: flex;
  position: relative;
  align-items: start;
  z-index: 5;
  max-width: 75%;
  padding-left: 41px;
  flex-grow: 1;
}
.kv2-left .title {
  width: 406px;
  max-width: 100%;
}
.kv2-left .h-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 93vh;
}
.kv2-left .kv2-top {
  margin: 0 auto;
  padding: 0 30px;
}
.kv2-left .kv2-top .in-box {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.kv2-left .kv2-top .in-box p {
  font-family: "Space Grotesk", "Noto Sans TC", "Microsoft JhengHei", "sans-serif";
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.kv2-left .kv2-top .in-box p .en {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 6.4px;
}
.kv2-left .kv2-top .in-box p.ls1 {
  letter-spacing: 4.8px;
}
.kv2-left .kv2-top .in-box p.ls2 {
  letter-spacing: 4.8px;
}
.kv2-left .kv2-top .in-box p.ls2 .en {
  letter-spacing: 3px;
}
.kv2-left .kv2-top .in-box > span {
  display: block;
  color: rgba(0, 0, 0, 0);
  width: 160px;
  height: 2px;
  background: #000;
}
@media (max-width: 1700px) {
  .kv2-left .kv2-top .in-box {
    display: block;
    text-align: center;
  }
  .kv2-left .kv2-top .in-box > span {
    width: 1px;
    height: 30px;
    margin: 10px auto;
  }
}
@media (max-width: 1024px) {
  .kv2-left .kv2-top .in-box {
    text-align: left;
  }
  .kv2-left .kv2-top .in-box > span {
    margin-left: 14px;
  }
}
@media (max-width: 768px) {
  .kv2-left .kv2-top .in-box {
    text-align: center;
  }
  .kv2-left .kv2-top .in-box > span {
    margin-left: auto;
  }
}
.kv2-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 5;
  width: 394px;
  max-width: 25%;
}
.kv2-right .sub-img {
  width: 394px;
  max-width: 100%;
  margin-left: auto;
}
.kv2-right .sub-img .gif_box {
  position: relative;
  padding-bottom: 50.7614213198%;
}
.kv2-right .sub-img .gif_box img {
  position: absolute;
  left: 48%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 122%;
  max-width: max-content;
}
.kv2-right .sub-date {
  color: #000000;
  text-align: right;
  padding-right: 40px;
  text-shadow: 0 0 5px #ffffff;
}
.kv2-right .sub-date .top-time {
  display: inline-block;
  text-align: center;
  padding-right: 36px;
}
.kv2-right .sub-date .top-time .text-box {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.kv2-right .sub-date .top-time .text-box .texten {
  font-size: 76px;
  line-height: 96px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
.kv2-right .sub-date .top-time .text-box span {
  width: 36px;
  text-align: center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1600px) {
  .kv2-right .sub-date .top-time .text-box .texten {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1400px) {
  .kv2-right .sub-date .top-time .text-box .texten {
    font-size: 60px;
    line-height: 70px;
  }
  .kv2-right .sub-date .top-time .text-box span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 375px) {
  .kv2-right .sub-date .top-time .text-box .texten {
    font-size: 50px;
    line-height: 60px;
  }
  .kv2-right .sub-date .top-time .text-box span {
    font-size: 16px;
    line-height: 22px;
  }
}
.kv2-right .sub-date .top-time > span {
  text-align: center;
  padding-top: 13px;
}
.kv2-right .sub-date .top-time > span:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 6px;
  height: 50px;
  background: #000000;
}
.kv2-right .sub-date .top-time > p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 24px;
}
.kv2-right .sub-date .bottom-address {
  display: inline-block;
}
.kv2-right .sub-date .bottom-address .flex {
  font-weight: 500;
  gap: 5px;
}
.kv2-right .sub-date .bottom-address .flex i {
  font-size: 20px;
  line-height: 26px;
  flex-shrink: 1;
}
.kv2-right .sub-date .bottom-address .flex p {
  font-size: 18px;
  line-height: 26px;
  flex-grow: 1;
  text-align: left;
}
.kv2-center {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 47px;
  padding-bottom: 32px;
  z-index: 1;
}
.kv2-center .center-bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100% !important;
  width: auto;
  max-width: none;
  transform: translate(-50%, 0);
}
.kv2-center .center-img {
  position: relative;
  width: 662px;
  max-width: 60%;
  z-index: 2;
}
.kv2-nav {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}
.kv2-nav li {
  position: relative;
}
.kv2-nav li a {
  font-size: 24px;
  color: #000000 !important;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease-out;
  transform: translateX(0);
}
@media (max-width: 1280px) {
  .kv2-nav li a {
    font-size: 20px;
  }
}
.kv2-nav li a:hover {
  transform: translateX(15px);
}
@media (max-width: 1600px) {
  .kv2-right .sub-date {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .kv2-container {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .kv2-left {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 60px;
    display: block;
  }
  .kv2-left .h-flex {
    margin-bottom: 30px;
    min-height: auto;
  }
  .kv2-left .kv2-top {
    margin: 0;
    width: 400px;
    max-width: 80%;
    padding: 0;
  }
  .kv2-left .title {
    display: block;
    max-width: 80%;
    width: 400px;
  }
  .kv2-center {
    position: relative;
    height: auto;
    min-height: calc(100vh - 90px);
    padding-bottom: 0;
    padding-top: 300px;
    justify-content: start;
  }
  .kv2-center .center-img {
    max-width: calc(60% - 100px);
    margin-left: 100px;
  }
  .kv2-right {
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 40%;
    height: calc(100% - 90px);
  }
  .kv2-right .sub-img {
    width: 250px;
  }
  .kv2-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .kv2-container {
    padding-bottom: 60px;
  }
  .kv2-left {
    position: relative;
    top: 0;
  }
  .kv2-left .title {
    margin: 0 auto;
  }
  .kv2-left .kv2-top {
    margin: 0 auto;
  }
  .kv2-right {
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .kv2-right .sub-img {
    margin: 50px auto;
  }
  .kv2-right .sub-date {
    text-align: center;
  }
  .kv2-right .sub-date .top-time {
    padding-right: 0;
  }
  .kv2-right .sub-date .bottom-address {
    display: block;
  }
  .kv2-right .sub-date .bottom-address .flex {
    justify-content: center;
  }
  .kv2-right .sub-date .bottom-address .flex p {
    flex-grow: inherit;
  }
  .kv2-center {
    min-height: auto;
    padding-top: 30px;
    align-items: center;
  }
  .kv2-center .center-bg {
    bottom: -25%;
    height: 150% !important;
  }
  .kv2-center .center-img {
    margin: 0 auto;
    max-width: 80%;
  }
}
.kv2 .scroll {
  position: relative;
  margin-top: 158px;
}
.kv2 .scroll.type-2 {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .kv2 .scroll {
    display: none;
  }
  .kv2 .scroll.type-2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .kv2 .scroll.type-2 {
    display: none;
  }
}
.kv2 .scroll::before {
  position: absolute;
  top: -108px;
  left: 14px;
  width: 1px;
  height: 0px;
  background: #000;
  display: block;
  content: "";
  animation: scroll-bar 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
@media (max-width: 768px) {
  .kv2 .scroll::before {
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-bar-sp 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    top: -30px;
  }
}
.kv2 .scroll span {
  font-size: 24px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .kv2 .scroll span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .kv2 .scroll span {
    font-size: 17px;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv2 .scroll span {
    font-size: 14px;
  }
}

/* 圖片動畫定義 */
@keyframes opacityimg1 {
  0% {
    opacity: 0%;
  }
  5% {
    opacity: 100%;
  }
  85% {
    opacity: 100%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes opacityimg2 {
  0% {
    opacity: 0%;
  }
  15% {
    opacity: 0%;
  }
  20% {
    opacity: 100%;
  }
  85% {
    opacity: 100%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes opacityimg3 {
  0% {
    opacity: 0%;
  }
  30% {
    opacity: 0%;
  }
  35% {
    opacity: 100%;
  }
  85% {
    opacity: 100%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes opacityimg4 {
  0% {
    opacity: 0%;
  }
  45% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  85% {
    opacity: 100%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes opacityimg5 {
  0% {
    opacity: 0%;
  }
  60% {
    opacity: 0%;
  }
  65% {
    opacity: 100%;
  }
  85% {
    opacity: 100%;
  }
  90% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  background: #5A9BD9;
}
.kv-container {
  max-width: 1760px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .kv-container {
    padding-top: 75px;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv-container {
    padding-top: 65px;
  }
}
.kv .main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -43%);
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .kv .main-img {
    max-width: 1220px;
  }
}
@media (max-width: 768px) {
  .kv .main-img {
    transform: translate(-50%, -70%);
  }
}
.kv .sub-img {
  position: absolute;
  top: 50px;
  right: 3.2vw;
  width: 20.833vw;
}
@media (max-width: 1440px) {
  .kv .sub-img {
    width: 16vw;
  }
}
@media (max-width: 1024px) {
  .kv .sub-img {
    top: 170px;
  }
}
@media (max-width: 768px) {
  .kv .sub-img {
    top: 60vh;
    right: auto;
    left: 5%;
    max-width: none;
    width: 170px;
  }
}
.kv .title {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  gap: 50px;
  flex-direction: row;
}
@media (max-width: 1440px) {
  .kv .title {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .kv .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv .title {
    gap: 0;
  }
}
.kv .title h1, .kv .title .h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.kv .title .sub-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: #F5F5F5;
}
@media (max-width: 1280px) {
  .kv .title .sub-title {
    font-size: 26px;
    width: 100%;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 768px) {
  .kv .title .sub-title {
    font-size: 20px;
    order: 2;
    width: 100%;
  }
}
.kv .title .dec {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .kv .title .dec {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .kv .title .dec {
    order: 3;
    width: 125px;
  }
}
.kv .title .dec span {
  font-size: 20px;
  font-weight: 500;
  color: #E8822A;
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .kv .title .dec span {
    font-size: 16px;
  }
}
.kv address {
  display: flex;
  position: absolute;
  bottom: calc(40px + 2vh);
  right: 4.167vw;
  gap: 25px 55px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .kv address {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .kv address {
    gap: 18px;
    align-items: center;
    right: 5%;
    width: 90%;
    bottom: 120px;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv address {
    gap: 10px;
    bottom: 85px;
  }
}
.kv address .detail {
  transition: 0.25s;
}
.kv address .detail:hover {
  transform: translateX(5px);
  filter: drop-shadow(2px 2px 0.85rem rgba(255, 255, 255, 0.8));
}
.kv address a {
  font-size: 24px;
  color: #EEE;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .kv address a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .kv address a {
    font-size: 18px;
  }
}
.kv address .dec-img {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.kv address .dec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: left-right-transform 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) infinite alternate-reverse;
  background: #E8822A;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1280px) {
  .kv address .dec {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .kv address .dec {
    max-width: 320px;
    margin-left: 25px;
  }
}
.kv address .dec .wrap {
  overflow: hidden;
  width: auto;
  height: 100%;
  height: 44px;
}
.kv address .dec:hover {
  animation-play-state: paused;
}
.kv address .dec:hover .marquee-text {
  opacity: 1;
  animation-play-state: running;
}
.kv address .dec:hover span {
  opacity: 0;
}
.kv address .dec .text {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv address .dec span {
  font-size: 26px;
  color: #fff;
  display: block;
  font-weight: 700;
  word-break: keep-all;
  white-space: nowrap;
  transition: opacity 0.3s;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .kv address .dec span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .kv address .dec span {
    font-size: 18px;
  }
}
.kv address .dec .marquee-text {
  transition: 0.3s;
  opacity: 0;
  translate: 30%;
  animation: marquee-text 8s linear infinite;
  animation-play-state: paused;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes marquee-text {
  0% {
    translate: 30%;
  }
  100% {
    translate: -105%;
  }
}
.kv .scroll {
  position: absolute;
  bottom: 32px;
  left: 4.167vw;
}
@media (max-width: 768px) {
  .kv .scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv .scroll {
    bottom: 14px;
  }
}
.kv .scroll::before {
  position: absolute;
  top: -108px;
  left: 14px;
  width: 1px;
  height: 0px;
  background: #fff;
  display: block;
  content: "";
  animation: scroll-bar 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
@media (max-width: 768px) {
  .kv .scroll::before {
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-bar-sp 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    top: -30px;
  }
}
.kv .scroll span {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .kv .scroll span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .kv .scroll span {
    font-size: 17px;
  }
}
@media (max-width: 380px) and (max-height: 670px) {
  .kv .scroll span {
    font-size: 14px;
  }
}

@keyframes scroll-bar {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@keyframes scroll-bar-sp {
  0% {
    height: 0;
  }
  100% {
    height: 26px;
  }
}
.house {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 50vw;
  max-height: 930px;
  overflow: hidden;
}
.house img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .house {
    height: auto;
    padding: 120px 0;
  }
}
.house p {
  position: relative;
  text-align: center;
  font-size: 32px;
  line-height: 56px;
  font-weight: 500;
  max-width: 1600px;
  width: 90%;
  z-index: 50;
}
@media (max-width: 1200px) {
  .house p {
    font-size: 25px;
    line-height: 51px;
  }
}
@media (max-width: 768px) {
  .house p {
    font-size: 22px;
    line-height: 46px;
  }
}
@media (max-width: 375px) {
  .house p {
    font-size: 20px;
    line-height: 40px;
  }
}
.house p span {
  display: block;
  font-size: 30px;
  line-height: 56px;
  font-family: "Space Grotesk", sans-serif;
}

/* 旋轉動畫定義 */
@keyframes rotateball {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateball2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.intro {
  position: relative;
}
.intro-container {
  position: relative;
}
.intro-container::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #5A9BD9;
  z-index: 1;
}
.intro-container.type-2::before {
  display: none;
}
.intro .block-1 {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100vw;
}
.intro .block-1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 40vw);
  background: #7AB7F1;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .intro .block-1::before {
    height: calc(100% - 61vw);
  }
}
.intro .block-1 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.intro .block-1 .mask img {
  max-width: none;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .intro .block-1 .mask {
    width: 150%;
    left: -6.348vw;
  }
}
.intro .block-1 .bg {
  position: absolute;
  left: 7.813vw;
  top: -7.813vw;
  width: 41vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .intro .block-1 .bg {
    width: 58vw;
    left: 0;
  }
}
.intro .block-1 .bg img {
  background: #fff;
}
.intro .block-1 .content {
  max-width: 710px;
  width: 60%;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: 10vw;
  padding: 180px 0;
}
@media (max-width: 1660px) {
  .intro .block-1 .content {
    max-width: 45.833vw;
    margin-right: 7vw;
  }
}
@media (max-width: 1440px) {
  .intro .block-1 .content {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .intro .block-1 .content {
    max-width: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 68vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .intro .block-1 .content {
    margin-top: 68vw;
  }
}
.intro .block-1 .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .intro .block-1 .content .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 35px;
  }
}
.intro .block-1 .content .title .main-title {
  margin-right: 7.031vw;
}
@media (max-width: 1440px) {
  .intro .block-1 .content .title .main-title {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .intro .block-1 .content .title .main-title {
    margin-right: 0;
  }
}
.intro .block-1 .content .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5555;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .intro .block-1 .content .title ul {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .intro .block-1 .content .title ul {
    font-size: 20px;
    margin-left: 20px;
  }
}
.intro .block-1 .content .title ul::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.intro .block-1 .pg p {
  color: #EEE;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .intro .block-1 .pg p {
    font-size: 18px;
  }
}
.intro .block-1 .block-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  margin-bottom: 25px;
}
.intro .block-1 .block-container .left-box {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}
.intro .block-1 .block-container .right-box {
  width: 50%;
  max-width: 50%;
  margin-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0;
}
.intro .block-1 .block-container.align-items-end {
  margin-bottom: 0;
}
.intro .block-1 .block-container.align-items-end > div {
  padding: 0;
}
@media (max-width: 1280px) {
  .intro .block-1 .block-container .left-box {
    padding-left: 25px;
  }
  .intro .block-1 .block-container .right-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .intro .block-1 .block-container {
    display: block;
    margin-bottom: 50px;
  }
  .intro .block-1 .block-container .left-box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .intro .block-1 .block-container .left-box img {
    display: block;
    max-width: 80%;
    width: 400px;
  }
  .intro .block-1 .block-container .right-box {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .intro .block-1 .block-container.align-items-end {
    margin-bottom: 0;
  }
  .intro .block-1 .block-container.align-items-end .left-box {
    display: none;
  }
  .intro .block-1 .block-container.align-items-end .right-box {
    text-align: center;
  }
  .intro .block-1 .block-container.align-items-end .right-box img {
    width: 800px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.intro .block-1.type-2 {
  padding-top: 110px;
  background: #3C6996;
  background: var(--color2);
  display: block;
  position: relative;
}
.intro .block-1.type-2 .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 60%;
  z-index: 1;
}
.intro .block-1.type-2 .bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  z-index: 1;
}
.intro .block-1.type-2::before {
  display: none;
}
.intro .block-1.type-2 .title {
  margin-bottom: 0;
  width: 728px;
  max-width: 100%;
  display: block;
}
.intro .block-1.type-2 .title .main-title {
  margin-right: 0;
}
.intro .block-1.type-2 .title .main-title h3, .intro .block-1.type-2 .title .main-title .h3 {
  line-height: 130%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 34px;
}
.intro .block-1.type-2 .title .main-title h3::before, .intro .block-1.type-2 .title .main-title .h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 4px;
  background: #e8822a;
  background: var(--color1);
  left: 0;
  top: 100%;
}
.intro .block-1.type-2 .pg {
  width: 728px;
  max-width: 100%;
}
.intro .block-1.type-2 .pg p {
  line-height: 150%;
}
@media (max-width: 1024px) {
  .intro .block-1.type-2 .title {
    width: 100%;
  }
  .intro .block-1.type-2 .pg {
    width: 100%;
  }
}
.intro .block-1 .bg-bottom {
  width: 100%;
  position: relative;
  z-index: 3;
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.intro .block-1 .bg-bottom span {
  display: block;
  position: relative;
  width: 100%;
}
.intro .block-1 .bg-bottom img {
  display: block;
  width: 100%;
}
.intro .block-1 .bg-bottom img.mob {
  display: none;
}
@media (max-width: 768px) {
  .intro .block-1 .bg-bottom img.pc {
    display: none;
  }
  .intro .block-1 .bg-bottom img.mob {
    display: block;
  }
}
.intro .block-1 .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.intro .block-2 {
  position: relative;
  z-index: 1;
}
.intro .block-2 .blue-dec-block {
  width: 100%;
  height: 80px;
  background: #79B7F1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .intro .block-2 .blue-dec-block {
    height: 50px;
  }
}
.intro .block-2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.intro .block-2 .block-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .intro .block-2 .block-container {
    padding: 130px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .intro .block-2 .block-container {
    padding: 100px 0 0 0;
  }
}
.intro .block-2 .content {
  display: flex;
  align-items: center;
  gap: 8.333vw;
  position: relative;
  justify-content: space-between;
  max-width: 1480px;
}
@media (max-width: 1024px) {
  .intro .block-2 .content {
    flex-direction: column;
    gap: 0;
  }
}
.intro .block-2 .content-1 {
  margin-left: auto;
}
.intro .block-2 .content-1 .dec {
  right: -3.125vw;
  top: -2.604vw;
}
.intro .block-2 .content-2 {
  margin-right: auto;
}
.intro .block-2 .content-2 .dec {
  left: -3.125vw;
  bottom: -2.604vw;
  transform: scale(-1);
}
.intro .block-2 .img {
  position: relative;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .intro .block-2 .img {
    order: 1;
    max-width: none;
  }
}
.intro .block-2 .img .inner {
  clip-path: polygon(0 0, 85% 0, 100% 22.5%, 100% 100%, 15% 100%, 0 77.5%);
}
.intro .block-2 .img .dec {
  position: absolute;
  width: 7.031vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .intro .block-2 .img .dec {
    width: 12vw;
  }
}
.intro .block-2 .img img {
  width: 100%;
}
@media (min-width: 1441px) {
  .intro .block-2.type-2 {
    padding-top: 142px;
  }
}
.intro .block-2.type-2 .img {
  max-width: 50%;
}
.intro .block-2.type-2 .pg {
  max-width: 50%;
  gap: 0;
  margin: 0 auto;
  padding: 0;
}
.intro .block-2.type-2 .content {
  max-width: 1600px;
  margin-top: 70px;
}
.intro .block-2.type-2 .content:first-child {
  margin-top: 0;
}
.intro .block-2.type-2 .content.content-1 {
  gap: 30px;
}
@media (min-width: 1500px) {
  .intro .block-2.type-2 .content.content-1 {
    gap: 53px;
  }
}
.intro .block-2.type-2 .content.content-1 .pg {
  width: 639px;
}
.intro .block-2.type-2 .content.content-2 {
  gap: 30px;
}
.intro .block-2.type-2 .content.content-2 .pg {
  width: 620px;
}
.intro .block-2.type-2 h4, .intro .block-2.type-2 .h4 {
  color: #446A99;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 34px;
  line-height: 130%;
}
.intro .block-2.type-2 h4::before, .intro .block-2.type-2 .h4::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 4px;
  background: #e8822a;
  background: var(--color1);
  left: 0;
  top: 100%;
}
.intro .block-2.type-2 p {
  color: #000000;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .intro .block-2.type-2 .img {
    max-width: 100%;
  }
  .intro .block-2.type-2 .content.content-1 .pg {
    max-width: 100%;
    width: 100%;
  }
  .intro .block-2.type-2 .content.content-2 .pg {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .intro .block-2.type-2 .btn-content .button span {
    font-size: 14px;
  }
}
.intro .dec-bg {
  width: 19.167vw;
  position: absolute;
  right: 0;
  bottom: 114px;
}

@keyframes dec-pointer-sp {
  0% {
    right: -10px;
    bottom: -12.417vw;
  }
  100% {
    right: 0;
    bottom: -10.417vw;
  }
}
@keyframes dec-pointer {
  0% {
    right: -15px;
    bottom: -100px;
  }
  100% {
    right: 0;
    bottom: -80px;
  }
}
.guide {
  position: relative;
  background: #5A9BD9;
}
.guide .guide-top {
  max-width: 1640px;
  width: 90%;
  margin: 0 auto;
  padding: 105px 0 0 0;
}
@media (max-width: 768px) {
  .guide .guide-top {
    padding: 60px 0 0 0;
  }
}
.guide .main-title {
  margin-bottom: 70px;
}
.guide .map {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.208vw;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .guide .map {
    align-items: center;
    gap: 7.2vw;
  }
}
@media (max-width: 1024px) {
  .guide .map {
    flex-direction: column;
  }
}
.guide .map .map-img {
  display: block;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
}
.guide .map .map-img img {
  width: 100%;
  height: auto;
}
.guide .map .map-img svg {
  width: 100%;
}
.guide .map .map-img svg path.block {
  transition: 0.25s ease-in-out;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}
.guide .map .map-img svg path.block.active {
  fill: #E8822A;
  fill: var(--color1);
  opacity: 1;
}
.guide .map .map-img svg path:not(.block) {
  pointer-events: none;
}
.guide .map .map-menu {
  max-width: 520px;
  width: 100%;
  position: relative;
  margin-top: 1.875vw;
}
@media (max-width: 1440px) {
  .guide .map .map-menu {
    max-width: 440px;
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .guide .map .map-menu {
    max-width: 390px;
  }
}
.guide .map .map-menu .dec {
  position: absolute;
  z-index: 1;
  width: 6.25vw;
}
@media (max-width: 1024px) {
  .guide .map .map-menu .dec {
    width: 60px;
  }
}
.guide .map .map-menu .dec:nth-of-type(1) {
  transform: scaleX(-1);
  left: -3.281vw;
  top: -3.281vw;
}
.guide .map .map-menu .dec:nth-of-type(2) {
  right: -3.021vw;
  bottom: -3.021vw;
}
.guide .map .map-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide .map .map-menu ul.map-menu-container {
  clip-path: polygon(0 0, 81% 0, 100% 17%, 100% 100%, 19% 100%, 0 83%);
  position: relative;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 80px 95px;
}
@media (max-width: 1440px) {
  .guide .map .map-menu ul.map-menu-container {
    padding: 55px 60px;
  }
}
@media (max-width: 1280px) {
  .guide .map .map-menu ul.map-menu-container {
    padding: 50px 40px;
  }
}
.guide .map .map-menu ul.map-menu-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 175px;
  width: 2px;
  height: 75%;
  background: #5A9BD9;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .guide .map .map-menu ul.map-menu-container::before {
    left: 140px;
  }
}
@media (max-width: 1280px) {
  .guide .map .map-menu ul.map-menu-container::before {
    left: 120px;
  }
}
.guide .map .map-menu .map-menu-list {
  width: 100%;
  cursor: pointer;
}
.guide .map .map-menu .map-menu-list.active ul li {
  color: #E8822A;
}
.guide .map .map-menu .map-menu-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 40px;
}
.guide .map .map-menu .map-menu-list li {
  transition: 0.25s ease-out;
}
.guide .map .map-menu .map-menu-list li:nth-of-type(1) {
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #5A9BD9;
  max-width: 80px;
  width: 100%;
}
@media (max-width: 1440px) {
  .guide .map .map-menu .map-menu-list li:nth-of-type(1) {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .guide .map .map-menu .map-menu-list li:nth-of-type(1) {
    font-size: 28px;
  }
}
.guide .map .map-menu .map-menu-list li:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  color: #646464;
}
@media (max-width: 1440px) {
  .guide .map .map-menu .map-menu-list li:nth-of-type(2) {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .guide .map .map-menu .map-menu-list li:nth-of-type(2) {
    font-size: 20px;
  }
}
.guide .guide-bottom {
  position: relative;
  background: linear-gradient(180deg, #5A9BD9 0%, #79B7F1 100%);
  padding-bottom: 240px;
}
@media (max-width: 1280px) {
  .guide .guide-bottom {
    padding-bottom: 18vw;
  }
}
@media (max-width: 768px) {
  .guide .guide-bottom {
    padding-bottom: 28vw;
  }
}
.guide .guide-bottom .dec-bg {
  position: absolute;
  top: 0;
}
.guide .guide-bottom .dec-bg:nth-of-type(1) {
  left: 0;
}
.guide .guide-bottom .dec-bg:nth-of-type(2) {
  right: 0;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .dec-bg {
    width: 40vw;
  }
}
.guide .guide-bottom .sub-title {
  padding: 155px 0 110px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .guide .guide-bottom .sub-title {
    padding: 75px 0 65px;
  }
}
@media (max-width: 768px) {
  .guide .guide-bottom .sub-title {
    padding: 60px 0 60px;
  }
}
.guide .guide-bottom .sub-title h4, .guide .guide-bottom .sub-title .h4 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .sub-title h4, .guide .guide-bottom .sub-title .h4 {
    font-size: 28px;
  }
}
.guide .guide-bottom .sub-title p {
  font-size: 20px;
  line-height: 1.6;
  color: #EEE;
  text-align: center;
  margin: 0 auto;
  max-width: 618px;
  width: 100%;
}
@media (max-width: 768px) {
  .guide .guide-bottom .sub-title p {
    font-size: 18px;
  }
}
.guide .guide-bottom .question {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.guide .guide-bottom .question .img {
  max-width: 1280px;
  width: 95%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .guide .guide-bottom .question .img {
    max-width: 420px;
  }
}
.guide .guide-bottom .question .arrow {
  width: 0%;
  height: 10px;
  background: #fff;
  max-width: 1368px;
  position: absolute;
  top: 150px;
  left: -35px;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .arrow {
    width: 10px !important;
    height: 0%;
    left: 52%;
    top: 20px;
  }
}
.guide .guide-bottom .question .arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  right: -20px;
  top: -13px;
  width: 32px;
  height: 32px;
  clip-path: path("M32 16.9013L0.11438 0.875V32.9351L32 16.9013Z");
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .arrow::before {
    transform: rotate(90deg);
    right: -10px;
    top: auto;
    bottom: -13px;
    right: -12px;
  }
}
.guide .guide-bottom .question .block {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .block {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.guide .guide-bottom .question .block:last-of-type .grid {
  clip-path: inset(0% round 25px);
  background: radial-gradient(50% 50% at 50% 50%, #E7812A 60%, #5A9AD8 100%);
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .block.no-arrow .grid {
    padding: 14px;
  }
}
.guide .guide-bottom .question .block .text {
  display: block;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 1440px) {
  .guide .guide-bottom .question .block .text {
    font-size: 26px;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .block .text {
    width: 20%;
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .guide .guide-bottom .question .block .text {
    font-size: 22px;
  }
}
.guide .guide-bottom .question .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 64px;
  padding: 12px;
}
@media (max-width: 1024px) {
  .guide .guide-bottom .question .grid {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .guide .guide-bottom .question .grid {
    width: 110px;
  }
}
.guide .guide-bottom .question .mark {
  position: absolute;
  left: 150px;
  top: 0;
  width: 55px;
  height: 45px;
  background: radial-gradient(42.47% 44.88% at 50% 49.9%, #E7812A 39%, #5A9AD8 100%);
  clip-path: path("M28.1928 0.111328C12.8358 0.111328 0.38562 9.85036 0.38562 21.8608C0.38562 27.0867 2.74366 31.8819 6.67374 35.6306C6.67374 37.761 5.76171 40.2106 2.18014 41.7323C-1.28278 43.2021 8.19389 45.6665 14.2077 40.6485C18.3157 42.5266 23.0911 43.6029 28.1928 43.6029C43.5498 43.6029 56 33.8639 56 21.8534C56 9.84293 43.5498 0.111328 28.1928 0.111328Z");
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .guide .guide-bottom .question .mark {
    transform: scale(0.7);
    left: 120px;
  }
}
.guide .guide-bottom .question .mark .dot {
  display: flex;
  align-items: center;
  gap: 6px;
}
.guide .guide-bottom .question .mark .dot span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  display: block;
}

.join {
  position: relative;
  background: #fff;
}
.join::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  height: 80px;
  width: 100%;
  background: #79B7F1;
}
.join-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.join .bg {
  position: absolute;
  left: 0;
  top: 22.5vw;
  width: 48.125vw;
}
@media (max-width: 1024px) {
  .join .bg {
    width: 85vw;
  }
}
.join .dec-bg {
  position: absolute;
  right: 0;
  top: 27.813vw;
  width: 23.281vw;
}
@media (max-width: 1024px) {
  .join .dec-bg {
    width: 40vw;
    top: 64vw;
  }
}
.join .dec-icon {
  position: absolute;
  right: 0;
  top: 0px;
  width: 8.021vw;
}
@media (max-width: 1024px) {
  .join .dec-icon {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .join .dec-icon {
    width: 60px;
  }
}
.join .btn-content {
  padding: 130px 0 230px;
  position: relative;
}
@media (max-width: 1440px) {
  .join .btn-content {
    padding: 90px 0 140px;
  }
}
@media (max-width: 768px) {
  .join .btn-content {
    padding: 6vw 0 18vw;
  }
}
.join .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .join .content {
    flex-direction: column;
  }
}
.join .content .pg {
  width: 40%;
}
@media (max-width: 1024px) {
  .join .content .pg {
    width: 100%;
  }
}
.join .content .imgs {
  width: 60%;
  position: relative;
}
@media (max-width: 1024px) {
  .join .content .imgs {
    width: 100%;
  }
}
.join .content .img {
  width: fit-content;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}
.join .content .img-1 {
  width: 25.781vw;
}
@media (max-width: 1024px) {
  .join .content .img-1 {
    width: 48.34vw;
  }
}
.join .content .img-1 .inner {
  clip-path: polygon(0 14.5%, 20% 0, 100% 0, 100% 85.5%, 80% 100%, 0 100%);
}
.join .content .img-2 {
  position: absolute;
  left: 19.948vw;
  top: 8.438vw;
  width: 28.125vw;
}
@media (max-width: 1024px) {
  .join .content .img-2 {
    width: 52.734vw;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.join .content .img-2 .inner {
  clip-path: polygon(0 20.5%, 18.5% 0, 100% 0, 100% 79.5%, 81.5% 100%, 0 100%);
}

.transportation {
  position: relative;
}
.transportation::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #5A9BD9;
}
.transportation.org-type::before {
  background: #FAE6D7;
  background: var(--color4);
}
.transportation.org-type .transportation-map .detail {
  background: #BED2F0;
  background: color-mix(in srgb, #ffffff 70%, var(--color3));
}
.transportation.org-type .transportation-map .detail h4, .transportation.org-type .transportation-map .detail .h4 {
  color: #446A99;
  color: var(--color3);
}
.transportation.org-type .transportation-map .detail .item p {
  color: #446A99;
  color: var(--color3);
}
.transportation.org-type .transportation-map .detail .item .title:before {
  background: #446A99;
  background: var(--color3);
}
.transportation.org-type .transportation-map .detail .items:not(:last-of-type) {
  border-bottom: 1px solid #446A99;
  border-bottom: 1px solid var(--color3);
}
.transportation.org-type .transportation-map .btn-content {
  padding-top: 70px;
  padding-bottom: 0;
}
.transportation .transportation-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.transportation-map {
  padding: 130px 0 0 0;
  position: relative;
  overflow: hidden;
}
.transportation-map .transportation-container {
  position: relative;
  z-index: 5;
}
.transportation-map-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.transportation-map .bg {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 115%;
}
.transportation-map .bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .transportation-map {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .transportation-map {
    padding: 60px 0 0 0;
  }
}
.transportation-map [data-scroll-container] {
  overflow: hidden;
  position: relative;
}
.transportation-map .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.transportation-map .img-wrap {
  position: relative;
  width: 100%;
}
.transportation-map .detail {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  bottom: 20px;
  left: 20px;
  width: 370px;
  max-width: 100%;
  background: #E8822A;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  .transportation-map .detail {
    position: relative;
    inset: auto;
    margin: 70px auto 0;
  }
}
.transportation-map .detail h4, .transportation-map .detail .h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .transportation-map .detail h4, .transportation-map .detail .h4 {
    font-size: 18px;
  }
}
.transportation-map .detail .items {
  margin: 0 auto;
  width: 95%;
}
.transportation-map .detail .items:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.transportation-map .detail .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 14px;
}
.transportation-map .detail .item .title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .transportation-map .detail .item .title {
    width: auto;
    word-break: keep-all;
  }
}
.transportation-map .detail .item .title::before {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  background: #fff;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.transportation-map .detail .item p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 768px) {
  .transportation-map .detail .item p {
    font-size: 16px;
  }
}
.transportation-map .btn-content {
  position: relative;
  z-index: 1;
  padding: 105px 0 125px;
}
@media (max-width: 1024px) {
  .transportation-map .btn-content {
    padding: 75px 0 105px;
  }
}
@media (max-width: 768px) {
  .transportation-map .btn-content {
    padding: 60px 0 70px;
  }
}
.transportation-map .btn-content span {
  display: flex;
  align-items: center;
  font-size: 28px;
  gap: 10px;
}
@media (max-width: 1280px) {
  .transportation-map .btn-content span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .transportation-map .btn-content span {
    font-size: clamp(14px, 4vw, 20px);
    margin-left: 20px;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .transportation-map .btn-content span img {
    width: 24px;
  }
}
.transportation-map .main-title {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.transportation-map .bg-bottom {
  width: 100%;
  position: relative;
  z-index: 3;
  width: 1670px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.transportation-map .bg-bottom span {
  display: block;
  position: relative;
  width: 100%;
}
.transportation-map .bg-bottom img {
  display: block;
  width: 100%;
}
.transportation-map .bg-bottom img.mob {
  display: none;
}
@media (max-width: 768px) {
  .transportation-map .bg-bottom img.pc {
    display: none;
  }
  .transportation-map .bg-bottom img.mob {
    display: block;
  }
}
.transportation-map .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.transportation-map .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 60%;
  z-index: 1;
}
.transportation-map .bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  z-index: 1;
}

.marquee {
  position: relative;
  z-index: 2;
}
.marquee-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.marquee-wrapper.left {
  margin-left: auto;
  margin-right: 0;
}
.marquee-wrapper.right {
  margin-left: 0;
  margin-right: auto;
}
.marquee-block {
  display: flex;
  overflow: hidden;
  user-select: none;
}
.marquee-inner {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll-x 105s linear infinite reverse;
  height: auto;
  gap: 0;
}
.marquee-inner.to-right {
  animation-direction: normal;
  animation-delay: -3s;
  animation-duration: 126s;
}
.marquee-item {
  display: grid;
  place-items: center;
  width: 360px;
  height: calc(100% + 2px);
  border-radius: 0.5rem;
  gap: 0;
}
.marquee-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.organizer {
  background: #fff;
}
.organizer .organizer-section {
  height: 100%;
}

.organizer-section-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.organizer-section-container.curating-type .section {
  margin-bottom: 0;
  padding-bottom: 140px;
}
.organizer-section-container.curating-type .section:before {
  bottom: auto;
  top: 0;
}
@media (max-width: 1024px) {
  .organizer-section-container.curating-type .section {
    padding-bottom: 60px;
  }
}
.organizer-section-container.curating-type:last-child .section {
  padding-bottom: 0;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .organizer-section-container.curating-type:last-child .section {
    padding-bottom: 0;
  }
}
.organizer-section-container .section {
  position: relative;
  margin-bottom: 280px;
}
.organizer-section-container .section:has(.co-organized-container) {
  margin-bottom: 0;
}
.organizer-section-container .section .staff-container {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.organizer-section-container .section .co-organized-container:before {
  width: 100%;
  bottom: 0;
  top: 0;
}
.organizer-section-container .section .co-organized-container .wrap {
  width: 100%;
  max-width: 100%;
}
.organizer-section-container .section .staff-container .wrap {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .organizer-section-container .section {
    margin-bottom: 60px;
  }
  .organizer-section-container .section:has(.co-organized-container) {
    margin-bottom: 0;
  }
}
.organizer-section-container .section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -280px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .organizer-section-container .section::before {
    bottom: -60px;
  }
}
.organizer-section-container .section-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 8.333vw;
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container {
    flex-direction: column;
  }
}
.organizer-section-container .section-container .logo {
  width: 27%;
  margin-top: 140px;
  margin-bottom: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container .logo {
    position: static !important;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container .logo.rectangle img {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container .logo.square img {
    width: auto;
    height: 100px !important;
  }
}
.organizer-section-container .section-container .text {
  width: 70%;
  max-width: 1020px;
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container .text {
    width: 100%;
    max-width: none;
  }
}
.organizer-section-container .section-container .text p {
  margin-top: 220px;
  color: #646464;
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 1024px) {
  .organizer-section-container .section-container .text p {
    margin-top: 0;
    font-size: 18px;
  }
}

.organizer {
  position: relative;
}
.organizer h3, .organizer .h3 {
  font-size: 36px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .organizer h3, .organizer .h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.organizer .co-organized-container {
  background: #fff;
  position: relative;
}
.organizer .co-organized-container .wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 150px;
  position: relative;
}
@media (max-width: 1440px) {
  .organizer .co-organized-container .wrap {
    padding: 50px 0 75px;
  }
}
@media (max-width: 1024px) {
  .organizer .co-organized-container .wrap {
    padding: 60px 0;
  }
}
.organizer .co-organized-container h3, .organizer .co-organized-container .h3 {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .organizer .co-organized-container h3, .organizer .co-organized-container .h3 {
    margin-bottom: 50px;
  }
}
.organizer .co-organized-container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.organizer .co-organized-container .icons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.604vw;
  row-gap: 45px;
}
@media (max-width: 1024px) {
  .organizer .co-organized-container .icons {
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 45px;
  }
}
.organizer .co-organized-container .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organizer .co-organized-container .icons .icon .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
}
@media (max-width: 1024px) {
  .organizer .co-organized-container .icons .icon {
    width: 30%;
  }
  .organizer .co-organized-container .icons .icon .img {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .organizer .co-organized-container .icons .icon {
    width: 28%;
  }
  .organizer .co-organized-container .icons .icon .img {
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .organizer .co-organized-container .icons .icon {
    width: 45%;
  }
}
.organizer .co-organized-container .icons span {
  color: #969696;
  font-size: 16px;
  display: block;
  text-align: center;
  max-width: 200px;
  width: 100%;
}
.organizer .staff-container {
  background: #fff;
}
.organizer .staff-container .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media (max-width: 768px) {
  .organizer .staff-container .wrap {
    padding: 60px 0 60px;
  }
}
.organizer .staff-container .lists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 9.375vw;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .organizer .staff-container .lists {
    flex-direction: column;
    row-gap: 15px;
  }
}
.organizer .staff-container .lists .col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  flex: 1 auto;
}
@media (max-width: 1280px) {
  .organizer .staff-container .lists .col {
    flex: 1 40%;
  }
}
@media (max-width: 1024px) {
  .organizer .staff-container .lists .col {
    row-gap: 15px;
  }
}
.organizer .staff-container .lists-full {
  width: 100%;
}
.organizer .staff-container .list {
  display: flex;
  align-items: flex-start;
}
.organizer .staff-container .list .title {
  min-width: 105px;
  display: flex;
  align-items: center;
}
.organizer .staff-container .list .title span {
  color: #646464;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .organizer .staff-container .list .title span {
    font-size: 18px;
  }
}
.organizer .staff-container .list .title::after {
  content: "";
  display: block;
  width: 1.25px;
  height: 20px;
  background: #969696;
  aspect-ratio: 1.25/20;
  margin: 0 10px;
  padding: 0;
  border: 0;
}
.organizer .staff-container .list .pg span {
  color: #969696;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .organizer .staff-container .list .pg span {
    font-size: 18px;
  }
}
.organizer .staff-container .list span {
  display: block;
}

.lists-date {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.curating-footer-copyright {
  background: #5A9BD9;
  position: relative;
  width: 100%;
}
.curating-footer-copyright .footer-copyright-container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .curating-footer-copyright .footer-copyright-container {
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    margin-left: 5%;
    margin-right: auto;
  }
}
.curating-footer-copyright .footer-copyright-container span,
.curating-footer-copyright .footer-copyright-container a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .curating-footer-copyright .footer-copyright-container span,
  .curating-footer-copyright .footer-copyright-container a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .curating-footer-copyright .footer-copyright-container span,
  .curating-footer-copyright .footer-copyright-container a {
    font-size: 16px;
  }
}
.curating-footer-copyright .footer-copyright-container a:hover {
  opacity: 0.75;
}

.curating-floating-btn {
  width: 70px;
  height: 200px;
  clip-path: polygon(28.5% 0, 0 10%, 0 90%, 28.5% 100%, 100% 100%, 100% 0);
  background: #E8822A;
  width: 75px;
  height: 200px;
  position: fixed;
  display: block;
  top: 34vh;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 998;
  transition: 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .curating-floating-btn {
    width: 50px;
    height: 150px;
  }
}
.curating-floating-btn.scroll {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0%);
}
.curating-floating-btn span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: vertical-lr;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .curating-floating-btn span {
    font-size: 18px;
    margin-top: 5px;
  }
}
.curating-floating-btn img {
  width: 24px;
}
@media (max-width: 1024px) {
  .curating-floating-btn img {
    width: 20px;
  }
}
.curating-floating-btn:hover {
  right: 0;
  background: #376C9E;
}
.curating-floating-btn.type-2:hover {
  background: #5A9BD9;
}
.curating-floating-btn.reserve-nav {
  background: #174D5A;
  clip-path: none;
  border-radius: 30px 0 0 30px;
}
.curating-floating-btn.reserve-nav img {
  width: 26px;
}
@media (max-width: 1024px) {
  .curating-floating-btn.reserve-nav img {
    width: 22px;
  }
}
.curating-floating-btn.reserve-nav:hover {
  background: #42C1C7;
}

.curating-go-to-top-btn {
  color: #376C9E;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 4.2vh;
  z-index: 998;
  transition: 0.5s cubic-bezier(0.63, -0.28, 0.13, 1.55);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media (max-width: 1024px) {
  .curating-go-to-top-btn {
    font-size: 18px;
    bottom: 2.5vh;
    right: 15px;
  }
}
.curating-go-to-top-btn.scroll {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .curating-go-to-top-btn img {
    width: 50px;
  }
}
.curating-go-to-top-btn span {
  display: block;
  max-width: 45px;
  width: 100%;
  margin-bottom: 5px;
}
.curating-go-to-top-btn:hover {
  transform: translateY(-10px);
  color: #E8822A;
}

.curating-menu-sp {
  width: 50px;
  height: 50px;
  position: relative;
  background: #E8822A;
  cursor: pointer;
  border-radius: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
@media (max-width: 1024px) {
  .curating-menu-sp {
    display: block;
  }
}
.curating-menu-sp span {
  display: inline-block;
  position: absolute;
  width: 45%;
  left: 14px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  transition: all 0.3s;
}
.curating-menu-sp span:nth-of-type(1) {
  top: 17px;
}
.curating-menu-sp span:nth-of-type(2) {
  top: 25px;
}
.curating-menu-sp span:nth-of-type(3) {
  top: 33px;
}
.curating-menu-sp.open span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.curating-menu-sp.open span:nth-of-type(2) {
  opacity: 0;
}
.curating-menu-sp.open span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.curating-nav {
  position: absolute;
  left: 5%;
  z-index: 999;
  top: 270px;
  display: block;
  pointer-events: visible !important;
}
@media (max-width: 1024px) {
  .curating-nav {
    transform: translateY(-50vh);
    transition: 0.3s;
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0 !important;
  }
  .curating-nav .curating-nav-container {
    display: flex;
    align-items: center;
    margin: 80px 0;
  }
  .curating-nav .curating-nav-container a {
    color: #5A9BD9 !important;
    filter: none;
  }
}
.curating-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.curating-nav.show {
  transform: translateY(0);
  opacity: 1 !important;
}
.curating-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.curating-nav li {
  position: relative;
  cursor: pointer;
}
.curating-nav li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #EEE;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.curating-nav li:hover a {
  font-weight: 700;
  filter: drop-shadow(2px 2px 0.85rem rgba(255, 255, 255, 0.8));
}
.curating-nav li:hover::after {
  width: 100%;
}
.curating-nav li a {
  font-size: 24px;
  font-weight: 500;
  color: #F5F5F5 !important;
  padding: 5px 0;
  filter: drop-shadow(2px 2px 1rem #6ca8e1);
}
@media (max-width: 1280px) {
  .curating-nav li a {
    font-size: 20px;
  }
}
@media (min-width: 1023px) {
  .curating-nav.type-2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .curating-nav.type-2 .curating-nav-container a {
    color: #3C6996 !important;
    filter: none;
  }
}

.curating-loading {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: #fff;
  animation: loading 1s 4.8s forwards;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .curating-loading-container {
    font-size: 1vw;
    transform: translateX(-42rem);
  }
}
.curating-loading .logo-animation {
  animation: jump-1 1s forwards, jump-2 0.8s 1s forwards, jump-3 0.65s 1.8s forwards, rotate-1 2.6s forwards, jump-4 0.5s 2.6s forwards, rotate-2 0.5s 2.6s forwards;
  position: absolute;
  width: 15rem;
}
.curating-loading .logo-animation-opacity {
  opacity: 0.1;
  animation: jump-opacity-1 1s forwards, jump-opacity-2 0.8s 1s forwards, jump-opacity-3 0.65s 1.8s forwards, rotate-1 2.6s forwards, rotate-2 0.5s 2.6s forwards;
  position: absolute;
  width: 15rem;
}
.curating-loading .logo-text {
  position: absolute;
  left: 70.4rem;
  top: 40vh;
  width: 21.4rem;
  animation: text-compression 1s 2.2s;
}
.curating-loading .title-text .curved {
  position: absolute;
  left: 90rem;
  top: 40vh;
  opacity: 0;
  width: 2.6rem;
  animation: title-text-curved 1s 2.2s forwards;
}
.curating-loading .title-text .line {
  position: absolute;
  left: 90rem;
  top: 40vh;
  opacity: 0;
  height: 13.6rem;
  animation: title-text-line 1s 2.2s forwards;
}
.curating-loading .title-text .line img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.curating-loading .title-text .text-1,
.curating-loading .title-text .text-2 {
  font-size: 5.6rem;
  color: #E8822A;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}
.curating-loading .title-text .text-1 {
  opacity: 0;
  animation: title-text-text 1s 2.2s forwards, title-text-text-hidden 0.5s 3.4s forwards;
  position: absolute;
  left: 85rem;
  top: 38.5vh;
}
@media (max-width: 1024px) {
  .curating-loading .title-text .text-1 {
    animation: title-text-text 1s 2.2s forwards, title-text-text-hidden-sp 0.5s 3.4s forwards;
    top: 39.15vh;
  }
}
.curating-loading .title-text .text-2 {
  opacity: 0;
  animation: title-text-text-show 0.5s 4s forwards;
  position: absolute;
  left: 105rem;
  opacity: 1;
  transform: scaleX(1);
  top: 38.5vh;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .curating-loading .title-text .text-2 {
    animation: title-text-text-show-sp 0.5s 4s forwards;
    top: 39.15vh;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
    z-index: -999;
  }
}
@keyframes title-text-text-show {
  0% {
    top: 42.5vh;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    top: 38.5vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes title-text-text-show-sp {
  0% {
    top: 42.5vh;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    top: 39.15vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes title-text-text-hidden {
  0% {
    top: 39.15vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    top: 33.5vh;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes title-text-text-hidden-sp {
  0% {
    top: 39.15vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    top: 33.5vh;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes title-text-line {
  0% {
    left: 90rem;
    opacity: 0;
  }
  50% {
    left: 92rem;
    opacity: 0;
  }
  100% {
    left: 96.5rem;
    opacity: 1;
  }
}
@keyframes title-text-curved {
  0% {
    left: 92rem;
    opacity: 0;
  }
  50% {
    left: 94rem;
    opacity: 1;
  }
  100% {
    left: 98rem;
    opacity: 0;
  }
}
@keyframes title-text-text {
  0% {
    opacity: 0;
    transform: scaleX(0.8);
  }
  50% {
    left: 89rem;
    opacity: 1;
    transform: scaleX(0.8);
  }
  100% {
    left: 105rem;
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes rotate-1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(400deg);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(400deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jump-1 {
  0% {
    top: 0;
    left: -10.5rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 40vh;
    left: 25.6rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.8, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 27.5vh;
    left: 33rem;
    border-radius: 100%;
  }
}
@keyframes jump-2 {
  0% {
    top: 27.5vh;
    left: 33rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 38vh;
    left: 41rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.9, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 31vh;
    left: 50rem;
    border-radius: 100%;
  }
}
@keyframes jump-3 {
  0% {
    top: 31vh;
    left: 50rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 40vh;
    left: 52rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.95, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 39.5vh;
    left: 55rem;
    border-radius: 100%;
  }
}
@keyframes jump-4 {
  0% {
    top: 39.5vh;
    left: 55rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 39.5vh;
    left: 55rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.95, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 39.5vh;
    left: 51rem;
    border-radius: 100%;
  }
}
@keyframes jump-opacity-1 {
  0% {
    top: 90vh;
    left: -10.5rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 42vh;
    left: 25.6rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.8, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 47vh;
    left: 33rem;
    border-radius: 100%;
  }
}
@keyframes jump-opacity-2 {
  0% {
    top: 47vh;
    left: 33rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 42vh;
    left: 37.2rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.8, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 45vh;
    left: 44.9rem;
    border-radius: 100%;
  }
}
@keyframes jump-opacity-3 {
  0% {
    top: 45vh;
    left: 44.9rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 41vh;
    left: 44rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.8, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 39.5vh;
    left: 51rem;
    border-radius: 100%;
  }
}
@keyframes jump-opacity-4 {
  0% {
    top: 39.5vh;
    left: 55rem;
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    top: 39.5vh;
    left: 58rem;
    animation-timing-function: ease-out;
    transform: scale3d(1.3, 0.95, 1);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(0.8, 1.1, 1);
  }
  70% {
    transform: scale3d(0.95, 1.05, 1);
  }
  72% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: 39.5vh;
    left: 60rem;
    border-radius: 100%;
  }
}
@keyframes left-right-transform {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes text-compression {
  0% {
    transform: scaleX(1);
  }
  50% {
    left: 72rem;
    transform: scaleX(0.9);
  }
  100% {
    left: 70.4rem;
    transform: scaleX(1);
  }
}
.page404-block {
  background-color: #174D5A;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
}

.page404-box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page404-box .page404-left {
  width: calc(100% - 630px);
  padding-right: 80px;
}
.page404-box .page404-right {
  width: 630px;
  padding: 0 20px;
  text-align: center;
}
.page404-box .page404-en-title {
  font-size: 120px;
  color: #FFF;
}
.page404-box .page404-cn-title {
  font-size: 48px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 35px;
}
.page404-box .page404-cn-p {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
}
.page404-box .back-button {
  width: 280px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #FFF;
  text-align: center;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #174D5A;
  display: block;
  transition: all 0.5s ease;
}
.page404-box .back-button:hover {
  background-color: #34BAB9;
  color: #FFF;
}
@media (max-width: 1280px) {
  .page404-box .page404-left {
    width: calc(100% - 450px);
    padding-right: 40px;
  }
  .page404-box .page404-right {
    width: 450px;
  }
  .page404-box .page404-en-title {
    font-size: 90px;
  }
  .page404-box .page404-cn-title {
    font-size: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .page404-box .page404-left {
    width: 400px;
    padding-right: 10px;
  }
  .page404-box .page404-right {
    width: calc(100% - 400px);
  }
  .page404-box .page404-cn-title {
    font-size: 20px;
  }
  .page404-box .page404-cn-p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .page404-box .page404-right {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .page404-box .page404-left {
    width: 100%;
    max-width: 450px;
    padding-right: 0;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 500px) {
  .page404-box .page404-en-title {
    font-size: 68px;
    margin-bottom: 10px;
  }
  .page404-box .page404-cn-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page404-box .page404-cn-p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */