<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: "Roboto", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.dot-carousel {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  border-radius: 3rem;
  background-color: #003bff;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-hidden {
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}

.vid-container {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fce1e7;
  background-image: url(../images/stripe.png), url(../images/bg-pink-gradient.png);
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: 0 50%, 0 0;
}

.vid-content {
  border-radius: 38px;
  overflow: hidden;
  background-color: #fff;
}

.showTime {
  position: relative;
  z-index: 2;
  max-height: 585px;
}

.all-content {
  background-color: #fff;
  position: relative;
  font-size: 1.2em;
  overflow: hidden;
}

.block_title {
  margin: auto;
  position: relative;
}
.block_title::before {
  content: "";
  display: block;
  height: 2rem;
  width: 100%;
  background-color: #fff;
}
.block_title img {
  position: absolute;
  max-height: 246px;
  margin-top: 2rem;
  max-width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.block_title:not(:first-of-type):nth-last-of-type(2n)::before {
  content: "";
  display: block;
  height: 110px;
  max-height: 20vw;
  width: 100%;
  background: url(../images/patch.png) no-repeat 10% 50%/100px auto, url(../images/riceBlock.png) repeat-x 50% 100%/auto 50%, #fff;
}
.block_title:not(:first-of-type):nth-last-of-type(2n) img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.block_title:not(:first-of-type):nth-last-of-type(2n + 1)::before {
  content: "";
  display: block;
  height: 110px;
  max-height: 20vw;
  width: 100%;
  background: url(../images/patch.png) no-repeat 90% 50%/100px auto, url(../images/whiteBlock.png) repeat-x 50% 100%/auto 50%, #fdfad1;
}
.block_title:not(:first-of-type):nth-last-of-type(2n + 1) img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.block_title.brands img {
  margin-bottom: -30px;
}
.block_title h2 {
  color: var(--tutor-abc-2023-main-blue, #003bff);
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  /* 2023 new/CN/Destop/Subtitle/Bold-XL */
  font-family: Noto Sans TC;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.975rem */
}
.block_title h4 {
  color: #003bff;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  /* 2023 new/CN/Destop/Body/Light-L */
  font-family: Noto Sans TC;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.75rem */
}
.block_title h3 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 1.6em;
  font-weight: 700;
  padding: 15px 125px;
  color: #003bff;
  gap: 64px;
  border-radius: 50em;
  border: 1px solid #bbcbff;
}
.block_title h3::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background: url(../images/bg_doubleDot.png) no-repeat center/contain;
  top: -10px;
  left: 30px;
}

.product_block {
  width: 90%;
  max-width: 1080px;
  padding-top: 70px;
  padding-bottom: 40px;
  margin: auto;
  border-radius: 50px 50px 0px 0px;
}

.b1,
.b3,
.b5 {
  background: #fff;
}
.b1 .product_block,
.b3 .product_block,
.b5 .product_block {
  padding-top: 70px;
  position: relative;
}

.b2,
.b4 {
  background: #fdfad1;
}
.b2 .product_block,
.b4 .product_block {
  padding-top: 70px;
  position: relative;
}

.b6 {
  background: url(../images/cloud_w.png) no-repeat 2% 5%/150px, url(../images/cloud_w.png) no-repeat 98% 98%/150px, url(../images/stars.png) no-repeat 90% 15%/80px;
}

.block-5 .col-sm-2 {
  width: 20%;
}

.pathPic {
  background: url(../images/path.png) no-repeat center top/1440px auto;
  height: 100rem;
}

.navbar-pink {
  background: #ec87b5;
}
.navbar-pink .logo {
  max-height: 50px;
}
.navbar-pink .date {
  max-height: 40px;
}

.kv-reflex {
  background: url(../images/kv.png) no-repeat center 20%/100% auto, url(../images/cloud.png) no-repeat 2% 2%/100px auto, url(../images/cloud.png) no-repeat 98% 40%/110px auto, url(../images/kv_grid.png) repeat-x 50% 100%/100% auto, #fdfad1;
  position: relative;
  height: 574px;
}
.kv-reflex img {
  position: absolute;
  left: -150px;
  top: 30px;
  width: 20vw;
  max-width: 300px;
}

.kv {
  position: relative;
  height: 47.5rem;
  background: url(../images/kv.png) no-repeat center top/1440px auto;
}
.kv a {
  position: absolute;
  width: 360px;
  height: 105px;
  left: 50%;
  margin-left: -200px;
  bottom: 10%;
  border-radius: 30px;
}

.bg_1 {
  background: #42ae63;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
}
.bg_1 .container {
  border-top: 0;
  border-bottom: 0;
}

