<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-container {
  color: #e6e9eb;
  flex-direction: column;
  gap: 50px;
  padding: 50px 130px;
  display: flex;
}
.splide__splide {
  cursor: pointer;
}
.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__pagination {
  right: unset;
  bottom: 30px;
  left: 100px;
}
.page-selection-card {
  background-position: 50%;
  background-size: cover;
  border-radius: 0 35px;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 10px #0006;
}
.page-selection-card:hover:after {
  content: "";
  background-color: #add8e659;
  border-radius: 0 35px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-selection-card:hover .button-arrow-container {
  animation: 0.6s infinite alternate bounceright;
}
.card-1 {
  background-image: linear-gradient(110deg, #fff 50%, #0000 50%),
    url(card-1.8e4663e1.jpeg);
  justify-content: flex-start;
}
.card-2 {
  background-image: linear-gradient(-70deg, #fff 50%, #0000 50%),
    url(card-2.5903b78f.png);
  background-position: 100% 0;
  justify-content: flex-end;
}
.card-3 {
  background-image: linear-gradient(110deg, #fff 50%, #0000 50%),
    url(card-3.00bbeff7.png);
  justify-content: flex-start;
}
.card-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  width: 35%;
  height: 100%;
  padding: 0 60px;
  display: flex;
}
.card-title {
  color: #002247;
  font-size: 36px;
  font-weight: 700;
}
.card-description {
  color: #002247;
  font-size: 22px;
}
.button-arrow-container {
  align-items: center;
  display: flex;
}
.yellow-button {
  color: #002247;
  background-color: #e3b449;
  border-radius: 5px 0 0 5px;
  align-items: center;
  padding: 10px 20px;
  font-family: Microsoft JhengHei;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}
.yellow-button-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.arrow-container {
  color: #002247;
  background-color: #e7bf64;
  border-radius: 0 5px 5px 0;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  font-size: 16px;
  display: flex;
}
@keyframes bounceright {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(6px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-scroll {
  visibility: hidden;
  animation-fill-mode: forwards;
}
@media screen and (width&lt;=1440px) {
  .card-1 {
    background-image: linear-gradient(110deg, #fff 50%, #0000 50%),
      url(card-1.8e4663e1.jpeg);
    background-position: 41% 25%;
    justify-content: flex-start;
  }
  .card-2 {
    background-image: linear-gradient(-70deg, #fff 50%, #0000 50%),
      url(card-2.5903b78f.png);
    background-position: 50%;
    justify-content: flex-end;
  }
  .card-3 {
    background-image: linear-gradient(110deg, #fff 50%, #0000 50%),
      url(card-3.00bbeff7.png);
    justify-content: flex-start;
  }
}
@media screen and (width&lt;=1050px) {
  .splide {
    margin-top: 88px;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .page-selection-card {
    height: 500px;
  }
  .body-container {
    color: #e6e9eb;
    flex-direction: column;
    gap: 50px;
    padding: 50px 30px;
    display: flex;
  }
  .card-1 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-1-m.180004d8.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 125%;
    justify-content: flex-end;
  }
  .card-2 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-2-m.9a9a2b1b.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 125%;
    justify-content: flex-end;
  }
  .card-3 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-3-m.dfb586f0.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-end;
  }
  .card-text-container {
    justify-content: end;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 8px;
  }
  .card-title,
  .card-description {
    text-align: left;
  }
  .card-title {
    text-align: left;
    font-size: 26px;
  }
  .card-description {
    text-align: left;
    font-size: 16px;
  }
  .button-arrow-container {
    justify-content: center;
    margin: 0 auto 20px;
  }
  .yellow-button {
    justify-content: center;
    width: calc(100% - 24px);
  }
}
@media screen and (width&lt;=425px) {
  .card-1 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-1-m.180004d8.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 125%;
    justify-content: flex-end;
  }
  .card-2 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-2-m.9a9a2b1b.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 125%;
    justify-content: flex-end;
  }
  .card-3 {
    background-image: linear-gradient(5deg, #fff 50%, #0000 50%),
      url(card-3-m.dfb586f0.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-end;
  }
}
/*# sourceMappingURL=index.a0765758.css.map */
</pre></body></html>