body {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.125rem;
  background: url(img/webtitle.jpg) center right/cover no-repeat fixed;
}

.main_color {
  color: #006ea0;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background: linear-gradient(120deg, #00d15f, #02fdb2, #00d15f);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  font-size: 0.75rem;
  padding: 5px;
  width: 100%;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.txt2 {
  text-align: center;
  font-size: 0.8125rem;
  padding: 5px;
  width: 80%;
  line-height: 1.3;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.g_header.is_active {
  background-color: transparent;
}
.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: flex;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_area .nav_content {
  display: flex;
}
.g_header .nav_area .nav_cnt {
  display: inline-flex;
}
.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}
.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #FDCF5E;
  color: #000;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.g_header .nav_area .nav_link:hover {
  color: #006ea0;
  text-decoration: none;
}
.g_header .header_sns {
  flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}
.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}
.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}
.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}
.g_header .header_sns .hover_holder {
  cursor: pointer;
}
.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #006ea0;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #006ea0;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bttn .main_b:hover {
  background-color: #010127;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #006ea0;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #006ea0;
}
.bttn .sub_b:hover {
  background-color: rgba(1, 1, 39, 0.1);
}

@keyframes foltBg {
  0% {
    transform: translateY(15px) scale(1);
  }
  70% {
    transform: translateY(-5px) scale(1);
  }
  100% {
    transform: translateY(15px) scale(1);
  }
}
.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.fixed_bg .kv_bg-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed_bg .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/kv_bg.jpg) center right/100% auto no-repeat fixed;
  animation: foltBg 10s ease-in-out infinite;
}

.g_kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}
.g_kv img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.g_kv .logo {
  position: absolute;
  width: 14.0625%;
  top: 7%;
  left: 8%;
}
.g_kv .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-95%, -45%);
  width: 43.2291666667%;
}
.g_kv .tit .t1 {
  position: relative;
  width: 100%;
}
.g_kv .CTA_btn {
  position: relative;
  margin: 10% 0 0;
}
.g_kv .CTA_btn_inner {
  position: relative;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 5px;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 0.2s ease-out;
  text-decoration: none;
  cursor: pointer;
}
.g_kv .CTA_btn_inner:hover {
  color: #010127;
  background-color: #fff;
}

.g_main {
  position: relative;
  z-index: 1;
}

.g_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_bg .color_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.g_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  background: url(img/kv_bg.jpg) center right/85% auto no-repeat fixed, url(img/kv_bg.jpg) center right/cover no-repeat fixed;
}

