/* ----- Dark theme ----- */
/* --- reset --- */
body,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
input,
textarea,
p {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: 0;
}
li {
  list-style: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
/* --- global style --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
p {
  text-align: justify;
  text-justify: distribute;
}
a {
  outline: none;
  text-decoration: none;
}
svg {
  pointer-events: none;
  flex-shrink: 0;
}
.clear {
  clear: both;
}
/* ----- 預設樣式 ----- */
body {
  /* 'Noto Sans TC' 可用的值：400, 500 */
  /* 'Roboto' 可用 400, 500, 700 */
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  background-color: #fff;
}
#main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#mainContent {
  flex: 1;
  flex-shrink: 0;
  position: relative;
}
section {
  position: relative;
  padding: 70px 0;
}
.centerwpr {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
h3 {
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
}
p + p {
  margin-top: 15px;
}
p strong,
li strong {
  font-weight: 400;
  padding: 0 4px;
  background-color: #ffe592;
  border-radius: 2px;
}
img.dark {
  display: none;
}
.ribbon {
  padding: 6px 16px 6px 25px;
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  background-image: url(/static/assets/162cd6c562e58c3c8f88214d89e0a4ab.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.ribbon:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  right: -11px;
  top: 0;
  background-image: url(/static/assets/b9ca5093303c78ff38f91f84ad0a77b9.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
#fbBtn {
  width: 40px;
  height: 40px;
  z-index: 9998;
  position: fixed;
  left: 0;
  top: 30%;
  margin-top: -20px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#fbBtn.facebook {
  background-image: url(/static/assets/1fcdfd1bf11ac6f7b2038618f5c9ceb7.png);
}
#fbBtn.instagram {
  border-radius: 0 7px 7px 0;
  background-image: url(/static/assets/7d62f77c3e95a57d64c3db22deae2209.png);
}
.shareBtn {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
.shareBtn + .shareBtn {
  margin-left: 10px;
}
.shareBtn.fb {
  background-image: url(/static/assets/30c8674b9023e27328129d4be9f2f0e1.png);
}
.shareBtn.line {
  background-image: url(/static/assets/0e07e2483949771eec8f9f8bc73ff0cf.png);
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 15 !important;
}
body.web #mainContent {
  margin-top: 60px;
}
/* ----- English style ----- */
body.en {
  font-size: 17px;
  line-height: 1.5;
}
body.en p {
  text-align: left;
}
/* ----- RWD ----- */
@media screen and (max-width: 900px) {
  body.web #mainContent {
    margin-top: 46px;
  }
  .centerwpr {
    overflow: hidden;
  }
  #fbBtn {
    display: none;
  }
  .ribbon {
    font-size: 18px;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  body {
    color: #adaec0;
    background-color: #201233;
  }
  p strong,
  li strong {
    font-weight: 400;
    padding: 0;
    color: #1EA9F1;
    background-color: transparent;
    border-radius: 0;
  }
  img.regular {
    display: none;
  }
  img.dark {
    display: block;
  }
  .ribbon {
    color: #e7e9ff;
    background-image: url(/static/assets/a0c83d43369c71f29d73cd9dc22fcec7.png);
  }
  .ribbon:after {
    background-image: url(/static/assets/15baa5f45caa4a2d3ac61aa77fbed2de.png);
  }
}

/* ----- Dark theme ----- */
#mainHeader {
  width: 100%;
  flex-shrink: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
body.web #mainHeader {
  display: block;
}
body.app #mainHeader {
  display: none !important;
}
#mainHeader .innerwpr {
  padding: 0 20px;
  height: 60px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #54cec0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#mainHeader .logo {
  display: block;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#mainHeader .logo {
  width: 128px;
  height: 36px;
  background-image: url(/static/assets/fff5890cea32af88cb84004d8b260d3a.svg);
}
#mainHeader .menu {
  display: flex;
  height: 100%;
  margin-left: 20px;
}
#mainHeader .menu-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
  flex-shrink: 0;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
#mainHeader .menu-item:hover {
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
#mainHeader .menu-item.current {
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
#mainHeader .menu-item.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
}
#mainHeader hr {
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
}
#mainHeader .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 0 24px 1px 24px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #d7ae92 0%, #bd8f73 50%, #aa795a 100%);
  border: 1px solid #aa795a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
#mainHeader #menuTrigger {
  position: relative;
  width: 50px;
  height: 46px;
  margin: 0 10px 0 -15px;
  flex-shrink: 0;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
