@import '../lib/swiper/swiper-bundle.min.css';
/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.layout,
.overContent {
  overflow: unset !important;
}

.Header__accessibility__193r3 {
  left: 0;
}

#hd {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: white;
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  /* ---------- SCREEN READER ---------- */
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd ::-moz-selection {
  background: #1e1f21;
  color: #3bbee3;
  -webkit-text-fill-color: #3bbee3;
}
#hd ::selection {
  background: #1e1f21;
  color: #3bbee3;
  -webkit-text-fill-color: #3bbee3;
}
#hd ::-moz-selection {
  background: #1e1f21;
  color: #3bbee3;
  -webkit-text-fill-color: #3bbee3;
}
#hd ul,
#hd li,
#hd figure,
#hd p {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
#hd img.lazyLoad {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50vh;
}
#hd img.lazyLoad.lazyLoaded {
  height: auto;
  opacity: 1;
}
#hd button {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 1px solid #75ffe3;
  outline-offset: -1px;
}
#hd a:focus:not(:focus-visible), #hd button:focus:not(:focus-visible), #hd input:focus:not(:focus-visible), #hd select:focus:not(:focus-visible), #hd textarea:focus:not(:focus-visible),
#hd [role=button]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes quickFadeInOut {
  0%, 49.4%, 100% {
    opacity: 1;
  }
  49.5%, 99.9% {
    opacity: 0;
  }
}
@keyframes quickFadeInOut {
  0%, 49.4%, 100% {
    opacity: 1;
  }
  49.5%, 99.9% {
    opacity: 0;
  }
}
@-webkit-keyframes onetap {
  0%, 35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55%, 100% {
    opacity: 0;
  }
}
@keyframes onetap {
  0%, 35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes onetap-high {
  0%, 49% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes onetap-high {
  0%, 49% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes progress {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes progress {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes showTable {
  100% {
    -webkit-filter: drop-shadow(0 0 1em #d0e1f5);
            filter: drop-shadow(0 0 1em #d0e1f5);
  }
}
@keyframes showTable {
  100% {
    -webkit-filter: drop-shadow(0 0 1em #d0e1f5);
            filter: drop-shadow(0 0 1em #d0e1f5);
  }
}
@-webkit-keyframes mulit-circle {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 0.38;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes mulit-circle {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 0.38;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}
@-webkit-keyframes icon-burst {
  0% {
    -webkit-transform: scale(0.18);
            transform: scale(0.18);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes icon-burst {
  0% {
    -webkit-transform: scale(0.18);
            transform: scale(0.18);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes aps-circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 1;
  }
  37% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 1;
  }
  87% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes aps-circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 1;
  }
  37% {
    -webkit-transform: scale(2.7);
            transform: scale(2.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 1;
  }
  87% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes aps-txt {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes aps-txt {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hd {
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TTNormsProBold", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.125;
  color: inherit !important;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
  word-break: normal;
  word-wrap: normal;
}
#hd h3,
#hd .h3 {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.125;
  letter-spacing: 0.1emm;
  color: inherit;
  margin-bottom: 0.25em;
}
#hd h3 strong,
#hd .h3 strong {
  font-weight: inherit;
}
#hd h3 .txt-smaller,
#hd .h3 .txt-smaller {
  font-size: 0.875em;
}
#hd h3 .txt-larger,
#hd .h3 .txt-larger {
  font-size: 1.125em;
}
#hd h4,
#hd .h4 {
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  color: inherit;
  margin-bottom: 0.2em;
}
#hd h5,
#hd .h5 {
  font-family: "TTNormsProBold", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0.018em;
  color: inherit;
  margin-bottom: 0.5em;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
#hd b,
#hd strong {
  font-weight: bold;
}
#hd small {
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0.018em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd .txt-link {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.6363;
  letter-spacing: 0.016em;
  font-weight: 500;
}
#hd .txt-link:hover, #hd .txt-link:focus-visible {
  text-decoration: underline;
  background: none;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .hd-note {
  margin-top: 0.5em;
}
#hd .hd-note small {
  display: block;
  font-size: 0.75em;
  line-height: 1.25;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .color-primary {
  color: #75ffe3 !important;
}
#hd .color-secondary {
  color: #001b67 !important;
}
#hd .color-secondary-light {
  color: #396588 !important;
}
#hd .color-primary-light {
  color: #3bbee3 !important;
}
#hd .color-primary-dark {
  color: #4c5fff !important;
}
#hd .color-highlight {
  color: #B277FF !important;
}
#hd .color-light-grey {
  color: #d9d9d6 !important;
}
#hd .color-grey {
  color: #666666 !important;
}
#hd .color-dark-grey {
  color: #404040 !important;
}
#hd .color-dark {
  color: #000000 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .font-content {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .text-shadow {
  text-shadow: 0 0 2px black;
}
#hd .color-gradient {
  display: inline-block;
  color: #3bbee3 !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #00959a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00959a), to(#082560));
  background-image: linear-gradient(0deg, #00959a, #082560);
  text-shadow: none;
  position: relative;
  z-index: 2;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient > ::-moz-selection {
  background: #1e1f21;
  color: #75ffe3;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #75ffe3;
}
#hd .color-gradient::selection,
#hd .color-gradient > ::selection {
  background: #1e1f21;
  color: #75ffe3;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #75ffe3;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient > ::-moz-selection {
  background: #1e1f21;
  color: #75ffe3;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #75ffe3;
}
#hd .color-gradient-light {
  background-color: rgb(51, 204, 255);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, rgb(51, 204, 255)), color-stop(52%, rgb(0, 102, 255)), to(rgb(255, 0, 102)));
  background-image: linear-gradient(270deg, rgb(51, 204, 255) 18%, rgb(0, 102, 255) 52%, rgb(255, 0, 102));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-dark {
  background-color: #000;
  background-image: linear-gradient(45deg, #000, #444, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-primary {
  background-color: #1f2931;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f2931), to(#386688));
  background-image: linear-gradient(90deg, #1f2931, #386688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .font-title {
  font-family: "TTNormsProBold", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-lowercase {
  text-transform: lowercase;
}
#hd .title-animation {
  font-size: 5em;
}
#hd .title-animation span {
  display: inline-block;
  position: relative;
}
#hd .title-animation span:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
  background: black;
  clip-path: inset(0 0 0 0);
}
#hd .title-animation span:nth-child(1):after {
  -webkit-transition: clip-path 0.4s 0.1s ease;
  transition: clip-path 0.4s 0.1s ease;
}
#hd .title-animation span:nth-child(2):after {
  -webkit-transition: clip-path 0.4s 0.2s ease;
  transition: clip-path 0.4s 0.2s ease;
}
#hd .title-animation span:nth-child(3):after {
  -webkit-transition: clip-path 0.4s 0.3s ease;
  transition: clip-path 0.4s 0.3s ease;
}
#hd .title-animation span:nth-child(4):after {
  -webkit-transition: clip-path 0.4s 0.4s ease;
  transition: clip-path 0.4s 0.4s ease;
}
#hd .title-animation span:nth-child(5):after {
  -webkit-transition: clip-path 0.4s 0.5s ease;
  transition: clip-path 0.4s 0.5s ease;
}
#hd .title-animation span:nth-child(6):after {
  -webkit-transition: clip-path 0.4s 0.6s ease;
  transition: clip-path 0.4s 0.6s ease;
}
#hd .title-animation span:nth-child(7):after {
  -webkit-transition: clip-path 0.4s 0.7s ease;
  transition: clip-path 0.4s 0.7s ease;
}
#hd .title-animation span:nth-child(8):after {
  -webkit-transition: clip-path 0.4s 0.8s ease;
  transition: clip-path 0.4s 0.8s ease;
}
#hd .title-animation span:nth-child(9):after {
  -webkit-transition: clip-path 0.4s 0.9s ease;
  transition: clip-path 0.4s 0.9s ease;
}
#hd .title-animation span:nth-child(10):after {
  -webkit-transition: clip-path 0.4s 1s ease;
  transition: clip-path 0.4s 1s ease;
}
#hd .title-animation.is-animated span:after {
  clip-path: inset(0 0 0 100%);
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 18px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  #hd h2,
  #hd .h2 {
    font-size: 3em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p,
  #hd .txt-link {
    font-size: 1.125em;
  }
  #hd .title-animation {
    font-size: 4.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd .title-animation {
    font-size: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #hd h3 .txt-larger,
  #hd .h3 .txt-larger {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 620px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.875em;
    letter-spacing: 0;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p,
  #hd .txt-link {
    font-size: 1em;
  }
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400,
#hd .hd-w1600 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 800px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1300 {
  max-width: 1300px;
}
#hd .hd-w1400 {
  max-width: 1400px;
}
#hd .hd-w1600 {
  max-width: 1600px;
}
#hd .hd-mw800 {
  max-width: 760px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col35 {
  width: 35%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col90 {
  width: 90%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .ml-auto {
  margin-left: auto;
}
#hd .mr-auto {
  margin-right: auto;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-d-none {
  display: none !important;
}
#hd .hd-d-1023-block {
  display: none !important;
}
#hd .hd-d-768-block {
  display: none !important;
}

