/** bootstrap variables **/
/** bootstrap variables **/
#language-selector {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#language-selector a {
  display: flex;
  border-radius: 3em;
  background: url("/media/images/lang-select.png");
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  padding-top: 0.2em;
  color: inherit;
  text-decoration: none;
  text-indent: -999px;
  background-size: 100% auto;
}
#language-selector a:hover {
  background-color: #fff;
  text-decoration: underline;
}
#language-selector a[data-language=en] {
  background-position-y: top;
}
#language-selector a[data-language=zh-hant] {
  background-position-y: center;
}
#language-selector a[data-language=zh-hans] {
  background-position-y: bottom;
}
#language-selector .active {
  display: flex;
  border-radius: 3em;
  background-color: #d0d0d0;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding-top: 0.2em;
}
#language-selector .options {
  display: none;
  margin-top: 0.2em;
}
#language-selector:hover .options {
  display: block;
}

/** bootstrap variables **/
#nav-menu-close {
  color: #fff;
  text-align: right;
  right: 1em;
  padding: 1em;
  position: absolute;
}

#nav-menu {
  visibility: hidden;
  position: fixed;
  z-index: 3;
  pointer-events: none;
  left: var(--toolbar-width);
  display: flex;
  width: calc(100% - var(--toolbar-width));
  background: rgba(255, 255, 255, 0);
  transition: height 0.5s ease-out, background-color 1s;
  height: var(--vh);
  flex-direction: column;
}
#nav-menu .main-sections {
  width: calc(100vw - var(--toolbar-width));
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#nav-menu .main-sections > li {
  transform: translate3d(0, -100%, 0);
  transition: transform 2s;
  margin: 0 0.125rem;
  flex: 1;
}
#nav-menu .main-sections > li a {
  background: #EAEAEA;
  display: flex;
  font-size: 2rem;
  font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#nav-menu .main-sections > li a:hover {
  background: #6E4A83;
  color: #fff;
}
#nav-menu .main-sections > li:first-child {
  margin-left: 0.25rem;
}
#nav-menu .main-sections > li:last-child {
  margin-right: 0.25rem;
}
#nav-menu .main-sections > li:nth-child(1) {
  transition: transform 1.84s;
}
#nav-menu .main-sections > li:nth-child(3) {
  transition: transform 2.15s;
}
#nav-menu .main-sections > li:nth-child(4) {
  transition: transform 2.35s;
}
#nav-menu .main-sections > li:nth-child(5) {
  transition: transform 2.1s;
}
#nav-menu .sub-sections {
  margin: 0 0.25rem 0 0.25rem;
  width: calc(100vw - var(--toolbar-width) - 0.5rem);
  display: flex;
  background: #1E2126;
  height: 6rem;
  transform: translate3d(0, 100%, 0);
  transition: transform 2s;
}
#nav-menu .sub-sections > li {
  flex: 1;
}
#nav-menu .sub-sections > li > a {
  display: flex;
  font-size: 2rem;
  font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

body.allow-cookie-empty #nav-menu .sub-sections {
  height: 8rem;
  padding-bottom: 2rem;
}

body.nav-menu-open {
  overflow: hidden;
  padding-right: 17px;
}
body.nav-menu-open nav.sidebar {
  width: 100vw;
}
body.nav-menu-open #nav-menu {
  visibility: visible;
  pointer-events: all;
  background: rgb(255, 255, 255);
}
body.nav-menu-open #nav-menu .main-sections > li {
  transform: translate3d(0, 0, 0);
}
body.nav-menu-open #nav-menu .sub-sections {
  transform: translate3d(0, 0, 0);
}

body.nav-menu-closing #nav-menu {
  visibility: visible;
}