#mainHeader #menuTrigger .icon {
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 200ms;
}
#mainHeader #menuTrigger .icon:before,
#mainHeader #menuTrigger .icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  transition: 200ms;
}
#mainHeader #menuTrigger .icon:before {
  top: -6px;
}
#mainHeader #menuTrigger .icon:after {
  bottom: -6px;
}
#mainHeader #menuTrigger.expand .icon {
  background-color: transparent;
}
#mainHeader #menuTrigger.expand .icon:before,
#mainHeader #menuTrigger.expand .icon:after {
  width: 24px;
  height: 3px;
}
#mainHeader #menuTrigger.expand .icon:before {
  transform: rotate(45deg);
  top: 0;
}
#mainHeader #menuTrigger.expand .icon:after {
  transform: rotate(-45deg);
  bottom: -1px;
}
#mainHeader #mobileMenu {
  position: fixed;
  left: -360px;
  top: 0;
  z-index: 90;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  padding-top: 46px;
  background-color: #f1f1f1;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transition-property: left, visibility;
  visibility: hidden;
  pointer-events: none;
}
#mainHeader #mobileMenu.expand {
  visibility: visible;
  left: 0;
  pointer-events: auto;
}
#mainHeader #mobileMenu .menu {
  display: block;
  height: auto;
  margin-left: 0;
  margin-bottom: 30px;
}
#mainHeader #mobileMenu .menu-item {
  height: 46px;
  justify-content: center;
  text-shadow: none;
  color: #333;
  border-bottom: 1px solid #d1d1d1;
}
#mainHeader #mobileMenu .menu-item:hover {
  background-color: #ddd;
  border-bottom: 1px solid #c1c1c1;
}
#mainHeader #mobileMenu .menu-item.current {
  background-color: #333;
  color: #fff;
}
#mainHeader #mobileMenu .menu-item:after {
  display: none;
}
#mainHeader #mobileMenu .lang-btnswpr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#mainHeader #mobileMenu .lang-btn + .lang-btn {
  margin-top: 0;
}
#mainHeader #mobileMenu .lang-btn {
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
}
#mainHeader #mobileMenu .lang-btn:hover {
  background-color: #ddd;
}
#mainHeader #mobileMenu .lang-btn.current {
  background-color: #333;
  color: #fff;
}
.lang-menu {
  position: relative;
  margin-right: 31px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.lang-menu:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -12px;
  background-color: #e6f8f6;
}
.current-lang {
  width: 90px;
  height: 30px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #54cec0;
  border-radius: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  user-select: none;
}
.current-lang:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 12px;
  top: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  pointer-events: none;
}
.lang-submenu {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-shadow: none;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  top: 26px;
  pointer-events: none;
  transition: 300ms;
  transition-property: opacity, visibility, top;
}
.lang-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}
.lang-btn {
  padding: 8px;
  line-height: 1;
  border-radius: 2px;
  cursor: pointer;
}
.lang-btn + .lang-btn {
  margin-top: 6px;
}
.lang-btn:hover {
  background-color: #535353;
}
.lang-btn.current {
  pointer-events: none;
  cursor: default;
  color: #333;
  background-color: #54cec0;
}
.lang-btn span {
  pointer-events: none;
}
.lang-btn .short {
  display: none;
}
.lang-menu.expand .lang-overlay {
  display: block;
  pointer-events: auto;
}
.lang-menu.expand .current-lang {
  background-color: #333;
  border: 1px solid #333;
}
.lang-menu.expand .lang-submenu {
  opacity: 1;
  visibility: visible;
  top: 34px;
  pointer-events: auto;
}
/* ----- 商店選單 ----- */
.shop-menu {
  position: relative;
}
.shop-menu #shopOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}
.shop-menu #shopBtn {
  cursor: pointer;
}
.shop-menu .region {
  position: relative;
}
.shop-menu .region + .region {
  margin-top: 7px;
}
.shop-menu h4 {
  padding: 4px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
}
.shop-menu #shopSubMenu {
  position: absolute;
  right: -10px;
  width: 160px;
  padding: 6px;
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  top: 26px;
  pointer-events: none;
  transition: 300ms;
  transition-property: opacity, visibility, top;
}
.shop-menu .btn-store {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: #333;
}
.shop-menu .btn-store.large {
  font-size: 14px;
}
.shop-menu .btn-store + .btn-store {
  border-top: 1px solid #ddd;
}
.shop-menu .btn-store:hover {
  background-color: #ddd;
}
.shop-menu .btn-store:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.shop-menu.active #shopOverlay {
  display: block;
  pointer-events: auto;
}
.shop-menu.active #shopSubMenu {
  opacity: 1;
  visibility: visible;
  top: 36px;
  pointer-events: auto;
}
/* ----- theme toggle ----- */
.theme-toggle {
  display: flex;
  align-items: center;
  margin-right: 16px;
  display: none;
}
.theme-toggle .theme-toggle-btn {
  width: 32px;
  height: 32px;
  background-image: url(/static/assets/4968c6f6fef2fc3f332ca573db3f3022.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 50%;
  cursor: pointer;
}
.theme-toggle .theme-toggle-btn.light {
  background-position: 1px 1px;
  background-color: #fff;
}
.theme-toggle .theme-toggle-btn.dark {
  background-position: -59px 1px;
  background-color: #2a1d3c;
}
.theme-toggle .theme-toggle-btn + .theme-toggle-btn {
  margin-left: 8px;
}
/* ----- RWD ----- */
@media screen and (max-width: 960px) {
  #mainHeader .innerwpr {
    padding: 0 12px;
    height: 46px;
  }
  #mainHeader .menu,
  #mainHeader .lang-menu {
    display: none;
  }
  #mainHeader .lang-btn .full {
    display: none;
  }
  #mainHeader .lang-btn .short {
    display: inline;
  }
  #mainHeader .shop {
    height: 31px;
  }
  #mainHeader #menuTrigger {
    display: flex;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #mainHeader .innerwpr {
    background-color: #2a1d3c;
  }
  #mainHeader .menu-item {
    color: #adaec0;
  }
  #mainHeader .menu-item:hover {
    color: #fff;
  }
  #mainHeader .menu-item.current {
    color: #fff;
  }
  #mainHeader .menu-item.current:after {
    background-color: #1EA9F1;
  }
  #mainHeader .lang-menu::after {
    width: 2px;
    background-color: #777;
  }
  #mainHeader .current-lang,
  #mainHeader .shop {
    height: 30px;
    color: #ddd;
    font-size: 15px;
    border: 2px solid #777;
    background: transparent;
  }
  #mainHeader .current-lang:before {
    border-left-color: #adaec0;
    border-bottom-color: #adaec0;
  }
  #mainHeader .shop {
    padding-bottom: 0;
  }
  #mainHeader .current-lang:hover,
  #mainHeader .shop:hover {
    color: #fff;
    border-color: #aaa;
  }
  #mainHeader .current-lang:hover:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  #mainHeader .lang-btn.current {
    background-color: #1EA9F1;
  }
  #mainHeader #mobileMenu {
    background-color: #2b1f43;
  }
  #mainHeader #mobileMenu .menu-item {
    color: #adaec0;
    border-bottom-color: #453c5b;
  }
  #mainHeader #mobileMenu .menu-item.current {
    color: #000;
    background-color: #1EA9F1;
  }
  #mainHeader #mobileMenu .menu-item:hover {
    color: #fff;
    background-color: #453c5b;
    border-bottom-color: #453c5b;
  }
  #mainHeader #mobileMenu .lang-btn {
    background-color: #201233;
  }
  #mainHeader #mobileMenu .lang-btn:hover {
    color: #fff;
    background-color: #201233;
  }
  #mainHeader #mobileMenu .lang-btn.current {
    color: #000;
    background-color: #1EA9F1;
  }
}