@media screen and (min-width: 2560px) {
  #hd {
    margin: 0 auto;
  }
  #hd .hd-w900 {
    max-width: 900px;
  }
  #hd .hd-w1000 {
    max-width: 1200px;
  }
  #hd .hd-w1100 {
    max-width: 1150px;
  }
  #hd .hd-w1200 {
    max-width: 1500px;
  }
  #hd .hd-w1300 {
    max-width: 1600px;
  }
  #hd .hd-w1400 {
    max-width: 1800px;
  }
  #hd .hd-w1600 {
    max-width: 2000px;
  }
  #hd .hd-mw800 {
    max-width: 1050px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    margin: 0 auto;
  }
  #hd .hd-w900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100 {
    max-width: 1800px;
  }
  #hd .hd-w1200 {
    max-width: 1800px;
  }
  #hd .hd-w1300 {
    max-width: 1800px;
  }
  #hd .hd-w1400 {
    max-width: 2000px;
  }
  #hd .hd-w1600 {
    max-width: 2400px;
  }
  #hd .hd-mw800 {
    max-width: 1050px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-portrait-none {
    display: none !important;
  }
  #hd .hd-d-portrait-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important;
  }
  #hd .hd-d-768-block {
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important;
  }
  #hd .hd-d-480-block {
    display: block !important;
  }
}
#hd .vid-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#hd .vid-container.trigger-video-toggle .vid-control {
  cursor: pointer;
}
#hd .vid-container.trigger-video-toggle .vid-control:focus {
  opacity: 1;
}
#hd .vid-container video {
  width: 100%;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-container h2 {
  opacity: 0;
}
#hd .vid-control {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 5%;
  bottom: 20px;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#hd .vid-control img,
#hd .vid-control svg {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}
#hd .gif-container {
  position: relative;
  overflow: hidden;
}
#hd .gif-container img {
  width: 100%;
}
#hd .gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion picture {
  opacity: 0;
  visibility: hidden;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
#hd .hd-lightbox {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#hd .hd-lightbox.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  padding: 100px 3em 20px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar {
  width: 4px;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
  background: transparent;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
  background: #666666;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
  background: #75ffe3;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  max-width: 920px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