@media (max-width: 479.98px) {
  #nav-menu {
    padding-top: 8rem;
    justify-content: space-between;
    left: 0;
    width: 100%;
    background-color: rgba(44, 38, 89, 0);
  }
  #nav-menu .main-sections {
    margin-bottom: 3rem;
    flex-direction: column;
    width: 100%;
    max-height: 12.5rem;
  }
  #nav-menu .main-sections > li,
  #nav-menu .main-sections > li:first-child,
  #nav-menu .main-sections > li:last-child {
    margin: 0;
  }
  #nav-menu .main-sections > li {
    transform: translate3d(-100vw, 0, 0);
  }
  #nav-menu .main-sections > li a {
    justify-content: flex-start;
    padding-left: 2.589rem;
    background: none;
    color: #fff;
  }
  #nav-menu .sub-sections {
    flex-direction: column;
    margin: 0;
    padding-bottom: 1rem;
    height: 10rem;
    min-height: 8rem;
    width: 100%;
    transform: translate3d(0, 200%, 0);
  }
  #nav-menu .sub-sections .social-media a {
    color: #fff;
    opacity: 0.5;
    margin-right: 0.5rem;
  }
  #nav-menu .sub-sections .social-media a.xiaohongshu i {
    background-image: url("/media/images/icons/xiaohongshu-light-white.png");
  }
  #nav-menu .sub-sections > li {
    padding: 0 2.589rem;
  }
  #nav-menu .sub-sections > li > a {
    font-family: josefin-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    text-transform: uppercase;
    justify-content: flex-start;
    background: none;
    color: #fff;
  }
  #nav-menu .sub-sections > li.tools {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-menu .sub-sections > li.tools .language-selector {
    transform: translate3d(1rem, -0.5rem, 0);
  }
  #nav-menu .sub-sections > li.tools .language-selector a {
    display: inline-block;
    text-align: center;
    font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid #3d2a80;
    border-radius: 50%;
  }
  body.nav-menu-open {
    padding-right: 0;
  }
  body.nav-menu-open #nav-menu {
    background-color: #2c2659;
  }
}
/** bootstrap variables **/
#nav-menu-toggle {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.btn-hamburger:before, .btn-hamburger:after,
.btn-hamburger .bar {
  content: "";
  display: block;
  height: 2px;
  background: #3d2a80;
  width: 1.3em;
  transition: 0.5s;
  margin: 6px 0;
}

body.nav-menu-open .btn-hamburger:before {
  transform: translate3d(0, 400%, 0) rotateZ(45deg);
}
body.nav-menu-open .btn-hamburger:after {
  transform: translate3d(0, -400%, 0) rotateZ(-45deg);
}
body.nav-menu-open .btn-hamburger .bar {
  opacity: 0;
}

@media (max-width: 479.98px) {
  .on-bright .btn-hamburger:before, .on-bright .btn-hamburger:after,
  .on-bright .btn-hamburger .bar {
    background: #2c2659;
  }
  .btn-hamburger:before, .btn-hamburger:after,
  .btn-hamburger .bar {
    margin: 3px 0;
    width: 1.285em;
    background: #fff;
  }
  .is-dark .btn-hamburger:before, .is-dark .btn-hamburger:after,
  .is-dark .btn-hamburger .bar,
  .on-dark .btn-hamburger:before,
  .on-dark .btn-hamburger:after,
  .on-dark .btn-hamburger .bar {
    background: #fff;
  }
  body.nav-menu-open .btn-hamburger:before {
    transform: translate3d(0, 250%, 0) rotateZ(45deg);
  }
  body.nav-menu-open .btn-hamburger:after {
    transform: translate3d(0, -250%, 0) rotateZ(-45deg);
  }
  body.nav-menu-open .btn-hamburger:before, body.nav-menu-open .btn-hamburger:after,
  body.nav-menu-open .btn-hamburger .bar {
    background: #fff;
  }
}
.pfx-word-fade span[data-parallax=true] > span, .pfx-fade {
  opacity: 0;
  transition: opacity 0.5s;
}
.pfx-word-fade span[data-parallax=true] > span.active, .pfx-fade.active {
  opacity: 1;
}
.pfx-word-fade span[data-parallax=true] > span.active-end, .pfx-fade.active-end {
  opacity: 0;
}
.pfx-fixed {
  position: fixed !important;
}