.bg_2 {
  background-color: #fce1e7;
  background-image: url(../images/bg-2.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.bg_3 {
  margin-top: -6rem;
  border-radius: 40px 40px 0 0;
  position: relative;
  background: url(../images/bg_footer.png) repeat-y center/100% auto, #522e9c;
  display: block;
  z-index: 99;
}
.bg_3 .footer_title {
  max-width: 400px;
  min-width: 300px;
}

.more {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: var(--spacing-12, 12px) var(--spacing-30, 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: #fff;
}
.more p {
  color: #e46a85;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 2px;
}

.downloadApp {
  margin: auto;
  max-width: 714px;
}

@media only screen and (min-width: 1440px) {
  .kv {
    position: relative;
    height: 58.4rem;
    background: url(../images/kv-xl.png) no-repeat center top/1920px auto;
  }
  .kv a {
    position: absolute;
    width: 360px;
    height: 120px;
    left: 50%;
    margin-left: -200px;
    bottom: 10.1%;
    border-radius: 30px;
  }
  .container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 991px) {
  .kv-reflex {
    background: url(../images/kv-xl.png) no-repeat center top/991px, url(../images/cloud.png) no-repeat 2% 2%/150px auto, url(../images/cloud.png) no-repeat 98% 49%/170px auto, url(../images/kv_grid.png) repeat-x 50% 100%/100% auto, #fdfad1;
    height: 800px;
  }
}
@media only screen and (min-width: 1630px) {
  .kv {
    position: relative;
    height: 48.7vw;
  }
  .kv a {
    position: absolute;
    width: 18vw;
    height: 5.5vw;
    left: 50%;
    margin-left: -10vw;
    bottom: 11%;
    border-radius: 1.5vw;
  }
  .kv-reflex {
    background: url(../images/kv-xl.png) no-repeat center top/1080px auto, url(../images/cloud.png) no-repeat 2% 2%/150px auto, url(../images/cloud.png) no-repeat 98% 45%/160px auto, url(../images/kv_grid.png) no-repeat 50% 100%/100% auto, #fdfad1;
    height: 900px;
  }
  .kv-reflex &gt; div:first-child a:nth-child(2) img {
    position: absolute;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .vid-container {
    background-color: #fce1e7;
    background-image: url(../images/stripe.png), url(../images/bg-pink-gradient.png);
    background-repeat: no-repeat;
    background-size: 100% auto, auto 100%;
    background-position: 0 50%, 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .bg_1 .overflow-x-scroll {
    overflow-x: hidden;
  }
  .h-sm-100 {
    height: 100%;
  }
}
@media only screen and (max-width: 912px) {
  .kv {
    height: 72.45vw;
    background-size: 136vw;
  }
  .kv a {
    width: 33.4vw;
    height: 10.4vw;
    margin-left: -18.7vw;
  }
  .container {
    padding: 0;
    margin: auto;
  }
  .product_block {
    padding-top: 40px;
  }
  .b1 .product_block {
    padding-top: 60px;
  }
  .b2 .product_block,
  .b3 .product_block,
  .b4 .product_block {
    padding-top: 80px;
  }
}
.btn_block {
  text-align: center;
}
.btn_block img {
  width: 90%;
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .kv-reflex {
    background: url(../images/kv-m.png) no-repeat center 30%/100% auto, url(../images/cloud.png) no-repeat 2% 2%/100px auto, url(../images/cloud.png) no-repeat 98% 50%/105px auto, url(../images/kv_grid.png) no-repeat 50% 100%/100% auto, #fdfad1;
    height: 90vw;
  }
  .kv-reflex &gt; div:first-child a:nth-child(2) {
    height: 30vw;
  }
  .kv-reflex &gt; div:first-child a:nth-child(2) img {
    position: absolute;
    padding-top: 60px;
  }
  .all-content {
    font-size: 1.1em;
  }
  .block_title h3 {
    font-size: 1.4em;
    padding: 10px 52px;
  }
  .block_title h3::before {
    width: 32px;
    height: 32px;
    left: 10px;
  }
  .block_style::before {
    height: 40px;
    background: repeating-linear-gradient(90deg, #edf1ff, #edf1ff 8px, transparent 8px, transparent 14px);
  }
}
@media only screen and (max-width: 575px) {
  .block-5 .col-sm-2 {
    width: 50%;
  }
  .all-content {
    font-size: 1.05em;
  }
  .bg_3 {
    margin-top: -3rem;
    border-radius: 40px 40px 0 0;
    position: relative;
    background: url(../images/bg_footer.png) repeat-y center/100% auto, #522e9c;
    display: block;
    z-index: 99;
  }
  .bg_3 .footer_title {
    max-width: 200px;
    min-width: 100px;
  }
  .product_block {
    padding-top: 20px;
  }
  .block_title img {
    max-height: 95px;
    margin-bottom: -3rem;
  }
  .block_title h2 {
    font-size: 1.5rem;
  }
  .block_title h4 {
    font-size: 1.25rem;
  }
  .block_title.brands img {
    margin-bottom: -50px;
  }
  .block_style {
    padding: 0px 20px 0px 20px;
  }
  .b3 .product_block::before,
  .b4 .product_block::before {
    height: 85%;
  }
  .container {
    padding: 0;
  }
  .kv {
    height: 122.4vw;
    background: url(../images/kv-m.png) no-repeat center/cover;
  }
  .kv a {
    width: 48vw;
    height: 14vw;
    margin-left: -27vw;
    bottom: 10%;
  }
  .downloadApp {
    text-align: center;
  }
}</pre></body></html>