#hd .hd-lightbox .hd-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-box h2 {
  margin-bottom: 0.25em;
}
#hd .hd-lightbox.type-img .vid-container {
  height: auto;
  padding-bottom: 0;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-close {
  font-size: 1em;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0.75em;
  pointer-events: all;
  cursor: pointer;
}
#hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
  content: "";
  display: block;
  width: 2.25em;
  height: 3px;
  border-radius: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .hd-lightbox .hd-close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .hd-lightbox .hd-close:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .hd-lightbox .hd-close:hover:before, #hd .hd-lightbox .hd-close:hover:after {
  background: #75ffe3;
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 0;
  }
}
#hd .bg-primary {
  background: #d1c8c2;
}
#hd .bg-white {
  background: white;
  color: #000000;
}
#hd .bg-white .txt-link.color-primary:hover, #hd .bg-white .txt-link.color-primary:focus-visible {
  color: #000000 !important;
}
#hd .bg-grey {
  background: #edece9;
}
#hd .bg-dark {
  background: #1e1f21;
  color: #e6e6e6;
}
#hd .bg-light-grey {
  background: #f2f2f2;
}
#hd .bg-black {
  background: #000000;
  color: #ffffff;
}
#hd .bg-light {
  background: #f2f2f2;
  color: #000000;
}
#hd .bg-gradient-dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #0b1125), to(#111111));
  background: linear-gradient(180deg, #0b1125 40%, #111111);
}
#hd .bg-gradient-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#5334f3), to(#00b0f0));
  background: linear-gradient(180deg, #5334f3, #00b0f0);
}
#hd .bg-gradient-light-blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6ebf0), to(#d3e4f4));
  background: linear-gradient(0deg, #e6ebf0, #d3e4f4);
}
#hd .bg-gradient-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f2f2f2));
  background: linear-gradient(180deg, #ebebeb, #f2f2f2);
}
#hd .bg-dark, #hd .bg-gradient-dark {
  color: white;
}
#hd .bg-dark .color-secondary, #hd .bg-gradient-dark .color-secondary {
  color: #e6e6e6 !important;
}
#hd .bg-dark .color-gradient-primary, #hd .bg-gradient-dark .color-gradient-primary {
  background-color: #bbb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bbb), color-stop(#fff), color-stop(#bbb), to(#fff));
  background-image: linear-gradient(0deg, #bbb, #fff, #bbb, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .bg-dark .color-gradient-primary > *, #hd .bg-gradient-dark .color-gradient-primary > * {
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hd section {
  padding: 6% 0;
}
#hd .main-title {
  font-size: 1em;
}
#hd .main-title strong {
  display: inline-block;
}
#hd .hd-tag {
  display: block;
  font-family: "TTNormsProNormal", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
#hd .box-border {
  border-radius: 20px;
}
#hd .hd-cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#hd .list-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
#hd .list-img li {
  width: 33.3333%;
  padding: 10px;
}
#hd .list-img li p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#hd .list-img .hd-frame {
  height: 100%;
  border-radius: 10px;
  padding: 50px 34px 80%;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#hd .list-img .hd-frame > * {
  position: relative;
  z-index: 2;
}
#hd .list-img .hd-frame h3 {
  color: inherit !important;
  margin-bottom: 0.5em;
}
#hd .list-img .hd-frame .hd-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#hd .list-img .hd-note {
  padding: 0 34px;
}
#hd .list-img-large {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
#hd .list-img-large li {
  padding: 12px;
}
#hd .list-img-large li.hd-col100 .hd-frame {
  padding-bottom: 50px;
  padding-right: 60%;
}
#hd .list-img-large li.hd-col100 .hd-frame .hd-bg {
  width: auto;
  max-width: none !important;
  height: 100%;
  left: auto;
  right: 0;
}
#hd .list-img-large li p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#hd .list-img-large .hd-frame {
  height: 100%;
  border-radius: 10px;
  padding: 50px 50px 80%;
  position: relative;
  overflow: hidden;
}
#hd .list-img-large .hd-frame > * {
  position: relative;
  z-index: 2;
}
#hd .list-img-large .hd-frame h3 {
  color: inherit !important;
  margin-bottom: 0.5em;
}
#hd .list-img-large .hd-frame .hd-img-container {
  position: static;
}
#hd .list-img-large .hd-frame .hd-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#hd .list-img-large .hd-note {
  padding: 0 50px;
}
#hd .hd-feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em 0 0;
}
#hd .hd-feature-container li {
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding-right: 20px;
}
#hd .hd-feature-container li strong {
  display: block;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.75em;
  font-weight: normal;
  letter-spacing: -0.018em;
  line-height: 1;
  margin: 0.25em auto 0.25em;
}
#hd .hd-feature-container li small {
  font: inherit;
  font-size: 0.75em;
  letter-spacing: -0.018em;
}
#hd .trigger-video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#hd .trigger-video > img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
#hd .trigger-video .hd-play {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .trigger-video:hover > img, #hd .trigger-video:focus-visible > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .trigger-video:active .hd-play {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 1280px) {
  #hd .hd-feature-container li {
    font-size: 0.875em;
  }
  #hd .list-img .hd-frame {
    padding: 30px 24px 90%;
  }
  #hd .list-img .hd-note {
    padding: 0 24px;
  }
  #hd .list-img-large li.hd-col100 .hd-frame {
    padding-bottom: 30px;
  }
  #hd .list-img-large .hd-frame {
    padding: 30px 30px 80%;
  }
  #hd .list-img-large .hd-note {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-feature-container {
    margin: 3em auto 1em;
  }
  #hd .hd-feature-container li {
    padding-right: 16px;
    margin-bottom: 1em;
  }
  #hd .hd-feature-container li strong {
    font-size: 2.5em;
  }
  #hd .list-img .hd-btn {
    font-size: 1em;
  }
  #hd .list-img-large li {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .list-img {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.875em;
  }
  #hd .list-img li {
    width: 100%;
  }
  #hd .list-img-large {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.875em;
  }
  #hd .list-img-large .hd-note {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd section {
    padding: 10% 0;
  }
  #hd .box-border {
    border-radius: 12px;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-feature-container {
    margin: 2em auto 1em;
  }
  #hd .hd-feature-container li {
    font-size: 0.75em;
    padding-inline: 6px;
  }
  #hd .list-img-large li {
    width: 100%;
  }
  #hd .list-img-large li.hd-col100 .hd-frame {
    padding-right: 30px;
    padding-bottom: 0;
  }
  #hd .list-img-large li.hd-col100 .hd-frame .hd-img-container {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    overflow: hidden;
  }
  #hd .list-img-large li.hd-col100 .hd-frame .hd-img-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(244, 243, 239, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 243, 239, 0)), to(#f4f3ef));
    background-image: linear-gradient(0deg, rgba(244, 243, 239, 0), #f4f3ef);
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #hd .list-img-large li.hd-col100 .hd-frame .hd-bg {
    width: 145%;
    height: auto;
    margin-left: -45%;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  #hd section {
    padding: 13% 0;
  }
  #hd .hd-tag {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
  #hd .list-img {
    width: 100%;
  }
  #hd .list-img .hd-frame {
    padding: 30px 20px 95%;
  }
  #hd .list-img .hd-note {
    padding-inline: 20px;
  }
  #hd .list-img-large li.hd-col100 .hd-frame {
    padding: 30px 20px 0;
  }
  #hd .list-img-large li.hd-col100 .hd-frame .hd-img-container {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #hd .list-img-large .hd-frame {
    padding: 30px 20px 90%;
  }
  #hd .list-img-large .hd-note {
    padding-inline: 20px;
  }
  #hd .hd-feature-container {
    margin: 2em 0 0;
  }
  #hd .hd-feature-container li {
    font-size: 0.875em;
    margin-bottom: 1.5em;
  }
  #hd .hd-feature-container li strong {
    font-size: 2em;
  }
  #hd .trigger-video .hd-play {
    width: 3.5em;
    height: 3.5em;
  }
}
#hd .hd-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  padding: 0 8px;
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  z-index: 10;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.4s;
  transition: transform 0.25s, opacity 0.4s, -webkit-transform 0.25s;
}
#hd .hd-nav.is-hidden {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
#hd .hd-nav.is-hidden:focus-within {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-nav a {
  display: block;
  width: 8px;
  height: 44px;
  position: relative;
}
#hd .hd-nav a span {
  display: block;
  height: 100%;
  padding-left: 1em;
  padding-right: 2.75em;
  font-family: "TTNormsProBold", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  line-height: 44px;
  white-space: nowrap;
  color: #000000;
  background: #75ffe3;
  border-radius: 40px 0 0 40px;
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 2;
  pointer-events: none;
}
#hd .hd-nav a span:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 1.75em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: opacity 0.25s 0s, -webkit-transform 0.25s 0s;
  transition: opacity 0.25s 0s, -webkit-transform 0.25s 0s;
  transition: opacity 0.25s 0s, transform 0.25s 0s;
  transition: opacity 0.25s 0s, transform 0.25s 0s, -webkit-transform 0.25s 0s;
}
#hd .hd-nav a:before {
  content: "";
  display: block;
  width: 90px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}