/** bootstrap variables **/
body > footer {
  position: relative;
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > footer .site-map {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
body > footer .site-map ul {
  margin-top: 2em;
}
body > footer .note {
  min-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body > footer .note > div:first-child,
body > footer .note > div:last-child {
  flex: 1;
}
body > footer .note > div:last-child {
  text-align: right;
}
body > footer .note > div:last-child a {
  margin-left: 1em;
}
body > footer .note > div:last-child a:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  body > footer .note {
    flex-direction: column;
    padding-bottom: 2em;
    align-items: flex-start;
  }
}
body > footer a {
  text-decoration: none;
  color: #fff;
}
body > footer a:hover {
  color: inherit;
  text-decoration: underline;
}
body > footer .display-3 {
  text-transform: uppercase;
}
body > footer .site-map ul a {
  display: inline-block;
  line-height: 1.8;
  text-transform: uppercase;
  transform-origin: left;
  transition: 0.5s;
}
body > footer .site-map ul a:hover {
  transform: scale3d(1.2, 1.2, 1);
}
body > footer .note {
  font-size: 0.6rem;
}

@media (max-width: 479.98px) {
  body > footer {
    padding-left: 1.82rem;
  }
  body > footer .display-3 {
    font-size: 3rem;
    line-height: 1.5;
  }
  body > footer .container-narrow ul a {
    font-size: 2rem;
  }
}
/** bootstrap variables **/
/** bootstrap variables **/
:root {
  --toolbar-width: 3.18rem;
}

body > header #tool {
  position: fixed;
  top: 0;
  z-index: 2;
  height: var(--vh);
  width: var(--toolbar-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #EAEAEA;
  transition: background-color 1s;
}
body > header #tool .social-media a {
  color: #000;
  opacity: 38%;
}
body > header #tool .social-media a:hover {
  opacity: 100%;
}
body > header #tool .social-media a.xiaohongshu {
  position: relative;
}
body > header #tool .social-media a.xiaohongshu > i {
  background-image: url("/media/images/icons/xiaohongshu-light-black.png");
  margin: 0 0 0.2em -0.2em;
}
body > header #tool .social-media a.xiaohongshu > i:before {
  width: 1.4em;
}
body > header i.icon {
  background: no-repeat center center;
  display: inline-block;
  background-size: contain;
}
body > header i.icon:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1em;
  height: 1em;
}

@media (max-width: 479.98px) {
  body > header #tool {
    right: 0;
    background: none !important;
    width: 5.142rem;
    height: 5rem;
  }
  body > header #tool #language-selector,
  body > header #tool .social-media {
    display: none;
  }
}
body > header {
  position: relative;
  z-index: 100;
}

#logo, #tool {
  padding: 4rem 0;
}

#logo {
  transition: transform 0.5s ease-out;
  position: absolute;
  top: 0;
  width: 25%;
  margin-top: 5px;
  min-width: 97px;
  max-width: 146px;
  left: 6.5rem;
  z-index: 1;
}
#logo a {
  display: block;
}
#logo svg {
  display: block;
  transition: 1s;
  fill: #2c2659;
  width: 100%;
  height: auto;
}

body.on-dark #logo svg,
body.on-top-dark #logo svg,
body.is-dark #logo svg {
  fill: #fff;
}

@media (max-width: 479.98px) {
  body > header #logo {
    left: 2.589rem;
    margin-top: 3px;
  }
  body > header #logo, body > header #tool {
    transition: padding 1s ease;
    padding: 2rem 0;
    z-index: 100;
  }
  body.nav-menu-open > header #logo {
    transform: translate3d(0, 0, 0) !important;
  }
  body.nav-menu-open > header #logo svg {
    fill: #fff;
  }
  body.nav-menu-open > header #logo, body.nav-menu-open > header #tool {
    padding-top: 3.5rem;
  }
}
/** bootstrap variables **/
#cookie-consent {
  position: fixed;
  width: calc(100vw - 50px);
  max-width: 30rem;
  background: #6E4A83;
  color: #fff;
  font-size: 0.75rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.5em 1em;
  line-height: 1.5em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1080;
  text-align: center;
}
#cookie-consent a.btn:hover {
  font-size: 1em !important;
  text-decoration: underline;
}

body.allow-cookie-all #cookie-consent {
  display: none;
}

body.allow-cookie-empty #cookie-consent {
  display: inline-block;
}

