.lock {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
}
.view-more {
  padding: 2vw 0;
  text-align: center;
  border-radius: 10vw;
  color: #000;
  font-weight: 500;
  font-size: 4vw;
  display: block;
  background: rgba(0, 0, 0, 0.04);
}
.module {
  padding: 50px 20px;
  box-sizing: border-box;
}
.module.even {
  background: rgba(0, 0, 0, 0.02);
}
.module img {
  max-width: 100%;
}
.module .wrapper > header h1 {
  font-size: 9vw;
  line-height: 1.3;
  margin-bottom: 10px;
}
.module .wrapper > header h2 {
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.2;
}
.module .wrapper > header h2.center {
  text-align: center;
}
.module .wrapper > header .title p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .title p em {
  color: #000;
}
.module .wrapper > header .desc {
  font-size: 3vw;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .desc.special {
  margin: 5vw 0;
  color: #000;
  font-size: 4.5vw;
  font-weight: 500;
}
.module .wrapper > header .desc h3 {
  margin: 10px 0;
  font-size: 4vw;
  color: #000;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
}
.site-header .logo {
  font-family: "iconfont";
  color: #000;
  font-size: 2vw;
}
.site-header .menu-wrap {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn {
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 30px;
  justify-content: space-between;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn .line {
  width: 100%;
  height: 2px;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.site-header .menu-wrap .menu,
.site-header .menu-wrap .btn {
  display: none;
}
.site-header .menu-wrap.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 30% 0 10%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(100px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.site-header .menu-wrap.show .menu-expand-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.site-header .menu-wrap.show .menu-expand-btn .line {
  background-color: #000;
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(1) {
  transform: rotate(45deg) translate(18%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(2) {
  transform: rotate(-45deg) translate(8%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(3) {
  display: none;
}
.site-header .menu-wrap.show .menu,
.site-header .menu-wrap.show .btn {
  display: block;
}
.site-header .menu-wrap.show .menu {
  font-size: 30px;
  line-height: 1;
}
.site-header .menu-wrap.show .menu > li {
  margin-top: 27px;
  text-align: center;
}
.site-header .menu-wrap.show .menu > li em {
  color: #364AFF;
}
.site-header .menu-wrap.show .menu > li a {
  color: rgba(0, 0, 0, 0.5);
}
.site-header .menu-wrap.show .btn {
  display: flex;
  padding: 10px 10px 10px 25px;
  color: #fff;
  background: #000000;
  border-radius: 200px;
  font-size: 18px;
  line-height: 25px;
}
.site-header .menu-wrap.show .btn:after {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  content: "\e600";
  font-family: "iconfont";
  color: #000;
  background-color: #fff;
  transform: rotate(180deg);
}
.started {
  padding: 60px 30px 100px;
  background: url("//s1.uxabc.com/static/uxabc/images/ball.png") no-repeat 50% 100%;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.started > .content {
  margin: 0 auto;
  font-size: 8vw;
  line-height: 1;
  text-align: center;
}
.started .btn {
  position: relative;
  display: flex;
  margin-top: 10vw;
  padding: 2vw 2vw 2vw 10vw;
  text-align: center;
  font-size: 4vw;
  border-radius: 40px;
  line-height: 5vw;
  color: #000;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  justify-content: end;
  transition: transform 0.3s ease-in-out;
}
.started .btn:after {
  margin-left: 5vw;
  width: 5vw;
  height: 5vw;
  line-height: 5vw;
  font-size: 2vw;
  border-radius: 5vw;
  background-color: #000;
  color: #fff;
  content: "\e787";
  font-family: "iconfont";
}
.started .btn:hover {
  transform: scale(1.1);
}
.site-footer {
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.04);
}
.site-footer .content,
.site-footer .copyright {
  padding: 0 20px;
}
.site-footer .contact > h3 {
  font-size: 5vw;
  font-weight: 600;
}
.site-footer .contact > p {
  margin: 2vw 0 3vw;
  font-size: 3vw;
  color: #8A8D9A;
}
.site-footer .contact .whatsapp {
  padding: 1vw 3vw;
  background-color: #000;
  display: inline-block;
  font-size: 3.5vw;
  line-height: 4.5vw;
  vertical-align: top;
  border-radius: 4.5vw;
  color: #fff;
}
.site-footer .contact .whatsapp:before {
  font-size: 4.5vw;
  margin-right: 10px;
  content: "\ec2d";
  font-family: "iconfont";
  vertical-align: top;
}
.site-footer .contact .mail {
  margin-top: 3vw;
  font-size: 3vw;
}
.site-footer .contact .mail > a {
  color: #000;
}
.site-footer .middle-message {
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
}
.site-footer .menus {
  font-size: 2.5vw;
  display: flex;
  flex-direction: column;
}
.site-footer .menus > a {
  margin-bottom: 2vw;
  color: #000;
}
.site-footer .categories {
  width: 58vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5vw;
}
.site-footer .categories > a {
  padding: 1vw 2vw;
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.site-footer .categories > a:nth-of-type(even) {
  margin-left: 2vw;
  flex: 1;
  text-align: center;
}
.site-footer .copyright {
  padding: 20px;
  border-top: 0.5px solid #D9D9D9;
  display: flex;
  font-size: 2.5vw;
  justify-content: space-between;
}
.site-footer .copyright a {
  display: none;
}
.shares-list {
  padding: 5vw 0;
}
.shares-list > li {
  margin-top: 3vw;
  display: flex;
  flex-direction: column;
}
.shares-list > li > a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.shares-list > li > a > figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shares-list > li > a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shares-list > li .figcaption {
  padding: 2vw;
  line-height: 1.5;
}
.shares-list > li .figcaption .title {
  font-size: 4vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shares-list > li .figcaption .sub-title {
  margin: 2px 0 10px;
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.5);
}
.shares-list > li .figcaption .author {
  margin-top: 2vw;
  font-size: 3.5vw;
}
.brands-logo {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.brands-logo > li {
  width: 25%;
  padding: 3vw 5vw;
  box-sizing: border-box;
}
.brands-logo > li img {
  max-width: 100%;
}
.team-building {
  display: none;
}
.dark .site-header {
  background-color: #000000;
  color: #fff;
}
.dark .site-header .logo {
  color: #fff;
}
.dark .site-header .menu-expand-btn .line {
  background-color: #fff;
}
.dark .banner {
  color: #fff;
  background-color: #000;
}
.dark .banner .desc {
  color: rgba(255, 255, 255, 0.5);
}
.change-buttons {
  display: none;
}