#hd .hd-nav a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #9f9f9f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 2;
}
#hd .hd-nav a:hover:after, #hd .hd-nav a:focus-visible:after {
  background: black;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-nav a.is-current:after {
  border: 1px solid #000000;
  background: none;
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
#hd .hd-nav a.is-current span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-nav a.is-current span:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
  transition: opacity 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
  transition: opacity 0.25s 0.5s, transform 0.25s 0.5s;
  transition: opacity 0.25s 0.5s, transform 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
}
#hd #pageContent-btn-scrolltop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #a0847a;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 9;
}
#hd #pageContent-btn-scrolltop svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #4c5fff;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#hd #pageContent-btn-scrolltop:hover, #hd #pageContent-btn-scrolltop:focus-visible {
  background: #a0847a;
}
#hd #pageContent-btn-scrolltop:hover svg, #hd #pageContent-btn-scrolltop:focus-visible svg {
  fill: white;
}
#hd #pageContent-btn-scrolltop.is-hidden {
  opacity: 0;
}
#hd #pageContent-btn-scrolltop.is-hidden:hover, #hd #pageContent-btn-scrolltop.is-hidden:focus-visible {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  #hd .hd-nav a span {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
}
#hd .hd-btn {
  display: inline-block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  color: white;
  background: #2d30f9;
  min-width: 7.25em;
  padding: 0.5em 1em 0.5em;
  border-radius: 2em;
  margin: 1em 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.4s ease, transform 0.25s ease;
  transition: box-shadow 0.4s ease, transform 0.25s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: #e20011 url(../img/btn-arrow-right.svg) 60% 60% no-repeat;
  background-size: 40%;
  border-radius: 1em;
  margin-left: 0.25em;
}
#hd .hd-btn:hover, #hd .hd-btn:focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(76, 95, 255, 0.25);
          box-shadow: 0 0 0 5px rgba(76, 95, 255, 0.25);
}
#hd .hd-btn:active {
  -webkit-box-shadow: 0 0 0 5px rgba(76, 95, 255, 0.65);
          box-shadow: 0 0 0 5px rgba(76, 95, 255, 0.65);
}
#hd .hd-btn.btn-grey {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #f2f2f2;
  color: #404040;
}
#hd .hd-btn.btn-black {
  background: black;
  color: white;
}
#hd .hd-btn.btn-gradient-primary {
  background-color: #1f2931;
  background-image: linear-gradient(58deg, #1f2931, #386688);
}
#hd .hd-btn.btn-gradient-primary-light {
  color: black;
  background-color: #9fc5ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#9fc5ff), to(#c6e7ff));
  background-image: linear-gradient(90deg, #9fc5ff, #c6e7ff);
}
#hd .hd-btn.btn-primary-light {
  background: #b0d0e8;
  color: #181818;
}
#hd .hd-btn-anchor {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  position: relative;
}
#hd .hd-btn-anchor:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #b0d0e8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn-anchor img {
  width: 33%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn-anchor:hover, #hd .hd-btn-anchor:focus-visible {
  background: rgba(176, 208, 232, 0.25);
}

