.slide-init, .wrapper .content-wrapper .sub .sub-page .inner .img, .wrapper .content-wrapper .sub .sub-page .inner .sub-outer, .wrapper .content-wrapper .about .story .logo, .wrapper .content-wrapper .about .story .text, .wrapper .content-wrapper .about .connect span#aboutJoin {
  -webkit-transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
          transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}

.slide-in, .wrapper .content-wrapper .sub .sub-page.slide-in .img, .wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer, .wrapper .content-wrapper .about.slide-in .story .logo, .wrapper .content-wrapper .about.slide-in .story .text, .wrapper .content-wrapper .about.slide-in .connect span#aboutJoin, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h1, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .title .word, .wrapper .content-wrapper .about .mission .text-wrapper h1, .wrapper .content-wrapper .about .mission .text-wrapper h5 {
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
  -webkit-transform: translate3d(0, 40px, 1px) rotate(6deg);
          transform: translate3d(0, 40px, 1px) rotate(6deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .word, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h1, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

@font-face {
  font-family: 'AGFatumC';
  src: url(../assets/fonts/AGFatumC.ttf) format("truetype");
  src: url(../assets/fonts/AGFatumC.woff) format("woff");
}

@font-face {
  font-family: 'Avanti';
  src: url(../assets/fonts/Avanti.ttf) format("truetype");
  src: url(../assets/fonts/Avanti.woff) format("woff");
}

@font-face {
  font-family: 'Nulshock';
  src: url(../assets/fonts/Nulshock_Bold.ttf) format("truetype");
  src: url(../assets/fonts/Nulshock_Bold.woff) format("woff");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #1c1c1c;
  letter-spacing: 0.22em;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}

.wrapper.main .content-wrapper .main {
  display: block;
}

.wrapper.main .footer .sign, .wrapper.main .footer .copyright {
  opacity: 0;
}

.wrapper.main .footer .links {
  -webkit-transition: opacity 0s ease,-webkit-transform 1s ease;
  transition: opacity 0s ease,-webkit-transform 1s ease;
  transition: opacity 0s ease,transform 1s ease;
  transition: opacity 0s ease,transform 1s ease,-webkit-transform 1s ease;
  -webkit-transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
          transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (max-width: 992px) {
  .wrapper.main .footer {
    display: none;
  }
}

.wrapper.main.footer-animation-active .footer .links {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.wrapper.sub-contact, .wrapper.sub-join {
  height: unset;
}

.wrapper.sub-contact .content-wrapper, .wrapper.sub-join .content-wrapper {
  padding-top: 59px;
  background-color: #1c1c1c;
}

.wrapper.sub-contact .content-wrapper .sub, .wrapper.sub-join .content-wrapper .sub {
  display: block;
}

.wrapper.sub-contact .content-wrapper .sub .sub-page.join .inner .content .information .horizontal, .wrapper.sub-contact .content-wrapper .sub .sub-page.contact .inner .content .information .horizontal, .wrapper.sub-join .content-wrapper .sub .sub-page.join .inner .content .information .horizontal, .wrapper.sub-join .content-wrapper .sub .sub-page.contact .inner .content .information .horizontal {
  margin: 15px 0 15px calc(-100vw + 548px);
  width: 100vw;
}

.wrapper.sub-contact .footer, .wrapper.sub-join .footer {
  padding-bottom: 24px;
  position: relative;
  bottom: unset;
  background-color: #1c1c1c;
  height: 45px;
  margin-top: -45px;
}

@media (max-width: 992px) {
  .wrapper.sub-contact .footer, .wrapper.sub-join .footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: 151px;
    margin-top: 0px;
    padding-top: 40px;
  }
}

@media (max-width: 650px) {
  .wrapper.sub-contact .footer, .wrapper.sub-join .footer {
    height: 85px;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .wrapper.sub-contact .footer .sign, .wrapper.sub-join .footer .sign {
    margin-bottom: 11px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .wrapper.sub-contact .footer .sign, .wrapper.sub-join .footer .sign {
    display: none;
  }
}

@media (max-width: 992px) {
  .wrapper.sub-contact .footer .copyright, .wrapper.sub-join .footer .copyright {
    margin-bottom: 11px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .wrapper.sub-contact .footer .copyright, .wrapper.sub-join .footer .copyright {
    display: none;
  }
}

@media (max-width: 992px) {
  .wrapper.sub-contact .footer .links, .wrapper.sub-join .footer .links {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.wrapper.sub-contact .content-wrapper .sub .sub-page.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.sub-join .content-wrapper .sub .sub-page.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.about .content-wrapper .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 59px;
}

.wrapper.about .footer {
  padding-bottom: 24px;
}

@media (max-width: 650px) {
  .wrapper.about .footer {
    padding-bottom: 12px;
  }
}

@media (max-width: 992px) {
  .wrapper.about .footer .sign {
    display: none;
  }
}

@media (max-width: 992px) {
  .wrapper.about .footer .copyright {
    display: none;
  }
}

@media (max-width: 992px) {
  .wrapper.about .footer .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wrapper header {
  position: absolute;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-right: 9px;
  padding-left: 64px;
  width: 100%;
}

@media (max-width: 650px) {
  .wrapper header {
    padding-left: 24px;
  }
}

.wrapper header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper header .logo .cloudlytics {
  color: white;
  letter-spacing: 0;
  font-size: 24px;
  font-family: 'Nulshock', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  cursor: pointer;
}

.wrapper header .menu-button {
  padding-right: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 650px) {
  .wrapper header .menu-button {
    padding-right: 0px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.wrapper header .menu-button .line {
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}

.wrapper header .menu-button .line1 {
  width: 23.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.wrapper header .menu-button .line2 {
  margin-top: 15px;
  width: 47px;
}

.wrapper header .menu-button .line3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 15px;
  width: 23.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.wrapper header .menu-button:hover .line1, .wrapper header .menu-button:hover .line3 {
  width: 47px;
}

.wrapper .menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wrapper .menu::before, .wrapper .menu::after {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  border-bottom-left-radius: 200%;
  background: rgba(31, 32, 41, 0.6);
  content: ' ';
  -webkit-transition: border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}

.wrapper .menu::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.wrapper .menu::after {
  background: #1f2029;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wrapper .menu .menu-content {
  visibility: hidden;
  height: 100%;
  cursor: pointer;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 992px) {
  .wrapper .menu .menu-content {
    margin: 60px 0 64px;
  }
}

.wrapper .menu .menu-content .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 48px;
  font-family: 'Avanti', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

@media (max-width: 992px) {
  .wrapper .menu .menu-content .menu-item:nth-last-child(1) {
    border-bottom: none;
  }
}

@media (max-width: 650px) {
  .wrapper .menu .menu-content .menu-item {
    font-size: 32px;
  }
}

.wrapper .menu .menu-content .menu-item .word {
  overflow: hidden;
}

.wrapper .menu .menu-content .menu-item .word .word-ani {
  -webkit-transform: translate3d(0, 100%, 1px) rotate(10deg);
          transform: translate3d(0, 100%, 1px) rotate(10deg);
  -webkit-transition: -webkit-transform 0s linear .5s;
  transition: -webkit-transform 0s linear .5s;
  transition: transform 0s linear .5s;
  transition: transform 0s linear .5s, -webkit-transform 0s linear .5s;
}

.wrapper .menu.active {
  pointer-events: initial;
}

.wrapper .menu.active .menu-content {
  visibility: visible;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.wrapper .menu.active .menu-content .menu-item {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.wrapper .menu.active .menu-content .menu-item:hover {
  color: white;
}

.wrapper .menu.active .menu-content .menu-item .word .word-ani {
  -webkit-transition: -webkit-transform .7s ease .5s;
  transition: -webkit-transform .7s ease .5s;
  transition: transform .7s ease .5s;
  transition: transform .7s ease .5s, -webkit-transform .7s ease .5s;
  -webkit-transform: none;
          transform: none;
}

.wrapper .menu.active .menu-links {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.wrapper .menu.active::before, .wrapper .menu.active::after {
  border-radius: 0;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.wrapper .menu.active::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wrapper .menu.active::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.wrapper .menu.active + header {
  position: fixed;
  background-color: transparent;
}

.wrapper .menu.active + header .menu-button .line1 {
  width: 47px;
  -webkit-transform: translate(0px, 15px) rotate(45deg);
          transform: translate(0px, 15px) rotate(45deg);
}

.wrapper .menu.active + header .menu-button .line2 {
  opacity: 0;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}

.wrapper .menu.active + header .menu-button .line3 {
  width: 47px;
  -webkit-transform: translate(0px, -16px) rotate(-45deg);
          transform: translate(0px, -16px) rotate(-45deg);
}

.wrapper .menu .menu-links {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 41px;
  padding-right: 53px;
  opacity: 0;
}

@media (max-width: 992px) {
  .wrapper .menu .menu-links {
    right: unset;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-right: 0px;
  }
}

.wrapper .menu .menu-links a {
  color: white;
  text-decoration: none;
  color: white;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  padding: 0 12px;
}

.wrapper .menu .menu-links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.wrapper .footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 64px 40px 64px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

@media (max-width: 650px) {
  .wrapper .footer {
    padding: 0 24px 40px 24px;
  }
}

.wrapper .footer .sign {
  width: 33.3333%;
  letter-spacing: 4px;
  font-size: 12px;
}

.wrapper .footer .copyright {
  width: 33.3333%;
  text-align: center;
}

.wrapper .footer .links {
  width: 33.3333%;
  text-align: right;
  overflow: hidden;
}

.wrapper .footer .links a {
  margin-left: 24px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.75;
}

@media (max-width: 992px) {
  .wrapper .footer .links a {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.wrapper .footer .links a:hover {
  opacity: 1;
}

.wrapper .footer .links a:active, .wrapper .footer .links a:visited {
  color: white;
  text-decoration: none;
}

.wrapper .horizontal {
  margin: 36px 0 36px -7.5%;
  width: 117.5%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media (max-width: 992px) {
  .wrapper .horizontal {
    width: calc(100% + 128px);
    margin: 36px 0 36px -64px;
  }
}

@media (max-width: 650px) {
  .wrapper .horizontal {
    width: calc(100% + 48px);
    margin: 36px 0 36px -24px;
  }
}

.wrapper .content-wrapper {
  height: 100%;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrapper .content-wrapper .main {
  display: none;
  width: 100%;
  height: 100%;
}

.wrapper .content-wrapper .main .slider {
  z-index: 8;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.wrapper .content-wrapper .main .slider .slick-list {
  height: 100%;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track {
  height: 100%;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background {
  width: 100%;
  height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background::after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-1::after {
  background-color: rgba(0, 0, 0, 0.45);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-5::after {
  background-color: rgba(0, 0, 0, 0.45);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-1 {
  background: url(../assets/images/background01.jpg) no-repeat;
  background-position: 70% center;
  background-size: cover;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-1 {
    background: url(../assets/images/photo-001.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-2 {
  background: url(../assets/images/background02.jpg) no-repeat;
  background-position: 40% center;
  background-size: cover;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-2 {
    background: url(../assets/images/photo-002.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-3 {
  background: url(../assets/images/background03.jpg) no-repeat;
  background-position: 35% center;
  background-size: cover;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-3 {
    background: url(../assets/images/photo-003.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-4 {
  background: url(../assets/images/background04.jpg) no-repeat;
  background-position: 75% center;
  background-size: cover;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-4 {
    background: url(../assets/images/photo-004.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-5 {
  background: url(../assets/images/background05.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .background.bg-5 {
    background: url(../assets/images/photo-005.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 88px;
  padding-bottom: 150px;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer {
    padding-bottom: 88px;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle {
  width: 100%;
  height: 222px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .horizontal {
  position: absolute;
  top: 50%;
  margin: 0;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .horizontal {
    margin-left: -64px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .horizontal {
    margin-left: -24px;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer {
  position: absolute;
  top: 50%;
  left: 66px;
  display: block;
  width: 222px;
  height: 222px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer {
    left: unset;
    right: 29px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer {
    display: none;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer:hover svg .circle__c2 {
  stroke-dashoffset: 0;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer svg .circle__c1 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer svg .circle__c2 {
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner {
  display: inline-block;
  vertical-align: middle;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 47px;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text:first-child .circle__span {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0 ease 0.5s;
  transition: opacity 0.5s, -webkit-transform 0 ease 0.5s;
  transition: transform 0 ease 0.5s, opacity 0.5s;
  transition: transform 0 ease 0.5s, opacity 0.5s, -webkit-transform 0 ease 0.5s;
  -webkit-transform: translate3d(0, 30px, 1px) rotate(6deg);
          transform: translate3d(0, 30px, 1px) rotate(6deg);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text:nth-child(2) {
  margin-top: -47px;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text .circle__span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 13px;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text .circle__span .line {
  overflow: hidden;
  text-align: inherit !important;
  white-space: nowrap;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text .circle__span .line .line {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 1px) rotate(6deg);
          transform: translate3d(0, 30px, 1px) rotate(6deg);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .circle .circle__outer .circle__inner .circle__text .circle__dot {
  margin: 5px auto;
  width: 1px;
  height: 1px;
  border: 1px solid;
  color: #fff;
  -webkit-transition: opacity .5s ease 2.5s;
  transition: opacity .5s ease 2.5s;
  opacity: 0;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 96px;
  font-family: 'Avanti', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  line-height: 1.2;
  padding-left: 17.5%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter {
    padding-left: 0;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter {
    max-width: none;
    text-align: center;
    font-size: 58px;
    line-height: 1.5;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter .topic {
  position: relative;
  bottom: -19px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 120%, 1px) rotate(6deg);
          transform: translate3d(0, 120%, 1px) rotate(6deg);
  -webkit-transition: opacity .5s ease,-webkit-transform 0s linear;
  transition: opacity .5s ease,-webkit-transform 0s linear;
  transition: transform 0s linear,opacity .5s ease;
  transition: transform 0s linear,opacity .5s ease,-webkit-transform 0s linear;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  margin-left: 6px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
  position: relative;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter .counter .divider {
  height: 1px;
  width: 41px;
  background-color: rgba(240, 239, 237, 0.2);
  margin: -3px 6px 0;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .topic-outter .counter .total {
  opacity: 0.6;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(662px + 17.5%);
  font-size: 18px;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  line-height: 36px;
  padding-left: 17.5%;
  text-align: center;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter {
    padding-left: 0;
    max-width: 600px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter {
    max-width: 650px;
    font-size: 12px;
    line-height: 26px;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter .text {
  -webkit-transition: opacity 0s ease ,-webkit-transform 0s ease;
  transition: opacity 0s ease ,-webkit-transform 0s ease;
  transition: opacity 0s ease ,transform 0s ease;
  transition: opacity 0s ease ,transform 0s ease ,-webkit-transform 0s ease;
  -webkit-transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
          transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: left;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter .more-outter {
  display: none;
  overflow: hidden;
  position: relative;
  padding-top: 17px;
  padding-bottom: 2px;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter .more-outter {
    display: inline-block;
  }
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter .more-outter::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0s ease 0s;
  transition: -webkit-transform 0s ease 0s;
  transition: transform 0s ease 0s;
  transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .outer .content .text-outter .more-outter .more {
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  -webkit-transform: translate3d(0, 25px, 1px) rotate(8deg);
          transform: translate3d(0, 25px, 1px) rotate(8deg);
  -webkit-transition: -webkit-transform 0s ease 0s;
  transition: -webkit-transform 0s ease 0s;
  transition: transform 0s ease 0s;
  transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
  line-height: 1;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .horizontal {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 2s ease 0.2s;
  transition: -webkit-transform 2s ease 0.2s;
  transition: transform 2s ease 0.2s;
  transition: transform 2s ease 0.2s, -webkit-transform 2s ease 0.2s;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .circle .circle__outer svg {
  opacity: 1;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .circle .circle__outer svg .circle__c1 {
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  stroke-dashoffset: 0;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .circle .circle__outer .circle__inner .circle__text:first-child .circle__span {
  opacity: 1;
  -webkit-transition: opacity 0s linear 2.3s, -webkit-transform 1.2s ease 2.3s;
  transition: opacity 0s linear 2.3s, -webkit-transform 1.2s ease 2.3s;
  transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s;
  transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s, -webkit-transform 1.2s ease 2.3s;
  -webkit-transform: translateZ(1px) rotate(0.001deg);
          transform: translateZ(1px) rotate(0.001deg);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .circle .circle__outer .circle__inner .circle__text .circle__span .line .line {
  opacity: 1;
  -webkit-transition: opacity 0s linear 2.3s,-webkit-transform 1.2s ease 2.3s;
  transition: opacity 0s linear 2.3s,-webkit-transform 1.2s ease 2.3s;
  transition: transform 1.2s ease 2.3s,opacity 0s linear 2.3s;
  transition: transform 1.2s ease 2.3s,opacity 0s linear 2.3s,-webkit-transform 1.2s ease 2.3s;
  -webkit-transform: translateZ(1px) rotate(0.001deg);
          transform: translateZ(1px) rotate(0.001deg);
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .circle .circle__outer .circle__inner .circle__text .circle__dot {
  -webkit-transition: opacity .5s ease 3.5s;
  transition: opacity .5s ease 3.5s;
  opacity: 1;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .topic-outter .topic {
  -webkit-transform: translateZ(1px) rotate(0.001deg);
          transform: translateZ(1px) rotate(0.001deg);
  opacity: 1;
  -webkit-transition: opacity 0s linear,-webkit-transform 1s ease 1s;
  transition: opacity 0s linear,-webkit-transform 1s ease 1s;
  transition: opacity 0s linear,transform 1s ease 1s;
  transition: opacity 0s linear,transform 1s ease 1s,-webkit-transform 1s ease 1s;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .topic-outter .counter {
  -webkit-transition: opacity .5s ease 1.5s;
  transition: opacity .5s ease 1.5s;
  opacity: 1;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .text-outter .text {
  -webkit-transform: translateZ(1px) rotate(0.001deg);
          transform: translateZ(1px) rotate(0.001deg);
  opacity: .8;
  -webkit-transition: opacity 1s ease 1.5s,-webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1.5s,-webkit-transform 1s ease 1s;
  transition: transform 1s ease 1s,opacity 1s ease 1.5s;
  transition: transform 1s ease 1s,opacity 1s ease 1.5s,-webkit-transform 1s ease 1s;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .text-outter .more-outter::before {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 1s ease 1s;
  transition: -webkit-transform 1s ease 1s;
  transition: transform 1s ease 1s;
  transition: transform 1s ease 1s, -webkit-transform 1s ease 1s;
}

.wrapper .content-wrapper .main .slider .slick-list .slick-track .slick-active-animation .content .text-outter .more-outter .more {
  -webkit-transform: translateZ(1px) rotate(0.001deg);
          transform: translateZ(1px) rotate(0.001deg);
  -webkit-transition: -webkit-transform 1s ease 1.5s;
  transition: -webkit-transform 1s ease 1.5s;
  transition: transform 1s ease 1.5s;
  transition: transform 1s ease 1.5s, -webkit-transform 1s ease 1.5s;
}

.wrapper .content-wrapper .main .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 58px;
  width: 653px;
  height: 133px;
  background-color: white;
  font-size: 0;
}

@media (max-width: 1200px) {
  .wrapper .content-wrapper .main .caption {
    padding: 0 63px 0 68px;
    width: 631px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption {
    bottom: 0;
    left: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    width: 100%;
    height: auto;
    background: none;
  }
}

.wrapper .content-wrapper .main .caption .inner {
  display: inline-block;
  max-width: 332px;
  width: 100%;
  color: #000;
  vertical-align: middle;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption .inner {
    max-width: 215px;
    color: white;
  }
}

.wrapper .content-wrapper .main .caption .inner .label {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption .inner .label {
    margin-bottom: 4px;
    letter-spacing: 3px;
    font-size: 8px;
  }
}

.wrapper .content-wrapper .main .caption .inner .cap-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption .inner .cap-title {
    font-size: 18px;
  }
}

.wrapper .content-wrapper .main .caption .inner .cap-title .cap-title-animation {
  -webkit-transition: opacity .5s ease,-webkit-transform 0s linear;
  transition: opacity .5s ease,-webkit-transform 0s linear;
  transition: opacity .5s ease,transform 0s linear;
  transition: opacity .5s ease,transform 0s linear,-webkit-transform 0s linear;
  -webkit-transform: translate3d(0, 30px, 1px) rotate(10deg);
          transform: translate3d(0, 30px, 1px) rotate(10deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
}

.wrapper .content-wrapper .main .caption .inner .cap-title .cap-title-animation.animation-active {
  opacity: 1;
  -webkit-transform: translateZ(1px) rotate(0deg);
          transform: translateZ(1px) rotate(0deg);
  -webkit-transition: opacity 0s ease,-webkit-transform 1s ease 1.8s;
  transition: opacity 0s ease,-webkit-transform 1s ease 1.8s;
  transition: opacity 0s ease,transform 1s ease 1.8s;
  transition: opacity 0s ease,transform 1s ease 1.8s,-webkit-transform 1s ease 1.8s;
}

.wrapper .content-wrapper .main .caption .arrows {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .wrapper .content-wrapper .main .caption .arrows {
    max-width: 295px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption .arrows {
    position: relative;
    top: 10px;
    padding-right: 2px;
    padding-left: 12px;
    min-width: 155px;
    text-align: right;
  }
}

.wrapper .content-wrapper .main .caption .arrows button {
  padding: 0;
  padding-top: 1px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.wrapper .content-wrapper .main .caption .arrows .arrow {
  height: 15px;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.wrapper .content-wrapper .main .caption .arrows .arrow img {
  width: 59px;
  height: 15px;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .main .caption .arrows .arrow img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.wrapper .content-wrapper .main .caption .arrows .arrow:hover {
  opacity: 0.5;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.wrapper .content-wrapper .main .caption .arrows .arrow.arrow-left {
  margin-right: 14px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.wrapper .content-wrapper .main .caption .arrows .arrow.arrow-left:hover {
  -webkit-transform: rotateY(180deg) translateX(5px);
          transform: rotateY(180deg) translateX(5px);
}

.wrapper .content-wrapper .main.animation-active .cap-title-animation {
  opacity: 1 !important;
  -webkit-transform: translateZ(1px) rotate(0deg) !important;
          transform: translateZ(1px) rotate(0deg) !important;
  -webkit-transition: opacity 0s ease,-webkit-transform 1s ease .5s !important;
  transition: opacity 0s ease,-webkit-transform 1s ease .5s !important;
  transition: opacity 0s ease,transform 1s ease .5s !important;
  transition: opacity 0s ease,transform 1s ease .5s,-webkit-transform 1s ease .5s !important;
}

.wrapper .content-wrapper .slide-init, .wrapper .content-wrapper .sub .sub-page .inner .img, .wrapper .content-wrapper .sub .sub-page .inner .sub-outer, .wrapper .content-wrapper .about .story .logo, .wrapper .content-wrapper .about .story .text, .wrapper .content-wrapper .about .connect span#aboutJoin {
  -webkit-transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
          transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}

.wrapper .content-wrapper .slide-in, .wrapper .content-wrapper .sub .sub-page.slide-in .img, .wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer, .wrapper .content-wrapper .about.slide-in .story .logo, .wrapper .content-wrapper .about.slide-in .story .text, .wrapper .content-wrapper .about.slide-in .connect span#aboutJoin, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h1, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .title .word, .wrapper .content-wrapper .about .mission .text-wrapper h1, .wrapper .content-wrapper .about .mission .text-wrapper h5 {
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
  -webkit-transform: translate3d(0, 40px, 1px) rotate(6deg);
          transform: translate3d(0, 40px, 1px) rotate(6deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .word, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h1, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.wrapper .content-wrapper .sub {
  display: none;
  width: 100%;
  min-height: calc(100vh - 59px);
  padding-top: 10vh;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub {
    min-height: 100%;
    padding-top: 4vh;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub {
    padding-top: 2vh;
  }
}

.wrapper .content-wrapper .sub .sub-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.wrapper .content-wrapper .sub .sub-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 2.5vh;
  width: calc(100% - 599px);
  height: 66.5vh;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .img {
    width: calc(100% - 360px);
    height: 680px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .img {
    z-index: 1;
    margin-top: 0;
    width: 100%;
    height: 184px;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content {
  margin-top: 2.5vh;
  padding-left: 50px;
  width: 598px;
  height: 66.5vh;
  color: white;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content {
    padding-left: 52px;
    width: 360px;
    height: 680px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content {
    height: unset;
    z-index: 2;
    padding: 0 28px;
    width: 100%;
    margin-top: -8px;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .title {
  overflow: hidden;
  margin-top: 61px;
  margin-bottom: 47px;
  height: 50px;
  margin-left: -114px;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .title {
    height: unset;
    margin: 0;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .title .word {
  margin: 0;
  font-size: 54px;
  font-family: 'Avanti', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .title .word {
    font-size: 40px;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  line-height: 1.8;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information .horizontal {
    margin: 15px 0 15px calc(-100vw + 308px) !important;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information .horizontal {
    display: none;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information .horizontal.horizontal-in-row {
  display: none;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information .horizontal.horizontal-in-row {
    display: block;
  }
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information .horizontal.horizontal-in-row {
    display: none;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .wrapper .content-wrapper .sub .sub-page .inner .content .information .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information .row .sub-outer-1, .wrapper .content-wrapper .sub .sub-page .inner .content .information .row .sub-outer-2, .wrapper .content-wrapper .sub .sub-page .inner .content .information .row .opening-1, .wrapper .content-wrapper .sub .sub-page .inner .content .information .row .opening-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information .subtitle {
  margin: 30px 0 15px 0;
  color: white;
  font-size: 16px;
  line-height: 1;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information a {
  color: inherit;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -4px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information a:hover {
  color: white;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .information a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer-1 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer-2 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer-3 {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .horizontal {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 2s ease 0.2s;
  transition: -webkit-transform 2s ease 0.2s;
  transition: transform 2s ease 0.2s;
  transition: transform 2s ease 0.2s, -webkit-transform 2s ease 0.2s;
}

.wrapper .content-wrapper .sub .sub-page.contact {
  display: none;
}

.wrapper .content-wrapper .sub .sub-page.contact .inner .img.loaded {
  background-image: url(../assets/images/contact.jpg);
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .sub .sub-page.contact .horizontal {
    opacity: 0;
  }
}

.wrapper .content-wrapper .sub .sub-page.join {
  display: none;
}

.wrapper .content-wrapper .sub .sub-page.join .inner .img.loaded {
  background-image: url(../assets/images/joinus.jpg?v=2);
  background-position: bottom;
}

.wrapper .content-wrapper .slide-init, .wrapper .content-wrapper .sub .sub-page .inner .img, .wrapper .content-wrapper .sub .sub-page .inner .sub-outer, .wrapper .content-wrapper .about .story .logo, .wrapper .content-wrapper .about .story .text, .wrapper .content-wrapper .about .connect span#aboutJoin {
  -webkit-transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
          transform: translate3d(0, 50px, 1px) scaleY(1.3) rotate(1deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}

.wrapper .content-wrapper .slide-in, .wrapper .content-wrapper .sub .sub-page.slide-in .img, .wrapper .content-wrapper .sub .sub-page.slide-in .sub-outer, .wrapper .content-wrapper .about.slide-in .story .logo, .wrapper .content-wrapper .about.slide-in .story .text, .wrapper .content-wrapper .about.slide-in .connect span#aboutJoin, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h1, .wrapper .content-wrapper .about.slide-in .mission .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.wrapper .content-wrapper .sub .sub-page .inner .content .title .word, .wrapper .content-wrapper .about .mission .text-wrapper h1, .wrapper .content-wrapper .about .mission .text-wrapper h5 {
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
  -webkit-transform: translate3d(0, 40px, 1px) rotate(6deg);
          transform: translate3d(0, 40px, 1px) rotate(6deg);
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.wrapper .content-wrapper .sub .sub-page.slide-in .word, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h1, .wrapper .content-wrapper .about .mission.slide-in .text-wrapper h5 {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.wrapper .content-wrapper .about {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: 'AGFatumC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  background-color: #1f2029;
}

.wrapper .content-wrapper .about .story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  padding: 60px;
  color: white;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .story {
    padding: 50px 24px 10px 24px;
  }
}

.wrapper .content-wrapper .about .story .logo {
  padding-bottom: 30px;
}

.wrapper .content-wrapper .about .story .logo img {
  width: 135px;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .story .logo img {
    width: 88px;
  }
}

.wrapper .content-wrapper .about .story .text {
  max-width: 720px;
  text-align: left;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .story .text {
    font-size: 15px;
  }
}

.wrapper .content-wrapper .about .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -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;
  padding: 50px 0;
  background-color: white;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .mission {
    padding: 10px 24px;
  }
}

.wrapper .content-wrapper .about .mission .text-wrapper {
  overflow: hidden;
}

.wrapper .content-wrapper .about .mission .text-wrapper h1 {
  margin: 0;
  font-size: 65px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .mission .text-wrapper h1 {
    font-size: 32px;
  }
}

.wrapper .content-wrapper .about .mission .text-wrapper h5 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .mission .text-wrapper h5 {
    font-size: 14px;
  }
}

.wrapper .content-wrapper .about .mission.slide-in .text-wrapper h1 {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.wrapper .content-wrapper .about .mission.slide-in .text-wrapper h5 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.wrapper .content-wrapper .about .connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 0;
}

@media (max-width: 650px) {
  .wrapper .content-wrapper .about .connect {
    padding: 10px 0;
  }
}

.wrapper .content-wrapper .about .connect span#aboutJoin {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.wrapper .content-wrapper .about .connect span#aboutJoin:hover {
  opacity: 0.6;
}

.wrapper .content-wrapper .about.slide-in .mission .text-wrapper h1 {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.wrapper .content-wrapper .about.slide-in .mission .text-wrapper h5 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.wrapper .content-wrapper .about.slide-in .connect {
  background: url(../assets/images/background06.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrapper .pt36 {
  padding-top: 36px;
}

.wrapper .pb36 {
  padding-bottom: 36px;
}
/*# sourceMappingURL=style.css.map */