@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Anton 字體（英文） */
@font-face {
  font-family: "Anton";
  src: local("Anton"), url("fonts/Anton/Anton-Regular.woff") format("woff"), url("fonts/Anton/Anton-Regular.otf") format("opentype"), url("fonts/Anton/Anton-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 90px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 95px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 90px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html {
    overflow-x: visible;
  }
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
    overflow-x: visible;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #90c31f;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, #90c31f 70%, rgba(144, 195, 31, 0) 100%) 1;
  opacity: 1;
  margin: 4em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #90c31f !important;
}

.text-secondary {
  color: #dc53c2 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.3em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.28em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.445em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.5em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1;
  color: #90c31f;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}

.block-title5 {
  font-size: 1.3em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.6em;
  }
}

.img-wrap {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
.btn-sm span {
  width: 40px !important;
  height: 40px !important;
}
.btn-sm span img {
  width: 20px !important;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-play {
  border-radius: 10px;
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: #90c31f;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 80px;
    height: 80px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  content: "";
  background-color: rgba(144, 195, 31, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(144, 195, 31, 0.5);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #90c31f;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  display: inline-flex;
  color: #333 !important;
  border: 0 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #90c31f !important;
  border-radius: 0 !important;
  padding: 0.3em 0 !important;
}
@media (min-width: 992px) {
  .btn-more:hover {
    border-bottom: 3px solid #dc53c2 !important;
  }
}

.btn-outline-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-primary span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #90c31f;
  color: #666;
  border-radius: 45px;
  height: 55px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary span {
    font-size: 1em;
  }
}
.btn-outline-primary i {
  display: inline-flex;
  padding: 0.75em;
  font-size: 1em;
  border: 1px solid #90c31f;
  color: #666;
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-primary:hover span, .btn-outline-primary:active span, .btn-outline-primary:focus span {
    background-color: #90c31f !important;
    color: white !important;
  }
  .btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
    background-color: #90c31f !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-outline-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-dark span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #cccccc;
  color: #999;
  border-radius: 45px;
  height: 50px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark span {
    font-size: 1em;
  }
}
.btn-outline-dark i {
  display: inline-flex;
  padding: 0.4em 0.75em;
  font-size: 1em;
  border: 1px solid #cccccc;
  color: #999;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-dark:hover span, .btn-outline-dark:active span, .btn-outline-dark:focus span {
    background-color: #cccccc !important;
    color: white !important;
  }
  .btn-outline-dark:hover i, .btn-outline-dark:active i, .btn-outline-dark:focus i {
    background-color: #cccccc !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-primary {
  border: 1px solid #90c31f !important;
  color: #90c31f !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #90c31f !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-primary:hover span, .btn-primary:active span, .btn-primary:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-primary:hover span img, .btn-primary:active span img, .btn-primary:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-primary {
    height: 64px;
    padding: 0 2em 0 4px !important;
  }
  .btn-primary span {
    width: 56px;
    height: 56px;
  }
}

.btn-dark {
  border: 1px solid #cccccc !important;
  color: #999 !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-dark:hover span, .btn-dark:active span, .btn-dark:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-dark:hover span img, .btn-dark:active span img, .btn-dark:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-dark {
    height: 64px;
    padding: 0 1.2em 0 4px !important;
  }
  .btn-dark span {
    width: 56px;
    height: 56px;
  }
}

.btn-send {
  background-color: #90c31f;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #dc53c2;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.s-list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 3.5em !important;
  display: flex;
  flex-direction: row;
}
.s-list .img-wrap {
  height: 100%;
  overflow: hidden;
}
.s-list .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.s-list .s-con {
  padding: 30px !important;
  align-content: center;
}
.s-list .s-con .s-name {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.s-list .s-con .intro {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  box-sizing: border-box;
}
.s-list .s-con .intro p {
  font-size: 1em;
  color: #333;
}
.s-list:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .s-list .s-con {
    padding: 60px !important;
  }
  .s-list .s-name {
    font-size: 1.85em;
  }
  .s-list:hover {
    box-shadow: 0 0 12px rgba(144, 195, 31, 0.5);
  }
  .s-list:hover .img-wrap img {
    transform: scale(1.05);
  }
  .s-list:hover .s-name {
    color: #90c31f;
  }
  .s-list:hover .btn-outline-primary {
    background-color: transparent !important;
    border: 0 !important;
  }
  .s-list:hover .btn-outline-primary span {
    background-color: #90c31f !important;
    color: white !important;
  }
  .s-list:hover .btn-outline-primary i {
    background-color: #90c31f !important;
    color: white !important;
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) {
  .s-list .s-name {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .s-list .s-name {
    font-size: 2.4em;
  }
}/*# sourceMappingURL=solutions.css.map */