@media screen and (max-width: 480px) {
  #hd .hd-btn {
    font-size: 1em;
    padding: 0.65em 1.25em 0.65em;
  }
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullet {
  vertical-align: middle;
  width: 3em;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 4px;
  background: #7e7e7e;
  opacity: 1;
  position: relative;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  inset: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3.6s;
  -webkit-animation-name: progress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 3.6s;
  animation-name: progress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-pagination-bullet.is-paused:after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  inset: 0;
  z-index: 2;
}
#hd .swiper-pause-btn .hd-play,
#hd .swiper-pause-btn .hd-pause {
  font-size: 1.25em;
  width: 100%;
  height: 100%;
  position: relative;
}
#hd .swiper-pause-btn .hd-play {
  display: none;
}
#hd .swiper-pause-btn .hd-play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.75em;
  border-color: transparent transparent transparent #7e7e7e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hd .swiper-pause-btn .hd-pause:before,
#hd .swiper-pause-btn .hd-pause:after {
  content: "";
  border-radius: 5px;
  width: 5px;
  height: 18px;
  background: #7e7e7e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}
#hd .swiper-pause-btn .hd-pause:before {
  margin-left: -5px;
}
#hd .swiper-pause-btn .hd-pause:after {
  margin-left: 5px;
}
#hd .swiper-pause-btn:hover .hd-play:before, #hd .swiper-pause-btn:focus-visible .hd-play:before {
  border-color: transparent transparent transparent black;
}
#hd .swiper-pause-btn:hover .hd-pause:before,
#hd .swiper-pause-btn:hover .hd-pause:after, #hd .swiper-pause-btn:focus-visible .hd-pause:before,
#hd .swiper-pause-btn:focus-visible .hd-pause:after {
  background: black;
}
#hd .swiper-pause-btn[aria-pressed=true] .hd-play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .hd-pause {
  display: none;
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px auto;
}
#hd .swiper-pagination-wrapper[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pagination-wrapper[aria-pressed=true] .pause {
  display: none;
}

@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-bullet {
    width: 4vw;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-pagination-wrapper {
    position: relative;
  }
  #hd .swiper-pagination-bullet {
    width: 7vw;
  }
}
#hd .hd-dialog {
  display: none;
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  overflow-y: auto;
  text-align: center;
  opacity: 0;
}
#hd .hd-dialog .dialog-btn-container {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 3;
}
#hd .hd-dialog .dialog-btn-container .hd-btn {
  opacity: 0;
  margin: 0;
}
#hd .hd-dialog.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-dialog.hd-active .dialog-btn-container .hd-btn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-dialog section {
  padding: 6% 0;
  max-width: 2560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #hd .hd-dialog .dialog-btn-container {
    bottom: 40px;
  }
}
#hd .sec-kv {
  position: relative;
  padding: 35vh 0 45vh;
}
#hd .sec-kv .hd-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hd .sec-kv .hd-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-kv .logo {
  width: 55%;
}
#hd .sec-kv h1 {
  color: white !important;
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.7);
  margin-top: 0.6em;
}
#hd .sec-kv h1 br {
  display: none;
}
#hd .sec-kv h1 strong {
  font-size: 5em;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background-color: #dff1ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff1ff), to(#fff));
  background-image: linear-gradient(180deg, #dff1ff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  display: block;
}

@media screen and (max-width: 1024px) {
  #hd .sec-kv .logo {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv {
    padding: 30vh 0 35vh;
  }
  #hd .sec-kv .logo {
    width: 75%;
  }
  #hd .sec-kv h1 strong {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv {
    padding: 20vh 0 25vh;
  }
  #hd .sec-kv .logo {
    width: 85%;
  }
  #hd .sec-kv h1 {
    font-size: 1.6em;
  }
}
#hd .sec-intro {
  padding-top: 0;
  margin-top: -3%;
}
#hd .sec-intro .detail-list {
  max-width: 47em;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1em;
}
#hd .sec-intro li {
  padding: 0.5em;
}
#hd .sec-intro .hd-box {
  background: linear-gradient(160deg, #414b7b 30%, #2c4d6f);
  padding: 1.6em 0.6em;
}
#hd .sec-intro h3 {
  font-size: 1.2em;
  font-family: "TTNormsProLight", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.05em;
}
#hd .sec-intro h3 strong {
  display: block;
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.8em;
  letter-spacing: 0.01em;
  margin: 0.2em 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-intro h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-intro h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-intro .detail-list {
    margin-top: 1em;
  }
  #hd .sec-intro li {
    width: 100%;
    padding: 0.3em 0;
  }
  #hd .sec-intro .hd-box {
    padding: 1em 0.6em;
  }
  #hd .sec-intro h3 strong {
    font-size: 1.6em;
  }
}
#hd .sec-need {
  overflow: hidden;
  padding-bottom: 28em;
  /* Reduce motion support */
}
#hd .sec-need .p-intro {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-need .hd-content {
  margin-top: 3em;
}
#hd .sec-need figure {
  position: relative;
}
#hd .sec-need figure .need-swiper {
  height: 34em;
  overflow: visible;
}
#hd .sec-need figure .need-swiper .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .sec-need .p-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hd .sec-need .p-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#hd .sec-need .swiper-nav {
  position: absolute;
  left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  bottom: 1em;
}
#hd .sec-need .swiper-nav .swiper-button-next,
#hd .sec-need .swiper-nav .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 999px;
  background: #fff;
  color: #000;
}
#hd .sec-need .swiper-nav .swiper-button-next::after,
#hd .sec-need .swiper-nav .swiper-button-prev::after {
  font-size: 14px;
}
#hd .sec-need .swiper-nav .swiper-button-next:focus-visible,
#hd .sec-need .swiper-nav .swiper-button-prev:focus-visible {
  outline: 2px solid #4de7c8;
  outline-offset: 2px;
}
#hd .sec-need .swiper-nav .swiper-button-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#hd .sec-need .swiper-nav .swiper-button-next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#hd .sec-need .hd-txt {
  position: relative;
  padding-left: 2em;
  margin-top: 2em;
  padding-bottom: 100px;
}
#hd .sec-need .hd-txt p {
  font-size: 1.1em;
  text-align: left;
}
#hd .sec-need .hd-txt .p-item {
  position: relative;
  position: relative;
  padding-bottom: 1em;
}
#hd .sec-need .hd-txt .p-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: white;
  top: 1em;
  left: 5px;
}
#hd .sec-need .hd-txt .p-item:last-child:before {
  display: none;
}
#hd .sec-need .hd-txt .p-item .title {
  font-size: 1.6em;
  margin-bottom: 0;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-need .hd-txt .p-item .p-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
}
#hd .sec-need .hd-txt .p-item .p-head:focus-visible {
  outline: 2px solid #75ffe3;
  outline-offset: 4px;
  border-radius: 8px;
}
#hd .sec-need .hd-txt .p-item .dot {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111;
  border: 1px solid white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.6em;
}
#hd .sec-need .hd-txt .p-item .p-body {
  display: none;
  margin-top: 8px;
  padding-left: 2em;
}
#hd .sec-need .hd-txt .p-item.is-active .dot {
  background: white;
}
#hd .sec-need .hd-txt .p-item.is-active .title {
  color: #75ffe3;
}
@media (prefers-reduced-motion: reduce) {
  #hd .sec-need .profiles-nav .nav-btn,
  #hd .sec-need .profiles-right .p-item .p-head {
    scroll-behavior: auto;
  }
}