/* ----- Dark theme ----- */
#mainFooter {
  flex-shrink: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#mainFooter .statement {
  padding: 6px 20px;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  color: #633d15;
  line-height: 1.3;
  background-color: #febe40;
}
#mainFooter .centerwpr {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#mainFooter .title {
  font-size: 15px;
}
#mainFooter .address {
  text-align: center;
}
#mainFooter .email {
  color: #fff;
  margin-top: 5px;
}
#mainFooter #fbBtnFot {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#mainFooter #fbBtnFot.facebook {
  background-image: url(/static/assets/8d9809e994cd393d6fc3c3fb1630476b.png);
}
#mainFooter #fbBtnFot.instagram {
  border-radius: 8px;
  background-size: 100% auto;
  background-image: url(/static/assets/7d62f77c3e95a57d64c3db22deae2209.png);
  display: none;
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #mainFooter {
    color: #89898f;
    background-color: #1a0e28;
  }
  #mainFooter .statement {
    color: #c19655;
    background-color: #372121;
  }
  #mainFooter .email {
    color: #1EA9F1;
    opacity: 0.8;
  }
  #mainFooter .email:hover {
    opacity: 1;
  }
  #mainFooter #fbBtnFot.facebook {
    opacity: 0.6;
  }
  #mainFooter #fbBtnFot.facebook:hover {
    opacity: 0.9;
  }
}