body > footer .note {
  padding-bottom: 3rem;
}

body.allow-cookie-all > footer .note {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  #cookie-consent {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
  }
}
/** bootstrap variables **/
.panel.active {
  opacity: 1;
  pointer-events: all;
}
.panel.active .content {
  transform: translate3d(0, -50%, 0);
}
.panel.active .content p {
  margin-bottom: 1em;
}

.panel {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  transition: 0.5s;
}
.panel .dimmer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 150;
  cursor: pointer;
}
.panel .content {
  transition: 1s;
  transform: translate3d(100vw, -50%, 0);
  margin-top: calc(var(--vh) * 0.5);
  z-index: 160;
  position: relative;
  pointer-events: none;
}
.panel .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #EEE;
}
.panel .content > div {
  position: relative;
}
.panel .content .container > div {
  background: #EEE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(var(--svh) - 10rem);
  pointer-events: all;
}
.panel .content .container > div > section {
  height: calc(var(--svh) - 20rem);
  display: flex;
  flex-direction: column;
  padding-left: 5em;
}
.panel .scroll-long-text {
  overflow-x: hidden;
  overflow-y: auto;
}
.panel .profile {
  background: #EEE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(var(--vh) - 10rem);
  pointer-events: all;
}
.panel .profile > section > .title {
  height: 50%;
  display: flex;
  align-items: flex-end;
}
.panel .profile > section > .title .picture {
  height: 100%;
  max-height: 300px;
  background: #DDD center center;
  background-size: cover;
}
.panel .profile > section > .title .picture > img {
  height: 100%;
}
.panel .profile > section > .title .text {
  margin-left: 1rem;
  font-family: optima-nova, Georgia, "Times New Roman", Times, sans-serif;
  font-size: 1.6rem;
}
.panel .profile > section > .title .text h3 {
  font-size: 3rem;
  margin: 0;
}
.panel .profile > section > .scroll-long-text {
  height: 50%;
}
.panel .profile > section .sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
}
.panel .profile > section .sns:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #707070;
  margin-right: 1rem;
}
.panel .profile > section .sns a {
  color: inherit;
}
.panel .tools .btn.disabled {
  opacity: 0.3;
}

@media (max-width: 767.98px) {
  .panel .content:before {
    background: none;
  }
  .panel .content .container > div > section {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 479.98px) {
  .panel .profile > section > .title {
    flex-direction: column;
    align-items: center;
  }
  .panel .profile > section > .title .text {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .panel .profile > section > .title .text h3 {
    font-size: 2rem;
  }
}
body {
  overflow-x: hidden;
}

ul.box,
ul.box li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav > ul,
nav > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.nav-menu-open > footer {
  z-index: 80;
}
body.nav-menu-open > header {
  width: 100%;
  z-index: 100;
}
body.nav-menu-open > header #tool {
  background-color: #EAEAEA;
}

#panel-wechat .content:before {
  display: none;
}
#panel-wechat .qrcode {
  max-width: 320px;
  margin: 0 auto;
}
#panel-wechat .qrcode:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: url("/media/images/wechat-640.jpg") no-repeat #FFF;
  background-size: 100% auto;
}
#panel-wechat .profile > section {
  padding: 2em;
}
#panel-wechat .profile > section .text {
  margin: 0;
  width: 100%;
  text-align: center;
}

.screen-project-highlights {
  background: #1E2126;
}
.screen-project-highlights .fade-top:before {
  background-image: linear-gradient(180deg, #1E2126 0%, #1E2126 80%, rgba(30, 33, 38, 0) 100%);
}

.btn-icon {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  width: 1.5rem;
  height: 1.7rem;
  background: no-repeat center center;
  background-size: 95% auto;
  margin: 0 1rem;
  opacity: 0.5;
}
.btn-icon:hover {
  opacity: 1;
}
.btn-icon.btn-previous {
  background-image: url("/media/images/icons/previous.svg");
}
.btn-icon.btn-next {
  background-image: url("/media/images/icons/next.svg");
}
.btn-icon.btn-list {
  background-image: url("/media/images/icons/list.svg");
}

/*# sourceMappingURL=site.css.map */