@media screen and (max-width: 1440px) {
  #hd .sec-need {
    padding-bottom: 15em;
  }
  #hd .sec-need .hd-w1200 {
    max-width: 960px;
  }
  #hd .sec-need figure {
    width: 55%;
  }
  #hd .sec-need figure .need-swiper {
    height: 25em;
  }
  #hd .sec-need .hd-txt {
    width: 45%;
  }
  #hd .sec-need .hd-txt .p-item .title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-need {
    padding-bottom: 8%;
  }
  #hd .sec-need figure {
    display: none;
  }
  #hd .sec-need .hd-txt {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    max-width: 40em;
    margin: 0 auto;
  }
  #hd .sec-need .hd-txt p {
    font-size: 1em;
  }
  #hd .sec-need .hd-txt .p-item {
    padding-bottom: 1.5em;
  }
  #hd .sec-need .hd-txt .p-item .p-body {
    padding-left: 1.5em;
  }
  #hd .sec-need .hd-txt .p-item .p-body img {
    margin-top: 1em;
  }
  #hd .sec-need .hd-txt .p-item .dot {
    margin-right: 0.1em;
  }
  #hd .sec-need .swiper-nav {
    display: none;
  }
}
#hd .gif-container {
  display: none;
}
#hd.is-safari #card-seamless .gif-container {
  display: block;
}
#hd.is-safari #card-seamless .vid-container {
  display: none;
}
#hd video {
  display: block;
}
#hd .sec-work {
  background-color: #dfe4ef;
}
#hd .sec-work .hd-container {
  margin-bottom: 3em;
}
#hd .sec-work .hd-panel-container {
  background-color: white;
  padding: 2.5em;
  margin-bottom: 1.4em;
}
#hd .sec-work .card-frame {
  margin-top: 1em;
}
#hd .sec-work .card-frame > .hd-col100,
#hd .sec-work .card-frame > .hd-col50 {
  padding: 1%;
}
#hd .sec-work figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
#hd .sec-work .hd-card {
  color: white;
  text-align: left;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