.catalog #sidePanel,
.article #sidePanel,
.manual #sidePanel {
  display: none;
}
body.app #sidePanel {
  display: none;
}
#sidePanel {
  position: fixed;
  left: 8px;
  bottom: 8px;
  width: 200px;
  z-index: 999;
}
#sidePanel svg {
  pointer-events: none;
}
#sidePanel .innerwpr {
  padding: 12px 10px 4px 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#sidePanel .articles {
  overflow: hidden;
}
#sidePanel h3 {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  text-align: left;
  line-height: 1;
}
#sidePanel .more {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #777;
}
#sidePanel .more .icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 1px;
  border: 2px solid #777;
  border-radius: 50%;
}
#sidePanel .more svg {
  width: 10px;
  height: 10px;
  fill: #777;
}
#sidePanel .more:hover {
  color: #333;
}
#sidePanel .more:hover .icon {
  border-color: #333;
}
#sidePanel .more:hover svg {
  fill: #333;
}
#sidePanel .slot {
  display: block;
  position: relative;
  padding: 7px 0;
  color: #333;
}
#sidePanel .slot + .slot {
  border-top: 1px solid #ddd;
}
#sidePanel .index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #fff;
  font-size: 12px;
  background-color: #58cdbf;
  border-radius: 2px;
}
#sidePanel .cover {
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
}
#sidePanel .title .full {
  display: none;
}
#sidePanel.collapse .innerwpr {
  padding-bottom: 12px;
  opacity: 0.9;
}
#sidePanel.collapse .articles {
  height: 0;
}
#sidePanel.collapse #spMinTrigger {
  opacity: 0.9;
}
#sidePanel.collapse #spMinTrigger:hover {
  opacity: 1;
}
#sidePanel.collapse #spMinTrigger svg {
  transform: rotate(180deg);
}
#spMinTrigger {
  width: 36px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: -22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
#spMinTrigger svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  fill: #fff;
}
/* ----- RWD ----- */
@media screen and (max-width: 1200px) {
  #sidePanel {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    z-index: none;
  }
  #sidePanel .innerwpr {
    padding: 14px 10px;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
  }
  #sidePanel h3 {
    font-size: 22px;
  }
  #sidePanel .articles {
    padding-top: 15px;
  }
  #sidePanel .slot {
    padding: 10px 0;
  }
  #sidePanel .slot.s1 {
    border-top: 1px solid #ddd;
  }
  #sidePanel .title .full {
    display: inline;
  }
  #sidePanel .title .short {
    display: none;
  }
  #sidePanel .s1 .cover {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sidePanel.collapse .innerwpr {
    padding-bottom: 4px;
    opacity: 1;
  }
  #sidePanel.collapse .articles {
    height: auto;
  }
  #spMinTrigger {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #sidePanel .articles {
    padding-top: 5px;
  }
  #sidePanel .slot.s1 {
    border-top: none;
  }
  #sidePanel .s1 .cover {
    padding-top: 70%;
    margin-bottom: 10px;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  #sidePanel .innerwpr {
    background-color: #231a3e;
  }
  #sidePanel .slot {
    color: #787686;
  }
  #sidePanel .slot:hover {
    color: #adaec0;
  }
  #sidePanel .slot + .slot {
    border-top: 1px solid #2d2b32;
  }
  #sidePanel .index {
    background-color: #342b7a;
  }
  #sidePanel .more:hover {
    color: #aaa;
  }
  #sidePanel .more:hover .icon {
    border-color: #aaa;
  }
  #sidePanel .more:hover svg {
    fill: #aaa;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  #sidePanel .slot.s1 {
    border-top: 1px solid #2d2b32;
  }
}

/* ----- Dark theme ----- */
.swiper-button-next,
.swiper-button-prev {
  color: #54cec0;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #54cec0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid #54cec0;
}
/* ----- top banner ----- */
#topBanner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  padding-bottom: 0;
  background-color: #eee;
}
body.jp #topBanner {
  padding-top: 40%;
}
#topBanner.youtube {
  background-color: #0d0715;
}
#topBanner.youtube iframe {
  width: 1920px;
  height: 1080px;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