.sc_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0 0;
}
.sc_intro .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 80px;
  font-size: 1.125rem;
  text-align: left;
  border-radius: 35px;
}
.sc_intro .slg {
  position: relative;
  width: 100%;
  margin: 45px auto 35px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #02fdb2;
}
.sc_intro .slg span {
  position: relative;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
}
.sc_intro p {
  position: relative;
  margin: 20px 0;
  color: #fff;
  line-height: 1.6;
}
.sc_intro .prods {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.sc_intro .prods .prod {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sc_intro .prods .prod .q {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #02fdb2;
  margin: 0 15px 0 0;
}
.sc_intro .prods .prod .sl {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  background-color: #02fdb2;
  text-align: left;
  padding: 5px 30px 5px 30px;
}
.sc_intro .prods .prod .w {
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  padding: 15px 30px 20px 30px;
  border: 2px solid #02fdb2;
}
.sc_intro .prods .prod .w ul {
  position: relative;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.sc_intro .prods .prod .w ul li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 20px;
}
.sc_intro .prods .prod .w ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99%;
  background-color: #02fdb2;
  margin-top: -2px;
}
.sc_intro .downloadBtn {
  position: relative;
  text-align: center;
  margin: 0 0 75px 0;
}
.sc_intro .downloadBtn.status2 {
  margin: 0;
}
.sc_intro .downloadBtn.status2 .main_button {
  background: linear-gradient(90deg, #00d15f, #02fdb2, #00d15f);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_intro .downloadBtn .main_button {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  color: #fff;
  line-height: 1.1;
  background: linear-gradient(90deg, #00d15f, #02fdb2, #00d15f);
  border-radius: 15px;
  font-weight: 500;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_intro .downloadBtn .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
}
.sc_intro .downloadBtn .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_intro .downloadBtn .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}
.sc_intro .sc_gift {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
  padding: 30px 20px 60px;
  background: linear-gradient(90deg, rgba(0, 153, 153, 0.8), rgba(0, 110, 160, 0.8)), url(img/kv_bg.jpg) bottom right/cover no-repeat;
  border-radius: 15px;
}
.sc_intro .sc_gift .gift_tit {
  position: relative;
  width: 100%;
  text-align: center;
}
.sc_intro .sc_gift .gift_tit .main {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: inline-block;
  color: #fff;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  padding: 0.75rem 0;
}
.sc_intro .sc_gift .gift_tit .main span {
  color: #02fdb2;
  font-weight: bold;
  font-size: 1.75rem;
}
.sc_intro .sc_gift .gift_cnt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sc_intro .sc_gift .gift_cnt .info {
  position: relative;
  flex: 0 1 53%;
  padding: 30px 20px;
}
.sc_intro .sc_gift .gift_cnt .info p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #fff;
}
.sc_intro .sc_gift .gift_cnt .info p span {
  color: #02fdb2;
  font-weight: bold;
  font-size: 1.5rem;
}
.sc_intro .sc_gift .gift_cnt .info p.ps {
  margin: 25px 0 0;
  color: #fafafa;
  font-weight: 300;
  font-size: 0.75rem;
}
.sc_intro .sc_gift .gift_cnt .pic {
  position: relative;
  flex: 0 1 50%;
  max-width: 200px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_intro .sc_gift .gift_cnt .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_company {
  padding: 80px 0;
}
.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.sc_company .parag_wrap {
  position: relative;
}
.sc_company .parag_wrap .company_tit {
  position: relative;
  z-index: 3;
  padding: 0 10px;
  text-align: center;
}
.sc_company .parag_wrap .company_tit .ti {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  padding: 4px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0;
}
.sc_company .parag_wrap .parag a {
  position: relative;
  font-size: 0.9375rem;
  color: #d3c4ff;
  text-decoration: underline;
  font-family: "Charcoal", sans-serif;
  text-align: center;
  transition: all 0.2s ease-out;
  margin: 25px 30px;
}
.sc_company .parag_wrap .parag a:hover {
  color: #fff;
}

.sc_logo {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_logo img {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media (max-width: 508px) {
  .g_header {
    display: none;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .fixed_bg {
    height: 100vw;
  }
  .fixed_bg .kv_bg {
    background: url(img/kv_bg.jpg) bottom right/cover no-repeat fixed;
  }
  .g_kv {
    height: 100vw;
  }
  .g_kv .logo {
    width: 40%;
    top: 7%;
    left: 5%;
  }
  .g_kv .tit {
    transform: translate(-50%, -50%);
    width: 90%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
  }
  .g_kv .CTA_btn {
    margin: 10% 0 0;
  }
  .g_kv .CTA_btn_inner {
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.625rem;
    font-weight: 300;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
  }
  .g_kv .CTA_btn_inner:hover {
    color: #010127;
    background-color: #fff;
  }
  .g_bg .color_bg {
    background-color: rgba(0, 0, 0, 0.6);
    background: linear-gradient(black, rgba(0, 0, 0, 0.6));
  }
  .g_bg .img_bg {
    filter: blur(0);
    background: url(img/kv_bg.jpg) center right/cover no-repeat fixed;
  }
  .sc_intro {
    padding: 30px 0 0;
  }
  .sc_intro .container {
    padding: 30px 20px;
    font-size: 0.9375rem;
    text-align: left;
    border-radius: 15px;
  }
  .sc_intro .slg {
    margin: 0 auto 15px;
    font-size: 1.375rem;
  }
  .sc_intro .downloadBtn .main_button {
    padding: 20px 50px;
  }
  .sc_intro .downloadBtn .main_button .text {
    font-size: 1.75rem;
    letter-spacing: 0.5rem;
  }
  .sc_intro .sc_gift {
    margin: 30px 0 0;
    padding: 30px 20px;
  }
  .sc_intro .sc_gift .gift_tit .main {
    font-size: 1.5rem;
  }
  .sc_intro .sc_gift .gift_tit .main span {
    font-size: 1.5rem;
  }
  .sc_intro .sc_gift .gift_cnt {
    padding: 15px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sc_intro .sc_gift .gift_cnt .info {
    padding: 20px 0;
  }
  .sc_intro .sc_gift .gift_cnt .info p.ps {
    margin: 20px 0;
  }
  .sc_intro .sc_gift .gift_cnt .pic {
    max-width: 200px;
  }
  .sc_company {
    margin: 35px 0 0;
    padding: 30px 0;
  }
  .sc_company .parag_wrap .company_tit {
    padding: 0 10px;
  }
  .sc_company .parag_wrap .parag {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 0;
  }
  .sc_company .parag_wrap .parag a {
    display: block;
    text-align: center;
    margin: 15px 30px;
  }
  .sc_logo {
    padding: 20px 0;
  }
  .sc_logo img {
    max-width: 150px;
  }
}
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */