@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 428px) {
  .d-xss-none {
    display: none !important;
  }
  .d-xss-inline {
    display: inline !important;
  }
  .d-xss-inline-block {
    display: inline-block !important;
  }
  .d-xss-block {
    display: block !important;
  }
  .d-xss-table {
    display: table !important;
  }
  .d-xss-table-row {
    display: table-row !important;
  }
  .d-xss-table-cell {
    display: table-cell !important;
  }
  .d-xss-flex {
    display: flex !important;
  }
  .d-xss-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 428px) {
  .flex-xss-row {
    flex-direction: row !important;
  }
  .flex-xss-column {
    flex-direction: column !important;
  }
  .flex-xss-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xss-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xss-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xss-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xss-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xss-fill {
    flex: 1 1 auto !important;
  }
  .flex-xss-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xss-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xss-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xss-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xss-start {
    justify-content: flex-start !important;
  }
  .justify-content-xss-end {
    justify-content: flex-end !important;
  }
  .justify-content-xss-center {
    justify-content: center !important;
  }
  .justify-content-xss-between {
    justify-content: space-between !important;
  }
  .justify-content-xss-around {
    justify-content: space-around !important;
  }
  .align-items-xss-start {
    align-items: flex-start !important;
  }
  .align-items-xss-end {
    align-items: flex-end !important;
  }
  .align-items-xss-center {
    align-items: center !important;
  }
  .align-items-xss-baseline {
    align-items: baseline !important;
  }
  .align-items-xss-stretch {
    align-items: stretch !important;
  }
  .align-content-xss-start {
    align-content: flex-start !important;
  }
  .align-content-xss-end {
    align-content: flex-end !important;
  }
  .align-content-xss-center {
    align-content: center !important;
  }
  .align-content-xss-between {
    align-content: space-between !important;
  }
  .align-content-xss-around {
    align-content: space-around !important;
  }
  .align-content-xss-stretch {
    align-content: stretch !important;
  }
  .align-self-xss-auto {
    align-self: auto !important;
  }
  .align-self-xss-start {
    align-self: flex-start !important;
  }
  .align-self-xss-end {
    align-self: flex-end !important;
  }
  .align-self-xss-center {
    align-self: center !important;
  }
  .align-self-xss-baseline {
    align-self: baseline !important;
  }
  .align-self-xss-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1280px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1440px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.container,
.container-fluid,
.container-xs,
.container-md,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container,
  .container-xs {
    max-width: 91.4%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-xs,
  .container-xss,
  .container-sm,
  .container-md {
    max-width: 89.5%;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-xs,
  .container-xss,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-xss-1,
.col-xss-2,
.col-xss-3,
.col-xss-4,
.col-xss-5,
.col-xss-6,
.col-xss-7,
.col-xss-8,
.col-xss-9,
.col-xss-10,
.col-xss-11,
.col-xss-12,
.col-xss,
.col-xss-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 428px) {
  .col-xss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xss-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xss-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xss-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xss-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xss-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xss-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xss-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xss-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xss-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xss-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xss-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xss-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xss-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xss-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xss-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xss-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xss-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xss-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xss-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xss-first {
    order: -1;
  }
  .order-xss-last {
    order: 13;
  }
  .order-xss-0 {
    order: 0;
  }
  .order-xss-1 {
    order: 1;
  }
  .order-xss-2 {
    order: 2;
  }
  .order-xss-3 {
    order: 3;
  }
  .order-xss-4 {
    order: 4;
  }
  .order-xss-5 {
    order: 5;
  }
  .order-xss-6 {
    order: 6;
  }
  .order-xss-7 {
    order: 7;
  }
  .order-xss-8 {
    order: 8;
  }
  .order-xss-9 {
    order: 9;
  }
  .order-xss-10 {
    order: 10;
  }
  .order-xss-11 {
    order: 11;
  }
  .order-xss-12 {
    order: 12;
  }
  .offset-xss-0 {
    margin-left: 0;
  }
  .offset-xss-1 {
    margin-left: 8.33333%;
  }
  .offset-xss-2 {
    margin-left: 16.66667%;
  }
  .offset-xss-3 {
    margin-left: 25%;
  }
  .offset-xss-4 {
    margin-left: 33.33333%;
  }
  .offset-xss-5 {
    margin-left: 41.66667%;
  }
  .offset-xss-6 {
    margin-left: 50%;
  }
  .offset-xss-7 {
    margin-left: 58.33333%;
  }
  .offset-xss-8 {
    margin-left: 66.66667%;
  }
  .offset-xss-9 {
    margin-left: 75%;
  }
  .offset-xss-10 {
    margin-left: 83.33333%;
  }
  .offset-xss-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 428px) {
  .m-xss-0 {
    margin: 0 !important;
  }
  .mt-xss-0,
  .my-xss-0 {
    margin-top: 0 !important;
  }
  .mr-xss-0,
  .mx-xss-0 {
    margin-right: 0 !important;
  }
  .mb-xss-0,
  .my-xss-0 {
    margin-bottom: 0 !important;
  }
  .ml-xss-0,
  .mx-xss-0 {
    margin-left: 0 !important;
  }
  .m-xss-1 {
    margin: 0.25rem !important;
  }
  .mt-xss-1,
  .my-xss-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xss-1,
  .mx-xss-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xss-1,
  .my-xss-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xss-1,
  .mx-xss-1 {
    margin-left: 0.25rem !important;
  }
  .m-xss-2 {
    margin: 0.5rem !important;
  }
  .mt-xss-2,
  .my-xss-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xss-2,
  .mx-xss-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xss-2,
  .my-xss-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xss-2,
  .mx-xss-2 {
    margin-left: 0.5rem !important;
  }
  .m-xss-3 {
    margin: 1rem !important;
  }
  .mt-xss-3,
  .my-xss-3 {
    margin-top: 1rem !important;
  }
  .mr-xss-3,
  .mx-xss-3 {
    margin-right: 1rem !important;
  }
  .mb-xss-3,
  .my-xss-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xss-3,
  .mx-xss-3 {
    margin-left: 1rem !important;
  }
  .m-xss-4 {
    margin: 1.5rem !important;
  }
  .mt-xss-4,
  .my-xss-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xss-4,
  .mx-xss-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xss-4,
  .my-xss-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xss-4,
  .mx-xss-4 {
    margin-left: 1.5rem !important;
  }
  .m-xss-5 {
    margin: 3rem !important;
  }
  .mt-xss-5,
  .my-xss-5 {
    margin-top: 3rem !important;
  }
  .mr-xss-5,
  .mx-xss-5 {
    margin-right: 3rem !important;
  }
  .mb-xss-5,
  .my-xss-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xss-5,
  .mx-xss-5 {
    margin-left: 3rem !important;
  }
  .p-xss-0 {
    padding: 0 !important;
  }
  .pt-xss-0,
  .py-xss-0 {
    padding-top: 0 !important;
  }
  .pr-xss-0,
  .px-xss-0 {
    padding-right: 0 !important;
  }
  .pb-xss-0,
  .py-xss-0 {
    padding-bottom: 0 !important;
  }
  .pl-xss-0,
  .px-xss-0 {
    padding-left: 0 !important;
  }
  .p-xss-1 {
    padding: 0.25rem !important;
  }
  .pt-xss-1,
  .py-xss-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xss-1,
  .px-xss-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xss-1,
  .py-xss-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xss-1,
  .px-xss-1 {
    padding-left: 0.25rem !important;
  }
  .p-xss-2 {
    padding: 0.5rem !important;
  }
  .pt-xss-2,
  .py-xss-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xss-2,
  .px-xss-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xss-2,
  .py-xss-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xss-2,
  .px-xss-2 {
    padding-left: 0.5rem !important;
  }
  .p-xss-3 {
    padding: 1rem !important;
  }
  .pt-xss-3,
  .py-xss-3 {
    padding-top: 1rem !important;
  }
  .pr-xss-3,
  .px-xss-3 {
    padding-right: 1rem !important;
  }
  .pb-xss-3,
  .py-xss-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xss-3,
  .px-xss-3 {
    padding-left: 1rem !important;
  }
  .p-xss-4 {
    padding: 1.5rem !important;
  }
  .pt-xss-4,
  .py-xss-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xss-4,
  .px-xss-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xss-4,
  .py-xss-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xss-4,
  .px-xss-4 {
    padding-left: 1.5rem !important;
  }
  .p-xss-5 {
    padding: 3rem !important;
  }
  .pt-xss-5,
  .py-xss-5 {
    padding-top: 3rem !important;
  }
  .pr-xss-5,
  .px-xss-5 {
    padding-right: 3rem !important;
  }
  .pb-xss-5,
  .py-xss-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xss-5,
  .px-xss-5 {
    padding-left: 3rem !important;
  }
  .m-xss-n1 {
    margin: -0.25rem !important;
  }
  .mt-xss-n1,
  .my-xss-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xss-n1,
  .mx-xss-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xss-n1,
  .my-xss-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xss-n1,
  .mx-xss-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xss-n2 {
    margin: -0.5rem !important;
  }
  .mt-xss-n2,
  .my-xss-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xss-n2,
  .mx-xss-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xss-n2,
  .my-xss-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xss-n2,
  .mx-xss-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xss-n3 {
    margin: -1rem !important;
  }
  .mt-xss-n3,
  .my-xss-n3 {
    margin-top: -1rem !important;
  }
  .mr-xss-n3,
  .mx-xss-n3 {
    margin-right: -1rem !important;
  }
  .mb-xss-n3,
  .my-xss-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xss-n3,
  .mx-xss-n3 {
    margin-left: -1rem !important;
  }
  .m-xss-n4 {
    margin: -1.5rem !important;
  }
  .mt-xss-n4,
  .my-xss-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xss-n4,
  .mx-xss-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xss-n4,
  .my-xss-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xss-n4,
  .mx-xss-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xss-n5 {
    margin: -3rem !important;
  }
  .mt-xss-n5,
  .my-xss-n5 {
    margin-top: -3rem !important;
  }
  .mr-xss-n5,
  .mx-xss-n5 {
    margin-right: -3rem !important;
  }
  .mb-xss-n5,
  .my-xss-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xss-n5,
  .mx-xss-n5 {
    margin-left: -3rem !important;
  }
  .m-xss-auto {
    margin: auto !important;
  }
  .mt-xss-auto,
  .my-xss-auto {
    margin-top: auto !important;
  }
  .mr-xss-auto,
  .mx-xss-auto {
    margin-right: auto !important;
  }
  .mb-xss-auto,
  .my-xss-auto {
    margin-bottom: auto !important;
  }
  .ml-xss-auto,
  .mx-xss-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 428px) {
  .text-xss-left {
    text-align: left !important;
  }
  .text-xss-right {
    text-align: right !important;
  }
  .text-xss-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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 {
  display: flex;
  max-height: calc(100% - 1rem);
}

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

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  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 .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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%;
  -webkit-backface-visibility: hidden;
  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;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*    > global / base */
/*----------------------------------------------------------------------*\
        >>  atag
\*----------------------------------------------------------------------*/
a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #05b862;
}

/*----------------------------------------------------------------------*\
        >>  clearfix
\*----------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  flex-basis: 0;
  order: 1;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*----------------------------------------------------------------------*\
        >>  custom_element
\*----------------------------------------------------------------------*/
news-card,
cases-card,
pdt-card,
text-block,
list-pagination,
module-tabs,
module-field {
  display: block;
}

/*----------------------------------------------------------------------*\
        >>  global
\*----------------------------------------------------------------------*/
body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #595757;
}

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

.td-u {
  text-decoration: underline;
}

.inner-table {
  display: table;
}

.inner-tablerow {
  display: table-row;
}

.inner-tablecell {
  display: table-cell;
  vertical-align: middle;
}

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

@media (max-width: 427.98px) {
  select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.displayNone {
  display: none;
}

/*----------------------------------------------------------------------*\
        >>  atag
\*----------------------------------------------------------------------*/
.link_default {
  color: #25499c;
}

.link_default:hover {
  position: relative;
}

.link_default:hover:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #25499c;
  transform: scaleX(0);
  opacity: 0;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link_default:hover:hover:after {
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}

.header-link {
  color: #bdbdbd;
}

.footer-link {
  color: #5c5c5c;
}

.footer-link:hover {
  color: #05b862;
}

.lis-n {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list_style-dot {
  list-style: circle;
}

.list_style-num {
  list-style: decimal;
}

/*------------------------------------------------------------------------*\
        >>  text style (Typography)
\*------------------------------------------------------------------------*/
.txt-h1,
.txt-head1 {
  font-size: 64px;
  font-size: 4rem;
}

.txt-h2,
.txt-head2 {
  font-size: 48px;
  font-size: 3rem;
}

.txt-h3,
.txt-head3 {
  font-size: 32px;
  font-size: 2rem;
}

.txt-h4,
.txt-head4,
.yolin_panel-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.txt-h5,
.txt-head5,
a {
  font-size: 24px;
  font-size: 1.5rem;
}

.txt-h6,
.txt-head6 {
  font-size: 20px;
  font-size: 1.25rem;
}

.txt-s {
  font-size: 18px;
  font-size: 1.125rem;
}

.txt-p1,
p {
  font-size: 24px;
  font-size: 1.5rem;
}

.txt-p2 {
  font-size: 14px;
  font-size: 0.875rem;
}

.txt-primary {
  color: #05b862;
}

.txt-secondary1 {
  color: #027d42;
}

.txt-secondary2 {
  color: #bae7b9;
}

.txt-2nd1 {
  color: #016eb0;
}

.txt-2nd2 {
  color: #004976;
}

.txt-2nd3 {
  color: #93caeb;
}

.txt-2nd4 {
  color: #785f49;
}

.txt-black {
  color: #000;
}

.txt-black900 {
  color: #212121;
}

.txt-black800 {
  color: #424242;
}

.txt-black700 {
  color: #616161;
}

.txt-black600 {
  color: #757575;
}

.txt-black500 {
  color: #9e9e9e;
}

.txt-grey400,
.yolin_panel-title {
  color: #bdbdbd;
}

.txt-grey300 {
  color: #5c5c5c;
}

.txt-grey200 {
  color: #f5f5f5;
}

.txt-grey100 {
  color: #fafafa;
}

.txt-white {
  color: #fff;
}

.txt-red {
  color: #dc3545;
}

.txt-red2 {
  color: #ebcdcc;
}

.txt-bgColor {
  color: #e0e0e0;
}

.txt-blue {
  color: #007bff;
}

.txt-indigo {
  color: #6610f2;
}

.txt-purple {
  color: #6f42c1;
}

.txt-pink {
  color: #e83e8c;
}

.txt-orange {
  color: #fd7e14;
}

.txt-yellow {
  color: #ffc107;
}

.txt-green {
  color: #28a745;
}

.txt-teal {
  color: #20c997;
}

.txt-cyan {
  color: #17a2b8;
}

.txt-gray {
  color: #6c757d;
}

.txt-gray-dark {
  color: #343a40;
}

.txt {
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.txt-head1 {
  letter-spacing: 0.08em;
  line-height: 89.6px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .txt-head1 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
  }
}
.txt-head2 {
  letter-spacing: 0.245em;
  line-height: 76.8px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .txt-head2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .txt-head2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.txt-head3 {
  line-height: 32px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .txt-head3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.txt-head4 {
  letter-spacing: 0.1em;
  line-height: 44.8px;
}

@media (max-width: 767.98px) {
  .txt-head4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.txt-head5 {
  line-height: 38.4px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .txt-head5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.txt-head6 {
  line-height: 22.4px;
}

.txt-s {
  line-height: 28.8px;
}

.hide_txt {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

p {
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
a {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

/*----------------------------------------------------------------------*\
        >>  icon
\*----------------------------------------------------------------------*/
.svgicon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.svgicon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-Facebook {
  width: 8px;
  height: 15px;
}

.icon-Line {
  width: 14px;
  height: 14px;
}

.icon-Instagram {
  width: 14px;
  height: 15px;
}

.icon-YouTube {
  width: 14px;
  height: 11px;
}

.fa-arrow-right {
  font-weight: 500;
  color: #05b862;
}

/*----------------------------------------------------------------------*\
        >>  img_div
\*----------------------------------------------------------------------*/
.bac_img {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.bac_img .img-div {
  width: 100%;
  height: 100%;
}

.bac_img .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_position {
  position: absolute;
  width: 100%;
  height: 100%;
}

.img_position .bac_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.7;
}

.img_position .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.img_div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-style1 {
  position: relative;
}

.img-style1:after {
  content: "";
  display: block;
  position: absolute;
  top: 8.51064%;
  left: 6.38298%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #faf8f5;
}
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*    > components */
.btns {
  color: #616161;
  cursor: pointer;
}

.btns .link {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #616161;
  display: inline-block;
}

.btns .link:hover {
  color: #05b862;
}

.btns_svg {
  padding-left: 30px;
  width: 180px;
}

.btns_svg .link {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #616161;
  padding-left: 12px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  position: relative;
}

.btns_svg .link::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btns_svg .link .arr-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.btns_svg.active .link {
  color: #000;
  padding-left: 60px;
}

.btns_svg.active .link::before {
  content: unset;
}

.btns_svg.active .link .arr-icon {
  display: block;
}

.btns_svg:hover .link {
  color: #000;
  padding-left: 60px;
}

.btns_svg:hover .link::before {
  content: unset;
}

.btns_svg:hover .link .arr-icon {
  display: block;
}

.btns_other {
  position: relative;
  padding: 12px 32px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #5c5c5c;
}

.btns_other .btn_link {
  color: #5c5c5c;
}

.btns_other:hover {
  background-color: #5c5c5c;
}

.btns_other:hover .btn_link {
  color: #fff;
}

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

.btns_more .link {
  width: 60px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0.1em;
  color: #424242;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns_more .link::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 50%;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
}

.bread_crumb {
  text-align: right;
  padding-top: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .bread_crumb {
    text-align: left;
  }
}
.bread_crumb-link {
  font-size: 16px;
  font-size: 1rem;
  color: #616161;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .bread_crumb-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.bread_crumb a:last-child {
  color: #000;
}

.junMei_card > .container {
  max-width: 1084px;
}

.junMei_card-block {
  padding-top: 90px;
}

@media (max-width: 768px) {
  .junMei_card-block {
    padding-top: 0;
  }
}
.junMei_card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .junMei_card-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.junMei_card-item {
  width: 45.66421%;
  position: relative;
}

@media (max-width: 768px) {
  .junMei_card-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .junMei_card-item {
    width: 81.6%;
  }
}
.junMei_card-item::after {
  content: "";
  width: 100%;
  height: 382px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .junMei_card-item::after {
    height: 100%;
  }
}
.junMei_card-item:nth-child(even) {
  margin-left: 8.67159%;
}

@media (max-width: 768px) {
  .junMei_card-item:nth-child(even) {
    margin-left: 0;
  }
}
.junMei_card-item:nth-child(n+3) {
  margin-top: 95px;
}

@media (max-width: 768px) {
  .junMei_card-item:nth-child(n+3) {
    margin-top: 0;
  }
}
.junMei_card-link {
  display: block;
  padding: 0 38px 38px;
  position: relative;
  z-index: 1;
}

.junMei_card-link .inner .date {
  width: 91px;
  background: rgba(189, 189, 189, 0.6);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
  left: 0;
  z-index: 1;
}

.junMei_card-link .inner .date .month p {
  padding-left: 10px;
}

.junMei_card-link .inner .date .day p {
  letter-spacing: 0;
}

.junMei_card-link .inner .date .year p {
  padding-left: 6px;
}

.junMei_card-link .inner .category {
  position: absolute;
  right: 0;
  width: 100px;
  text-align: center;
}

.junMei_card-link .inner .category .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.2em;
  color: #616161;
  position: relative;
  display: inline-block;
}

.junMei_card-link .inner .category .txt::before,
.junMei_card-link .inner .category .txt::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #616161;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.junMei_card-link .inner .category .txt::before {
  left: -20px;
}

.junMei_card-link .inner .category .txt::after {
  right: -16px;
}

.junMei_card-link .inner .inner-img {
  padding-top: 48px;
}

.junMei_card-link .inner .inner-img .img_div {
  padding-bottom: 51.55131%;
}

.junMei_card-link .content {
  padding-top: 29px;
}

.junMei_card-link .content .title {
  height: 80px;
}

.junMei_card-link .content .title .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.junMei_card-link .content .describe .txt {
  font-size: 18px;
  line-height: 25.2px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.junMei_card-link .content .btns_more {
  padding-top: 41px;
  text-align: right;
}

.junMei_card-link:hover .content .btns_more .link {
  color: #05b862;
}

.junMei_card02 {
  padding-top: 88px;
}

@media (max-width: 768px) {
  .junMei_card02 {
    padding-top: 40px;
  }
}
.junMei_card02-article + .junMei_card02-article {
  padding-top: 88px;
}

.junMei_card02_head {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.junMei_card02_head::before {
  content: "";
  width: 36.05442%;
  height: 1px;
  background-color: #424242;
  position: absolute;
  left: 0;
}

.junMei_card02_head::after {
  content: "";
  width: 36.05442%;
  height: 1px;
  background-color: #424242;
  position: absolute;
  right: 0;
}

.junMei_card02_head .category_name.txt {
  letter-spacing: 0.08em;
  color: #424242;
}

.junMei_card02-block {
  padding-top: 64px;
}

.junMei_card02-list {
  display: flex;
  flex-wrap: wrap;
}

.junMei_card02-list li:nth-child(3n+2) {
  margin: 0 4.67687%;
}

@media (max-width: 768px) {
  .junMei_card02-list li:nth-child(3n+2) {
    margin: 0 0 40px 0;
  }
}
.junMei_card02-list li:nth-child(n+4) {
  margin-top: 68px;
}

@media (max-width: 768px) {
  .junMei_card02-list li:nth-child(n+4) {
    margin: 0 0 40px 0;
  }
}
.junMei_card02-item {
  width: 30.18707%;
  position: relative;
}

@media (max-width: 768px) {
  .junMei_card02-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .junMei_card02-item:last-child {
    margin-bottom: 0;
  }
}
.junMei_card02-item::after {
  content: "";
  width: 100%;
  height: 91.53543%;
  background: rgba(223, 223, 223, 0.5);
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.junMei_card02-link {
  display: block;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}

.junMei_card02-link:hover .inner-content .btns_more .link {
  color: #05b862;
}

@media (max-width: 768px) {
  .junMei_card02-link {
    padding: 0;
  }
}
.junMei_card02-link .inner-img {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}

.junMei_card02-link .inner-img .img_div {
  padding-bottom: 99.35691%;
  border-radius: 10px 10px 0px 0px;
}

.junMei_card02-link .inner-content {
  padding: 27px 21px 33px;
  text-align: center;
}

.junMei_card02-link .inner-content .txt {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.junMei_card02-link .inner-content .title .txt {
  color: #616161;
  font-size: 36px;
  font-weight: 700;
  line-height: 57.6px;
}

@media (max-width: 768px) {
  .junMei_card02-link .inner-content .title .txt {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .junMei_card02-link .inner-content .title .txt {
    font-size: 24px;
  }
}
.junMei_card02-link .inner-content .describe .txt {
  color: #616161;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 500px) {
  .junMei_card02-link .inner-content .describe .txt {
    font-size: 18px;
  }
}
.junMei_card02-link .inner-content .btns_more {
  padding-top: 27px;
}

.junMei_card02-link .inner-content .btns_more .link {
  color: #616161;
  display: inline-block;
}

.junMei_card02 .container {
  max-width: unset;
  width: 81.6%;
}

.junMei_card03 {
  padding-top: 88px;
}

.junMei_card03-block {
  padding-top: 64px;
}

.junMei_card03-list {
  display: flex;
  flex-wrap: wrap;
}

.junMei_card03-list li:nth-child(3n+2) {
  margin: 0 4.67687%;
}

@media (max-width: 768px) {
  .junMei_card03-list li:nth-child(3n+2) {
    margin: 0 0 40px 0;
  }
}
.junMei_card03-list li:nth-child(n+4) {
  margin-top: 68px;
}

.junMei_card03-item {
  width: 30.18707%;
  position: relative;
}

.junMei_card03-item::after {
  content: "";
  width: 100%;
  height: 91.53543%;
  background: rgba(223, 223, 223, 0.5);
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.junMei_card03-link {
  display: block;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}

.junMei_card03-link .inner-img {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}

.junMei_card03-link .inner-img .img_div {
  padding-bottom: 99.35691%;
  border-radius: 10px 10px 0px 0px;
}

.junMei_card03-link .inner-content {
  padding: 27px 21px 33px;
  text-align: center;
}

.junMei_card03-link .inner-content .txt {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.junMei_card03-link .inner-content .title .txt {
  color: #616161;
  font-size: 36px;
  font-weight: 700;
  line-height: 57.6px;
}

.junMei_card03-link .inner-content .describe .txt {
  color: #616161;
  font-size: 20px;
  line-height: 32px;
}

.junMei_card03-link .inner-content .btns_more {
  padding-top: 27px;
}

.junMei_card03-link .inner-content .btns_more .link {
  color: #616161;
  display: inline-block;
}

.web_goTop {
  z-index: 900;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  display: none;
  justify-content: center;
}

.web_goTop a.link {
  font-size: 20px;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  line-height: 28px;
  letter-spacing: 0.1em;
  position: absolute;
  top: -40px;
  width: 180px;
  margin-left: 50px;
}

.web_goTop:hover .web_goTop-txt {
  color: #05b862;
}

.page-id-8 .web_goTop {
  display: flex;
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.yolin_input {
  height: 56px;
  border-radius: 10px;
  background-color: #fafafa;
  border: none;
  padding: 0 1.5rem;
}

.m_menu {
  position: absolute;
  top: 50%;
  right: 40px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 30px;
  height: 35px;
  z-index: 200;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  display: block;
}

.m_menu .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.m_menu .group div {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #616161;
  border-radius: 1px;
  transition: all 0.5s ease;
}

.m_menu .group .line1 {
  top: 3px;
}

.m_menu .group .line2,
.m_menu .group .line3 {
  top: 50%;
  margin-top: -3px;
}

.m_menu .group .line3 {
  opacity: 0;
}

.m_menu .group .line4 {
  bottom: 3px;
}

.js-open-mobile-menu .m_menu .group {
  top: -2px;
  transform: rotate(360deg);
}

.js-open-mobile-menu .m_menu .group div {
  background-color: #616161;
}

.js-open-mobile-menu .m_menu .group .line1,
.js-open-mobile-menu .m_menu .group .line4 {
  top: 0;
  opacity: 0;
}

.js-open-mobile-menu .m_menu .group .line2 {
  transform: rotate(45deg);
}

.js-open-mobile-menu .m_menu .group .line3 {
  opacity: 1;
  transform: rotate(-45deg);
}

/*
<nav class="navigation pagination" role="navigation" aria-label="文章">
    <h2 class="screen-reader-text">文章導覽</h2>
    <div class="nav-links">
        <a class="prev page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/1/">
            <div class="svgicon">
                <svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M5 1L1 5L5 9"></path>
                </svg>
            </div>
        </a>
        <a class="page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/1/">1</a>
        <span aria-current="page" class="page-numbers current">2</span>
        <a class="page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/3/">3</a>
        <a class="page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/4/">4</a>
        <a class="next page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/3/">
            <div class="svgicon">
                <svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M1 1L5 5L1 9"></path>
                </svg>
            </div>
        </a>
    </div>
</nav>
*/
.yolin_pagination {
  padding: 50px 0 0;
}

.yolin_pagination .pagination {
  padding-bottom: 50px;
}

.yolin_pagination .nav-links {
  display: flex;
  justify-content: center;
}

.yolin_pagination .screen-reader-text {
  display: none;
}

.yolin_pagination .page-numbers:not(:first-child) {
  margin-left: 0.8rem;
}

@media (max-width: 374.98px) {
  .yolin_pagination .page-numbers:nth-of-type(2) {
    margin-left: 0;
  }
}
.yolin_pagination {
  display: flex;
  justify-content: center;
}

.yolin_pagination .pagination {
  position: relative;
}

.yolin_pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(5, 184, 98, 0);
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  color: #bdbdbd;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 427.98px) {
  .yolin_pagination .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.yolin_pagination .page-numbers:hover {
  background-color: #05b862;
  border: 1px solid #05b862;
  box-shadow: 0 0 5px #05b862;
  color: #fff;
}

.yolin_pagination .page-numbers.current {
  background-color: #05b862;
  color: #fff;
}

.yolin_pagination .prev .svgicon,
.yolin_pagination .next .svgicon {
  width: 6px;
}

.yolin_pagination .prev .svgicon path,
.yolin_pagination .next .svgicon path {
  stroke: currentColor;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 374.98px) {
  .yolin_pagination .prev,
  .yolin_pagination .next {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 374.98px) {
  .yolin_pagination .next {
    left: unset;
    right: 0;
  }
}
.yolin_pagination .next .svgicon {
  transform: rotate(180deg);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.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;
  line-height: 1.5;
}

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

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

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mega_menu .mega_nav-item.current-menu-item,
.mega_menu .mega_nav-item.current-menu-parent,
.mega_menu .mega_nav-item:hover,
.mega_menu .mega_nav-item.js-active,
.mega_menu .sub_mega_nav-item:hover,
.web_nav-item.current-menu-item,
.web_nav-item.current-menu-parent,
.web_nav-item:hover,
.web_nav-item.js-active,
.sub_web_nav-item:hover {
  color: #05b862;
}

.mega_menu .mega_nav-item.current-menu-item .web_nav-item-link,
.mega_menu .mega_nav-item.current-menu-parent .web_nav-item-link,
.mega_menu .mega_nav-item:hover .web_nav-item-link,
.mega_menu .mega_nav-item.js-active .web_nav-item-link,
.mega_menu .sub_mega_nav-item:hover .web_nav-item-link,
.web_nav-item.current-menu-item .web_nav-item-link,
.web_nav-item.current-menu-parent .web_nav-item-link,
.web_nav-item:hover .web_nav-item-link,
.web_nav-item.js-active .web_nav-item-link,
.sub_web_nav-item:hover .web_nav-item-link {
  text-decoration: none;
}

.mega_menu {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  padding: 110px 0;
  transition: all 0.5s ease;
  background-color: white;
}

.mega_menu .cross_btn {
  position: absolute;
  top: 36px;
  right: 43px;
  z-index: 50;
  cursor: pointer;
}

.mega_menu .bac_img {
  top: 0;
}

.mega_menu .decorate_g {
  display: none;
  position: absolute;
  top: 55.86392%;
  right: 9.72222%;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

@media (max-width: 768px) {
  .mega_menu .decorate_g {
    right: 50px;
  }
}
@media (max-width: 500px) {
  .mega_menu .decorate_g {
    right: -100px;
  }
}
.mega_menu .container_mega_menu {
  width: 100%;
  max-width: 83.33333%;
  margin: 0 auto;
  position: relative;
}

.mega_menu .container_mega_menu .mega_menu-block {
  min-height: 350px;
}

@media (max-width: 500px) {
  .mega_menu .container_mega_menu .mega_menu-block {
    min-height: 250px;
  }
}
.mega_menu .container_mega_menu .mega_menu-info .mega_menu-list {
  flex-wrap: wrap;
}

.mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(1) {
  min-width: 100px;
}

.mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(2) {
  min-width: 180px;
}

.mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(3) {
  min-width: 400px;
}

.mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(4) {
  min-width: 450px;
}

@media (max-width: 500px) {
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(2) {
    display: none;
  }
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(3) {
    display: none;
  }
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item .btns a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mega_menu .container_mega_menu .mega_menu-info .mega_menu-list .mega_menu-item .social .social-item {
    margin: 0;
  }
}
.mega_menu .container_mega_menu > .title {
  z-index: 1;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .mega_menu .container_mega_menu > .title {
    display: flex;
  }
}
@media (max-width: 500px) {
  .mega_menu .container_mega_menu > .title {
    padding-bottom: 0;
  }
}
.mega_menu .container_mega_menu > .title .txt {
  color: #000;
  font-size: 72px;
  line-height: 100.8px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .mega_menu .container_mega_menu > .title .txt {
    font-size: 24px;
  }
}
.mega_menu .mega_nav > ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}

@media (max-width: 1023.98px) {
  .mega_menu .mega_nav > ul {
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.mega_menu .mega_nav-item {
  position: relative;
  background-color: transparent;
  color: #fff;
  min-width: 180px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  .mega_menu .mega_nav-item {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .mega_menu .mega_nav-item {
    padding: 0 20px;
    min-width: 220px;
  }
}
.mega_menu .mega_nav-item-link {
  position: relative;
  display: flex;
  align-items: center;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44.8px;
  word-break: keep-all;
  white-space: nowrap;
  color: #000;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .mega_menu .mega_nav-item-link {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .mega_menu .mega_nav-item-link {
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .mega_menu .mega_nav-item-link {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
.mega_menu .mega_nav-item:hover .web_nav-item-link {
  text-decoration: none;
}

.mega_menu .mega_nav-item:hover .sub_mega_nav {
  max-height: 800px;
  opacity: 1;
}

.mega_menu .mega_nav-item:hover .sub_mega_nav > ul::after {
  height: calc(100% + 30px);
}

@media (max-width: 1023.98px) {
  .mega_menu .mega_nav-item.js-active .sub_mega_nav {
    max-height: 800px;
    opacity: 1;
  }
}
.mega_menu .mega_nav-item + .mega_menu .mega_nav-item {
  margin-left: 56px;
}

@media (max-width: 1023.98px) {
  .mega_menu .mega_nav-item + .mega_menu .mega_nav-item {
    margin-left: 0;
  }
}
.mega_menu .sub_mega_nav {
  position: relative;
  left: 70%;
  transform: translateX(-50%);
  z-index: 30;
  min-width: 100%;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mega_menu .sub_mega_nav > ul {
  min-width: 100%;
  margin: 0;
  position: relative;
  background-color: transparent;
}

@media (max-width: 1024px) {
  .mega_menu .sub_mega_nav > ul {
    max-height: 0;
    overflow: hidden;
  }
}
.mega_menu .sub_mega_nav > ul::after {
  content: "";
  width: 1.5px;
  height: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -15px;
  transition: 0.8s ease-in-out;
}

.mega_menu .sub_mega_nav-item {
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-left: 0;
  padding-right: 0;
}

.mega_menu .sub_mega_nav-item.active .link {
  color: #000;
  padding-left: 60px;
}

.mega_menu .sub_mega_nav-item.active .link::before {
  content: unset;
}

.mega_menu .sub_mega_nav-item.active .link .arr-icon {
  display: block;
}

.mega_menu .sub_mega_nav-item:hover .link {
  color: #000;
  padding-left: 60px;
}

.mega_menu .sub_mega_nav-item:hover .link::before {
  content: unset;
}

.mega_menu .sub_mega_nav-item:hover .link .arr-icon {
  display: block;
}

@media (max-width: 1023.98px) {
  .mega_menu .sub_mega_nav-item {
    padding: 0;
  }
}
.mega_menu .sub_mega_nav-item .link {
  display: block;
  padding: 12px 0;
  margin-left: 20px;
  background-color: transparent;
  color: #616161;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.7px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .mega_menu .sub_mega_nav-item .link {
    padding: 0;
    line-height: 32px;
  }
}
.mega_menu .sub_mega_nav-item .link::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .mega_menu .sub_mega_nav-item .link::before {
    left: -10px;
  }
}
.mega_menu .sub_mega_nav-item .link .arr-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 767.98px) {
  .mega_menu .sub_mega_nav-item .link {
    text-align: left;
  }
}
.mega_menu .sub_mega_nav-item:hover {
  color: #fff;
}

.mega_menu .sub_mega_nav-item:hover .link {
  text-decoration: none;
}

.mega_menu .sub_mega_nav-item:hover .link::before {
  background-color: #05b862;
}

.mega_menu .sub_mega_nav-item + .mega_menu .sub_mega_nav-item .link::before {
  content: unset;
}

.mega_menu-info {
  padding-top: 20px;
}

.mega_menu-list {
  display: flex;
  justify-content: space-between;
}

.mega_menu-item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #000;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin-bottom: 18px;
  position: relative;
}

.mega_menu-item .title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mega_menu-item .btns .link {
  color: #000;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}

.mega_menu .social-list {
  display: flex;
}

.mega_menu .social-item > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mega_menu .social-item > .inner:hover path {
  fill: #05b862;
}

.mega_menu .social-item .icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mega_menu .social .social-item + .social-item {
  margin-left: 20px;
}

.admin-bar .mega_menu {
  top: 32px;
}

.mega_menu.active {
  transform: translateX(0);
}

.mega_nav-item .sub_mega_nav {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}

.mega_nav-item .sub_mega_nav:hover .sub_mega_nav {
  max-height: 800px;
}

.mega_nav-item .sub_mega_nav .lis-n {
  max-height: 800px;
}

.date {
  background-color: #bdbdbd;
  border-radius: 8px;
  padding: 4px 10px;
  text-align: center;
}

.date > div .txt {
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}

.date .month .txt {
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0.525em;
}

.date .day {
  position: relative;
}

.date .day .txt {
  font-size: 48px;
  line-height: 36.8px;
  letter-spacing: 0.245em;
  padding-bottom: 16px;
}

.date .day::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.date .year .txt {
  font-size: 14px;
  line-height: 22.44px;
  letter-spacing: 0.67em;
}

.page_block {
  position: relative;
  padding-top: 81px;
}

@media (max-width: 768px) {
  .page_block {
    padding-top: 40px;
    z-index: 100;
  }
}
.page_block-number {
  text-align: center;
  cursor: pointer;
}

.page_block-number span {
  color: #616161;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  cursor: pointer;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .page_block-number span {
    margin: 0;
    padding-right: 10px;
  }
}
.page_block-number a {
  color: #616161;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  opacity: 0.7;
  cursor: pointer;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .page_block-number a {
    margin: 0;
    padding-right: 10px;
  }
}
.page_block-number .number-prev {
  position: relative;
}

.page_block-number .number-prev:after {
  position: absolute;
  bottom: -10px;
  left: -56px;
  width: 50px;
  height: 40px;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
}

.page_block-number .number-prev:hover:after {
  background-image: url(../images/dotleft.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}

.page_block-number .number-next {
  position: relative;
}

.page_block-number .number-next:after {
  position: absolute;
  bottom: -10px;
  right: -56px;
  width: 50px;
  height: 40px;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
}

.page_block-number .number-next:hover:after {
  background-image: url(../images/dotright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}

.page_block-number .link {
  color: #000;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  cursor: pointer;
}

.page_block-number .link.current {
  color: #000;
}

.page_block-number .link + .link {
  margin-left: 32px;
}

@media (max-width: 768px) {
  .page_block-number .link + .link {
    margin: 0;
  }
}
.page_block-number .number {
  margin: 0 55px;
}

.page_block .number-btn {
  cursor: pointer;
  position: relative;
}

.page_block .number-btn .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #616161;
  display: flex;
  align-items: center;
}

.page_block .number-btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.page_block .number-btn:hover svg {
  z-index: 1;
  opacity: 1;
}

.page_block .number-btn:hover .txt {
  color: #000;
}

.page_block .number-btn:hover .txt::before,
.page_block .number-btn:hover .txt::after {
  opacity: 0;
}

.page_block .number-prev .txt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  margin-right: 12px;
}

.page_block .number-prev svg {
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
}

.page_block .number-next .txt::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  margin-left: 12px;
}

.page_block .number-next svg {
  position: absolute;
  left: unset;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
}

.modal_block .modal {
  background-color: #000;
}

.modal_block .modal .modal-dialog.modal-lg {
  max-width: unset;
  width: 75%;
  position: relative;
}

.modal_block .modal .modal-dialog.modal-lg .modal-content {
  border: 1px solid black;
}

@media (max-width: 768px) {
  .modal_block .modal .modal-dialog.modal-lg {
    transform: translateX(12%);
  }
}
.modal_block .modal .modal-dialog.modal-lg h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: white;
}

@media (max-width: 768px) {
  .modal_block .modal .modal-dialog.modal-lg h2 {
    font-size: 20px;
  }
}
.modal_block .modal-header {
  border-bottom: unset;
  position: absolute;
  right: 0;
  top: 0;
}

.modal_block .modal-header .close {
  border: unset;
  background-color: transparent;
}

.modal_block .modal-body {
  padding: 0;
}

.modal_block .modal-body .carousel-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.modal_block .modal-body .carousel-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_block .modal .slider_modal-left {
  position: absolute;
  left: -35px;
  top: 30px;
  bottom: 35px;
}

@media (max-width: 768px) {
  .modal_block .modal .slider_modal-left {
    left: -20px;
  }
}
.modal_block .modal .slider_modal-right {
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .modal_block .modal .slider_modal-right {
    right: -20px;
  }
}
/*    > layout  */
.body_wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}

.body_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  opacity: 0.5;
}

.js-open-mobile-menu .body_wrap {
  margin-left: -275px;
}

body {
  transition: all 0.3s ease-in-out;
}

.site {
  width: 100%;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 350;
  width: 100%;
  height: 90px;
  background-color: transparent;
}

@media (max-width: 1023.98px) {
  .site-header {
    padding-top: 11px;
  }
}
@media (max-width: 427.98px) {
  .site-header {
    height: 70px;
  }
}
.site-header .web_header {
  position: fixed;
  top: 0px;
  z-index: 350;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  left: 0;
  transition: all 0.3s ease-in-out;
}

.admin-bar .site-header .web_header {
  top: 32px;
}

@media (max-width: 1023.98px) {
  .site-header .web_header {
    height: 95px;
  }
}
.site-header .web_header-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 150;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.site-header .web_header-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1230.98px) {
  .site-header .web_header-container {
    padding-top: 0;
    background-color: #fff;
    max-width: unset;
    position: absolute;
    right: -100%;
    height: 100vh;
    align-items: flex-start;
  }
}
.site-header .web_header-menu {
  height: 100%;
}

@media (max-width: 1023.98px) {
  .site-header .web_header-menu-pc.web_header-menu {
    display: none;
  }
}
.site-header .web_header-menu-inner {
  height: 100%;
}

@media (max-width: 1023.98px) {
  .site-header .web_header-menu-inner {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .site-header .web_header-menu {
    position: fixed;
    top: 165px;
    right: -100%;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .site-header .web_header-menu .web_nav {
    order: 1;
  }
  .site-header .web_header-menu .web_header-tools {
    order: 0;
  }
  .js-open-mobile-menu .site-header .web_header-menu {
    right: 0;
  }
}
.site-header .web_header-container.show .web_nav-item-link {
  color: #fff;
}

.site-header .web_header-container.show .tools_search .icon path {
  fill: #fff;
}

.site-header.bgColor {
  background-color: #e0e0e0;
}

.js-open-search .tools_close {
  opacity: 1;
  z-index: 1;
}

.js-open-search .tools_close:hover .icon:before,
.js-open-search .tools_close:hover .icon:after {
  background-color: #fff;
}

@media (max-width: 1023.98px) {
  .web_header-menu-inner,
  .web_header-menu-bottom,
  .web_header-menu .web_header-tools,
  .web_header-menu .web_search,
  .web_header-menu .web_search-frm,
  .web_header-menu .web_search-field {
    width: 100%;
  }
}
.web_logo {
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 160;
}

@media (max-width: 1023.98px) {
  .web_logo {
    display: block;
  }
}
.web_logo-inner {
  width: 156px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.web_logo-inner .img_div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 32.05128%;
  background-size: cover;
}

.web_logo-inner.show .banner_ {
  opacity: 1;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .web_logo-inner {
    width: 131px;
    height: auto;
  }
  .web_logo-inner .img_div {
    padding-bottom: 35.1145%;
  }
  .web_logo-inner img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .web_logo-inner .mobile_ {
    opacity: 1;
    z-index: 10;
  }
}
.web_logo .web_header-tools-mobile {
  position: absolute;
  top: 50%;
  right: 23px;
  bottom: 0px;
  transform: translateY(-50%);
  z-index: 110;
  height: 40px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  display: none;
}

@media (max-width: 1023.98px) {
  .web_logo .web_header-tools-mobile {
    display: block;
  }
}
.web_search {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 20px 30px rgba(60, 65, 70, 0.2);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  .web_search {
    width: 100%;
    height: 100%;
    top: 0;
    max-height: none;
  }
}
.web_search-frm {
  display: flex;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .web_search-frm {
    width: 92%;
  }
}
.web_search-field {
  display: flex;
  align-items: center;
  width: 90% !important;
  margin: 10px auto;
}

@media (max-width: 1023.98px) {
  .web_search-field {
    width: 100% !important;
    margin: 0;
  }
}
.web_search-input {
  background-color: transparent;
  border: none;
  padding: 0 1rem;
  height: 80px;
}

@media (max-width: 1023.98px) {
  .web_search-input {
    order: 2;
    width: 100%;
  }
}
.web_search-btn {
  border-radius: 5px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.web_search-btn .icon {
  width: 18px;
  height: 18px;
}

.web_search-btn path {
  fill: #05b862;
}

.web_search-btn img {
  display: block;
}

.web_search-btn:hover {
  background-color: #fff;
}

.js-open-search .web_search {
  padding: 0.8rem;
  max-height: 200px;
  z-index: 105;
  opacity: 1;
}

.web_search .yolin_input {
  padding: 0;
  display: flex;
  justify-content: center;
}

.web_footer {
  position: relative;
}

.web_footer::after {
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(245, 245, 245, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.web_footer-container {
  justify-content: space-between;
  position: relative;
  z-index: 2;
  display: none;
}

@media (max-width: 767.98px) {
  .web_footer-container {
    flex-direction: column;
  }
}
.web_footer .footer_logo {
  position: relative;
  display: block;
  width: 160px;
  height: 164px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .web_footer .footer_logo {
    display: none;
  }
}
.web_footer .footer_logo .img_div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 102.5%;
  background-size: cover;
}

.web_footer .footer_logo .img_div img {
  background-image: none;
}

.web_footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .web_footer-info {
    width: 100%;
    padding-top: 40px;
  }
}
.web_footer-info .address {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.web_footer-info .address .txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 30.8px;
  font-family: "Gotham", sans-serif;
  padding-bottom: 21px;
}

.web_footer-info .address .iframe {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
  width: 83.16327%;
}

.web_footer-info .address .iframe iframe {
  width: 100%;
  height: 225px;
}

.web_footer-info .content .footer_block {
  padding-top: 48px;
}

@media (max-width: 768px) {
  .web_footer-info .content .footer_block {
    padding-top: 0;
  }
}
.web_footer-info .content .footer_list {
  list-style-type: circle;
  margin-bottom: 0;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .web_footer-info .content .footer_list {
    padding: 0;
  }
}
.web_footer-info .content .footer_list li + li {
  margin-top: 5px;
}

.web_footer-info .content .footer_list-item {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .web_footer-info .content .footer_list-item {
    flex-direction: column;
    width: 100%;
  }
}
.web_footer-info .content .footer_list .txt {
  width: 90px;
  font-size: 14px;
  line-height: 40.6px;
  color: #fff;
}

@media (max-width: 768px) {
  .web_footer-info .content .footer_list .txt {
    color: #fff;
  }
}
.web_footer-info .content .footer_list .link.txt-head6 {
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  color: #fff;
}

.web_footer-info .content .footer_list p + .link {
  padding-left: 12px;
}

.web_footer-info .content .footer_list .footer_email .txt,
.web_footer-info .content .footer_list .footer_time .txt {
  color: #fff;
}

.web_footer-info .social {
  position: relative;
  padding-top: 59px;
  width: 83.16327%;
  padding-bottom: 27.6px;
}

@media (max-width: 768px) {
  .web_footer-info .social {
    padding-top: 0;
    width: 100%;
    padding: 20px;
  }
}
.web_footer-info .social-list {
  display: flex;
  justify-content: flex-end;
}

.web_footer-info .social-item > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.web_footer-info .social-item > .inner:hover path {
  fill: #05b862;
}

.web_footer-info .social li + li {
  margin-left: 19px;
}

.web_footer-info .social .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web_footer-contact {
  width: 50%;
  padding-top: 120px;
  padding-left: 102px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .web_footer-contact {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.copyrigt {
  padding: 6px 0;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 2;
}

@media (max-width: 500px) {
  .copyrigt {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.copyrigt .txt {
  color: #fff;
  font-size: 12px;
  line-height: 24.54px;
}

.contact_block {
  position: relative;
  z-index: 2;
}

.contact_block-title {
  padding-bottom: 68px;
}

.contact_block-title .txt {
  letter-spacing: 0.1rem;
}

.contact_block-form label {
  display: block;
  font-weight: 700;
  color: #212121;
  font-size: 20px;
  margin-bottom: 0;
}

.contact_block-form label .form-title .txt {
  position: relative;
  line-height: 40.9px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.contact_block-form label .form-title .txt::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #212121;
  margin-left: 5px;
  margin-right: 10px;
}

.contact_block-form label .form-input {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.contact_block-form select,
.contact_block-form input,
.contact_block-form textarea {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 0 1rem;
}

.contact_block-form .form-block + .form-block {
  margin-top: 22px;
}

.contact_block-form .form-name-tel {
  display: flex;
  justify-content: space-between;
}

.contact_block-form .form-name-tel > label:first-child {
  width: 57.41127%;
}

.contact_block-form .form-name-tel > label:last-child {
  width: 38.20459%;
}

.contact_block-form .form-message textarea {
  height: 100px;
}

.contact_block-form .submit-btn {
  text-align: right;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.contact_block-form .submit-btn input {
  border-bottom: unset;
  border: 1px solid #9e9e9e;
  color: #616161;
  padding: 4px 16px;
  width: 118px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

.contact_block-form .submit-btn input:hover {
  background-color: #05b862;
  color: #fff;
}

.contact_block-form .submit-btn .wpcf7-spinner {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.contact_block-form select {
  color: black;
}

.web_aside {
  position: relative;
  width: 25.510204%;
}

@media (max-width: 767.98px) {
  .web_aside {
    order: 2;
    width: 100%;
    padding-top: 40px;
  }
}
.web_aside-ad-img .img_div {
  padding-bottom: 133.33333%;
  border-radius: 6px;
}

.web_aside-ad-img .img_div-info {
  position: absolute;
  bottom: 0px;
}

.web_aside-ad-img .img_div-info .txt {
  background: rgba(26, 26, 26, 0.4);
  padding: 21px 20px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #fff;
  text-align: center;
}

.web_aside-ad-ctrl {
  padding: 24px 0 40px;
}

.web_aside-ad-pagination {
  text-align: center;
}

.web_aside-ad-pagination .swiper-pagination-bullet {
  background-color: #fafafa;
  border: unset;
  opacity: 1;
}

.web_aside-ad-pagination .swiper-pagination-bullet-active {
  background-color: #f5f5f5;
}

.web_aside-ad-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
  margin-right: 0;
}

.web_aside-title .txt {
  background-color: #5c5c5c;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.web_aside-block {
  padding-top: 16px;
  padding-bottom: 42px;
}

.web_aside-list .txt {
  font-size: 14px;
  font-weight: 400;
}

.web_aside-item {
  position: relative;
}

.web_aside-item::before {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
  position: absolute;
  top: -16px;
  left: 0px;
}

.web_aside-item + .web_aside-item {
  margin-top: 32px;
}

.web_aside-item + .web_aside-item::before {
  content: "";
}

.web_aside-link {
  display: block;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}

.web_aside-link:hover .txt {
  color: #05b862;
}

.web_aside-link:hover .icon path {
  fill: #05b862;
}

.web_aside-category .web_aside-link {
  display: flex;
}

.web_aside-category .txt {
  padding-left: 28px;
}

.web_aside-category .number {
  margin-left: auto;
}

.web_aside-tag .web_aside-block {
  padding-bottom: 0;
}

.web_aside-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.web_aside-tag-link {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  margin: 8px 6px;
}

.web_main {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-top: 104px;
  padding-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .web_main {
    padding-top: 95px;
  }
}
.web_main-content-inner {
  padding: 40px;
}

.mega_menu .mega_nav-item.current-menu-item,
.mega_menu .mega_nav-item.current-menu-parent,
.mega_menu .mega_nav-item:hover,
.mega_menu .mega_nav-item.js-active,
.mega_menu .sub_mega_nav-item:hover,
.web_nav-item.current-menu-item,
.web_nav-item.current-menu-parent,
.web_nav-item:hover,
.web_nav-item.js-active,
.sub_web_nav-item:hover {
  color: #05b862;
}

.mega_menu .mega_nav-item.current-menu-item .web_nav-item-link,
.mega_menu .mega_nav-item.current-menu-parent .web_nav-item-link,
.mega_menu .mega_nav-item:hover .web_nav-item-link,
.mega_menu .mega_nav-item.js-active .web_nav-item-link,
.mega_menu .sub_mega_nav-item:hover .web_nav-item-link,
.web_nav-item.current-menu-item .web_nav-item-link,
.web_nav-item.current-menu-parent .web_nav-item-link,
.web_nav-item:hover .web_nav-item-link,
.web_nav-item.js-active .web_nav-item-link,
.sub_web_nav-item:hover .web_nav-item-link {
  text-decoration: none;
}

.web_nav {
  padding-right: 7%;
  height: 100%;
}

.web_nav > ul {
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 1023.98px) {
  .web_nav > ul {
    display: block;
    height: auto;
    justify-content: flex-start;
  }
}
.web_nav-item {
  position: relative;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.web_nav-item:hover .sub_web_nav .lis-n {
  max-height: 400px;
}

.web_nav-item:hover .sub_web_nav .lis-n::after {
  min-height: calc(100% + 30px);
}

@media (max-width: 1023.98px) {
  .web_nav-item {
    height: auto;
  }
}
.web_nav-item-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 0 24px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  word-break: keep-all;
  white-space: nowrap;
  color: #616161;
}

@media (max-width: 1023.98px) {
  .web_nav-item-link {
    justify-content: space-between;
  }
  .web_nav-item-link:hover {
    color: #5c5c5c;
  }
}
.web_nav-item-link .arr-icon {
  width: 12px;
  height: 7px;
  margin-left: 0.3rem;
  transition: all 0.3s ease-in-out;
}

.web_nav-item-link .arr-icon path {
  fill: none;
  stroke: #5c5c5c;
}

.web_nav-item:hover .web_nav-item-link {
  text-decoration: none;
}

.web_nav-item:hover .sub_web_nav,
.web_nav-item:hover .sub_mega_nav {
  max-height: 800px;
  opacity: 1;
}

.web_nav-item:hover .arr-icon {
  transform: scaleY(-1);
}

@media (max-width: 1023.98px) {
  .web_nav-item.js-active .sub_web_nav {
    max-height: 800px;
    opacity: 1;
  }
}
.web_nav-item + .web_nav-item {
  margin-left: 30px;
}

@media (max-width: 1023.98px) {
  .web_nav-item + .web_nav-item {
    margin-left: 0;
  }
}
.web_nav .logo-block {
  width: 256px;
  height: 78px;
}

.web_nav .logo-block a {
  position: relative;
  z-index: 200;
}

.web_nav .logo-block img {
  position: absolute;
  top: 0;
}

@media (max-width: 1023.98px) {
  .web_nav .logo-block {
    display: none;
  }
}
.web_nav .logo-block .menu-link {
  text-indent: -9999px;
}

.sub_web_nav {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1023.98px) {
  .sub_web_nav {
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0%);
  }
}
.sub_web_nav > ul {
  min-width: 100%;
  margin: 0;
  position: relative;
  max-height: 0;
  transition: 0.5s ease-in-out;
}

.sub_web_nav > ul:after {
  content: "";
  width: 1.5px;
  min-height: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -15px;
  transition: 0.5s ease-in-out;
}

.sub_web_nav-item {
  color: black;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1023.98px) {
  .sub_web_nav-item {
    padding: 0;
  }
}
.sub_web_nav-item .link {
  background-color: transparent;
  color: #616161;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.7px;
  font-weight: 400;
  display: block;
  padding: 0.5rem;
  color: currentColor;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 767.98px) {
  .sub_web_nav-item .link {
    text-align: left;
  }
}
.sub_web_nav-item:hover {
  color: #05b862;
}

.sub_web_nav-item:hover .link {
  text-decoration: none;
}

.sub_web_nav-item + .sub_web_nav-item .link::before {
  content: "";
}

@media (max-width: 1023.98px) {
  .sub_web_nav-item + .sub_web_nav-item .link::before {
    content: unset;
  }
}
.page_section {
  padding-top: 104px;
}

@media (max-width: 1023.98px) {
  .page_section {
    padding-top: 83.2px;
  }
}
@media (max-width: 767.98px) {
  .page_section {
    padding-top: 52px;
  }
}
@media (max-width: 575.98px) {
  .page_section {
    padding-top: 31.2px;
  }
}
.page_section.banner {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .page_section.home-about + .home-news {
    padding-top: 156px;
  }
}
.page_section.page-store-store_list {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .page_section.page-store-store_list {
    padding-top: 2rem;
  }
}
.yolin_panel {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(120, 95, 73, 0.2);
  margin-bottom: 1.5rem;
}

.yolin_panel-hd {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.yolin_panel-hd .icon {
  width: 6px;
  height: 8px;
}

.yolin_panel-bd {
  padding: 1.5rem;
}

.yolin_panel-title {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.yolin_panel-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #004976;
  margin-right: 0.5rem;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.yolin_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}

.yolin_popup.js-show {
  opacity: 1;
  z-index: 999;
}

.yolin_popup-wrap {
  position: relative;
  transform-origin: 50% 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 427.98px) {
  .yolin_popup-wrap {
    width: 100%;
  }
}
.js-show .yolin_popup-wrap {
  opacity: 1;
}

.yolin_popup-wrap .simplebar-track {
  right: -15px;
}

.yolin_popup-container {
  position: relative;
}

.yolin_popup-block {
  max-width: 70vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.yolin_popup-close {
  position: absolute;
  top: 1rem;
  right: -56px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.yolin_popup-close .icon {
  position: relative;
  width: 15px;
  height: 15px;
}

.yolin_popup-close .icon:before,
.yolin_popup-close .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 4px;
  background-color: #05b862;
}

.yolin_popup-close .icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.yolin_popup-close .icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.yolin_popup-close:hover {
  background-color: #e6e6e6;
}

.popup-no-colose .yolin_popup-close {
  display: none;
}

.yolin_popup-hd {
  width: 100%;
  border-color: #fff;
  border-bottom: 1px solid #414544;
}

.yolin_popup-hd .title {
  padding-left: 1.2rem;
  font-size: 22px;
  font-size: 1.375rem;
  color: #3e3a39;
}

.yolin_popup-bd {
  padding-top: 1rem;
}

.yolin_dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.yolin_dialog.js-show {
  opacity: 1;
  z-index: 999;
}

.yolin_dialog-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.yolin_dialog-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 320px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 427.98px) {
  .yolin_dialog-wrap {
    width: 100%;
  }
}
.js-show .yolin_dialog-wrap {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.yolin_dialog-container {
  position: relative;
  max-height: 90vh;
}

.yolin_dialog-container .simplebar-mask,
.yolin_dialog-container .container-inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.yolin_dialog .txt {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.yolin_dialog .bblens_btn {
  width: 150px;
  padding: 0.6rem;
  margin: auto;
}

.yolin_confirm {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.yolin_confirm.js-show {
  opacity: 1;
  z-index: 999;
}

.yolin_confirm-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.yolin_confirm-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 560px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 427.98px) {
  .yolin_confirm-wrap {
    width: 100%;
  }
}
.js-show .yolin_confirm-wrap {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.yolin_confirm-container {
  position: relative;
  max-height: 90vh;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.yolin_confirm-bd {
  padding: 1.5rem;
}

.yolin_confirm-bd-inner {
  margin-bottom: 1.6rem;
}

.yolin_confirm-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

.yolin_confirm-btns .demobtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.yolin_confirm .txt {
  font-size: 28px;
  font-size: 1.75rem;
}

/*    > custom  */
#page {
  display: none;
  overflow: hidden;
  position: relative;
}

#primary.ajax_loading::before,
#primary.ajax_loading::after {
  content: "";
  position: fixed;
}

#primary.ajax_loading::before {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#primary.ajax_loading::after {
  background-image: url("../images/loading.svg");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: 9;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.fancybox__toolbar {
  top: 32px;
}

.page_heading {
  position: relative;
  padding-top: 46px;
  padding-bottom: 43px;
  text-align: center;
}

@media (max-width: 768px) {
  .page_heading {
    padding-bottom: 0;
  }
}
.page_heading .container {
  position: relative;
}

.page_heading .title .txt {
  color: #000;
  font-weight: 500;
}

.page_heading .title h2.txt {
  font-weight: 700;
  line-height: 89.6px;
  letter-spacing: 0.08em;
}

.page_heading .title p.txt {
  padding-top: 10px;
  font-family: "Gotham", sans-serif;
  line-height: 33.6px;
  letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
  .page_heading {
    padding-top: 0px;
  }
}
.page_linking-block {
  padding-top: 40px;
  padding-bottom: 34px;
}

@media (max-width: 768px) {
  .page_linking-block {
    margin-bottom: 0;
  }
}
.page_linking-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .page_linking-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .page_linking-list {
    justify-content: flex-start;
  }
}
.page_linking-list .page_linking-item {
  width: 200px;
}

.page_linking-item.active .link {
  color: #000;
  padding-left: 60px;
}

.page_linking-item.active .link .arr-icon {
  display: block;
}

@media (max-width: 500px) {
  .page_linking-item {
    margin-left: 8.33333%;
  }
}
.page_linking-item + .page_linking-item {
  margin-left: 8.33333%;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
.section_block {
  padding-top: 136px;
  padding-bottom: 136px;
}

@media (max-width: 767.98px) {
  .section_block {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.section_banner {
  position: relative;
}

.section_banner .img_div {
  padding-bottom: 34.02778%;
  position: relative;
}

@media (max-width: 767.98px) {
  .section_banner .img_div {
    padding-bottom: 80%;
  }
}
.section_banner .info {
  position: absolute;
  bottom: 7.48299%;
  left: 15.27778%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

@media (max-width: 500px) {
  .section_banner .info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }
}
.section_banner .info .txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section_banner .info .title {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.section_banner .info .title .txt {
  line-height: 89.6px;
}

.section_banner .info .content {
  font-family: "Gotham", sans-serif;
  line-height: 102.4px;
}

.banner-swiper-next,
.banner-swiper-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  width: 37px !important;
  height: 37px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
  box-shadow: 0 0 0 rgba(5, 184, 98, 0);
  transition: all 0.3s ease-in-out;
}

.banner-swiper-next svg,
.banner-swiper-prev svg {
  width: 8px;
  height: 11px;
}

.banner-swiper-next path,
.banner-swiper-prev path {
  fill: #9e9e9e;
}

.banner-swiper-next:after,
.banner-swiper-prev:after {
  display: none;
}

.banner-swiper-next:hover,
.banner-swiper-prev:hover {
  z-index: 2;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(114, 112, 91, 0.6);
}

.banner-swiper-next:hover path,
.banner-swiper-prev:hover path {
  fill: #5c5c5c;
}

.banner-swiper {
  position: relative;
  overflow: hidden;
}

.banner-swiper-ctrl {
  z-index: 50;
  display: flex;
}

.banner-swiper-next svg {
  transform: scaleX(-1);
}

.banner-swiper-prev {
  left: 10px;
}

.banner-swiper-next {
  right: 10px;
}

.banner-slide-inner {
  position: relative;
  overflow: hidden;
}

.banner-slide-txt {
  width: 100%;
  max-width: 523px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .banner-slide-txt {
    transform: translate(-50%, -50%);
  }
}
.banner-slide-img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  width: 100%;
}

.banner-slide-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner-slide-img .img_div {
  position: relative;
  z-index: 2;
}

.banner-slide-inner,
.banner-slide-img .img_div {
  width: 100%;
  height: 0;
  padding-bottom: 34.72222%;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .banner-slide-inner,
  .banner-slide-img .img_div {
    padding-bottom: 110%;
  }
}
@media (max-width: 768px) {
  .home_aside {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home_aside-txt {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
.home_aside-txt .title {
  padding-bottom: 41px;
}

@media (max-width: 768px) {
  .home_aside-txt .title {
    padding: 0 40px 0 0;
  }
}
.home_aside-txt .content .txt {
  color: #616161;
  line-height: 48px;
}

.home_banner {
  position: relative;
}

.home_banner .img_div.img_position {
  padding-bottom: 60%;
}

@media (max-width: 500px) {
  .home_banner .img_div.img_position {
    padding-bottom: 100%;
  }
}
.home_banner .slogan {
  position: absolute;
  width: 85.185186%;
  top: 25.05495%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.home_banner .slogan_top {
  max-width: 562px;
}

@media (max-width: 768px) {
  .home_banner .slogan_top {
    width: 50%;
  }
}
.home_banner .slogan_top .img_div {
  padding-bottom: 27.58007%;
  -o-object-fit: contain;
  object-fit: contain;
}

.home_banner .slogan_bottom {
  margin-top: 20%;
  width: 60.47454%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 1024px) {
  .home_banner .slogan_bottom {
    margin-top: 15%;
  }
}
@media (max-width: 768px) {
  .home_banner .slogan_bottom {
    margin-top: 28%;
  }
}
@media (max-width: 500px) {
  .home_banner .slogan_bottom {
    margin-top: 50%;
  }
}
.home_banner .slogan_bottom-top .txt {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  min-width: 170px;
}

@media (max-width: 1024px) {
  .home_banner .slogan_bottom-top .txt {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home_banner .slogan_bottom-top .txt {
    min-width: 80px;
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .home_banner .slogan_bottom-top .txt {
    min-width: 60px;
    font-size: 16px;
  }
}
.home_banner .slogan_bottom-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

@media (max-width: 768px) {
  .home_banner .slogan_bottom-line {
    min-width: 100px;
  }
}
@media (max-width: 500px) {
  .home_banner .slogan_bottom-line {
    min-width: 80px;
  }
}
.home_banner .slogan_bottom-line div {
  height: 4px;
  width: 100%;
  background-color: #05b862;
}

.home_banner .slogan_bottom-bottom {
  display: flex;
  min-width: 320px;
}

@media (max-width: 768px) {
  .home_banner .slogan_bottom-bottom {
    min-width: 150px;
  }
}
.home_banner .slogan_bottom-bottom .txt {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .home_banner .slogan_bottom-bottom .txt {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home_banner .slogan_bottom-bottom .txt {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .home_banner .slogan_bottom-bottom .txt {
    font-size: 16px;
  }
}
.home_banner .slogan_bottom-bottom .icon {
  display: flex;
}

@media (max-width: 768px) {
  .home_banner .slogan_bottom-bottom .icon {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .home_banner .slogan_bottom-bottom .icon {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .home_banner .slogan_bottom-bottom .icon img {
    width: 100%;
  }
}
.home_banner .slogan_txt {
  position: absolute;
  right: 0;
  top: 0;
}

.home_banner .slogan_txt-main {
  position: relative;
  padding-bottom: 78px;
}

@media (max-width: 768px) {
  .home_banner .slogan_txt-main {
    padding-bottom: 60px;
  }
}
.home_banner .slogan_txt-main::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #016eb0;
  position: absolute;
  bottom: 39px;
}

@media (max-width: 768px) {
  .home_banner .slogan_txt-main::after {
    bottom: 0;
  }
}
.home_banner .slogan_txt-main .txt {
  color: #fff;
  line-height: 67.2px;
  font-weight: 900;
  letter-spacing: 0.375em;
  margin: 0;
}

@media (max-width: 768px) {
  .home_banner .slogan_txt-main .txt {
    text-align: right;
    line-height: 30px;
  }
}
.home_banner .slogan_txt-ps .txt {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  writing-mode: vertical-lr;
  margin-right: 20px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .home_banner .slogan_txt-ps .txt {
    writing-mode: inherit;
  }
}
@media (max-width: 768px) {
  .home_banner .slogan_txt-ps .txt {
    font-size: 24px;
  }
}
.home_about {
  padding-bottom: 148px;
  background-color: white;
}

@media (max-width: 768px) {
  .home_about {
    padding-bottom: 0;
  }
}
.home_about .decorate {
  display: none;
  position: absolute;
  animation: rotate 10s linear infinite;
}

.home_about-img {
  width: 66.0833%;
}

@media (max-width: 768px) {
  .home_about-img {
    width: 100%;
  }
}
.home_about-img .img_div {
  padding-bottom: 59.52081%;
  border-radius: 15px;
}

.home_about .about_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 127px;
}

@media (max-width: 768px) {
  .home_about .about_info {
    flex-direction: column;
  }
}
.home_about .about_info-txt .title {
  padding-bottom: 124px;
  text-align: right;
}

@media (max-width: 768px) {
  .home_about .about_info-txt .title {
    padding-bottom: 0;
  }
}
.home_about .about_info-txt .content .txt {
  text-align: right;
  line-height: 44.8px;
}

@media (max-width: 768px) {
  .home_about .about_info-txt .content .txt {
    line-height: 30px;
    font-size: 20px;
  }
}
.home_about .about_info .decorate {
  display: none;
  top: 90px;
  right: 23.666666%;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

@media (max-width: 768px) {
  .home_about .about_info .decorate {
    top: 165px;
    right: 5%;
  }
}
.home_about .about_intro {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.home_about .about_intro-img {
  order: 2;
  margin-left: auto;
}

.home_about .about_intro-txt {
  order: 1;
  width: 65.4167%;
  background: rgba(245, 245, 245, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 54px 58px;
  position: absolute;
  top: 75px;
  z-index: 10;
}

@media (max-width: 768px) {
  .home_about .about_intro-txt {
    padding: 10px;
    top: 20px;
  }
}
.home_about .about_intro-txt .content .txt {
  line-height: 44.8px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .home_about .about_intro-txt .content .txt {
    line-height: 30px;
    font-size: 20px;
  }
}
.home_about .about_intro .decorate {
  display: none;
  top: -75px;
  left: 25.5%;
  z-index: 2;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

.home_news-item:hover h2 {
  color: #05b862;
}

.home_news-item:hover .txt-head5 {
  color: #05b862;
}

.home_news-item a {
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  .home_news-item a {
    flex-direction: row;
  }
}
.home_news-item a .content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  justify-content: center;
}

@media (max-width: 768px) {
  .home_news-item a .content .title .txt {
    text-align: center;
  }
}
.home_news-item a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 100px;
}

.home_news-item a .date .month p {
  padding-left: 10px;
}

.home_news-item a .date .day p {
  letter-spacing: 0;
}

.home_news-item a .date .year p {
  padding-left: 6px;
}

@media (max-width: 768px) {
  .home_news-item a .date {
    width: 50%;
  }
}
.decorateAbout {
  top: -30%;
  right: 20%;
  position: absolute;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

.decorateAbout2 {
  position: absolute;
  top: 55.86392%;
  right: 0;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

.testmove {
  opacity: 0;
}

.testmove.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0s;
}

.testmove.Act {
  opacity: 1;
}

.testmove_0 {
  opacity: 0;
}

.testmove_0.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0s;
}

.testmove_0.Act {
  opacity: 1;
}

.testmove_delay {
  opacity: 0;
}

.testmove_delay.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.2s;
}

.testmove_delay.Act {
  opacity: 1;
}

.testmove_delayM {
  opacity: 0;
}

.testmove_delayM.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.4s;
}

.testmove_delayM.Act {
  opacity: 1;
}

.testmove_delayM.Act {
  opacity: 1;
}

.testmove_delayS {
  opacity: 0;
}

.testmove_delayS.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.5s;
}

.testmove_delayS.Act {
  opacity: 1;
}

.testmove_1 {
  opacity: 0;
}

.testmove_1.moveAct {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.5s;
}

.testmove_1.Act {
  opacity: 1;
}

.showCaseNow li:nth-child(1) {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.5s;
}

.showCaseNow li:nth-child(2) {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 0.8s;
}

.showCaseNow li:nth-child(3) {
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation-delay: 1.1s;
}
@keyframes p-ani-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.testmove_rightToLeft {
  transform: translateX(3000px);
}

.testmove_rightToLeft.moveAct {
  animation: p-ani-fadeLeft 1.5s ease 0s both 1 normal;
  animation-delay: 0.3s;
}

.testmove_rightToLeft.Act {
  transform: translateX(0);
}
@keyframes p-ani-fadeLeft {
  from {
    transform: translateX(-3000px);
  }
  to {
    transform: translateX(0);
  }
}
.testmove_LeftToRight1 {
  transform: translateX(-3000px);
}

.testmove_LeftToRight1.moveAct {
  animation: p-ani-fadeRight 1s ease 0s both 1 normal;
  animation-delay: 0.3s;
}

.testmove_LeftToRight1.Act {
  transform: translateX(0);
}

.testmove_LeftToRight2 {
  transform: translateX(-3000px);
}

.testmove_LeftToRight2.moveAct {
  animation: p-ani-fadeRight 1s ease 0s both 1 normal;
  animation-delay: 0.4s;
}

.testmove_LeftToRight2.Act {
  transform: translateX(0);
}

.testmove_LeftToRight3 {
  transform: translateX(-3000px);
}

.testmove_LeftToRight3.moveAct {
  animation: p-ani-fadeRight 1s ease 0s both 1 normal;
  animation-delay: 0.5s;
}

.testmove_LeftToRight3.Act {
  transform: translateX(0);
}
@keyframes p-ani-fadeRight {
  from {
    transform: translateX(-3000px);
  }
  to {
    transform: translateX(0);
  }
}
.testmove_maxHeightChange {
  max-height: 0;
  overflow: hidden;
}

.testmove_maxHeightChange.moveAct {
  animation: maxHeightChange 2s ease 0s both 1 normal;
  animation-delay: 1s;
}

.testmove_maxHeightChange.Act {
  max-height: 600px;
}
@keyframes maxHeightChange {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.home_newscase {
  height: 1000px;
  width: 100%;
  background-color: white;
}

@media (max-width: 768px) {
  .home_newscase {
    height: 960px;
  }
}
.home_newscase .img-div {
  position: absolute;
  height: 925px;
  width: 100%;
  z-index: 0;
}

.home_newscase .home_newscase-container .home_newscase-aside {
  display: flex;
}

@media (max-width: 768px) {
  .home_newscase .home_newscase-container .home_newscase-aside {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.home_newscase .home_newscase-container .home_newscase-aside .home_newscase-txt {
  z-index: 1;
}

.home_newscase .home_newscase-container .home_newscase-aside .home_newscase-txt .title {
  padding-top: 120px;
}

.home_newscase .home_newscase-container .home_newscase-aside .home_newscase-txt .btns_svg {
  margin-top: 70%;
  padding-left: 30px;
  width: 180px;
}

@media (max-width: 768px) {
  .home_newscase .home_newscase-container .home_newscase-aside .home_newscase-txt .btns_svg {
    margin-top: 0;
  }
}
.home_newscase .home_newscase-container .home_newscase-block {
  position: relative;
  height: 819px;
  width: 70%;
  padding-top: 175px;
  padding-left: 65px;
}

@media (max-width: 768px) {
  .home_newscase .home_newscase-container .home_newscase-block {
    height: 400px;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
}

.swiper-slide a img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_news {
  position: relative;
  padding-top: 60px;
  padding-bottom: 108px;
}

@media (max-width: 768px) {
  .home_news {
    padding-top: 0;
  }
}
.home_news-bac {
  width: 37.6736%;
  height: 100%;
  position: absolute;
}

@media (max-width: 768px) {
  .home_news-bac {
    width: 100%;
  }
}
.home_news-bac .img-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_news-bac .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_news-aside {
  display: flex;
  position: relative;
  top: 102px;
  padding-bottom: 104px;
}

@media (max-width: 768px) {
  .home_news-aside {
    width: 100%;
    left: 0;
  }
}
.home_news-txt {
  width: 31.92857%;
  z-index: 10;
}

@media (max-width: 768px) {
  .home_news-txt {
    width: 100%;
  }
}
.home_news-txt .title {
  padding-bottom: 41px;
}

@media (max-width: 768px) {
  .home_news-txt .title {
    padding-bottom: 0;
  }
}
.home_news-txt .content .txt {
  color: #616161;
  line-height: 48px;
}

.home_news-block {
  padding-top: 170px;
  width: 73.71429%;
  z-index: 10;
}

@media (max-width: 768px) {
  .home_news-block {
    padding-top: 0;
    width: 100%;
  }
}
.home_news-item {
  display: flex;
}

@media (max-width: 375px) {
  .home_news-item a {
    flex-direction: column;
  }
}
.home_news-item .content {
  padding: 14px 28px;
}

@media (max-width: 768px) {
  .home_news-item .content {
    padding: 0;
  }
}
.home_news-item .content .title {
  position: relative;
  display: inline-block;
  width: 200px;
}

.home_news-item .content .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_news-item .content .title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_news-item .content .title .txt {
  font-weight: 700;
  line-height: 44.8px;
  letter-spacing: 0.2em;
  padding: 0 24px 0 36px;
  transition: all 0.3s ease-in-out;
}

.home_news-item .content .info {
  padding-top: 4px;
}

.home_news-item + .home_news-item {
  margin-top: 37px;
}

.home_news-more {
  width: 200px;
  padding-top: 71px;
  text-align: right;
  margin-left: auto;
}

.home_news-more a {
  width: 150px;
  text-align: left;
}

.home_news-more .btn_link {
  position: relative;
  display: inline-block;
}

.home_news-more .btn_link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_news .home_new-back {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 60px;
  left: 5%;
  background-color: rgba(245, 245, 245, 0.7);
}

.home_works {
  position: relative;
  padding-bottom: 158px;
  display: none;
}

@media (max-width: 768px) {
  .home_works {
    padding-bottom: 40px;
  }
}
.home_works-bac {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.home_works-bac .img-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_works-bac .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_works-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .home_works-container {
    flex-direction: column;
  }
}
.home_works-content-list {
  min-width: 100%;
  margin: 0;
  position: relative;
  background-color: transparent;
  padding-left: 36px;
}

.home_works-content-list::after {
  content: "";
  width: 1.5px;
  height: calc(100% + 30px);
  background-color: #000;
  position: absolute;
  left: 12px;
  top: -15px;
  transition: 0.8s ease-in-out;
}

.home_works-content-item .btns_svg {
  padding-left: unset;
  width: unset;
}

.home_works-content-item .btns_svg a {
  width: 150px;
}

.home_works .home_works-content-item + .home_works-content-item {
  margin-top: 26px;
}

.home_works-block {
  display: flex;
  width: 66.08333%;
  padding-top: 16.75231%;
}

@media (max-width: 768px) {
  .home_works-block {
    width: 100%;
    padding-top: 0;
  }
}
.home_works-block-img {
  width: 48.67591%;
}

.home_works-block-img .img_div {
  padding-bottom: 133.67876%;
}

.home_works-block-txt {
  width: 51%;
}

.home_works-block-txt .title {
  padding-top: 40px;
  padding-left: 33px;
  position: relative;
}

.home_works-block-txt .title::after {
  content: "";
  width: 237px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.home_works-block-txt .title .txt {
  color: #000;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .home_works-block-txt .title .txt {
    font-size: 28px;
  }
}
.home_works-block-txt .content {
  padding-top: 36px;
  padding-left: 50px;
}

.home_works-block-txt .content p {
  color: #212121;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0.2em;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .home_works-block-txt .content p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.home_works-block-txt .content .txt {
  color: #212121;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .home_works-block-txt .content .txt {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.home_works-block-txt .btns_svg {
  padding-left: 30px;
  width: 180px;
}

.home_works-block-txt .btns_svg a {
  width: 150px;
}

.home_works-block-txt .btns_svg + .btns_svg {
  margin-top: 28px;
}

.home_video {
  position: relative;
  display: none;
}

.home_video-bac {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.home_video-bac .img-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: -1;
}

.home_video-bac .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_video-container {
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .home_video-container {
    flex-direction: column;
  }
}
.home_video-block {
  padding-top: 14.79959%;
  padding-left: 7.75%;
  width: 66.08333%;
}

@media (max-width: 768px) {
  .home_video-block {
    padding-top: 0;
    width: 100%;
  }
}
.home_video-block .home_video-all {
  transition: all 0.5s ease-in-out;
}

.home_video-block-iframe .iframe {
  position: relative;
  padding-bottom: 60.44776%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.home_video-block-iframe .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_video-block-txt {
  padding: 22px 18px;
}

@media (max-width: 768px) {
  .home_video-block-txt .content {
    font-size: 28px;
  }
}
.home_video-block-txt .date {
  display: flex;
  background-color: transparent;
}

.home_video-block-txt .date .year {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  word-wrap: break-word;
  width: 33px;
}

.home_video-block-txt .date .day {
  padding-left: 12px;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: 0.16em;
  color: #000;
}

.home_video-block-txt .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.home_video-block-txt .prev {
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home_video-block-txt .prev {
    left: 0;
    top: 186px;
  }
}
.home_video-block-txt .prev::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_video-block-txt .next {
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home_video-block-txt .next {
    right: 0;
    top: 186px;
  }
}
.home_video-block-txt .next::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #616161;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_video-block-txt .title .txt {
  font-size: 36px;
  font-weight: 700;
  line-height: 73.62px;
}

.home_video-block .btns_svg {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  width: 180px;
}

.home_video-block .btns_svg a {
  width: 150px;
}

.videoButtom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.videoButtom .prev {
  min-width: 120px;
}

.videoButtom .next {
  min-width: 120px;
}

@media (max-width: 768px) {
  .videoButtom > .btns_svg {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_about {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
}

.section_about .sub_title {
  background-color: #f5f5f5;
  padding: 15px;
  position: absolute;
  top: -40px;
}

.section_about .sub_title::before {
  content: "";
  background: #f5f5f5;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70px;
  -webkit-clip-path: polygon(15% 5%, 23% 9%, 28% 13%, 82% 85%, 87% 90%, 93% 95%, 100% 100%, 0 100%, 0 0, 7% 2%);
  clip-path: polygon(15% 5%, 23% 9%, 28% 13%, 82% 85%, 87% 90%, 93% 95%, 100% 100%, 0 100%, 0 0, 7% 2%);
  transform: rotateY(180deg);
}

.section_about .sub_title::after {
  content: "";
  background: #f5f5f5;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70px;
  -webkit-clip-path: polygon(15% 5%, 23% 9%, 28% 13%, 82% 85%, 87% 90%, 93% 95%, 100% 100%, 0 100%, 0 0, 7% 2%);
  clip-path: polygon(15% 5%, 23% 9%, 28% 13%, 82% 85%, 87% 90%, 93% 95%, 100% 100%, 0 100%, 0 0, 7% 2%);
}

.section_about .sub_title .txt {
  color: #bdbdbd;
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section_about .sub_title .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.section_about .about_heading .container ul {
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.section_about .about_heading .container ul li {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}

.about_article {
  padding-top: 9px;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: -8px -10px 20px rgba(0, 0, 0, 0.1);
}

.about_article .page_heading {
  padding-top: 90px;
  padding-bottom: 92px;
}

.article_company {
  margin-top: 187px;
  padding-bottom: 104px;
}

@media (max-width: 1200px) {
  .article_company {
    padding-bottom: 300px;
  }
}
@media (max-width: 768px) {
  .article_company {
    margin-top: 80px;
    padding-bottom: 104px;
  }
}
.article_company .sub_title {
  left: 9.02778%;
}

.article_company .inner {
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  .article_company .inner-green {
    flex-direction: column;
  }
}
.article_company .inner-green .inner-img {
  width: 62.32639%;
  height: 100%;
  position: relative;
}

.article_company .inner-green .inner-img .img_div {
  padding-bottom: 68.61653%;
  border-radius: 0 15px 15px 0;
}

.article_company .inner-green .inner-img-txt {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.article_company .inner-green .inner-img-txt .txt {
  color: #fff;
  line-height: 89.6px;
}

.article_company .inner-green .inner-content {
  width: 59.72222%;
  position: absolute;
  right: 0;
  bottom: -20px;
}

@media (max-width: 1300px) {
  .article_company .inner-green .inner-content {
    bottom: -125px;
  }
}
@media (max-width: 1024px) {
  .article_company .inner-green .inner-content {
    width: 100%;
    bottom: -120%;
  }
}
@media (max-width: 768px) {
  .article_company .inner-green .inner-content {
    position: unset;
    width: 100%;
  }
}
.article_company .inner-green .inner-content .decorate {
  display: none;
  position: absolute;
  left: 29.97062%;
  top: -165px;
  z-index: 2;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

.article_company .inner-green .inner-content .content-txt {
  background: rgba(250, 250, 250, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 56px 88px 80px 88px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .article_company .inner-green .inner-content .content-txt {
    padding: 40px 6.4% 40px 6.4%;
  }
}
.article_company .inner-green .inner-content .content-txt .txt {
  font-size: 28px;
  max-width: 630px;
  color: #000;
  line-height: 44.8px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .article_company .inner-green .inner-content .content-txt .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_company .inner-blue {
  padding-top: 118px;
  padding-bottom: 331px;
}

@media (max-width: 1024px) {
  .article_company .inner-blue {
    padding-top: 420px;
    padding-bottom: 420px;
  }
}
@media (max-width: 768px) {
  .article_company .inner-blue {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.article_company .inner-blue .inner-img {
  width: 49.4213%;
  position: relative;
  margin-left: auto;
  order: 2;
}

@media (max-width: 1024px) {
  .article_company .inner-blue .inner-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article_company .inner-blue .inner-img {
    order: 1;
  }
}
.article_company .inner-blue .inner-img .img_div {
  padding-bottom: 93.91101%;
  border-radius: 15px 0 0 15px;
}

@media (max-width: 768px) {
  .article_company .inner-blue .inner-img .img_div {
    padding-bottom: 260px;
  }
}
.article_company .inner-blue .inner-img-txt {
  position: absolute;
  top: 63px;
  left: 18.96956%;
  z-index: 2;
}

@media (max-width: 768px) {
  .article_company .inner-blue .inner-img-txt {
    top: 40px;
  }
}
.article_company .inner-blue .inner-img-txt .txt {
  color: #000;
  line-height: 89.6px;
}

.article_company .inner-blue .inner-content {
  width: 50.5787%;
}

@media (max-width: 768px) {
  .article_company .inner-blue .inner-content {
    width: 100%;
    order: 2;
  }
}
.article_company .inner-blue .inner-content .decorate {
  display: none;
  position: absolute;
  left: -56px;
  top: -165px;
  z-index: 2;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

.article_company .inner-blue .inner-content .content-txt {
  width: 50%;
  max-width: 680px;
  position: absolute;
  left: 21.23843%;
  top: 441px;
}

@media (max-width: 1024px) {
  .article_company .inner-blue .inner-content .content-txt {
    top: 700px;
    left: 10%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article_company .inner-blue .inner-content .content-txt {
    width: 100%;
    padding: 40px 6.4% 40px 6.4%;
  }
}
@media (max-width: 768px) {
  .article_company .inner-blue .inner-content .content-txt {
    position: unset;
  }
}
.article_company .inner-blue .inner-content .content-txt .txt {
  font-size: 28px;
  color: #000;
  line-height: 44.8px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .article_company .inner-blue .inner-content .content-txt .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_group {
  padding-top: 90px;
  padding-bottom: 246px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .article_group {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.article_group .sub_title {
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.article_group .sub_title::before {
  background-color: #fff;
}

.article_group .sub_title::after {
  background-color: #fff;
}

.article_group .animate_block .square_block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_group .animate_block .square_block .square {
  width: 281px;
}

@media (max-width: 768px) {
  .article_group .animate_block .square_block .square {
    width: 150px;
    height: 150px;
  }
}
.article_group .animate_block .square_block .square.square_logo {
  width: 272px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .article_group .animate_block .square_block .square.square_logo {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .article_group .animate_block .square_block .square.square_logo svg {
    width: 150px;
    height: 150px;
  }
}
.article_group .animate_block .square_block .square_front {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .article_group .animate_block .square_block .square_front .square_green svg {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .article_group .animate_block .square_block .square_front .square_blue svg {
    width: 150px;
    height: 150px;
  }
}
.article_group .animate_block .square_block .square_front .square + .square {
  margin-left: 104px;
}

@media (max-width: 500px) {
  .article_group .animate_block .square_block .square_front .square + .square {
    margin-left: 0;
  }
}
.article_group .animate_block .square_txt {
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotateX(35deg);
}

.article_group .animate_block .square_txt .txt {
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .article_group .animate_block .square_txt .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_group .animate_block .square_txt .txt p span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 150px;
}

@media (max-width: 768px) {
  .article_group .animate_block .square_txt .txt p span {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_group-content {
  padding-top: 127px;
}

@media (max-width: 768px) {
  .article_group-content {
    padding-top: 40px;
  }
}
.article_group-content .title {
  text-align: center;
  padding-bottom: 80px;
}

.article_group-content .title .txt {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  color: #000;
}

@media (max-width: 768px) {
  .article_group-content .title .txt {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .article_group-content .title .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_group-content .title .txt::before {
  height: 100%;
  width: 2px;
  background-color: #000;
  position: absolute;
  left: -22px;
}

.article_group-content .title .txt + .txt {
  margin-left: 40px;
}

.article_group-content .title .txt + .txt::before {
  content: "";
}

.article_group-item .img_div {
  padding-bottom: 21.38554%;
}

.article_group-item .content {
  padding-top: 16px;
}

.article_group-item .txt {
  font-size: 24px;
  line-height: 38.4px;
  text-align: center;
}

@media (max-width: 768px) {
  .article_group-item .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_group-item + .article_group-item {
  margin-top: 81px;
}

.article_organization {
  padding-top: 90px;
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  .article_organization {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.article_organization .sub_title {
  right: 9.02778%;
  max-width: 170px;
}

.article_organization .sub_title .txt {
  font-size: 16px;
  line-height: 18.64px;
  letter-spacing: 0.08em;
}

.article_organization .decorate {
  display: none;
  position: absolute;
}

.article_organization .member .decorate_b {
  display: none;
  left: -205px;
  top: -85px;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

@media (max-width: 768px) {
  .article_organization .member .decorate_b {
    left: -50px;
  }
}
.article_organization .member .decorate_g {
  display: none;
  right: -333px;
  top: 54px;
  animation: rotate 10s linear infinite;
  z-index: 10;
}

@media (max-width: 768px) {
  .article_organization .member .decorate_g {
    right: 50px;
  }
}
@media (max-width: 500px) {
  .article_organization .member .decorate_g {
    right: -100px;
  }
}
@media (max-width: 768px) {
  .article_organization .member-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.article_organization .member-item {
  width: 152px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .article_organization .member-item {
    position: static;
    width: 30%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.article_organization .member-item .img_div {
  padding-bottom: 100%;
}

.article_organization .member-item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .article_organization .member-item .content {
    position: static;
  }
}
.article_organization .member-item .content .txt {
  padding: 6px 16px;
  background-color: #616161;
  color: #fff;
}

@media (max-width: 768px) {
  .article_organization .member-item .content .txt {
    margin-top: 20px;
  }
}
.article_organization .member-item:first-child {
  width: 174px;
}

@media (max-width: 768px) {
  .article_organization .member-item:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article_organization .member-item:first-child .img_div {
    width: 200px;
    height: 200px;
    padding: 0;
  }
}
.article_organization .member-item:first-child .content {
  position: absolute;
  right: -100px;
}

@media (max-width: 768px) {
  .article_organization .member-item:first-child .content {
    position: static;
  }
}
.article_organization .member-item:first-child .content .txt {
  padding: 6px 16px;
  background-color: #05b862;
}

.article_organization .member-item:nth-child(2) {
  left: -170px;
}

.article_organization .member-item:nth-child(2) .content {
  left: -100px;
}

.article_organization .member-item:nth-child(3) {
  right: -170px;
  top: -87px;
}

.article_organization .member-item:nth-child(3) .content {
  right: -130px;
}

.article_organization .member-item:nth-child(4) {
  left: -60px;
  top: -87px;
}

.article_organization .member-item:nth-child(4) .content {
  left: -80px;
}

.article_organization .organization-list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .article_organization .organization-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.article_organization .organization-item {
  width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .article_organization .organization-item {
    padding: 20px 8px;
  }
}
.article_organization .organization-item .icon {
  width: 100%;
}

.article_organization .organization-item .icon .img_div {
  padding-bottom: 100%;
}

.article_organization .organization-item .title {
  padding-top: 26px;
  padding-bottom: 38px;
}

.article_organization .organization-item .title .txt {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding: 6px 16px;
  background-color: #05b862;
  opacity: 0.8;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .article_organization .organization-item .title .txt {
    min-height: 132px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .article_organization .organization-item .title .txt {
    min-height: auto;
  }
}
.article_organization .organization-item:nth-child(2) .title .txt {
  background-color: #32b48b;
}

.article_organization .organization-item:nth-child(3) .title .txt {
  background-color: #3097a9;
}

.article_organization .organization-item:nth-child(4) .title .txt {
  background-color: #2f8cb4;
}

.article_organization .organization-item:nth-child(5) .title .txt {
  background-color: #0978cd;
}

.article_organization .organization-sub_nav .sub_nav-item {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media (max-width: 768px) {
  .article_organization .organization-sub_nav .sub_nav-item {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_organization .organization-sub_nav .sub_nav-item + .sub_nav-item {
  margin-top: 24px;
}

.section_service {
  padding-top: 0;
  position: relative;
}

.section_service .bac_img {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
}

.section_service .bac_img .img_div {
  padding-bottom: 30.6713%;
}

.section_service .bac_img .img_img {
  width: 100%;
  height: 100%;
}

.section_service .bac_img .img_img img {
  height: 100%;
  width: 100%;
  max-width: unset;
}

.section_service .service_block {
  position: relative;
}

.section_service .service_block-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  .section_service .service_block-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_service .service_block-item .inner {
  padding: 47px 100px 34px;
  background-color: rgba(224, 224, 224, 0.5);
  box-shadow: 0px 0px 37px -2px rgba(17, 24, 39, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (max-width: 1024px) {
  .section_service .service_block-item .inner {
    position: unset;
  }
}
@media (max-width: 768px) {
  .section_service .service_block-item .inner {
    border-radius: 100px;
    padding: 40px;
  }
}
.section_service .service_block-item .img-div {
  position: relative;
}

.section_service .service_block-item .img-div::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #05b862;
  position: absolute;
  left: 0;
  bottom: -21px;
}

.section_service .service_block-item .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section_service .service_block-item .content {
  padding: 42px 0 0;
}

.section_service .service_block-item .content .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #616161;
}

.section_service .service_block-item:nth-child(1) .inner {
  box-shadow: 0px 0px 15px -2px rgba(17, 24, 39, 0.1);
  left: -50%;
}

.section_service .service_block-item:nth-child(1) .content .txt {
  color: #fff;
}

.section_service .service_block-item:nth-child(2) .inner {
  background: rgba(117, 117, 117, 0.5);
  right: -75%;
  top: -150px;
}

.section_service .service_block-item:nth-child(2) .content .txt {
  color: #fff;
}

.section_service .service_block-item:nth-child(3) .inner {
  background: rgba(255, 255, 255, 0.8);
  top: -105px;
}

.section_service .service_block-item:nth-child(3) .content .txt {
  color: #757575;
}

.section_service .service_block-item:nth-child(4) .inner {
  background: rgba(117, 117, 117, 0.8);
  top: -35px;
  left: -75%;
}

.section_service .service_block-item:nth-child(4) .content .txt {
  color: #fff;
}

.section_service .service_block-item:nth-child(5) .inner {
  background: rgba(245, 245, 245, 0.5);
  top: -105px;
  left: 40%;
}

.section_service .service_block-item:nth-child(5) .content .txt {
  color: #616161;
}

.section_resources {
  padding-top: 0;
  position: relative;
}

.section_resources .bac_img {
  position: fixed;
  top: 0;
  z-index: -1;
}

.section_resources .bac_img .img_div {
  padding-bottom: 30.6713%;
}

.resources_block {
  position: relative;
}

.resources_block-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resources_block-item {
  position: relative;
  width: 66.16667%;
  max-width: 794px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .resources_block-item:last-child {
    width: 80%;
  }
}
.resources_block-item:last-child .inner .img-div {
  max-width: unset;
}

.resources_block-item .inner {
  display: inline-block;
  border-radius: 100px;
  border: 3px solid #9e9e9e;
  padding: 10px 100px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}

@media (max-width: 1024px) {
  .resources_block-item .inner {
    padding: 25px;
  }
}
.resources_block-item .img-div {
  max-width: 350px;
  margin: 0 auto;
}

.resources_block-item:hover .inner {
  border: 3px solid #212121;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.resources_block-item:not(:first-child):nth-child(odd) {
  right: 10%;
}

.resources_block-item:nth-child(even) {
  left: 10%;
}

.resources_block-item:last-child {
  left: 0%;
}

.resources_block-item + .resources_block-item {
  margin-top: 40px;
}

.section_recruiting {
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
  background-color: white;
}

@media (max-width: 768px) {
  .section_recruiting {
    padding-bottom: 40px;
  }
}
.recruiting_block {
  position: relative;
}

.recruiting_block .container {
  position: relative;
}

.recruiting_block-img {
  width: 74.5%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .recruiting_block-img {
    position: absolute;
    z-index: -1;
    top: -100px;
  }
}
.recruiting_block-img .img_div {
  padding-bottom: 119.23937%;
  border-radius: 15px;
}

.recruiting_block-content {
  width: 57.25%;
  padding: 55px 70px;
  border-radius: 30px;
  background: rgba(245, 245, 245, 0.39);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 94px;
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media (max-width: 1024px) {
  .recruiting_block-content {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruiting_block-content {
    margin-top: 40px;
    position: unset;
  }
}
.recruiting_block-content .title {
  position: relative;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}

.recruiting_block-content .title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bdbdbd;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.recruiting_block-content .title-txt {
  padding-left: 31px;
}

@media (max-width: 768px) {
  .recruiting_block-content .title-txt {
    padding-left: 0;
  }
}
.recruiting_block-content .title-txt h2.txt {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}

.recruiting_block-content .title-txt p.txt {
  padding-top: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #616161;
}

.recruiting_block-content .sub_title {
  padding-top: 36px;
  padding-bottom: 39px;
  text-align: center;
}

.recruiting_block-content .sub_title h2.txt {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
}

.recruiting_block-content .sub_title h3.txt {
  padding-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  color: #616161;
  letter-spacing: 0.04em;
}

.recruiting_block-content .btns {
  text-align: center;
}

.recruiting_block-content .btns .link {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 14px 100px;
  background-color: #05b862;
  border-radius: 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .recruiting_block-content .btns .link {
    width: 100%;
    padding: 14px 0;
  }
}
.recruiting_block-content .btns .link:hover {
  background-color: #027d42;
}

.recruiting_block-content .btns .link svg {
  margin-left: 20px;
}

.recruiting_block-item {
  display: flex;
}

.recruiting_block-item .txt {
  padding-left: 22px;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0.08em;
  color: #1d2130;
}

@media (max-width: 768px) {
  .recruiting_block-item .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.recruiting_block-item + .recruiting_block-item {
  margin-top: 16px;
}

.section_association {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: white;
}

.section_association .page_heading {
  padding-bottom: 0;
}

.section_association .association_block {
  padding-top: 88px;
  position: relative;
}

@media (max-width: 768px) {
  .section_association .association_block {
    padding-top: 40px;
  }
}
.section_association .association_block .bac_img {
  height: 100%;
}

.section_association .association_block .bac_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 57.44%);
  position: absolute;
  z-index: 1;
}

.section_association .association_block .bac_img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.section_association .association_block-info {
  padding-bottom: 300px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section_association .association_block-info {
    padding-bottom: 40px;
  }
}
.section_association .association_block-info .img_position {
  width: 52.02546%;
  margin-left: auto;
  position: relative;
  right: 7.06019%;
}

.section_association .association_block-info .img_position .img_div {
  width: 100%;
  padding-bottom: 68.63181%;
  border-radius: 15px;
}

.section_association .association_block-info .content {
  position: absolute;
  left: 0;
  top: 91px;
}

@media (max-width: 768px) {
  .section_association .association_block-info .content {
    position: unset;
  }
}
.section_association .association_block-info .content-txt {
  width: 50.69444%;
  padding: 56px 88px 80px 271px;
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 15px;
}

@media (max-width: 1439.98px) {
  .section_association .association_block-info .content-txt {
    padding: 50px 80px;
  }
}
@media (max-width: 1439.98px) and (max-width: 1024px) {
  .section_association .association_block-info .content-txt {
    padding: 40px;
    width: 77%;
    z-index: 10;
    background-color: rgba(250, 250, 250, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
@media (max-width: 1439.98px) and (max-width: 500px) {
  .section_association .association_block-info .content-txt {
    width: 100%;
    padding: 0 6.4%;
  }
}
.section_association .association_block-info .content .txt {
  font-size: 24px;
  line-height: 38.4px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .section_association .association_block-info .content .txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section_association .association_block-info .content .txt {
    font-size: 18px;
  }
}
.section_association .association_block-intro {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section_association .association_block-intro {
    padding-bottom: 0;
  }
}
.section_association .association_block-intro .container {
  position: relative;
}

.section_association .association_block-intro .img_position {
  width: 49.16667%;
  position: relative;
  z-index: 2;
}

.section_association .association_block-intro .img_position .img_div {
  padding-bottom: 60.50847%;
  border-radius: 15px;
}

.section_association .association_block-intro .content {
  width: 83.25%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section_association .association_block-intro .content {
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .section_association .association_block-intro .content {
    position: unset;
  }
}
@media (max-width: 500px) {
  .section_association .association_block-intro .content {
    width: 100%;
  }
}
.section_association .association_block-intro .content-txt {
  background-color: #f5f5f5;
  padding-top: 56px;
  padding-right: 88px;
  padding-bottom: 80px;
  padding-left: 45.04505%;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .section_association .association_block-intro .content-txt {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    z-index: 10;
    background-color: rgba(250, 250, 250, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
@media (max-width: 500px) {
  .section_association .association_block-intro .content-txt {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.section_association .association_block-intro .content .txt {
  font-size: 24px;
  line-height: 38.4px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .section_association .association_block-intro .content .txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section_association .association_block-intro .content .txt {
    font-size: 18px;
  }
}
.section_association .association_block-purpose {
  padding-bottom: 265px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section_association .association_block-purpose {
    padding-bottom: 40px;
  }
}
.section_association .association_block-purpose .purpose-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 88px;
}

.section_association .association_block-purpose .purpose-title .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  color: #212121;
}

.section_association .association_block-purpose .purpose_circle {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 177px;
}

@media (max-width: 768px) {
  .section_association .association_block-purpose .purpose_circle {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.section_association .association_block-purpose .purpose_circle-item {
  width: 44.66667%;
  border-radius: 226px;
  padding: 100px 88px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .section_association .association_block-purpose .purpose_circle-item {
    width: 100%;
    padding: 40px;
  }
}
.section_association .association_block-purpose .purpose_circle-item .txt {
  color: #fff;
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

@media (max-width: 500px) {
  .section_association .association_block-purpose .purpose_circle-item .txt {
    font-size: 24px;
  }
}
.section_association .association_block-purpose .purpose_circle-item:nth-child(even) {
  background-color: rgba(122, 122, 122, 0.5);
  margin-left: 10.66666%;
}

@media (max-width: 768px) {
  .section_association .association_block-purpose .purpose_circle-item:nth-child(even) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.section_association .association_block-purpose .purpose_circle-item:nth-child(n+3) {
  margin-top: 48px;
}

.section_association .association_block-purpose .purpose_contact {
  padding: 0 40px;
}

.section_association .association_block-purpose .purpose_contact .title {
  position: relative;
}

.section_association .association_block-purpose .purpose_contact .title::after {
  content: "";
  width: 78%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .section_association .association_block-purpose .purpose_contact .title::after {
    opacity: 0;
  }
}
.section_association .association_block-purpose .purpose_contact .title .txt {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.section_association .association_block-purpose .purpose_contact-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .section_association .association_block-purpose .purpose_contact-list {
    flex-direction: column;
  }
}
.section_association .association_block-purpose .purpose_contact-item {
  width: 50%;
}

@media (max-width: 1024px) {
  .section_association .association_block-purpose .purpose_contact-item {
    width: 100%;
    padding: 10px 0;
  }
}
.section_association .association_block-purpose .purpose_contact-item .link {
  display: flex;
  align-items: center;
}

.section_association .association_block-purpose .purpose_contact-item .txt {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Gotham", sans-serif;
  padding-left: 23px;
  word-break: break-all;
}

@media (max-width: 500px) {
  .section_association .association_block-purpose .purpose_contact-item .txt {
    font-size: 18px;
  }
}
.section_association .association_block-purpose .purpose_contact-item .icon {
  max-width: 30px;
  min-width: 30px;
}

.section_association .association_block-purpose .purpose_contact-item .icon .txt {
  word-break: break-all;
}

.section_association .association_block-purpose .purpose_contact-item:nth-child(n+3) {
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .section_association .association_block-purpose .purpose_contact-item:nth-child(n+3) {
    margin-top: 0;
  }
}
.section_video {
  padding-top: 0;
  padding-bottom: 190px;
  background-color: white;
}

.video_block-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video_block-item {
  width: 37.33333%;
}

.video_block-item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.video_block-item .title .txt {
  font-family: "Gotham", sans-serif;
}

.video_block-item .title-year .txt {
  width: 20px;
  font-size: 12px;
  line-height: 12px;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_block-item .title-day {
  padding-left: 8px;
  display: flex;
  align-items: center;
}

.video_block-item .title-day .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 27.6px;
}

.video_block-item .title-txt {
  padding-top: 16px;
}

.video_block-item .title-txt .txt {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.video_block-item .iframe {
  position: relative;
}

.video_block-item .iframe .img_div {
  padding-bottom: 56.22642%;
  border-radius: 10px;
}

.video_block-item .iframe .play_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 768px) {
  .video_block-item {
    width: 100%;
  }
}
.video_block-item:first-child {
  width: 66.25%;
}

.video_block-item:first-child .title {
  padding-top: 44px;
}

.video_block-item:first-child .title-txt {
  padding-left: 35px;
  padding-top: 0;
}

@media (max-width: 768px) {
  .video_block-item:first-child {
    width: 100%;
  }
}
.video_block-item:not(:first-child):nth-child(odd) {
  margin-left: 8.41667%;
}

@media (max-width: 768px) {
  .video_block-item:not(:first-child):nth-child(odd) {
    margin-left: 0;
  }
}
.video_block-item:nth-child(n+2) {
  margin-top: 88px;
}

.video_block-item:nth-child(n+2) .title {
  margin-top: 16px;
}

.video_block-item:nth-child(n+2) .title-day {
  width: 90%;
}

.section_archive {
  padding-top: 0;
}

.section_archive-img .img_div {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 38.16667%;
  border-radius: 27px;
}

.section_archive .bac_img {
  position: fixed;
  top: 0;
  z-index: -1;
}

.section_archive .bac_img .img-img {
  width: 100%;
  height: 100%;
}

.section_archive .bac_img .img-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-head1 {
  color: black;
}

.section_contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section_contact-block {
  padding-top: 94px;
  position: relative;
}

@media (max-width: 768px) {
  .section_contact-block {
    padding-top: 40px;
  }
}
.section_contact-block .title-head {
  text-align: center;
  padding-bottom: 88px;
}

@media (max-width: 768px) {
  .section_contact-block .title-head {
    padding-bottom: 40px;
  }
}
.section_contact-block .title-head .container {
  position: relative;
}

.section_contact-block .title-head .bac_img {
  width: 33.91667%;
  top: -30px;
  left: -200px;
  position: fixed;
  top: 600px;
}

.section_contact-block .title-head .bac_img:nth-child(1) {
  width: 22%;
  top: 0px;
  position: fixed;
  left: 60%;
  z-index: -1;
}

.section_contact-block .title-head .bac_img:nth-child(2) {
  width: 33.91667%;
  top: -30px;
  left: 6.4%;
  position: fixed;
  top: 600px;
  z-index: -1;
}

.section_contact-block .title-head .bac_img .img_div {
  padding-bottom: 113.02211%;
}

.section_contact-block .title-head h2.txt {
  padding-bottom: 31px;
}

.section_contact-block .title-head p.txt {
  font-size: 24px;
  line-height: 38.4px;
}

@media (max-width: 768px) {
  .section_contact-block .title-head p.txt {
    font-size: 20px;
    line-height: 30px;
  }
}
.section_contact-block .contact_block-content {
  width: 83%;
  margin: 0 auto;
  padding: 120px 136px;
  background: rgba(245, 245, 245, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 15px;
}

@media (max-width: 768px) {
  .section_contact-block .contact_block-content {
    width: 100%;
    padding: 40px;
  }
}
.section_contact-block .contact_block .contact_block-form .form-block + .form-block {
  margin-top: 16px;
}

.section_contact-block .map_block {
  padding-top: 88px;
}

@media (max-width: 768px) {
  .section_contact-block .map_block {
    padding-top: 40px;
  }
}
.section_contact-block .map_block-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section_contact-block .map_block .address {
  text-align: center;
  padding-bottom: 36px;
}

.section_contact-block .map_block .address h2.txt {
  position: relative;
  display: inline-block;
}

.section_contact-block .map_block .address h2.txt svg {
  position: absolute;
  left: -45px;
}

@media (max-width: 768px) {
  .section_contact-block .map_block .address h2.txt svg {
    left: -36px;
    top: -6px;
  }
}
.section_contact-block .map_block-content {
  padding-top: 52px;
  padding-bottom: 88px;
}

.section_contact-block .map_block-content .map-list {
  display: flex;
  flex-direction: column;
  width: 54.16667%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section_contact-block .map_block-content .map-list {
    width: 100%;
  }
}
.section_contact-block .map_block-content .map-item {
  display: flex;
  align-items: center;
  position: relative;
}

.section_contact-block .map_block-content .map-item .icon {
  padding-right: 23px;
}

.section_contact-block .map_block-content .map-item .link,
.section_contact-block .map_block-content .map-item .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Gotham", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .section_contact-block .map_block-content .map-item .link,
  .section_contact-block .map_block-content .map-item .txt {
    word-break: break-all;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .section_contact-block .map_block-content .map-item .link,
  .section_contact-block .map_block-content .map-item .txt {
    font-size: 18px;
  }
}
.section_contact-block .map_block-content .map-item + .map-item {
  margin-top: 28px;
}

.section_contact-block .map_block-content .social {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .section_contact-block .map_block-content .social {
    right: 50%;
    top: 80px;
  }
}
.section_contact-block .map_block-content .social .decorate_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 18px;
}

@media (max-width: 768px) {
  .section_contact-block .map_block-content .social .decorate_txt {
    display: none;
  }
}
.section_contact-block .map_block-content .social .decorate_txt .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
  font-family: "Gotham", sans-serif;
  color: #c9c9c9;
  margin: 0;
  writing-mode: vertical-lr;
}

.section_contact-block .map_block-content .social .decorate_txt .icon {
  height: 10px;
  padding-right: 0;
  margin-right: 5px;
}

.section_contact-block .map_block-content .social-list {
  display: flex;
}

.section_contact-block .map_block-content .social-list .social-item .inner:hover .icon svg path {
  fill: #05b862;
}

.section_contact-block .map_block-content .social-list .icon {
  padding-right: 0;
}

.section_contact-block .map_block-content .social .social-item + .social-item {
  margin-left: 25px;
}

.page-id-20 #main-footer {
  display: none;
}

.section_single {
  padding-top: 0;
  padding-bottom: 105px;
  background-position: center;
  background-size: cover;
  background-color: white;
}

.section_single .section_banner {
  z-index: 10;
}

.section_single .bac_img {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.section_single .bac_img .img-img {
  width: 100%;
  height: 100vh;
}

.section_single .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section_single .news_container {
  width: 58.04398%;
  margin: 0 auto;
}

.section_single-block {
  position: relative;
}

.section_single-block .container {
  width: 81.6%;
}

@media (max-width: 768px) {
  .section_single-block .container {
    width: 100%;
  }
}
.section_single-block .container > .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 88px;
}

@media (max-width: 768px) {
  .section_single-block .container > .title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.section_single .single_content {
  padding-top: 64px;
  padding-bottom: 84px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  word-break: break-word;
}

@media (max-width: 768px) {
  .section_single .single_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section_single .single_content p {
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .section_single .single_content p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section_single .single_content p {
    font-size: 20px;
  }
}
.section_single .work_content {
  max-width: 84.69388%;
  margin: 0 auto;
  text-align: center;
  margin-top: 200px;
  padding-bottom: 88px;
}

@media (max-width: 768px) {
  .section_single .work_content {
    margin-top: 60px;
  }
}
.section_single .work_content p {
  font-size: 28px;
  line-height: 51.2px;
  color: #212121;
  font-family: "Gotham", sans-serif;
}

@media (max-width: 768px) {
  .section_single .work_content p {
    font-size: 20px;
  }
}
.section_single .work_content p img {
  width: 100%;
  height: auto;
}

.section_single .work_info-inner {
  background-color: rgba(245, 245, 245, 0.39);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 27px;
  padding: 80px 95px 58px;
}

@media (max-width: 768px) {
  .section_single .work_info-inner {
    padding: 40px;
  }
}
.section_single .work_info-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section_single .work_info-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 47.57185%;
}

@media (max-width: 768px) {
  .section_single .work_info-item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .section_single .work_info-item {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.section_single .work_info-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
  position: absolute;
  bottom: -20px;
}

.section_single .work_info-item:first-child,
.section_single .work_info-item:last-child {
  width: 100%;
}

.section_single .work_info-item:not(:first-child):nth-child(odd) {
  margin-left: 4.85629%;
}

@media (max-width: 768px) {
  .section_single .work_info-item:not(:first-child):nth-child(odd) {
    margin: 0;
  }
}
.section_single .work_info-item .title {
  min-width: 96px;
}

.section_single .work_info-item .title .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.section_single .work_info-item .content {
  padding-left: 48px;
}

@media (max-width: 768px) {
  .section_single .work_info-item .content {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .section_single .work_info-item .content {
    padding-left: 10px;
  }
}
.section_single .work_info-item .content .txt {
  font-size: 26px;
  line-height: 41.6px;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media (max-width: 768px) {
  .section_single .work_info-item .content .txt {
    font-size: 20px;
  }
}
.section_single .work_info-item.area-item .content .txt {
  font-size: 32px;
}

@media (max-width: 768px) {
  .section_single .work_info-item.area-item .content .txt {
    font-size: 20px;
  }
}
.section_single .work_info .work_info-item + .work_info-item {
  margin-top: 62px;
}

.section_single .work_map {
  padding: 88px 49px 0 49px;
}

@media (max-width: 768px) {
  .section_single .work_map {
    padding: 40px 6.4% 0 6.4%;
  }
}
.section_single .work_map-iframe {
  position: relative;
  padding-bottom: 21.16564%;
  height: 0;
  overflow: hidden;
  border-radius: 26px;
}

.section_single .work_map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .section_single .work_map-iframe {
    height: 300px;
  }
}
.section_single .work_back {
  padding-top: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
}

.section_single .work_back .btns_svg {
  text-align: left;
  padding-left: 30px;
  width: 180px;
}

.section_single .work_back .btns_svg .link {
  display: inline-block;
  width: 150px;
}

.section_single .single_carousel-item {
  padding: 0 66px;
}

.section_single .single_else {
  padding-top: 77px;
  display: flex;
  justify-content: space-between;
}

.section_single .single_else::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 40px;
}

.post-navigation {
  width: 100%;
}

.post-navigation .nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#prev-page {
  position: relative;
}

#prev-page:after {
  position: absolute;
  bottom: -10px;
  left: -40px;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
}

#prev-page:hover:after {
  background-image: url(../images/dotleft.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}

#next-page {
  position: relative;
}

#next-page:after {
  position: absolute;
  bottom: -10px;
  right: -40px;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
}

#next-page:hover:after {
  background-image: url(../images/dotright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}

.section_news {
  padding-top: 0;
  position: relative;
}

.section_news .bac_img {
  position: fixed;
  top: 0;
}

.section_endangered .bac_img {
  position: fixed;
  top: 0;
}

.single_title {
  padding-top: 80px;
}

.single_title-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .single_title-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single_title-date .date-content {
  display: flex;
  align-items: center;
}

.single_title-date .date-content .date-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .single_title-date .date-content .date-year {
    padding-top: 0;
  }
}
.single_title-date .date-content .date-year .txt {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.single_title-date .date-content .date-day {
  padding-left: 12px;
}

.single_title-date .date-content .date-day .txt {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 55.2px;
}

.single_title-date .date-category .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0.15em;
}

.single_title-heading {
  padding-top: 50px;
  position: relative;
}

.single_title-heading::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 15px;
}

.single_title-heading .txt {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .single_title-heading .txt {
    font-size: 24px;
  }
}
.work_carousel-block {
  position: relative;
}

.work_carousel-block .work_carousel-inner {
  position: relative;
}

.work_carousel-block .work_carousel-item .img_div {
  padding-bottom: 54.83333%;
  border-radius: 27px;
}

.work_carousel-block .work_carousel-prev {
  left: -50px;
}

@media (max-width: 768px) {
  .work_carousel-block .work_carousel-prev {
    left: 0;
  }
}
.work_carousel-block .work_carousel-next {
  right: -50px;
}

@media (max-width: 768px) {
  .work_carousel-block .work_carousel-next {
    right: 0;
  }
}
.work_carousel-block .gallery_thumbs {
  padding-top: 94px;
  padding-bottom: 120px;
}

.work_carousel-block .gallery_thumbs-item .img_div {
  padding-bottom: 100%;
  border-radius: 43.5px;
  border: 3px solid #f3f3f3;
  transition: all 0.3s ease-in-out;
}

.work_carousel-block .gallery_thumbs-item .img_div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: linear-gradient(0deg, rgba(158, 158, 158, 0.5), rgba(158, 158, 158, 0.5));
  position: absolute;
  z-index: 2;
}

.work_carousel-block .gallery_thumbs-item .img_div img {
  z-index: 1;
}

.work_carousel-block .gallery_thumbs .swiper-slide-thumb-active .img_div {
  transform: scale(1.96429);
  border-radius: 26px;
  border: 3px solid #bdbdbd;
}

.work_carousel-block .gallery_thumbs .swiper-slide-thumb-active .img_div:after {
  content: unset;
}

.section_urbanRebuild {
  padding-top: 0;
}

.section_urbanRebuild .bac_img {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.section_urbanRebuild .bac_img .img-img {
  width: 100%;
  height: 100vh;
}

.section_urbanRebuild .bac_img .img-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.urbanRebuild_block {
  position: relative;
}

.urbanRebuild_block .container > .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 88px;
}

.urbanRebuild_block .container > .title h2.txt {
  padding-bottom: 8px;
}

.urbanRebuild_block .container > .title p.txt {
  padding: 10px 0;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}

.urbanRebuild_block .container .work_content {
  margin-top: 256.85px;
}

.urbanRebuild_block .container .work_content p {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media (max-width: 768px) {
  .urbanRebuild_block .container .work_content {
    margin-top: 90px;
  }
}
.urbanRebuild_block .container .work_content .title {
  padding-bottom: 40px;
  text-align: center;
}

.urbanRebuild_block .container .work_content .title .txt {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.urbanRebuild_block .container .work_content p {
  text-align: center;
  color: #000;
}

.urbanRebuild_block .container .btns_svg {
  width: 180px;
  text-align: left;
  padding-top: 88px;
  padding-left: 30px;
}

.urbanRebuild_block .container .btns_svg a {
  width: 150px;
}

.work_carousel-block .work_carousel-inner .swiper ul li {
  flex-direction: column;
  background: rgba(255, 255, 255, 0);
}

.work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}

@media (max-width: 500px) {
  .work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl {
    top: 18%;
  }
}
.work_carousel-block .work_carousel-inner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31.5px;
  bottom: -90px;
  position: absolute;
  height: 0;
}

@media (max-width: 768px) {
  .work_carousel-block .work_carousel-inner .swiper-pagination {
    bottom: -30px;
    gap: 10px;
  }
}
.work_carousel-block .work_carousel-inner .swiper-pagination img {
  width: 56.85px;
  height: 56.85px;
}

@media (max-width: 768px) {
  .work_carousel-block .work_carousel-inner .swiper-pagination img {
    width: 30px;
    height: 30px;
  }
}
.work_carousel-block .work_carousel-inner .swiper-pagination .swiper-pagination-bullet-active {
  width: 110px;
  height: 110px;
  border-radius: 38px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media (max-width: 768px) {
  .work_carousel-block .work_carousel-inner .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.urbanRebuild_block .work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl {
  top: 28%;
}

@media (max-width: 500px) {
  .urbanRebuild_block .work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl {
    top: 18%;
  }
}
.urbanRebuild_block .work_carousel-block .work_carousel-inner .swiper-pagination {
  bottom: 350px;
}

@media (max-width: 768px) {
  .urbanRebuild_block .work_carousel-block .work_carousel-inner .swiper-pagination {
    bottom: 330px;
  }
}
@media (max-width: 375px) {
  .urbanRebuild_block .work_carousel-block .work_carousel-inner .swiper-pagination {
    bottom: btns_svg360px;
  }
}
.urbanRebuild_block .work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl div {
  border: 3px solid #027d42;
}

.urbanRebuild_block .work_carousel-block .work_carousel-inner .container-ctrl .banner-swiper-ctrl div svg path {
  fill: #027d42;
}

.work_carousel-block {
  text-align: center;
}

.about_heading-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .about_heading-list {
    flex-direction: column;
  }
}
.about_heading-item .btns {
  width: 100px;
  text-align: center;
}

.about_heading-link {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
}

.about_heading-item + .about_heading-item {
  margin-left: 6.8287%;
}

/*    > animate keyframes  */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1.05, 1.05);
  }
}
/* =================================== */
body {
  margin: auto;
}

.body_wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}

.body_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  opacity: 0.5;
}

@media (max-width: 1023.98px) {
  .web_aside-inner .tptn_posts {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1023.98px) {
  .web_aside-inner.js-open .tptn_posts {
    max-height: 500px;
  }
}
.section_archive {
  position: relative;
}

.section_archive .class-info-photo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.home_works-block {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .home_works-block {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home_works-block .home_works-block-img {
    width: 100%;
  }
}
.home_works-block .home_works-block-img .img_div {
  border-radius: 15px;
}

.home_works-block .home_works-block-img .img_div .img {
  border-radius: 15px;
}

@media (max-width: 768px) {
  .home_works-block .home_works-block-txt {
    width: 100%;
  }
}
.home_works-block .home_works-block-txt .content p {
  color: #212121;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0.2em;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}

.home_works-block .home_works-block-txt .content .btns_svg {
  padding-left: 30px;
  width: 180px;
}

.single_danger {
  width: 100%;
}

.single_danger .single_danger_photo {
  width: 100%;
}

.single_danger .single_danger_photo .lis-n-danger {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.single_danger .single_danger_photo .lis-n-danger .img_div {
  width: 100%;
}

.single_danger .single_danger_photo .lis-n-danger .img_div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.swiper-little {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.swiper-little li {
  width: 56px;
}

.swiper-little li .img_div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media (max-width: 1024px) {
  .m_menu {
    display: block;
  }
}
.disabled {
  pointer-events: none;
  cursor: default;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.outSide {
  display: block;
}

.outSide_p {
  display: none;
}

@media (max-width: 768px) {
  .outSide_p {
    display: block;
  }
}
.outSide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  animation: myOrbit 20s linear infinite;
  opacity: 0;
}

.dot2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  animation: myOrbit 20s linear infinite;
  animation-delay: 0.5s;
  opacity: 0;
}

.dot3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  animation: myOrbit 20s linear infinite;
  animation-delay: 1s;
  opacity: 0;
}

.dot4 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  animation: myOrbit 20s linear infinite;
  animation-delay: 1.5s;
  opacity: 0;
}
@keyframes myOrbit {
  0% {
    transform: rotate(0deg) translateX(10%) translateY(10%) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(90deg) translateX(20%) translateY(20%) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(30%) translateY(30%) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(20%) translateY(20%) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(10%) translateY(10%) rotate(-360deg);
  }
}
.csrShortSay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 81.6%;
  margin: 0 auto;
}
.csrShortSay h2 {
  margin-bottom: 24px;
}
.csrShortSay p {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
}
.csrShortSay .top {
  padding: 30px 0 40px 0;
}

@media (max-width: 768px) {
  .csrShortSay {
    margin-bottom: 40px;
  }
}
.member {
  position: relative;
  margin-bottom: 40px;
}
.member::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #05b862;
  transform: translateX(-50%);
  z-index: 0;
}
.member div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  color: #05b862;
  font-weight: 700;
}
.member .section1 div {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #05b862;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
.member .section2 {
  position: relative;
  padding: 50px 0;
}
.member .section2 .outLine {
  width: 60%;
  border: 2px solid #05b862;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 450px) {
  .member .section2 .outLine {
    border-radius: 50px;
    padding: 50px 0;
  }
}
.member .section2 .outLine .block {
  gap: 40px;
  z-index: 10;
}
.member .section2 .outLine .block:first-child {
  margin-left: -100px;
}
@media (max-width: 768px) {
  .member .section2 .outLine .block:first-child {
    margin-left: -50px;
  }
}
@media (max-width: 450px) {
  .member .section2 .outLine .block:first-child {
    margin-left: -40px;
  }
}
.member .section2 .outLine .block:last-child {
  margin-right: -100px;
}
@media (max-width: 768px) {
  .member .section2 .outLine .block:last-child {
    margin-right: -50px;
  }
}
@media (max-width: 450px) {
  .member .section2 .outLine .block:last-child {
    margin-right: -40px;
  }
}
.member .section2 .outLine .block .top {
  width: 200px;
  height: 100px;
  border-radius: 100px;
  background-color: #05b862;
  position: relative;
  font-size: 24px;
  line-height: 36px;
  color: white;
}
@media (max-width: 768px) {
  .member .section2 .outLine .block .top {
    width: 100px;
    height: 150px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
    writing-mode: vertical-lr;
  }
}
@media (max-width: 450px) {
  .member .section2 .outLine .block .top {
    width: 50px;
  }
}
.member .section2 .outLine .block .top::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section2 .outLine .block .top::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section2 .outLine .block .bottom {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #05b862;
  background-color: #f5f5f5;
  margin: 20px 0;
  position: relative;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 450px) {
  .member .section2 .outLine .block .bottom {
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }
}
.member .section2 .outLine .block .bottom::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section2 .outLine .block .bottom::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section3 {
  gap: 20px;
  padding-top: 20px;
}
.member .section3 div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #05b862;
  background-color: #f5f5f5;
  margin: 20px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 450px) {
  .member .section3 div {
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }
}
.member .section3 div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section3 div::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section4 {
  padding-top: 20px;
}
.member .section4 .outLine {
  width: 80%;
  border: 2px solid #05b862;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0 0 0;
  position: relative;
}
@media (max-width: 450px) {
  .member .section4 .outLine {
    border-radius: 50px;
    padding: 50px 0 0 0;
  }
}
.member .section4 .outLine::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 50%;
  bottom: -2px;
  left: -2px;
  background-color: #f5f5f5;
}
.member .section4 .outLine div {
  width: 100px;
  height: 200px;
  border-radius: 50px;
  background-color: #f5f5f5;
  margin: 20px 0;
  position: relative;
  z-index: 10;
  writing-mode: vertical-lr;
  font-size: 24px;
  line-height: 36px;
  color: white;
}
@media (max-width: 768px) {
  .member .section4 .outLine div {
    width: 60px;
  }
}
@media (max-width: 450px) {
  .member .section4 .outLine div {
    font-size: 16px;
    width: 40px;
    height: 100px;
    border-radius: 20px;
    line-height: 24px;
  }
}
.member .section4 .outLine div:first-child {
  margin-left: -50px;
  background-color: #05b862;
}
@media (max-width: 768px) {
  .member .section4 .outLine div:first-child {
    margin-left: -30px;
  }
}
@media (max-width: 450px) {
  .member .section4 .outLine div:first-child {
    margin-left: -20px;
  }
}
.member .section4 .outLine div:last-child {
  margin-right: -50px;
  background-color: #004a75;
}
@media (max-width: 768px) {
  .member .section4 .outLine div:last-child {
    margin-right: -30px;
  }
}
@media (max-width: 450px) {
  .member .section4 .outLine div:last-child {
    margin-right: -20px;
  }
}
.member .section4 .outLine div:nth-child(2) {
  background-color: #04ac6f;
}
.member .section4 .outLine div:nth-child(3) {
  background-color: #049f7c;
}
.member .section4 .outLine div:nth-child(4) {
  background-color: #039389;
}
.member .section4 .outLine div:nth-child(5) {
  background-color: #028796;
}
.member .section4 .outLine div:nth-child(6) {
  background-color: #027aa3;
}
.member .section4 .outLine div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.member .section4 .outLine div::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

/*# sourceMappingURL=style.css.map */