#topBanner video,
#topBanner .swiper-outerwpr {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#topBanner .swiper-outerwpr.mobile {
  display: none;
}
#topBanner .control {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topBanner .swiper-pagination,
#topBanner .swiper-button-prev,
#topBanner .swiper-button-next {
  position: relative;
}
#topBanner .swiper-pagination {
  margin: 0 30px;
  transform: scale(1.2);
}
#topBanner .swiper-button-prev,
#topBanner .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  transform: scale(0.6);
}
#topBanner .swiper-container {
  height: 100%;
}
#topBanner .swiper-slide {
  background-size: cover;
}
#topBanner .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#topBanner .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topBanner .centerwpr {
  height: 100%;
}
#topBanner .box {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#topBanner .title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 8px;
}
#topBanner .logo {
  width: 155px;
  height: 46px;
  position: relative;
  top: -2px;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
  background-image: url(/static/assets/80b61f292aa05bdcde55358fc227f1a3.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#topBanner .intro {
  position: relative;
  z-index: 10;
  font-size: 24px;
}
#topBanner .ribbon {
  padding: 14px 8px 14px 18px;
  right: 0;
  color: #000;
  text-shadow: none;
  font-size: 18px;
  transform: rotate(-10deg);
}
#topBanner .imgwpr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
#topBanner .imgwpr.light.desktop {
  display: block;
}
body.en #topBanner .logo {
  top: -4px;
}
body.en #topBanner .title {
  letter-spacing: 0;
  line-height: 1;
  white-space: normal;
}
body.en #topBanner .intro {
  font-size: 19px;
}
/* ----- section A ----- */
.sectionA h3 {
  color: #54cec0;
}
.sectionA .gallery {
  display: flex;
  justify-content: space-between;
}
.sectionA .slot {
  flex-shrink: 0;
  width: 220px;
}
.sectionA .pic {
  height: 220px;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.sectionA p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.sectionA .s1 .ribbon {
  left: -28px;
  top: 10px;
  transform: rotate(-25deg);
}
.sectionA .s2 .ribbon {
  left: -28px;
  bottom: 0px;
  transform: rotate(10deg);
}
.sectionA .s3 .ribbon {
  right: -28px;
  top: 0;
  transform: rotate(15deg);
}
/* ----- section B ----- */
.sectionB {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
}
.sectionB .intro {
  text-align: center;
}
.sectionB .bricks {
  position: relative;
  padding: 0 20px;
  margin: 50px auto 0 auto;
  display: flex;
  max-width: 1200px;
  text-align: left;
  color: #000;
  text-shadow: none;
}
.sectionB .bricks:before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 54px;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to right, #23eeb4 0%, #f5dc5d 50%, #f54166 100%);
}
.sectionB .brick {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: Roboto, sans-serif;
  text-shadow: none;
}
.sectionB .slot {
  flex: 1;
}
.sectionB .slot.s3 {
  flex: 1.5;
}
.sectionB .desc {
  margin-top: 40px;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 500;
}
.sectionB .detail {
  font-size: 16px;
  line-height: 1.3;
}
.sectionB .desc,
.sectionB .detail {
  max-width: 320px;
  padding-right: 30px;
}
.sectionB .s4 .desc,
.sectionB .s4 .detail {
  padding-right: 0;
}
.jp .sectionB .brick {
  font-size: 36px;
}
.jp .sectionB .slot.s1 {
  flex-grow: 0.5;
}
.jp .sectionB .slot.s2 {
  flex-grow: 0.5;
}
.jp .sectionB .slot.s3 {
  flex-grow: 1;
}
.jp .sectionB .desc {
  font-size: 18px;
  line-height: 1.2;
}
.jp .sectionB .bricks:before {
  top: 44px;
  background: linear-gradient(to right, #FF5FA0 0%, #1EA9F1 15%, #5D6AFF 100%);
}
@media screen and (max-width: 1020px) {
  .sectionB .slot.s3 {
    flex: 1;
  }
  .sectionB .detail {
    padding-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .sectionB .bricks {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .sectionB .bricks:before {
    display: none;
  }
  .sectionB .slot {
    padding: 15px;
    min-width: 200px;
    flex-grow: 0;
    flex-basis: 50%;
    box-sizing: border-box;
  }
  .sectionB .brick {
    max-width: 200px;
    height: 60px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    background-color: #f1f1f1;
    border: 4px solid #999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }
  .sectionB .desc,
  .sectionB .detail {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .sectionB .desc {
    margin-top: 0;
  }
  .sectionB .detail {
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .sectionB .slot {
    flex-basis: 100%;
  }
}
/* ----- section C ----- */
.sectionC {
  padding-bottom: 0;
}
.sectionC h3 {
  margin-bottom: 30px;
}
.sectionC .intro {
  text-align: center;
}
.sectionC .gallery {
  padding-top: 60px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.sectionC .gallery .ribbon {
  background-color: #54cec0;
}
.sectionC .swiper-outerwpr {
  flex-shrink: 0;
  position: relative;
  padding: 0 45px 0 50px;
}
.sectionC .swiper-outerwpr,
.sectionC .swiper-container {
  width: 240px;
  height: 436px;
}
.sectionC .swiper-pagination {
  width: 240px;
  height: 12px;
  top: -15px;
}
.sectionC .swiper-slide {
  width: 240px;
  height: 436px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.sectionC .steps {
  max-width: 360px;
  font-size: 16px;
  margin-top: 20px;
}
.sectionC .steps li {
  list-style-type: square;
}
.sectionC .steps li + li {
  margin-top: 5px;
}
.sectionC .app-links {
  margin-top: 30px;
  margin-left: -16px;
}
.sectionC .app-link {
  display: inline-block;
  width: 177px;
  height: 56px;
  background-size: 100% auto;
  border-radius: 10px;
}
.sectionC .app-link + .app-link {
  margin-left: 10px;
}
.sectionC .app-link.ios {
  background-image: url(/static/assets/4c5ee7c01e0f4472cfa7aa0c225ca3b7.png);
}
.sectionC .app-link.android {
  background-image: url(/static/assets/ca1be209e1f35359c3f24d3eb8ba76e4.png);
}
.sectionC .hint {
  padding: 10px 16px 10px 30px;
  left: 290px;
  bottom: 25px;
  font-size: 14px;
}
/* ----- section D ----- */
.sectionD {
  padding: 0;
}
.sectionD .block {
  position: relative;
}
.sectionD .b1 {
  padding-top: 70px;
  color: #845137;
  background-size: cover;
  background-position: center center;
}
.sectionD .b1 .centerwpr {
  display: flex;
  justify-content: space-around;
}
.sectionD h3 {
  margin-bottom: 0;
  padding: 0 20px;
}
.sectionD .device {
  width: 125px;
  height: 640px;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.sectionD .benefit {
  padding-top: 60px;
}
.sectionD .slot {
  text-align: center;
}
.sectionD .slot img {
  width: 181px;
  height: auto;
  margin: 0 auto 10px auto;
}
.sectionD .slot + .slot {
  margin-top: 50px;
}
.sectionD .b2 {
  font-size: 16px;
  background-color: #f1f1f1;
}
.sectionD .b2 .centerwpr {
  max-width: 820px;
  height: 254px;
  padding-left: 410px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: visible;
}
.sectionD .james-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 410px;
  height: 320px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sectionD .tape {
  padding: 12px 40px 12px 60px;
  position: absolute;
  left: 155px;
  top: 150px;
  transform: rotate(-12deg);
  color: #000;
  text-shadow: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  background-image: url(/static/assets/53ec9aef73a69476ff37301653fae975.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.sectionD .tape strong {
  font-weight: 500;
  font-size: 18px;
}
body.en .sectionD .b2 {
  font-size: 15px;
}
/* ----- section E ----- */
.sectionE .centerwpr {
  max-width: 1600px;
}
.sectionE h3 {
  color: #54cec0;
  margin-bottom: 30px;
}
.sectionE .bricks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sectionE .slot {
  width: 25%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px;
  box-sizing: border-box;
}
.sectionE .portrait {
  position: relative;
  margin-bottom: -12px;
  text-align: center;
}
.sectionE .portrait img {
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}
.sectionE .ribbon {
  padding: 4px 18px 4px 27px;
  opacity: 0.95;
  min-height: 42px;
  position: relative;
  top: -24px;
  left: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.sectionE .desc {
  flex: 1;
  margin-bottom: 20px;
  font-size: 16px;
}
.sectionE .readmore {
  padding: 4px 15px;
  min-width: 50px;
  color: #54cec0;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  border: 2px solid #54cec0;
  border-radius: 20px;
  transition: 300ms;
}
.sectionE .readmore:hover {
  color: #fff;
  background-color: #54cec0;
}
body.en .sectionE .desc {
  font-size: 14px;
}
/* ----- section F ----- */
.sectionF {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
}
.sectionF h3 {
  margin-bottom: 10px;
}
.sectionF .intro {
  text-align: center;
  margin-bottom: 20px;
}
.sectionF .exploded {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/* ----- section G ----- */
.sectionG .centerwpr {
  max-width: 900px;
}
.sectionG h3 {
  margin-bottom: 40px;
}
.sectionG .swiper-outerwpr {
  position: relative;
  padding: 0 60px;
}
.sectionG .team-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.sectionG .team-slide img {
  width: 400px;
  margin-right: 30px;
  border-radius: 4px;
}
.sectionG .team-slide p {
  font-size: 16px;
}
.sectionG .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
body.en .sectionG .team-slide p {
  font-size: 15px;
}
/* ----- section H ----- */
.sectionH {
  padding-bottom: 60px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #54cec0;
}
.sectionH h3 {
  margin-bottom: 60px;
}
.sectionH .groupwpr {
  display: flex;
  flex-wrap: wrap;
}
.sectionH .group-slot {
  display: flex;
  align-items: flex-start;
  width: 49.5%;
  margin: 10px 0;
}
.sectionH .group-img {
  max-width: 180px;
  border-radius: 4px;
}
.sectionH .group-desc {
  padding: 0 15px;
}
.sectionH .group-desc h4 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
}
.sectionH .group-desc p {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.sectionH ul {
  padding-left: 20px;
}
.sectionH li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.1;
}
.sectionH li + li {
  margin-top: 10px;
}
.sectionH .group-desc .remark {
  margin-top: 10px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.1;
  opacity: 0.9;
}
.sectionH .group-desc .remark:before {
  content: "\203B";
  margin-right: 4px;
}
.youtube-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 40% 0 0 0;
  background-color: #0d0715;
}
.youtube-wrapper iframe {
  width: 1920px;
  height: 1080px;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
@media screen and (max-width: 1200px) {
  .sectionE .slot {
    width: 33.3%;
  }
}
/* ----- RWD 900 ----- */
@media screen and (max-width: 900px) {
  #topBanner {
    padding-top: 100%;
  }
  #topBanner .centerwpr {
    overflow: visible;
  }
  #topBanner .box {
    right: 20px;
  }
  #topBanner .imgwpr.light.desktop {
    display: none;
  }
  #topBanner .imgwpr.light.mobile {
    display: block;
  }
  #topBanner .swiper-outerwpr.desktop {
    display: none;
  }
  #topBanner .swiper-outerwpr.mobile {
    display: block;
  }
  #topBanner.youtube,
  .youtube-wrapper {
    padding-top: 56.25%;
  }
  .sectionA .gallery {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sectionA .slot {
    width: 100%;
    max-width: 440px;
  }
  .sectionA .slot + .slot {
    margin-top: 50px;
  }
  .sectionA .pic {
    height: 0;
    padding-top: 100%;
  }
  .sectionA p {
    font-size: 18px;
  }
  .sectionC {
    padding-bottom: 70px;
  }
  .sectionC .gallery {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sectionC .swiper-outerwpr,
  .sectionC .swiper-container,
  .sectionC .swiper-slide {
    height: 470px;
  }
  .sectionC .steps {
    margin-left: 18px;
  }
  .sectionC .app-links {
    margin-left: 0;
  }
  .sectionC .hint {
    position: relative;
    left: auto;
    bottom: auto;
    order: 100;
    margin-top: 20px;
    padding: 0;
    color: #888;
    font-weight: 400;
    font-size: 16px;
    background-image: none;
    background-color: transparent !important;
  }
  .sectionC .hint:after {
    display: none;
  }
  .sectionD .b2 .centerwpr {
    padding: 40px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }
  .sectionD .tape-group {
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: 410px;
  }
  .sectionD .tape {
    top: auto;
    bottom: 10%;
    left: 37%;
  }
  .sectionD .james-photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 78%;
  }
  .sectionE .bricks {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sectionE .slot {
    width: 100%;
    max-width: 400px;
  }
  .sectionE .slot + .slot {
    margin-top: 40px;
  }
  .sectionE .desc {
    margin-bottom: 20px;
  }
  .sectionG .centerwpr {
    overflow: visible;
  }
  .sectionG .swiper-outerwpr {
    padding: 0;
  }
  .sectionG .team-slide {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .sectionG .team-slide img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
  .sectionG .team-slide p {
    max-width: 400px;
  }
  .sectionG .swiper-button-prev,
  .sectionG .swiper-button-next {
    top: auto;
    margin-top: 0;
    bottom: -18px;
  }
}
/* ----- RWD 800 ----- */
@media screen and (max-width: 800px) {
  .sectionH {
    padding-bottom: 70px;
  }
  .sectionH .group-slot {
    width: 100%;
    float: none;
    margin: 0;
    align-items: center;
  }
  .sectionH .group-slot + .group-slot {
    margin-top: 20px;
  }
  .sectionH .group-desc {
    padding-right: 0;
  }
}
/* ----- RWD 600 ----- */
@media screen and (max-width: 600px) {
  .sectionD .b1 {
    padding-bottom: 70px;
  }
  .sectionD .device {
    display: none;
  }
  .sectionD .b1 .centerwpr {
    flex-direction: column;
  }
  .sectionD .slot img {
    width: 100%;
    max-width: 320px;
  }
}
/* ----- RWD 450 ----- */
@media screen and (max-width: 450px) {
  #topBanner .box {
    transform: scale(0.8);
    transform-origin: top right;
    top: auto;
    bottom: 20%;
  }
  #topBanner .title {
    font-size: 34px;
    letter-spacing: 0;
  }
  .sectionC .app-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sectionC .app-link {
    display: block;
  }
  .sectionC .app-link + .app-link {
    margin-left: 0;
    margin-top: 10px;
  }
  .sectionH .group-slot {
    align-items: flex-start;
  }
  .sectionH .group-img {
    max-width: 140px;
  }
  .sectionH .group-desc h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .sectionH .group-desc p {
    font-size: 14px;
    line-height: 1.4;
  }
}
/* ----- Dark theme ----- */
@media (prefers-color-scheme: dark) {
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #27a8ee;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #27a8ee;
    border-color: #27a8ee;
  }
  #topBanner .ribbon {
    color: #e7e9ff;
  }
  #topBanner .imgwpr.light {
    display: none !important;
  }
  #topBanner .imgwpr.dark.desktop {
    display: block;
  }
  .sectionA h3 {
    color: #fff;
  }
  body.jp .sectionA {
    background-color: #271b49;
  }
  .sectionB {
    background-color: #302865;
  }
  .sectionB .intro {
    color: #adaec0;
  }
  .sectionB .detail {
    color: #adaec0;
  }
  .sectionB .brick,
  .sectionB .desc {
    color: #fff;
  }
  .sectionC h3 {
    color: #fff;
  }
  .sectionC .steps {
    color: #918fa3;
  }
  .sectionC .gallery .ribbon {
    background-color: #5D6AFF;
  }
  .sectionD .b1 {
    color: #201233;
  }
  .sectionD .b2 {
    background-color: #302865;
  }
  .sectionD .tape {
    opacity: 0.9;
    background-image: url(/static/assets/5b48cef60925fbd6b5a8516762022ee0.png);
  }
  .sectionH {
    background-color: #2a1d3c;
  }
  .sectionH .group-desc p {
    color: #adaec0;
  }
  .sectionE h3 {
    color: #fff;
  }
  .sectionE .readmore {
    color: #ddd;
    border-color: #777;
  }
  .sectionE .readmore:hover {
    background-color: #5D6AFF;
    border-color: #5D6AFF;
  }
  .sectionF {
    color: #000;
    text-shadow: none;
    background-color: #302865;
  }
  .sectionF h3 {
    color: #fff;
  }
  .sectionF .intro {
    color: #adaec0;
  }
  .sectionG h3 {
    color: #fff;
  }
  .sectionG .team-slide {
    background-color: #2a1d3c;
  }
  .sectionG .team-slide img {
    margin-right: 0;
  }
  .sectionG .team-slide p {
    padding: 0 30px;
  }
  /* ----- Dark theme RWD 900 ----- */
}
@media (prefers-color-scheme: dark) and (max-width: 900px) {
  #topBanner .imgwpr.dark.desktop {
    display: none;
  }
  #topBanner .imgwpr.dark.mobile {
    display: block;
  }
  .sectionG .team-slide {
    background-color: transparent;
  }
  .sectionG .team-slide p {
    padding: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 720px) {
  .sectionB .brick {
    color: #302865;
    background-color: #1EA9F1;
    border-color: #2a1d3c;
  }
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