#hd .sec-work .hd-card.card-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .sec-work .hd-card.card-horizontal .hd-txt {
  padding-right: 1.5em;
}
#hd .sec-work .hd-card p {
  font-size: 1.1em;
  font-weight: 300;
}
#hd .sec-work .hd-card.no-padding {
  padding: 0 !important;
  display: block;
}
#hd .sec-work #card-multi img {
  width: 100%;
}
#hd .sec-work #card-multi .circle-box {
  position: absolute;
  width: 70%;
  height: 0;
  padding-top: 70%;
  top: -12.8%;
  left: 15.3%;
}
#hd .sec-work #card-multi .circle {
  opacity: 0;
  -webkit-animation: mulit-circle 2.7s ease-out infinite;
          animation: mulit-circle 2.7s ease-out infinite;
}
#hd .sec-work #card-multi .circle.circle-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#hd .sec-work #card-multi .circle.circle-2 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#hd .sec-work #card-multi .circle.circle-3 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#hd .sec-work #card-multi .icons {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#hd .sec-work #card-multi.ani-pause .circle, #hd .sec-work #card-multi.ani-pause .icons {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#hd .sec-work #card-aps img {
  width: 100%;
}
#hd .sec-work #card-aps .circle {
  position: absolute;
  width: 16%;
  height: auto;
  -webkit-animation: aps-circle 10s ease-out infinite;
          animation: aps-circle 10s ease-out infinite;
}
#hd .sec-work #card-aps .circle.circle-1 {
  width: 22%;
  top: 46%;
  left: 18%;
}
#hd .sec-work #card-aps .circle.circle-2 {
  width: 22%;
  top: 46%;
  left: 60%;
}
#hd .sec-work #card-aps .circle.circle-3 {
  top: 27%;
  left: 26%;
}
#hd .sec-work #card-aps .circle.circle-4 {
  top: 67.8%;
  left: 13%;
}
#hd .sec-work #card-aps .circle.circle-5 {
  top: 28.5%;
  left: 62.8%;
}
#hd .sec-work #card-aps .circle.circle-6 {
  top: 72.3%;
  left: 50.5%;
}
#hd .sec-work #card-aps .circle.circle-7 {
  top: 65.8%;
  left: 73.4%;
}
#hd .sec-work #card-aps .hd-txt {
  color: black;
  position: absolute;
  top: 0.6em;
  left: 1em;
  padding: 0;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  opacity: 0;
  -webkit-animation: aps-txt 10s ease-out infinite;
          animation: aps-txt 10s ease-out infinite;
}
#hd .sec-work #card-aps .hd-txt.after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#hd .sec-work #card-aps.ani-pause .circle, #hd .sec-work #card-aps.ani-pause .hd-txt {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#hd .sec-work #card-seamless {
  overflow: visible;
}
#hd .sec-work #card-seamless figure {
  width: 55%;
}
#hd .sec-work #card-seamless .gif-container {
  overflow: visible;
}
#hd .sec-work #card-seamless picture {
  position: relative;
}
#hd .sec-work #card-seamless .house {
  position: absolute;
  width: 106%;
  max-width: none !important;
  height: auto;
  top: -5%;
  left: -2%;
}
#hd .sec-work #card-speed .vid-control {
  bottom: 1.5em;
}
#hd .sec-work .hd-txt {
  padding: 1.5em 1.2em 0.6em;
  margin-bottom: 1em;
}
#hd .sec-work h4 {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-work .sub-title {
  display: block;
  margin-bottom: 1em;
  font-size: 0.65em;
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-work .vid-control {
  bottom: 0.5em;
  right: 0.5em;
}
#hd .sec-work .bg-gradient-1 {
  background: -webkit-gradient(linear, right top, left top, from(#1b1f4e), to(#305678));
  background: linear-gradient(-90deg, #1b1f4e, #305678);
}
#hd .sec-work .bg-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#494778), to(#305678));
  background: linear-gradient(180deg, #494778, #305678);
}
#hd .sec-work .bg-gradient-3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#494778), to(#305678));
  background: linear-gradient(0deg, #494778, #305678);
}
#hd .sec-work .bg-gradient-4 {
  background: -webkit-gradient(linear, left top, right top, from(#1b1f4e), to(#305678));
  background: linear-gradient(90deg, #1b1f4e, #305678);
}
#hd .sec-work .bg-gradient-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#153045), to(#21203f));
  background: linear-gradient(180deg, #153045, #21203f);
}
#hd .sec-work .bg-gradient-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#153c60), to(#474771));
  background: linear-gradient(180deg, #153c60, #474771);
}
#hd .sec-work .bg-gradient-7 {
  background: -webkit-gradient(linear, left bottom, left top, from(#191c25), to(#474771));
  background: linear-gradient(0deg, #191c25, #474771);
}
#hd .sec-work .bg-gradient-8 {
  background: -webkit-gradient(linear, left bottom, left top, from(#191c25), to(#38529d));
  background: linear-gradient(0deg, #191c25, #38529d);
}
#hd .sec-work .bg-gradient-9 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2e5577), to(#13123b));
  background: linear-gradient(180deg, #2e5577, #13123b);
}

@media screen and (max-width: 1024px) {
  #hd .sec-work .hd-panel-container {
    padding: 2em 1.5em;
  }
  #hd .sec-work .hd-container {
    margin-bottom: 1.5em;
  }
  #hd .sec-work .hd-card .vid-container {
    padding-bottom: 2em;
  }
  #hd .sec-work #card-iot .vid-container {
    padding-bottom: 4em;
  }
  #hd .sec-work #card-aps {
    padding-bottom: 2em !important;
  }
  #hd .sec-work #card-aps .vid-control {
    bottom: -2.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-work .card-frame > .hd-col50, #hd .sec-work .card-frame > .hd-col100 {
    width: 100%;
    padding: 0.35em 0;
  }
  #hd .sec-work .hd-card {
    text-align: center;
  }
  #hd .sec-work .hd-card.card-horizontal .hd-txt {
    width: 100%;
  }
  #hd .sec-work .hd-card.card-horizontal figure {
    width: 100%;
  }
  #hd .sec-work #card-seamless figure {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-work #card-aps .hd-txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-work .hd-panel-container {
    padding: 1.5em 1em 1em;
  }
  #hd .sec-work .sub-title {
    margin-bottom: 0.5em;
  }
  #hd .sec-work .hd-card p {
    font-size: 0.9em;
  }
  #hd .sec-work .mobile-large {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #hd .sec-work .hd-card .vid-container {
    padding-bottom: 2.5em;
  }
}
#hd .sec-wait .hd-col33 {
  padding: 0.5em;
}
#hd .sec-wait .hd-content {
  margin-top: 2em;
}
#hd .sec-wait a {
  position: relative;
  display: block;
  background-color: #40effc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40effc), to(#030a94));
  background-image: linear-gradient(180deg, #40effc, #030a94);
  padding: 1.5em 0.5em;
  min-height: 100%;
}
#hd .sec-wait a:after {
  content: "";
  position: absolute;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  left: -4px;
  top: -4px;
  border: 1px solid white;
  border-radius: 23px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .sec-wait a:hover:after, #hd .sec-wait a:focus-visible:after {
  opacity: 1;
}
#hd .sec-wait a p {
  color: white;
  font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  line-height: 1.3;
}
#hd .sec-wait a img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #hd .sec-wait a p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-wait .hd-col33 {
    padding: 0.3em;
  }
  #hd .sec-wait a p {
    font-size: 1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-wait .hd-col33 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-wait .hd-col33 {
    width: 100%;
    max-width: 260px;
  }
}
#hd .sec-table {
  position: relative;
}
#hd .sec-table h2 {
  margin-bottom: 2em;
}
#hd .sec-table h2 strong {
  font-weight: inherit;
}
#hd .sec-table .border-side {
  border-left: 2px solid #75ffe3;
  border-right: 2px solid #75ffe3;
}
#hd .sec-table .border-top {
  border-top: 2px solid #75ffe3;
}
#hd .sec-table .border-bottom {
  border-bottom: 2px solid #75ffe3;
}
#hd .sec-table table {
  width: 100%;
  border-collapse: collapse;
}
#hd .sec-table table th,
#hd .sec-table table td {
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 0.018em;
  padding: 20px 10px;
}
#hd .sec-table table th {
  letter-spacing: 0;
}
#hd .sec-table table strong {
  display: block;
  font-weight: inherit;
}
#hd .sec-table table thead td {
  width: 9em;
}
#hd .sec-table table thead th {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  padding: 18px 10px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin: 0 0.125em;
  background-color: #454545;
  border-right: 1px solid #1e1f21;
}
#hd .sec-table table thead th:nth-child(2) {
  width: 10em;
  background: #4c5fff;
  color: white;
}
#hd .sec-table table thead th:nth-child(3) {
  width: 10em;
}
#hd .sec-table table thead th:nth-child(4) {
  width: 10em;
}
#hd .sec-table table thead th:nth-child(5) {
  width: 10em;
}
#hd .sec-table table tbody th {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.125;
  color: #79b7ff;
  text-align: left;
  padding-left: 1em;
  border-right: 1px solid #1e1f21;
}
#hd .sec-table table tbody th.align-center {
  text-align: center;
}
#hd .sec-table table tbody td {
  text-align: center;
  border-right: 1px solid #1e1f21;
}
#hd .sec-table table tbody td:nth-child(2) {
  background: #35373d;
  clip-path: inset(0px -2em 0px -2em);
}
#hd .sec-table table tbody td strong {
  display: inline-block;
  max-width: 85%;
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  position: relative;
  margin: 0 auto;
}
#hd .sec-table table tbody tr:nth-child(2n) th,
#hd .sec-table table tbody tr:nth-child(2n) td {
  background: #383838;
}
#hd .sec-table table tbody tr:nth-child(2n) td:nth-child(2) {
  background: #4e5464;
}
#hd .sec-table table .hd-mark {
  font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.875em;
  color: white;
  background: #e20011;
  padding: 2px 6px 0;
  border-radius: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 1em;
  margin-right: -5em;
  opacity: 0;
}
#hd .sec-table table tfoot td {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#hd .sec-table table tfoot td:nth-child(2) {
  background: #35373d;
  clip-path: inset(0px -2em -2em -2em);
}
#hd .sec-table .is-animated .hd-mark {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@media screen and (max-width: 1440px) {
  #hd .sec-table table thead td {
    width: 8em;
    min-width: 8em;
  }
  #hd .sec-table table tbody th {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-table table th,
  #hd .sec-table table td {
    font-size: 0.875em;
    padding: 14px 12px;
  }
  #hd .sec-table table thead th {
    font-size: 1.25em;
  }
  #hd .sec-table table tbody th {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-table table tbody th {
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-table .hd-container {
    width: 100%;
  }
  #hd .sec-table h2 {
    width: 90%;
    margin: 0 auto;
  }
  #hd .sec-table table th,
  #hd .sec-table table td {
    font-size: 0.75em;
    padding: 16px 10px;
  }
  #hd .sec-table table th {
    font-size: 1em;
  }
  #hd .sec-table table td {
    font-size: 0.9em;
  }
  #hd .sec-table table tbody th {
    font-size: 1em;
  }
  #hd .sec-table table .hd-mark {
    margin-left: 0.25em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-table .hd-scroller {
    padding-bottom: 2em;
    position: relative;
    overflow-x: auto;
  }
  #hd .sec-table .hd-scroller::-webkit-scrollbar {
    height: 6px;
  }
  #hd .sec-table .hd-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #hd .sec-table .hd-scroller::-webkit-scrollbar-thumb {
    background: #7e7e7e;
  }
  #hd .sec-table .hd-scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  #hd .sec-table table {
    min-width: 48em;
  }
  #hd .sec-table table thead th {
    font-size: 1.125em;
  }
  #hd .sec-table table thead td {
    width: 10em;
    min-width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-table table {
    min-width: 48em;
  }
  #hd .sec-table table td {
    font-size: 0.75em;
  }
  #hd .sec-table table thead th {
    font-size: 1em;
  }
  #hd .sec-table table tbody th {
    font-size: 0.875em;
  }
}
#hd .sec-faq {
  position: relative;
  overflow: hidden;
}
#hd .sec-faq .hd-intro {
  width: 14em;
  position: relative;
  z-index: 2;
}
#hd .sec-faq .hd-wrapper {
  width: 100%;
}
#hd .sec-faq .hd-content {
  width: 100%;
  padding-right: 5%;
}
#hd .sec-faq .list-feature > li {
  padding: 0 5% 2.4%;
  border-bottom: 1px solid #444;
  margin-bottom: 3%;
}
#hd .sec-faq .list-feature > li:hover h3, #hd .sec-faq .list-feature > li:focus-visible h3 {
  color: #75ffe3;
}
#hd .sec-faq .list-feature > li:hover h3:after, #hd .sec-faq .list-feature > li:focus-visible h3:after {
  border-color: #4c5fff;
}
#hd .sec-faq .list-feature button {
  display: block;
  width: 100%;
  pointer-events: all;
  cursor: pointer;
  position: relative;
  font-size: 1em;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 2em;
  background: #bfbfbf;
  position: absolute;
  top: -0.1em;
  right: -0.5em;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: #181818;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-faq .list-feature button:hover h3, #hd .sec-faq .list-feature button:focus-visible h3 {
  color: #75ffe3;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i {
  background: #385de3;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] h3 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature h3 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 0.5em;
  padding-right: 3em;
}
#hd .sec-faq .list-feature p {
  font-size: 1em;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 1em;
  line-height: 1.125;
  letter-spacing: 0;
  color: inherit;
  padding-top: 0.25em;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #75ffe3 !important;
}

@media screen and (max-width: 768px) {
  #hd .sec-faq .hd-intro {
    width: auto;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #hd .sec-faq .list-feature .txt-link {
    padding: 12px 0;
  }
  #hd .sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 16px;
    margin-bottom: 3px;
  }
}
/*# sourceMappingURL=hd-style.css.map */