@charset "UTF-8";
@font-face {
  font-family: "GoogleSans-Regular";
  src: url("../assets/fonts/GoogleSans/GoogleSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans-Medium";
  src: url("../assets/fonts/GoogleSans/GoogleSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --fluid-size: calc(20 / 1920 * 100vw);
  --color-black: #000;
  --color-theme: #E82216;
  --color-gray: #F7F7F7;
  --family-googlesans-regular: "GoogleSans-Regular";
  --family-googlesans-medium: "GoogleSans-Medium";
}

@media (min-width: 1921px) {
  :root {
    --fluid-size: 20px;
  }
}
@media (max-width: 1450px) {
  :root {
    --fluid-size: 16px;
  }
}
@media (max-width: 1390px) {
  :root {
    --fluid-size: 15px;
  }
}
.mt-10 {
  margin-top: calc(var(--fluid-size) * 0.5);
}

.pt-10 {
  padding-top: calc(var(--fluid-size) * 0.5);
}

.pb-10 {
  padding-bottom: calc(var(--fluid-size) * 0.5);
}

.nmb-10 {
  margin-bottom: calc(var(--fluid-size) * 0.5);
}

.mb-10 > li {
  margin-bottom: calc(var(--fluid-size) * 0.5);
}

.mt-20 {
  margin-top: calc(var(--fluid-size) * 1);
}

.pt-20 {
  padding-top: calc(var(--fluid-size) * 1);
}

.pb-20 {
  padding-bottom: calc(var(--fluid-size) * 1);
}

.nmb-20 {
  margin-bottom: calc(var(--fluid-size) * 1);
}

.mb-20 > li {
  margin-bottom: calc(var(--fluid-size) * 1);
}

.mt-30 {
  margin-top: calc(var(--fluid-size) * 1.5);
}

.pt-30 {
  padding-top: calc(var(--fluid-size) * 1.5);
}

.pb-30 {
  padding-bottom: calc(var(--fluid-size) * 1.5);
}

.nmb-30 {
  margin-bottom: calc(var(--fluid-size) * 1.5);
}

.mb-30 > li {
  margin-bottom: calc(var(--fluid-size) * 1.5);
}

.mt-40 {
  margin-top: calc(var(--fluid-size) * 2);
}

.pt-40 {
  padding-top: calc(var(--fluid-size) * 2);
}

.pb-40 {
  padding-bottom: calc(var(--fluid-size) * 2);
}

.nmb-40 {
  margin-bottom: calc(var(--fluid-size) * 2);
}

.mb-40 > li {
  margin-bottom: calc(var(--fluid-size) * 2);
}

.mt-50 {
  margin-top: calc(var(--fluid-size) * 2.5);
}

.pt-50 {
  padding-top: calc(var(--fluid-size) * 2.5);
}

.pb-50 {
  padding-bottom: calc(var(--fluid-size) * 2.5);
}

.nmb-50 {
  margin-bottom: calc(var(--fluid-size) * 2.5);
}

.mb-50 > li {
  margin-bottom: calc(var(--fluid-size) * 2.5);
}

.mt-60 {
  margin-top: calc(var(--fluid-size) * 3);
}

.pt-60 {
  padding-top: calc(var(--fluid-size) * 3);
}

.pb-60 {
  padding-bottom: calc(var(--fluid-size) * 3);
}

.nmb-60 {
  margin-bottom: calc(var(--fluid-size) * 3);
}

.mb-60 > li {
  margin-bottom: calc(var(--fluid-size) * 3);
}

.mt-70 {
  margin-top: calc(var(--fluid-size) * 3.5);
}

.pt-70 {
  padding-top: calc(var(--fluid-size) * 3.5);
}

.pb-70 {
  padding-bottom: calc(var(--fluid-size) * 3.5);
}

.nmb-70 {
  margin-bottom: calc(var(--fluid-size) * 3.5);
}

.mb-70 > li {
  margin-bottom: calc(var(--fluid-size) * 3.5);
}

.mt-80 {
  margin-top: calc(var(--fluid-size) * 4);
}

.pt-80 {
  padding-top: calc(var(--fluid-size) * 4);
}

.pb-80 {
  padding-bottom: calc(var(--fluid-size) * 4);
}

.nmb-80 {
  margin-bottom: calc(var(--fluid-size) * 4);
}

.mb-80 > li {
  margin-bottom: calc(var(--fluid-size) * 4);
}

.mt-90 {
  margin-top: calc(var(--fluid-size) * 4.5);
}

.pt-90 {
  padding-top: calc(var(--fluid-size) * 4.5);
}

.pb-90 {
  padding-bottom: calc(var(--fluid-size) * 4.5);
}

.nmb-90 {
  margin-bottom: calc(var(--fluid-size) * 4.5);
}

.mb-90 > li {
  margin-bottom: calc(var(--fluid-size) * 4.5);
}

.mt-100 {
  margin-top: calc(var(--fluid-size) * 5);
}

.pt-100 {
  padding-top: calc(var(--fluid-size) * 5);
}

.pb-100 {
  padding-bottom: calc(var(--fluid-size) * 5);
}

.nmb-100 {
  margin-bottom: calc(var(--fluid-size) * 5);
}

.mb-100 > li {
  margin-bottom: calc(var(--fluid-size) * 5);
}

.mt-110 {
  margin-top: calc(var(--fluid-size) * 5.5);
}

.pt-110 {
  padding-top: calc(var(--fluid-size) * 5.5);
}

.pb-110 {
  padding-bottom: calc(var(--fluid-size) * 5.5);
}

.nmb-110 {
  margin-bottom: calc(var(--fluid-size) * 5.5);
}

.mb-110 > li {
  margin-bottom: calc(var(--fluid-size) * 5.5);
}

.mt-120 {
  margin-top: calc(var(--fluid-size) * 6);
}

.pt-120 {
  padding-top: calc(var(--fluid-size) * 6);
}

.pb-120 {
  padding-bottom: calc(var(--fluid-size) * 6);
}

.nmb-120 {
  margin-bottom: calc(var(--fluid-size) * 6);
}

.mb-120 > li {
  margin-bottom: calc(var(--fluid-size) * 6);
}

.mt-130 {
  margin-top: calc(var(--fluid-size) * 6.5);
}

.pt-130 {
  padding-top: calc(var(--fluid-size) * 6.5);
}

.pb-130 {
  padding-bottom: calc(var(--fluid-size) * 6.5);
}

.nmb-130 {
  margin-bottom: calc(var(--fluid-size) * 6.5);
}

.mb-130 > li {
  margin-bottom: calc(var(--fluid-size) * 6.5);
}

.mt-140 {
  margin-top: calc(var(--fluid-size) * 7);
}

.pt-140 {
  padding-top: calc(var(--fluid-size) * 7);
}

.pb-140 {
  padding-bottom: calc(var(--fluid-size) * 7);
}

.nmb-140 {
  margin-bottom: calc(var(--fluid-size) * 7);
}

.mb-140 > li {
  margin-bottom: calc(var(--fluid-size) * 7);
}

.mt-150 {
  margin-top: calc(var(--fluid-size) * 7.5);
}

.pt-150 {
  padding-top: calc(var(--fluid-size) * 7.5);
}

.pb-150 {
  padding-bottom: calc(var(--fluid-size) * 7.5);
}

.nmb-150 {
  margin-bottom: calc(var(--fluid-size) * 7.5);
}

.mb-150 > li {
  margin-bottom: calc(var(--fluid-size) * 7.5);
}

.mt-160 {
  margin-top: calc(var(--fluid-size) * 8);
}

.pt-160 {
  padding-top: calc(var(--fluid-size) * 8);
}

.pb-160 {
  padding-bottom: calc(var(--fluid-size) * 8);
}

.nmb-160 {
  margin-bottom: calc(var(--fluid-size) * 8);
}

.mb-160 > li {
  margin-bottom: calc(var(--fluid-size) * 8);
}

.mt-170 {
  margin-top: calc(var(--fluid-size) * 8.5);
}

.pt-170 {
  padding-top: calc(var(--fluid-size) * 8.5);
}

.pb-170 {
  padding-bottom: calc(var(--fluid-size) * 8.5);
}

.nmb-170 {
  margin-bottom: calc(var(--fluid-size) * 8.5);
}

.mb-170 > li {
  margin-bottom: calc(var(--fluid-size) * 8.5);
}

.mt-180 {
  margin-top: calc(var(--fluid-size) * 9);
}

.pt-180 {
  padding-top: calc(var(--fluid-size) * 9);
}

.pb-180 {
  padding-bottom: calc(var(--fluid-size) * 9);
}

.nmb-180 {
  margin-bottom: calc(var(--fluid-size) * 9);
}

.mb-180 > li {
  margin-bottom: calc(var(--fluid-size) * 9);
}

.mt-190 {
  margin-top: calc(var(--fluid-size) * 9.5);
}

.pt-190 {
  padding-top: calc(var(--fluid-size) * 9.5);
}

.pb-190 {
  padding-bottom: calc(var(--fluid-size) * 9.5);
}

.nmb-190 {
  margin-bottom: calc(var(--fluid-size) * 9.5);
}

.mb-190 > li {
  margin-bottom: calc(var(--fluid-size) * 9.5);
}

.mt-200 {
  margin-top: calc(var(--fluid-size) * 10);
}

.pt-200 {
  padding-top: calc(var(--fluid-size) * 10);
}

.pb-200 {
  padding-bottom: calc(var(--fluid-size) * 10);
}

.nmb-200 {
  margin-bottom: calc(var(--fluid-size) * 10);
}

.mb-200 > li {
  margin-bottom: calc(var(--fluid-size) * 10);
}

.mt-210 {
  margin-top: calc(var(--fluid-size) * 10.5);
}

.pt-210 {
  padding-top: calc(var(--fluid-size) * 10.5);
}

.pb-210 {
  padding-bottom: calc(var(--fluid-size) * 10.5);
}

.nmb-210 {
  margin-bottom: calc(var(--fluid-size) * 10.5);
}

.mb-210 > li {
  margin-bottom: calc(var(--fluid-size) * 10.5);
}

.mt-220 {
  margin-top: calc(var(--fluid-size) * 11);
}

.pt-220 {
  padding-top: calc(var(--fluid-size) * 11);
}

.pb-220 {
  padding-bottom: calc(var(--fluid-size) * 11);
}

.nmb-220 {
  margin-bottom: calc(var(--fluid-size) * 11);
}

.mb-220 > li {
  margin-bottom: calc(var(--fluid-size) * 11);
}

.mt-230 {
  margin-top: calc(var(--fluid-size) * 11.5);
}

.pt-230 {
  padding-top: calc(var(--fluid-size) * 11.5);
}

.pb-230 {
  padding-bottom: calc(var(--fluid-size) * 11.5);
}

.nmb-230 {
  margin-bottom: calc(var(--fluid-size) * 11.5);
}

.mb-230 > li {
  margin-bottom: calc(var(--fluid-size) * 11.5);
}

.mt-240 {
  margin-top: calc(var(--fluid-size) * 12);
}

.pt-240 {
  padding-top: calc(var(--fluid-size) * 12);
}

.pb-240 {
  padding-bottom: calc(var(--fluid-size) * 12);
}

.nmb-240 {
  margin-bottom: calc(var(--fluid-size) * 12);
}

.mb-240 > li {
  margin-bottom: calc(var(--fluid-size) * 12);
}

.mt-250 {
  margin-top: calc(var(--fluid-size) * 12.5);
}

.pt-250 {
  padding-top: calc(var(--fluid-size) * 12.5);
}

.pb-250 {
  padding-bottom: calc(var(--fluid-size) * 12.5);
}

.nmb-250 {
  margin-bottom: calc(var(--fluid-size) * 12.5);
}

.mb-250 > li {
  margin-bottom: calc(var(--fluid-size) * 12.5);
}

.mt-260 {
  margin-top: calc(var(--fluid-size) * 13);
}

.pt-260 {
  padding-top: calc(var(--fluid-size) * 13);
}

.pb-260 {
  padding-bottom: calc(var(--fluid-size) * 13);
}

.nmb-260 {
  margin-bottom: calc(var(--fluid-size) * 13);
}

.mb-260 > li {
  margin-bottom: calc(var(--fluid-size) * 13);
}

.mt-270 {
  margin-top: calc(var(--fluid-size) * 13.5);
}

.pt-270 {
  padding-top: calc(var(--fluid-size) * 13.5);
}

.pb-270 {
  padding-bottom: calc(var(--fluid-size) * 13.5);
}

.nmb-270 {
  margin-bottom: calc(var(--fluid-size) * 13.5);
}

.mb-270 > li {
  margin-bottom: calc(var(--fluid-size) * 13.5);
}

.mt-280 {
  margin-top: calc(var(--fluid-size) * 14);
}

.pt-280 {
  padding-top: calc(var(--fluid-size) * 14);
}

.pb-280 {
  padding-bottom: calc(var(--fluid-size) * 14);
}

.nmb-280 {
  margin-bottom: calc(var(--fluid-size) * 14);
}

.mb-280 > li {
  margin-bottom: calc(var(--fluid-size) * 14);
}

.mt-290 {
  margin-top: calc(var(--fluid-size) * 14.5);
}

.pt-290 {
  padding-top: calc(var(--fluid-size) * 14.5);
}

.pb-290 {
  padding-bottom: calc(var(--fluid-size) * 14.5);
}

.nmb-290 {
  margin-bottom: calc(var(--fluid-size) * 14.5);
}

.mb-290 > li {
  margin-bottom: calc(var(--fluid-size) * 14.5);
}

.mt-300 {
  margin-top: calc(var(--fluid-size) * 15);
}

.pt-300 {
  padding-top: calc(var(--fluid-size) * 15);
}

.pb-300 {
  padding-bottom: calc(var(--fluid-size) * 15);
}

.nmb-300 {
  margin-bottom: calc(var(--fluid-size) * 15);
}

.mb-300 > li {
  margin-bottom: calc(var(--fluid-size) * 15);
}

.mt-310 {
  margin-top: calc(var(--fluid-size) * 15.5);
}

.pt-310 {
  padding-top: calc(var(--fluid-size) * 15.5);
}

.pb-310 {
  padding-bottom: calc(var(--fluid-size) * 15.5);
}

.nmb-310 {
  margin-bottom: calc(var(--fluid-size) * 15.5);
}

.mb-310 > li {
  margin-bottom: calc(var(--fluid-size) * 15.5);
}

.mt-320 {
  margin-top: calc(var(--fluid-size) * 16);
}

.pt-320 {
  padding-top: calc(var(--fluid-size) * 16);
}

.pb-320 {
  padding-bottom: calc(var(--fluid-size) * 16);
}

.nmb-320 {
  margin-bottom: calc(var(--fluid-size) * 16);
}

.mb-320 > li {
  margin-bottom: calc(var(--fluid-size) * 16);
}

.mt-330 {
  margin-top: calc(var(--fluid-size) * 16.5);
}

.pt-330 {
  padding-top: calc(var(--fluid-size) * 16.5);
}

.pb-330 {
  padding-bottom: calc(var(--fluid-size) * 16.5);
}

.nmb-330 {
  margin-bottom: calc(var(--fluid-size) * 16.5);
}

.mb-330 > li {
  margin-bottom: calc(var(--fluid-size) * 16.5);
}

.mt-340 {
  margin-top: calc(var(--fluid-size) * 17);
}

.pt-340 {
  padding-top: calc(var(--fluid-size) * 17);
}

.pb-340 {
  padding-bottom: calc(var(--fluid-size) * 17);
}

.nmb-340 {
  margin-bottom: calc(var(--fluid-size) * 17);
}

.mb-340 > li {
  margin-bottom: calc(var(--fluid-size) * 17);
}

.mt-350 {
  margin-top: calc(var(--fluid-size) * 17.5);
}

.pt-350 {
  padding-top: calc(var(--fluid-size) * 17.5);
}

.pb-350 {
  padding-bottom: calc(var(--fluid-size) * 17.5);
}

.nmb-350 {
  margin-bottom: calc(var(--fluid-size) * 17.5);
}

.mb-350 > li {
  margin-bottom: calc(var(--fluid-size) * 17.5);
}

.mt-360 {
  margin-top: calc(var(--fluid-size) * 18);
}

.pt-360 {
  padding-top: calc(var(--fluid-size) * 18);
}

.pb-360 {
  padding-bottom: calc(var(--fluid-size) * 18);
}

.nmb-360 {
  margin-bottom: calc(var(--fluid-size) * 18);
}

.mb-360 > li {
  margin-bottom: calc(var(--fluid-size) * 18);
}

.mt-370 {
  margin-top: calc(var(--fluid-size) * 18.5);
}

.pt-370 {
  padding-top: calc(var(--fluid-size) * 18.5);
}

.pb-370 {
  padding-bottom: calc(var(--fluid-size) * 18.5);
}

.nmb-370 {
  margin-bottom: calc(var(--fluid-size) * 18.5);
}

.mb-370 > li {
  margin-bottom: calc(var(--fluid-size) * 18.5);
}

.mt-380 {
  margin-top: calc(var(--fluid-size) * 19);
}

.pt-380 {
  padding-top: calc(var(--fluid-size) * 19);
}

.pb-380 {
  padding-bottom: calc(var(--fluid-size) * 19);
}

.nmb-380 {
  margin-bottom: calc(var(--fluid-size) * 19);
}

.mb-380 > li {
  margin-bottom: calc(var(--fluid-size) * 19);
}

.mt-390 {
  margin-top: calc(var(--fluid-size) * 19.5);
}

.pt-390 {
  padding-top: calc(var(--fluid-size) * 19.5);
}

.pb-390 {
  padding-bottom: calc(var(--fluid-size) * 19.5);
}

.nmb-390 {
  margin-bottom: calc(var(--fluid-size) * 19.5);
}

.mb-390 > li {
  margin-bottom: calc(var(--fluid-size) * 19.5);
}

.mt-400 {
  margin-top: calc(var(--fluid-size) * 20);
}

.pt-400 {
  padding-top: calc(var(--fluid-size) * 20);
}

.pb-400 {
  padding-bottom: calc(var(--fluid-size) * 20);
}

.nmb-400 {
  margin-bottom: calc(var(--fluid-size) * 20);
}

.mb-400 > li {
  margin-bottom: calc(var(--fluid-size) * 20);
}

.list-1 > li {
  width: 100%;
}

.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-2 > li {
  width: 50%;
}

.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-3 > li {
  width: 33.3333333333%;
}

.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-4 > li {
  width: 25%;
}

.line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-5 > li {
  width: 20%;
}

.line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.list-6 > li {
  width: 16.6666666667%;
}

.line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.list-7 > li {
  width: 14.2857142857%;
}

.line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.list-8 > li {
  width: 12.5%;
}

.line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.list-9 > li {
  width: 11.1111111111%;
}

.line-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .mt-10 {
    margin-top: clamp(5px, 1.3333333333vw, 8px);
  }
  .pt-10 {
    padding-top: clamp(5px, 1.3333333333vw, 8px);
  }
  .pb-10 {
    padding-bottom: clamp(5px, 1.3333333333vw, 8px);
  }
  .nmb-10 {
    margin-bottom: clamp(5px, 1.3333333333vw, 8px);
  }
  .mb-10 > li {
    margin-bottom: clamp(5px, 1.3333333333vw, 8px);
  }
  .mt-20 {
    margin-top: clamp(10px, 2.6666666667vw, 16px);
  }
  .pt-20 {
    padding-top: clamp(10px, 2.6666666667vw, 16px);
  }
  .pb-20 {
    padding-bottom: clamp(10px, 2.6666666667vw, 16px);
  }
  .nmb-20 {
    margin-bottom: clamp(10px, 2.6666666667vw, 16px);
  }
  .mb-20 > li {
    margin-bottom: clamp(10px, 2.6666666667vw, 16px);
  }
  .mt-30 {
    margin-top: clamp(15px, 4vw, 24px);
  }
  .pt-30 {
    padding-top: clamp(15px, 4vw, 24px);
  }
  .pb-30 {
    padding-bottom: clamp(15px, 4vw, 24px);
  }
  .nmb-30 {
    margin-bottom: clamp(15px, 4vw, 24px);
  }
  .mb-30 > li {
    margin-bottom: clamp(15px, 4vw, 24px);
  }
  .mt-40 {
    margin-top: clamp(20px, 5.3333333333vw, 32px);
  }
  .pt-40 {
    padding-top: clamp(20px, 5.3333333333vw, 32px);
  }
  .pb-40 {
    padding-bottom: clamp(20px, 5.3333333333vw, 32px);
  }
  .nmb-40 {
    margin-bottom: clamp(20px, 5.3333333333vw, 32px);
  }
  .mb-40 > li {
    margin-bottom: clamp(20px, 5.3333333333vw, 32px);
  }
  .mt-50 {
    margin-top: clamp(25px, 6.6666666667vw, 40px);
  }
  .pt-50 {
    padding-top: clamp(25px, 6.6666666667vw, 40px);
  }
  .pb-50 {
    padding-bottom: clamp(25px, 6.6666666667vw, 40px);
  }
  .nmb-50 {
    margin-bottom: clamp(25px, 6.6666666667vw, 40px);
  }
  .mb-50 > li {
    margin-bottom: clamp(25px, 6.6666666667vw, 40px);
  }
  .mt-60 {
    margin-top: clamp(30px, 8vw, 48px);
  }
  .pt-60 {
    padding-top: clamp(30px, 8vw, 48px);
  }
  .pb-60 {
    padding-bottom: clamp(30px, 8vw, 48px);
  }
  .nmb-60 {
    margin-bottom: clamp(30px, 8vw, 48px);
  }
  .mb-60 > li {
    margin-bottom: clamp(30px, 8vw, 48px);
  }
  .mt-70 {
    margin-top: clamp(35px, 9.3333333333vw, 56px);
  }
  .pt-70 {
    padding-top: clamp(35px, 9.3333333333vw, 56px);
  }
  .pb-70 {
    padding-bottom: clamp(35px, 9.3333333333vw, 56px);
  }
  .nmb-70 {
    margin-bottom: clamp(35px, 9.3333333333vw, 56px);
  }
  .mb-70 > li {
    margin-bottom: clamp(35px, 9.3333333333vw, 56px);
  }
  .mt-80 {
    margin-top: clamp(40px, 10.6666666667vw, 64px);
  }
  .pt-80 {
    padding-top: clamp(40px, 10.6666666667vw, 64px);
  }
  .pb-80 {
    padding-bottom: clamp(40px, 10.6666666667vw, 64px);
  }
  .nmb-80 {
    margin-bottom: clamp(40px, 10.6666666667vw, 64px);
  }
  .mb-80 > li {
    margin-bottom: clamp(40px, 10.6666666667vw, 64px);
  }
  .mt-90 {
    margin-top: clamp(45px, 12vw, 72px);
  }
  .pt-90 {
    padding-top: clamp(45px, 12vw, 72px);
  }
  .pb-90 {
    padding-bottom: clamp(45px, 12vw, 72px);
  }
  .nmb-90 {
    margin-bottom: clamp(45px, 12vw, 72px);
  }
  .mb-90 > li {
    margin-bottom: clamp(45px, 12vw, 72px);
  }
  .mt-100 {
    margin-top: clamp(50px, 13.3333333333vw, 80px);
  }
  .pt-100 {
    padding-top: clamp(50px, 13.3333333333vw, 80px);
  }
  .pb-100 {
    padding-bottom: clamp(50px, 13.3333333333vw, 80px);
  }
  .nmb-100 {
    margin-bottom: clamp(50px, 13.3333333333vw, 80px);
  }
  .mb-100 > li {
    margin-bottom: clamp(50px, 13.3333333333vw, 80px);
  }
  .mt-110 {
    margin-top: clamp(55px, 14.6666666667vw, 88px);
  }
  .pt-110 {
    padding-top: clamp(55px, 14.6666666667vw, 88px);
  }
  .pb-110 {
    padding-bottom: clamp(55px, 14.6666666667vw, 88px);
  }
  .nmb-110 {
    margin-bottom: clamp(55px, 14.6666666667vw, 88px);
  }
  .mb-110 > li {
    margin-bottom: clamp(55px, 14.6666666667vw, 88px);
  }
  .mt-120 {
    margin-top: clamp(60px, 16vw, 96px);
  }
  .pt-120 {
    padding-top: clamp(60px, 16vw, 96px);
  }
  .pb-120 {
    padding-bottom: clamp(60px, 16vw, 96px);
  }
  .nmb-120 {
    margin-bottom: clamp(60px, 16vw, 96px);
  }
  .mb-120 > li {
    margin-bottom: clamp(60px, 16vw, 96px);
  }
  .mt-130 {
    margin-top: clamp(65px, 17.3333333333vw, 104px);
  }
  .pt-130 {
    padding-top: clamp(65px, 17.3333333333vw, 104px);
  }
  .pb-130 {
    padding-bottom: clamp(65px, 17.3333333333vw, 104px);
  }
  .nmb-130 {
    margin-bottom: clamp(65px, 17.3333333333vw, 104px);
  }
  .mb-130 > li {
    margin-bottom: clamp(65px, 17.3333333333vw, 104px);
  }
  .mt-140 {
    margin-top: clamp(70px, 18.6666666667vw, 112px);
  }
  .pt-140 {
    padding-top: clamp(70px, 18.6666666667vw, 112px);
  }
  .pb-140 {
    padding-bottom: clamp(70px, 18.6666666667vw, 112px);
  }
  .nmb-140 {
    margin-bottom: clamp(70px, 18.6666666667vw, 112px);
  }
  .mb-140 > li {
    margin-bottom: clamp(70px, 18.6666666667vw, 112px);
  }
  .mt-150 {
    margin-top: clamp(75px, 20vw, 120px);
  }
  .pt-150 {
    padding-top: clamp(75px, 20vw, 120px);
  }
  .pb-150 {
    padding-bottom: clamp(75px, 20vw, 120px);
  }
  .nmb-150 {
    margin-bottom: clamp(75px, 20vw, 120px);
  }
  .mb-150 > li {
    margin-bottom: clamp(75px, 20vw, 120px);
  }
  .mt-160 {
    margin-top: clamp(80px, 21.3333333333vw, 128px);
  }
  .pt-160 {
    padding-top: clamp(80px, 21.3333333333vw, 128px);
  }
  .pb-160 {
    padding-bottom: clamp(80px, 21.3333333333vw, 128px);
  }
  .nmb-160 {
    margin-bottom: clamp(80px, 21.3333333333vw, 128px);
  }
  .mb-160 > li {
    margin-bottom: clamp(80px, 21.3333333333vw, 128px);
  }
  .mt-170 {
    margin-top: clamp(85px, 22.6666666667vw, 136px);
  }
  .pt-170 {
    padding-top: clamp(85px, 22.6666666667vw, 136px);
  }
  .pb-170 {
    padding-bottom: clamp(85px, 22.6666666667vw, 136px);
  }
  .nmb-170 {
    margin-bottom: clamp(85px, 22.6666666667vw, 136px);
  }
  .mb-170 > li {
    margin-bottom: clamp(85px, 22.6666666667vw, 136px);
  }
  .mt-180 {
    margin-top: clamp(90px, 24vw, 144px);
  }
  .pt-180 {
    padding-top: clamp(90px, 24vw, 144px);
  }
  .pb-180 {
    padding-bottom: clamp(90px, 24vw, 144px);
  }
  .nmb-180 {
    margin-bottom: clamp(90px, 24vw, 144px);
  }
  .mb-180 > li {
    margin-bottom: clamp(90px, 24vw, 144px);
  }
  .mt-190 {
    margin-top: clamp(95px, 25.3333333333vw, 152px);
  }
  .pt-190 {
    padding-top: clamp(95px, 25.3333333333vw, 152px);
  }
  .pb-190 {
    padding-bottom: clamp(95px, 25.3333333333vw, 152px);
  }
  .nmb-190 {
    margin-bottom: clamp(95px, 25.3333333333vw, 152px);
  }
  .mb-190 > li {
    margin-bottom: clamp(95px, 25.3333333333vw, 152px);
  }
  .mt-200 {
    margin-top: clamp(100px, 26.6666666667vw, 160px);
  }
  .pt-200 {
    padding-top: clamp(100px, 26.6666666667vw, 160px);
  }
  .pb-200 {
    padding-bottom: clamp(100px, 26.6666666667vw, 160px);
  }
  .nmb-200 {
    margin-bottom: clamp(100px, 26.6666666667vw, 160px);
  }
  .mb-200 > li {
    margin-bottom: clamp(100px, 26.6666666667vw, 160px);
  }
  .mt-210 {
    margin-top: clamp(105px, 28vw, 168px);
  }
  .pt-210 {
    padding-top: clamp(105px, 28vw, 168px);
  }
  .pb-210 {
    padding-bottom: clamp(105px, 28vw, 168px);
  }
  .nmb-210 {
    margin-bottom: clamp(105px, 28vw, 168px);
  }
  .mb-210 > li {
    margin-bottom: clamp(105px, 28vw, 168px);
  }
  .mt-220 {
    margin-top: clamp(110px, 29.3333333333vw, 176px);
  }
  .pt-220 {
    padding-top: clamp(110px, 29.3333333333vw, 176px);
  }
  .pb-220 {
    padding-bottom: clamp(110px, 29.3333333333vw, 176px);
  }
  .nmb-220 {
    margin-bottom: clamp(110px, 29.3333333333vw, 176px);
  }
  .mb-220 > li {
    margin-bottom: clamp(110px, 29.3333333333vw, 176px);
  }
  .mt-230 {
    margin-top: clamp(115px, 30.6666666667vw, 184px);
  }
  .pt-230 {
    padding-top: clamp(115px, 30.6666666667vw, 184px);
  }
  .pb-230 {
    padding-bottom: clamp(115px, 30.6666666667vw, 184px);
  }
  .nmb-230 {
    margin-bottom: clamp(115px, 30.6666666667vw, 184px);
  }
  .mb-230 > li {
    margin-bottom: clamp(115px, 30.6666666667vw, 184px);
  }
  .mt-240 {
    margin-top: clamp(120px, 32vw, 192px);
  }
  .pt-240 {
    padding-top: clamp(120px, 32vw, 192px);
  }
  .pb-240 {
    padding-bottom: clamp(120px, 32vw, 192px);
  }
  .nmb-240 {
    margin-bottom: clamp(120px, 32vw, 192px);
  }
  .mb-240 > li {
    margin-bottom: clamp(120px, 32vw, 192px);
  }
  .mt-250 {
    margin-top: clamp(125px, 33.3333333333vw, 200px);
  }
  .pt-250 {
    padding-top: clamp(125px, 33.3333333333vw, 200px);
  }
  .pb-250 {
    padding-bottom: clamp(125px, 33.3333333333vw, 200px);
  }
  .nmb-250 {
    margin-bottom: clamp(125px, 33.3333333333vw, 200px);
  }
  .mb-250 > li {
    margin-bottom: clamp(125px, 33.3333333333vw, 200px);
  }
  .mt-260 {
    margin-top: clamp(130px, 34.6666666667vw, 208px);
  }
  .pt-260 {
    padding-top: clamp(130px, 34.6666666667vw, 208px);
  }
  .pb-260 {
    padding-bottom: clamp(130px, 34.6666666667vw, 208px);
  }
  .nmb-260 {
    margin-bottom: clamp(130px, 34.6666666667vw, 208px);
  }
  .mb-260 > li {
    margin-bottom: clamp(130px, 34.6666666667vw, 208px);
  }
  .mt-270 {
    margin-top: clamp(135px, 36vw, 216px);
  }
  .pt-270 {
    padding-top: clamp(135px, 36vw, 216px);
  }
  .pb-270 {
    padding-bottom: clamp(135px, 36vw, 216px);
  }
  .nmb-270 {
    margin-bottom: clamp(135px, 36vw, 216px);
  }
  .mb-270 > li {
    margin-bottom: clamp(135px, 36vw, 216px);
  }
  .mt-280 {
    margin-top: clamp(140px, 37.3333333333vw, 224px);
  }
  .pt-280 {
    padding-top: clamp(140px, 37.3333333333vw, 224px);
  }
  .pb-280 {
    padding-bottom: clamp(140px, 37.3333333333vw, 224px);
  }
  .nmb-280 {
    margin-bottom: clamp(140px, 37.3333333333vw, 224px);
  }
  .mb-280 > li {
    margin-bottom: clamp(140px, 37.3333333333vw, 224px);
  }
  .mt-290 {
    margin-top: clamp(145px, 38.6666666667vw, 232px);
  }
  .pt-290 {
    padding-top: clamp(145px, 38.6666666667vw, 232px);
  }
  .pb-290 {
    padding-bottom: clamp(145px, 38.6666666667vw, 232px);
  }
  .nmb-290 {
    margin-bottom: clamp(145px, 38.6666666667vw, 232px);
  }
  .mb-290 > li {
    margin-bottom: clamp(145px, 38.6666666667vw, 232px);
  }
  .mt-300 {
    margin-top: clamp(150px, 40vw, 240px);
  }
  .pt-300 {
    padding-top: clamp(150px, 40vw, 240px);
  }
  .pb-300 {
    padding-bottom: clamp(150px, 40vw, 240px);
  }
  .nmb-300 {
    margin-bottom: clamp(150px, 40vw, 240px);
  }
  .mb-300 > li {
    margin-bottom: clamp(150px, 40vw, 240px);
  }
  .mt-310 {
    margin-top: clamp(155px, 41.3333333333vw, 248px);
  }
  .pt-310 {
    padding-top: clamp(155px, 41.3333333333vw, 248px);
  }
  .pb-310 {
    padding-bottom: clamp(155px, 41.3333333333vw, 248px);
  }
  .nmb-310 {
    margin-bottom: clamp(155px, 41.3333333333vw, 248px);
  }
  .mb-310 > li {
    margin-bottom: clamp(155px, 41.3333333333vw, 248px);
  }
  .mt-320 {
    margin-top: clamp(160px, 42.6666666667vw, 256px);
  }
  .pt-320 {
    padding-top: clamp(160px, 42.6666666667vw, 256px);
  }
  .pb-320 {
    padding-bottom: clamp(160px, 42.6666666667vw, 256px);
  }
  .nmb-320 {
    margin-bottom: clamp(160px, 42.6666666667vw, 256px);
  }
  .mb-320 > li {
    margin-bottom: clamp(160px, 42.6666666667vw, 256px);
  }
  .mt-330 {
    margin-top: clamp(165px, 44vw, 264px);
  }
  .pt-330 {
    padding-top: clamp(165px, 44vw, 264px);
  }
  .pb-330 {
    padding-bottom: clamp(165px, 44vw, 264px);
  }
  .nmb-330 {
    margin-bottom: clamp(165px, 44vw, 264px);
  }
  .mb-330 > li {
    margin-bottom: clamp(165px, 44vw, 264px);
  }
  .mt-340 {
    margin-top: clamp(170px, 45.3333333333vw, 272px);
  }
  .pt-340 {
    padding-top: clamp(170px, 45.3333333333vw, 272px);
  }
  .pb-340 {
    padding-bottom: clamp(170px, 45.3333333333vw, 272px);
  }
  .nmb-340 {
    margin-bottom: clamp(170px, 45.3333333333vw, 272px);
  }
  .mb-340 > li {
    margin-bottom: clamp(170px, 45.3333333333vw, 272px);
  }
  .mt-350 {
    margin-top: clamp(175px, 46.6666666667vw, 280px);
  }
  .pt-350 {
    padding-top: clamp(175px, 46.6666666667vw, 280px);
  }
  .pb-350 {
    padding-bottom: clamp(175px, 46.6666666667vw, 280px);
  }
  .nmb-350 {
    margin-bottom: clamp(175px, 46.6666666667vw, 280px);
  }
  .mb-350 > li {
    margin-bottom: clamp(175px, 46.6666666667vw, 280px);
  }
  .mt-360 {
    margin-top: clamp(180px, 48vw, 288px);
  }
  .pt-360 {
    padding-top: clamp(180px, 48vw, 288px);
  }
  .pb-360 {
    padding-bottom: clamp(180px, 48vw, 288px);
  }
  .nmb-360 {
    margin-bottom: clamp(180px, 48vw, 288px);
  }
  .mb-360 > li {
    margin-bottom: clamp(180px, 48vw, 288px);
  }
  .mt-370 {
    margin-top: clamp(185px, 49.3333333333vw, 296px);
  }
  .pt-370 {
    padding-top: clamp(185px, 49.3333333333vw, 296px);
  }
  .pb-370 {
    padding-bottom: clamp(185px, 49.3333333333vw, 296px);
  }
  .nmb-370 {
    margin-bottom: clamp(185px, 49.3333333333vw, 296px);
  }
  .mb-370 > li {
    margin-bottom: clamp(185px, 49.3333333333vw, 296px);
  }
  .mt-380 {
    margin-top: clamp(190px, 50.6666666667vw, 304px);
  }
  .pt-380 {
    padding-top: clamp(190px, 50.6666666667vw, 304px);
  }
  .pb-380 {
    padding-bottom: clamp(190px, 50.6666666667vw, 304px);
  }
  .nmb-380 {
    margin-bottom: clamp(190px, 50.6666666667vw, 304px);
  }
  .mb-380 > li {
    margin-bottom: clamp(190px, 50.6666666667vw, 304px);
  }
  .mt-390 {
    margin-top: clamp(195px, 52vw, 312px);
  }
  .pt-390 {
    padding-top: clamp(195px, 52vw, 312px);
  }
  .pb-390 {
    padding-bottom: clamp(195px, 52vw, 312px);
  }
  .nmb-390 {
    margin-bottom: clamp(195px, 52vw, 312px);
  }
  .mb-390 > li {
    margin-bottom: clamp(195px, 52vw, 312px);
  }
  .mt-400 {
    margin-top: clamp(200px, 53.3333333333vw, 320px);
  }
  .pt-400 {
    padding-top: clamp(200px, 53.3333333333vw, 320px);
  }
  .pb-400 {
    padding-bottom: clamp(200px, 53.3333333333vw, 320px);
  }
  .nmb-400 {
    margin-bottom: clamp(200px, 53.3333333333vw, 320px);
  }
  .mb-400 > li {
    margin-bottom: clamp(200px, 53.3333333333vw, 320px);
  }
  .list-4 > li,
  .list-3 > li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .list-4 > li {
    width: 50%;
  }
  .list-3 > li,
  .list-2 > li {
    width: 100%;
  }
}
[class*=" icon-"],
[class^=icon-] {
  font-family: "iconfont";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body {
  margin: 0;
  padding: 0;
}

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* 2 */
}

body {
  font-family: "GoogleSans-Regular", "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: #292929;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

input, textarea {
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea {
  border-radius: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
        * Remove the inner border and padding in Firefox.
        */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input, textarea {
  border: none;
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 1024px) {
  a {
    -webkit-tap-highlight-color: transparent; /* 禁用触摸高亮效果 */
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-header {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 500;
}

.is-header-light .site-header__menu-link {
  color: #fff;
}
.is-header-light .site-header__menu-link path {
  stroke: #fff;
}
.is-header-light:not(.menu-open) .site-header__logo .img-white {
  opacity: 1;
}
.is-header-light:not(.menu-open) .site-header__logo .img-theme {
  opacity: 0;
}
.is-header-light:not(.menu-open) .site-header__contact {
  background-color: #fff;
}
.is-header-light:not(.menu-open) .site-header__contact span {
  color: var(--color-black);
}
.is-header-light:not(.menu-open) .site-header__contact path {
  fill: var(--color-theme);
}
.is-header-light:not(.menu-open) .site-menu__button {
  background-color: #fff;
}
.is-header-light:not(.menu-open) .site-menu__button span {
  background-color: var(--color-black);
}
.is-header-light.menu-open .site-header__logo .img-white {
  opacity: 0;
}
.is-header-light.menu-open .site-header__logo .img-theme {
  opacity: 1;
}

.menu-open .site-header__inner {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.menu-open .site-header__inner::before {
  opacity: 0;
}
.menu-open .site-header__inner::after {
  opacity: 1;
}
.menu-open .site-menu__button {
  background-color: var(--color-theme);
}
.menu-open .site-menu__button span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.menu-open .site-menu__button span:nth-child(2) {
  opacity: 0;
}
.menu-open .site-menu__button span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.menu-open .site-header__nav {
  opacity: 0;
  pointer-events: none;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  padding: calc(var(--fluid-size) * 0.7) calc(var(--fluid-size) * 0.5) calc(var(--fluid-size) * 0.5) calc(var(--fluid-size) * 1.5);
  position: relative;
  z-index: 100;
  -webkit-transition: border 0.24s ease;
  transition: border 0.24s ease;
}
.site-header__inner::before, .site-header__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
}
.site-header__inner::before {
  background-color: rgba(231, 231, 231, 0.7);
  backdrop-filter: blur(40px);
  border-radius: 14px;
}
.site-header__inner::after {
  background-color: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  opacity: 0;
}

.site-header__logo {
  height: calc(var(--fluid-size) * 2);
  position: relative;
}
.site-header__logo img {
  height: 100%;
  width: auto;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
}
.site-header__logo .img-white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.site-header__nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__menu-item {
  margin-left: 0.9375em;
  margin-right: 0.9375em;
}

.site-header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-header__menu-link .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5em;
}
.site-header__menu-link svg {
  width: 0.625em;
  height: auto;
}
.site-header__menu-link path {
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}
.site-header__menu-link:hover {
  color: var(--color-theme);
}
.site-header__menu-link:hover path {
  stroke: var(--color-theme);
}

.site-header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-theme);
  color: #fff;
  width: 8.4444444444em;
  height: 2.6666666667em;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header__contact span {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-header__contact svg {
  width: 0.5555555556em;
  height: auto;
  margin-left: 0.4444444444em;
}
.site-header__contact path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-menu__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.site-menu__text {
  margin-right: 1em;
}

.site-menu__button {
  width: calc(var(--fluid-size) * 2.4);
  height: calc(var(--fluid-size) * 2.4);
  background-color: var(--color-black);
  border-radius: 8px;
  margin-left: calc(var(--fluid-size) * 0.25);
  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;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.site-menu__button span {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  margin: 5px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-drawer {
  position: fixed;
  left: 0;
  right: 0;
  top: 102px;
  background-color: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-top: calc(var(--fluid-size) * 2);
  padding-bottom: calc(var(--fluid-size) * 3);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-drawer.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-layout__aside {
  width: 22%;
  padding-left: calc(var(--fluid-size) * 2.5);
  padding-right: calc(var(--fluid-size) * 2);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.nav-layout__main {
  width: 78%;
  padding-left: calc(var(--fluid-size) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.nav-mega {
  width: 100%;
}

.nav-primary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-primary__list li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
}
.nav-primary__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.nav-primary__list a:hover {
  color: var(--color-theme);
}
.nav-primary__list svg {
  width: 0.8em;
  height: auto;
  opacity: 0;
}
.nav-primary__list .is-active svg {
  opacity: 1;
}

.language-selection__hint {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1em;
}

.language-selection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.language-selection__list li {
  margin-right: 0.8571428571em;
}
.language-selection__list a {
  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;
  width: 4.2857142857em;
  height: 2.8571428571em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language-selection__list a:hover {
  border-color: var(--color-black);
  color: var(--color-black);
}
.language-selection__list .is-active a {
  border-color: var(--color-black);
  color: var(--color-black);
}

.nav-product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-product__item {
  width: 33.33%;
  padding-right: calc(var(--fluid-size) * 1.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: calc(var(--fluid-size) * 3);
  margin-bottom: calc(var(--fluid-size) * 2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-product__image {
  width: 46%;
  border-radius: 20px;
}
.nav-product__image::before {
  padding-top: 100%;
  background: url(../assets/images/header-product-bg.webp) no-repeat center center;
  background-size: cover;
}

.nav-product__body {
  width: 54%;
  padding-left: 1.2857142857em;
  position: relative;
}

.nav-product__list {
  margin-top: 0.7142857143em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-product__list li {
  width: 50%;
  padding-right: 0.7142857143em;
  margin-bottom: 0.7142857143em;
}
.nav-product__list a {
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--family-googlesans-medium);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.nav-product__list a:hover {
  color: var(--color-theme);
}

.nav-product__more {
  position: absolute;
  left: 1.4285714286em;
  bottom: 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.nav-product__more:hover {
  color: var(--color-theme);
}

.nav-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.nav-footer__links li {
  margin-right: 1em;
}
.nav-footer__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  height: 2.8571428571em;
  padding: 0 1.5714285714em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-footer__links a:hover {
  border-color: var(--color-theme);
  background-color: var(--color-theme);
  color: #fff;
}
.nav-footer__links a:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.nav-footer__links a:hover path {
  stroke: #fff;
}
.nav-footer__links svg {
  width: 1em;
  height: auto;
  margin-left: 0.7142857143em;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.nav-footer__links path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1025px) {
  .site-header__contact:hover {
    background-color: var(--color-black);
  }
  .site-menu__control:hover .site-menu__button {
    background-color: var(--color-theme);
  }
  .is-header-light .site-header__contact:hover {
    background-color: var(--color-theme);
  }
  .is-header-light .site-header__contact:hover span {
    color: #fff;
  }
  .is-header-light .site-header__contact:hover path {
    fill: #fff;
  }
  .is-header-light .site-menu__button:hover {
    background-color: var(--color-theme);
  }
  .is-header-light .site-menu__button:hover span {
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .site-header__nav {
    display: none;
  }
  .site-header {
    top: 10px;
  }
  .nav-drawer {
    top: 64px;
  }
  .nav-layout__aside {
    width: 100%;
    border-right: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-layout__main {
    display: none;
  }
  .language-selection__list a {
    height: 2.2em;
  }
  .nav-primary__list a {
    font-size: 1.2em;
  }
  .site-menu__button,
  .site-header__contact {
    height: 5.6vw;
  }
  .site-menu__button {
    width: 5.6vw;
  }
  .site-header__contact {
    display: none;
  }
  .site-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 580px) {
  .site-menu__button,
  .site-header__contact {
    height: 9.3333333333vw;
  }
  .site-menu__button {
    width: 9.3333333333vw;
  }
  .site-menu__text {
    margin-right: 0.6em;
  }
}
.w-1540 {
  max-width: 1540px;
  width: 80%;
}

.w-1440 {
  max-width: 1440px;
  width: 75%;
}

.w-1320 {
  max-width: 1320px;
  width: 68%;
}

.w-960 {
  max-width: 960px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fs-72 {
  font-size: calc(var(--fluid-size) * 3.6);
}

.fs-64 {
  font-size: calc(var(--fluid-size) * 3.2);
}

.fs-56 {
  font-size: calc(var(--fluid-size) * 2.8);
}

.fs-48 {
  font-size: calc(var(--fluid-size) * 2.4);
}

.fs-46 {
  font-size: calc(var(--fluid-size) * 2.3);
}

.fs-42 {
  font-size: calc(var(--fluid-size) * 2.1);
}

.fs-36 {
  font-size: calc(var(--fluid-size) * 1.8);
}

.fs-32 {
  font-size: calc(var(--fluid-size) * 1.6);
}

.fs-30 {
  font-size: calc(var(--fluid-size) * 1.5);
}

.fs-28 {
  font-size: calc(var(--fluid-size) * 1.4);
}

.fs-26 {
  font-size: calc(var(--fluid-size) * 1.3);
}

.fs-24 {
  font-size: calc(var(--fluid-size) * 1.2);
}

.fs-20 {
  font-size: calc(var(--fluid-size) * 1);
}

.fs-18 {
  font-size: calc(var(--fluid-size) * 0.9);
}

.fs-16 {
  font-size: calc(var(--fluid-size) * 0.8);
}

.fs-14 {
  font-size: calc(var(--fluid-size) * 0.7);
}

.fs-12 {
  font-size: 12px;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

.lh-1-7 {
  line-height: 1.7;
}

.paragraph {
  font-size: calc(var(--fluid-size) * 0.8);
  line-height: 1.75;
}
.paragraph p {
  font-weight: 350;
}
.paragraph h3,
.paragraph blockquote {
  font-size: calc(var(--fluid-size) * 1);
  line-height: 1.6;
  font-weight: 500;
}
.paragraph blockquote {
  position: relative;
  padding-left: 1em;
  margin-top: 0;
  margin-left: 0;
}
.paragraph blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 2px;
  background-color: var(--color-black);
}
.paragraph h3 {
  margin-bottom: 0.4em;
}
.paragraph .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.paragraph ol {
  padding-left: 1.5em;
  list-style: decimal;
}
.paragraph ul li {
  position: relative;
  padding-left: 1.625em;
}
.paragraph ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.625em;
  top: 0.5em;
  width: 0.3125em;
  height: 0.3125em;
  background-color: var(--color-black);
  border-radius: 50%;
}
.paragraph img, .paragraph video {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0.625em;
}

.googlesans-regular {
  font-family: var(--family-googlesans-regular);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.fw-500 {
  font-weight: 500;
  font-family: "GoogleSans-Medium", "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.mlr--50n {
  margin-left: calc(var(--fluid-size) * -1.25);
  margin-right: calc(var(--fluid-size) * -1.25);
}

.mlr--50p {
  margin-left: calc(var(--fluid-size) * 1.25);
  margin-right: calc(var(--fluid-size) * 1.25);
}

.mlr--30n {
  margin-left: calc(var(--fluid-size) * -0.75);
  margin-right: calc(var(--fluid-size) * -0.75);
}

.mlr--30p {
  margin-left: calc(var(--fluid-size) * 0.75);
  margin-right: calc(var(--fluid-size) * 0.75);
}

.mlr--20n {
  margin-left: calc(var(--fluid-size) * -0.5);
  margin-right: calc(var(--fluid-size) * -0.5);
}

.mlr--20p {
  margin-left: calc(var(--fluid-size) * 0.5);
  margin-right: calc(var(--fluid-size) * 0.5);
}

.ml-10 {
  margin-left: 0.5em;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.overflow-hidden {
  overflow: hidden;
}

.opa-5 {
  opacity: 0.5;
}

.opa-6 {
  opacity: 0.6;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: var(--color-gray);
}

.text-white {
  color: #fff;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.flex-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.img-box,
.media-box {
  position: relative;
  overflow: hidden;
}
.img-box::before,
.media-box::before {
  content: "";
  display: block;
}
.img-box img,
.img-box video,
.media-box img,
.media-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.tags span {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-right: 0.375em;
  margin-bottom: 0.375em;
  height: 1.5em;
  line-height: 1;
  padding: 0 0.875em;
  border-radius: 50px;
  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;
}

.banner-image::before {
  padding-top: 36.4583333333%;
}

.btn-video {
  width: calc(var(--fluid-size) * 3);
  height: calc(var(--fluid-size) * 3);
  background-color: var(--color-theme);
  border-radius: 50%;
  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;
  cursor: pointer;
}
.btn-video svg {
  width: calc(var(--fluid-size) * 0.7);
  height: auto;
}

.btn-view-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(var(--fluid-size) * 2.4);
  border-radius: 24px;
  padding: 0 1.6666666667em;
  background-color: #fff;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-view-more span {
  font-weight: 400;
}
.btn-view-more svg {
  width: 0.6666666667em;
  height: auto;
  margin-left: 0.6666666667em;
}
.btn-view-more path {
  fill: var(--color-black);
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.btn-view-more.bg-theme {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
  color: #fff;
}
.btn-view-more.bg-theme path {
  fill: #fff;
}
.btn-view-more.white-border-view {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-view-more.white-border-view path {
  fill: #fff;
}

.banner-intro__title {
  letter-spacing: 0.0625em;
}

.banner-intro__desc {
  margin-top: 0.5em;
  font-weight: 350;
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-white .filter__link span {
  color: rgba(255, 255, 255, 0.6);
}
.filter-white .filter__list {
  border-color: rgba(255, 255, 255, 0.3);
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6px;
}
.filter__list .is-active .filter__link {
  background-color: var(--color-theme);
}
.filter__list .is-active .filter__link span {
  color: #fff;
}
.filter__list .is-active .filter__link svg {
  opacity: 1;
}

.filter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0 1.875em;
  border-radius: 50px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.filter__link span {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.filter__link svg {
  width: 0.75em;
  margin-right: 0.5em;
  opacity: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__prev,
.pagination__next {
  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;
  width: calc(var(--fluid-size) * 3);
  height: calc(var(--fluid-size) * 3);
  border-radius: 50%;
}
.pagination__prev svg,
.pagination__next svg {
  width: calc(var(--fluid-size) * 0.8);
  height: calc(var(--fluid-size) * 0.8);
}

.pagination__prev {
  background-color: #E2E2E2;
}

.pagination__next {
  background-color: var(--color-theme);
}
.pagination__next path {
  stroke: #fff;
}

.pagination__info {
  margin-left: 1.25em;
  margin-right: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--family-googlesans-regular);
}

.pagination__separator {
  margin-left: 0.1875em;
  margin-right: 0.1875em;
}

.swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-nav__btn {
  width: calc(var(--fluid-size) * 3);
  height: calc(var(--fluid-size) * 3);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-nav__btn svg {
  width: 100%;
  height: auto;
}

.filter-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 0.375em;
}
.filter-tabs__list a {
  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;
  min-width: 6.875em;
  min-height: 3em;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.filter-tabs__list svg {
  width: 0.75em;
  height: auto;
  margin-right: 0.375em;
}
.filter-tabs__list span {
  color: rgba(0, 0, 0, 0.6);
}
.filter-tabs__list .is-active a {
  background-color: var(--color-theme);
  color: #fff;
}
.filter-tabs__list .is-active span {
  color: #Fff;
}

.white-controls {
  color: #fff;
}

.slider-controls__prev,
.slider-controls__next {
  width: calc(var(--fluid-size) * 3);
  height: calc(var(--fluid-size) * 3);
}
.slider-controls__prev svg,
.slider-controls__next svg {
  width: 100%;
  height: auto;
}

.slider-controls__pagination {
  margin-left: calc(var(--fluid-size) * 1);
  margin-right: calc(var(--fluid-size) * 1);
}

.slider-controls__separator {
  margin: 0 0.3125em;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-pagination span {
  width: calc(var(--fluid-size) * 0.4);
  height: calc(var(--fluid-size) * 0.4);
  background-color: #fff;
  margin-left: calc(var(--fluid-size) * 0.25);
  margin-right: calc(var(--fluid-size) * 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.btn-expand svg {
  width: 0.7777777778em;
  height: 0.7777777778em;
  margin-left: 0.7777777778em;
}

.sm-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color-theme);
  font-size: calc(var(--fluid-size) * 1);
  padding: calc(var(--fluid-size) * 0.5) calc(var(--fluid-size) * 2);
  color: #fff;
  z-index: 1000;
  border-radius: 50px;
  display: none;
}

label.error {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  padding-top: 2px;
  color: var(--color-theme);
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-button-lock {
  visibility: hidden;
}

.move-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(var(--fluid-size) * 3.2);
  height: calc(var(--fluid-size) * 3.2);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  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;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
  z-index: 400;
}

.movw-cursor__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 calc(var(--fluid-size) * 0.8);
}

.move-cursor__prev,
.move-cursor__next {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.3;
}
.move-cursor__prev.is-active,
.move-cursor__next.is-active {
  opacity: 1;
}

.video-fixed {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
}
.video-fixed::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-popover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-popover video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-popover__close {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.video-popover__close i {
  font-size: 1.2em;
}

[data-aos] {
  opacity: 0;
}

[data-aos=fade] {
  opacity: 0;
}

[data-aos=fade-up-10] {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

[data-aos=fade-up-20] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-up-50] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

[data-aos=fade-left-20] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left-50] {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

[data-aos=fade-right-20] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

[data-aos=fade-right-50] {
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}

[data-aos=zoom-in-70] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

[data-aos=zoom-in-80] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

[data-aos=zoom-in-90] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 1025px) {
  .btn-expand span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .btn-expand line {
    -webkit-transition: stroke 0.5s ease;
    transition: stroke 0.5s ease;
  }
  .btn-expand:hover span {
    color: var(--color-theme);
  }
  .btn-expand:hover line {
    stroke: var(--color-theme);
  }
  .btn-video {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
  }
  .btn-video:hover {
    background-color: var(--color-black);
  }
  .btn-view-more:hover {
    background-color: var(--color-theme);
    color: #fff;
    border-color: var(--color-theme);
  }
  .btn-view-more:hover path {
    fill: #fff;
  }
  .btn-view-more.bg-theme:hover {
    background-color: var(--color-black);
    border-color: var(--color-black);
  }
  .btn-view-more.white-border-view:hover {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
  }
  .swiper-nav__btn circle,
  .swiper-nav__btn path {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .slider-controls__prev,
  .slider-controls__next {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
  }
  .slider-controls__prev circle,
  .slider-controls__prev path,
  .slider-controls__next circle,
  .slider-controls__next path {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .swiper-nav__prev,
  .slider-controls__prev {
    border-radius: 50%;
  }
  .swiper-nav__prev:hover,
  .slider-controls__prev:hover {
    background-color: var(--color-theme);
  }
  .swiper-nav__prev:hover circle,
  .slider-controls__prev:hover circle {
    fill: var(--color-theme);
  }
  .swiper-nav__prev:hover path,
  .slider-controls__prev:hover path {
    stroke: #fff;
  }
  .swiper-nav__next:hover circle,
  .slider-controls__next:hover circle {
    fill: var(--color-black);
  }
  .swiper-nav__next:hover path,
  .slider-controls__next:hover path {
    stroke: #fff;
  }
  .white-border--prev:hover circle {
    stroke: var(--color-theme);
  }
  .filter__link span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .filter__link:hover span {
    color: var(--color-theme);
  }
  .video-popover__close {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .video-popover__close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .w-1540,
  .w-1440,
  .w-1320,
  .w-960 {
    width: 90%;
  }
  .fs-72 {
    font-size: clamp(30px, 9.3333333333vw, 70px);
  }
  .fs-64 {
    font-size: clamp(28px, 8.2666666667vw, 62px);
  }
  .fs-56 {
    font-size: clamp(28px, 7.4666666667vw, 56px);
  }
  .fs-48 {
    font-size: clamp(20px, 6.4vw, 48px);
  }
  .fs-42 {
    font-size: clamp(20px, 5.6vw, 42px);
  }
  .fs-36 {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .fs-32 {
    font-size: clamp(18px, 4.2666666667vw, 32px);
  }
  .fs-30 {
    font-size: clamp(18px, 4vw, 30px);
  }
  .fs-28 {
    font-size: clamp(16px, 3.7333333333vw, 28px);
  }
  .fs-26 {
    font-size: clamp(16px, 3.4666666667vw, 26px);
  }
  .fs-24 {
    font-size: clamp(16px, 3.2vw, 24px);
  }
  .fs-20 {
    font-size: clamp(15px, 2.9333333333vw, 20px);
  }
  .fs-18 {
    font-size: clamp(13px, 2.5333333333vw, 19px);
  }
  .fs-16 {
    font-size: clamp(13px, 2.4vw, 18px);
  }
  .fs-14 {
    font-size: clamp(12px, 2.1333333333vw, 16px);
  }
  .paragraph {
    font-size: clamp(13px, 2.4vw, 18px);
  }
  .paragraph h3,
  .paragraph blockquote {
    font-size: clamp(15px, 2.9333333333vw, 20px);
  }
  .swiper-nav__btn {
    width: clamp(12px, 8vw, 60px);
    height: clamp(12px, 8vw, 60px);
  }
  .slider-controls__prev, .slider-controls__next {
    width: clamp(12px, 8vw, 60px);
    height: clamp(12px, 8vw, 60px);
  }
  .banner-image::before {
    padding-top: 77.3333333333%;
  }
  .filter__list {
    border: none;
    text-align: center;
    width: 100%;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .filter__list li {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 2.6666666667vw;
    width: 22%;
  }
  .filter__item.is-active .filter__link {
    border-color: var(--color-theme);
  }
  .filter__item.is-active .filter__link svg {
    display: block;
  }
  .filter__link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 6.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter__link svg {
    display: none;
  }
  .filter-white .filter__link {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .ml-10 {
    margin-left: 2.6666666667vw;
  }
}
@media (max-width: 750px) {
  .mlr--50n {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
  .mlr--50p {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .mlr--30n {
    margin-left: -2vw;
    margin-right: -2vw;
  }
  .mlr--30p {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .mlr--20n {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
  .mlr--20p {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
@media (max-width: 580px) {
  .tags span {
    font-size: 0.8em;
    height: 5.2vw;
  }
  .filter__list li {
    width: 30.33%;
  }
  .filter__link {
    height: 8.4vw;
    padding-left: 1em;
    padding-right: 1em;
  }
  .banner-intro__desc {
    max-width: 90%;
  }
  .video-popover {
    max-width: 90%;
  }
}
.home-banner__swiper .item-box {
  position: relative;
}
.home-banner__swiper .item-image::before {
  padding-top: 50%;
}
.home-banner__swiper .item-content {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.home-banner__swiper .item-label,
.home-banner__swiper .item-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-banner__swiper .item-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.home-banner__swiper .item-label {
  letter-spacing: 0.125em;
}
.home-banner__swiper .item-label span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
}
.home-banner__swiper .item-label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.625em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-theme);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.home-banner__swiper .item-title {
  letter-spacing: 0.0555555556em;
  margin-top: 0.2777777778em;
}
.home-banner__swiper.star .item-label,
.home-banner__swiper.star .item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home-product {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EDEDED));
  background: linear-gradient(180deg, #FFF 0%, #EDEDED 100%);
  padding-top: calc(var(--fluid-size) * 3);
  padding-bottom: calc(var(--fluid-size) * 9);
  overflow: hidden;
}

.home-product__bottom {
  position: relative;
}

.home-product__for .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-product__for .item-content {
  width: 35%;
}
.home-product__for .item-image {
  width: 53%;
}
.home-product__for .item-image::before {
  padding-top: 100%;
}
.home-product__for .item-header,
.home-product__for .item-info,
.home-product__for .item-tags,
.home-product__for .item-btn__wrap {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.home-product__for .item-image {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.7);
          transform: translateY(20px) scale(0.7);
}
.home-product__for .swiper-slide-active .item-header,
.home-product__for .swiper-slide-active .item-info,
.home-product__for .swiper-slide-active .item-tags,
.home-product__for .swiper-slide-active .item-btn__wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.home-product__for .swiper-slide-active .item-image {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.home-product__for .swiper-slide-active .item-info {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-product__for .swiper-slide-active .item-tags {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.home-product__for .swiper-slide-active .item-tags {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.home-product__for .swiper-slide-active .item-btn__wrap {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-product__for .item-header {
  padding-bottom: 0.7222222222em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-product__for .item-title {
  line-height: 1;
}
.home-product__for .item-title span {
  margin-left: 0.2777777778em;
}
.home-product__for .item-desc {
  margin-top: 0.5555555556em;
}
.home-product__for .item-info {
  margin-top: 1.5em;
}
.home-product__for .item-tags {
  margin-top: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-product__for .item-tags span {
  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;
  margin-right: 0.375em;
  margin-bottom: 0.375em;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  height: 1.5em;
  padding: 0 1em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  font-weight: 350;
}

.home-product__nav {
  overflow: hidden;
}
.home-product__nav .item-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(30px);
  padding: 0.4166666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-product__nav .item-image {
  width: 32%;
  background-color: #EDEDED;
  border-radius: 14px;
}
.home-product__nav .item-image::before {
  padding-top: 100%;
}
.home-product__nav .item-image img {
  max-width: 90%;
  max-height: 90%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.home-product__nav .item-content {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  width: 68%;
}
.home-product__nav .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-product__nav .item-title span {
  margin-left: 0.25em;
}
.home-product__nav .item-desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.25em;
}

.innovation-highlights {
  background-color: #0B0B0B;
}

.innovation-highlights__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.innovation-highlights__content {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.innovation-highlights__detail-swiper {
  width: 100%;
}
.innovation-highlights__detail-swiper a {
  display: block;
}

.innovation-highlights__intro {
  color: #fff;
}

.innovation-highlights__desc {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1em;
}

.innovation-highlights__list-wrap {
  width: 100%;
}

.innovation-highlights__list {
  width: 100%;
  color: #fff;
}
.innovation-highlights__list li {
  margin-bottom: calc(var(--fluid-size) * 0.5);
}
.innovation-highlights__list li:last-child {
  margin-bottom: 0;
}
.innovation-highlights__list .item-box {
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
  border-radius: 10px;
  padding: 0.4166666667em 0.8333333333em 0.4166666667em 0.4166666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.innovation-highlights__list .item-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(41.35%, #1B1B1B), to(rgba(232, 34, 22, 0.2)));
  background: linear-gradient(90deg, #1B1B1B 41.35%, rgba(232, 34, 22, 0.2) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.innovation-highlights__list .item-icon {
  width: 2em;
}
.innovation-highlights__list .item-icon::before {
  padding-top: 100%;
}
.innovation-highlights__list .item-name {
  width: calc(100% - 2em);
  padding-left: 0.8333333333em;
  position: relative;
  padding-right: 0.3333333333em;
}
.innovation-highlights__list .item-name::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3333333333em;
  height: 0.3333333333em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.innovation-highlights__list .is-active .item-box {
  border-color: var(--color-theme);
}
.innovation-highlights__list .is-active .item-box::after {
  opacity: 1;
}
.innovation-highlights__list .is-active .item-name::after {
  background-color: var(--color-theme);
}

@media (min-width: 1025px) {
  .innovation-highlights__list .item-box:hover {
    border-color: var(--color-theme);
  }
  .innovation-highlights__list .item-box:hover::after {
    opacity: 1;
  }
  .innovation-highlights__list .item-box:hover .item-name::after {
    background-color: var(--color-theme);
  }
}
.innovation-highlights__images {
  border-radius: 20px;
  width: 49%;
}
.innovation-highlights__images::before {
  padding-top: 111.6809116809%;
}
.innovation-highlights__images .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.innovation-highlights__images .item-image.show {
  opacity: 1;
}
.innovation-highlights__images .item-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
}

.home-solution {
  position: relative;
  overflow: hidden;
}

.home-solution__for .item-box {
  position: relative;
}
.home-solution__for .item-image::before {
  padding-top: 51.0416666667%;
}
.home-solution__for .item-link {
  display: inline-block;
}
.home-solution__for .item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 24%;
  color: #fff;
  z-index: 100;
}
.home-solution__for .item-title {
  line-height: 1.2;
}
.home-solution__for .item-desc {
  max-width: 37.5em;
  margin-top: 1.25em;
}

.home-solution__controls {
  position: absolute;
  left: 14%;
  bottom: 8%;
  z-index: 100;
}

.home-solution__nav {
  position: absolute;
  right: 0;
  bottom: 8%;
  width: 48%;
  z-index: 100;
  overflow: hidden;
}
.home-solution__nav .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 0.6em;
}
.home-solution__nav .item-image {
  width: 35%;
  border-radius: 10px;
}
.home-solution__nav .item-image::before {
  padding-top: 100%;
}
.home-solution__nav .item-content {
  width: 65%;
  padding-left: 1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.home-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-case__image-swiper {
  width: 48%;
}
.home-case__image-swiper .item-image {
  border-radius: 20px;
}
.home-case__image-swiper .item-image::before {
  padding-top: 113.0434782609%;
}
.home-case__image-swiper .item-link {
  display: block;
}

.home-case__body {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.home-case__link {
  display: block;
}

.home-case__desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.8888888889em;
}

.home-case__tags {
  margin-top: 1.875em;
}

.home-case__bottom,
.home-case__content {
  width: 100%;
}

.home-case__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-case__links {
  position: relative;
}
.home-case__links .link-box {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home-case__links .link-box.show {
  opacity: 1;
  pointer-events: auto;
}
.home-case__links .link-box:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.home-case--next {
  margin-left: calc(var(--fluid-size) * 0.5);
}

.home-case__bottom {
  overflow: hidden;
}

.home-case__nav .item-link {
  position: relative;
  display: block;
}
.home-case__nav .item-image {
  border-radius: 20px;
}
.home-case__nav .item-image::before {
  padding-top: 100%;
}
.home-case__nav .item-title {
  color: #fff;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
  line-height: 1.5;
}

.home-news .news-list .item-pic::before {
  padding-top: 60.8695652174%;
}

@media (min-width: 1025px) {
  .home-product--prev,
  .home-product--next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-product--prev {
    left: calc(var(--fluid-size) * -4.5);
  }
  .home-product--next {
    right: calc(var(--fluid-size) * -4.5);
  }
  .home-product__for .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .home-product__for .item-box:hover .item-title {
    color: var(--color-theme);
  }
  .home-product__nav .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    position: relative;
    padding-left: 0.4166666667em;
  }
  .home-product__nav .item-title::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0.4166666667em;
    width: 0.3333333333em;
    height: 0.3333333333em;
    background-color: var(--color-theme);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .home-product__nav .item-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .home-product__nav a:hover .item-title {
    color: var(--color-theme);
  }
  .home-product__nav a:hover .item-title::after {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .home-product__nav a:hover .item-image img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .home-solution__nav .item-image img,
  .home-case__nav .item-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .home-solution__nav .item-title,
  .home-case__nav .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .home-solution__nav a:hover .item-image img,
  .home-case__nav a:hover .item-image img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .home-solution__nav a:hover .item-title,
  .home-case__nav a:hover .item-title {
    color: var(--color-theme);
  }
  .home-solution__for .item-title span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .home-solution__for .item-link:hover .item-title span {
    color: var(--color-theme);
  }
  .home-solution--next circle {
    stroke: var(--color-theme);
  }
  .home-solution--next:hover circle {
    stroke: #fff;
  }
  .innovation-highlights__title span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .innovation-highlights__detail-swiper a:hover .innovation-highlights__title span {
    color: var(--color-theme);
  }
  .home-case__image-swiper .item-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .home-case__image-swiper .item-link:hover .item-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-case__title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .home-case__link:hover .home-case__title {
    color: var(--color-theme);
  }
}
@media (max-width: 1024px) {
  .home-banner__swiper .item-image::before {
    padding-top: 170.6666666667%;
  }
  .home-product__for {
    height: 100%;
  }
  .home-product__for .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-product__for .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-product__for .swiper-slide > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-product__for .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #fff;
    padding: 2em 1.2em;
    border-radius: 20px;
    width: 100%;
  }
  .home-product__for .item-content,
  .home-product__for .item-image {
    width: 100%;
  }
  .home-product__for .btn-view-more {
    margin-top: 2em;
  }
  .home-product__bottom {
    margin-top: 16vw;
    display: none;
  }
  .home-product__bottom .swiper-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.6666666667vw;
  }
  .home-product__bottom .swiper-nav__next {
    margin-left: 2.6666666667vw;
  }
  .innovation-highlights__content,
  .innovation-highlights__images {
    width: 100%;
  }
  .innovation-highlights__images {
    margin-top: 8vw;
  }
  .innovation-highlights__list-wrap {
    margin-top: 8vw;
  }
  .home-solution__nav {
    width: 100%;
  }
  .home-solution__for .item-image::before {
    padding-top: 146.6666666667%;
  }
  .home-solution__controls {
    left: 5%;
    display: none !important;
  }
  .home-case__image-swiper,
  .home-case__body {
    width: 100%;
  }
  .home-case__body {
    margin-top: 5.3333333333vw;
  }
  .home-case__bottom {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 580px) {
  .home-case__bottom {
    margin-top: 16vw;
  }
  .home-solution__for .item-content {
    top: 6%;
  }
}
.news-banner__image::before {
  padding-top: 39.84375%;
}

.news-featured {
  margin-top: calc(var(--fluid-size) * -21.25);
  position: relative;
  z-index: 100;
}

.news-featured__main {
  background-color: #fff;
  border-radius: 30px;
  padding: calc(var(--fluid-size) * 2);
}

.news-featured__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-featured__media {
  width: 50%;
  border-radius: 20px;
}
.news-featured__media::before {
  padding-top: 79.3388429752%;
}

.news-featured__body {
  width: 46%;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.news-featured__headline {
  font-weight: 500;
}

.news-featured__summary {
  margin-top: 0.875em;
  font-weight: 350;
}

.news-featured__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.news-featured__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-featured__meta span {
  position: relative;
  padding-right: 0.7em;
  margin-right: 0.5em;
}
.news-featured__meta span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background-color: var(--color-black);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-featured__meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-featured__meta span:last-child::after {
  display: none;
}

.news-featured__category {
  font-weight: 400;
}

.news-featured__date {
  font-family: var(--family-googlesans-regular);
}

.news-list .item-pic {
  border-radius: 18px;
}
.news-list .item-pic::before {
  padding-top: 54.8936170213%;
}
.news-list .item-content {
  margin-top: 1em;
}
.news-list .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.news-list .item-meta span {
  position: relative;
  padding-right: 0.875em;
  margin-right: 0.625em;
}
.news-list .item-meta span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.125em;
  width: 1px;
  height: 0.875em;
  background-color: var(--color-black);
}
.news-list .item-meta span:last-child::after {
  display: none;
}
.news-list .item-date {
  font-family: var(--family-googlesans-regular);
}
.news-list .item-title {
  line-height: 1.5;
  margin-top: 0.8333333333em;
  padding-right: 1.75em;
}

.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.news-detail__meta span {
  margin-right: 0.5em;
  padding-right: 0.7em;
  position: relative;
  line-height: 1;
}
.news-detail__meta span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background-color: var(--color-black);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-detail__meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-detail__meta span:last-child::after {
  display: none;
}

.news-detail__title {
  max-width: 17.1428571429em;
}

.news-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--fluid-size) * 1);
  line-height: 1;
}

.news-detail__social-hint {
  color: rgba(0, 0, 0, 0.6);
}

.news-detail__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail__social-list li {
  margin-right: 0.875em;
}
.news-detail__social-list a {
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.6);
}

.news-detail__banner {
  border-radius: 30px;
}
.news-detail__banner::before {
  padding-top: 50%;
}

.news-detail__video-btn {
  width: calc(var(--fluid-size) * 3);
  height: calc(var(--fluid-size) * 3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  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;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-detail__video-btn svg {
  width: calc(var(--fluid-size) * 0.75);
  height: auto;
}

.news-detail__key-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25em;
}
.news-detail__key-list li {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  padding: 0.25em 1.125em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}

.article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: calc(var(--fluid-size) * 1.25);
}
.article-pagination .item-icon {
  width: 1.875em;
  height: auto;
}
.article-pagination .item-text {
  margin: 0 0.75em;
}

.article-pagination__prev,
.article-pagination__back,
.article-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-push__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .news-list .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .news-list .item-pic img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .news-list a:hover .item-title {
    color: var(--color-theme);
  }
  .news-list a:hover .item-pic img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .news-featured__media img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .news-featured__headline {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .news-featured__card:hover .news-featured__media img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .news-featured__card:hover .news-featured__headline {
    color: var(--color-theme);
  }
  .news-detail__social-list a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .news-detail__social-list a:hover {
    color: var(--color-theme);
  }
  .article-pagination .item-text {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .article-pagination svg {
    opacity: 0.3;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .article-pagination circle,
  .article-pagination path,
  .article-pagination line {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .article-pagination a:hover .item-text {
    color: var(--color-theme);
  }
  .article-pagination a:hover svg {
    opacity: 1;
  }
  .article-pagination a:hover circle {
    fill: var(--color-theme);
    stroke: var(--color-theme);
  }
  .article-pagination a:hover path {
    stroke: #fff;
  }
  .article-pagination a:hover line {
    stroke: #fff;
  }
}
@media (max-width: 1024px) {
  .news-banner__image::before {
    padding-top: 133.3333333333%;
  }
  .news-featured__media,
  .news-featured__body {
    width: 100%;
  }
  .news-featured__body {
    padding-top: 0;
    margin-top: 6.6666666667vw;
  }
  .news-featured__footer {
    margin-top: 8vw;
  }
  .news-push__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-push__title {
    max-width: 50%;
    line-height: 1.2;
  }
  .news-list .item-meta span {
    font-size: 0.9em;
  }
}
@media (max-width: 580px) {
  .news-list li {
    margin-bottom: 13.3333333333vw;
  }
  .news-featured__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-banner__image {
  background-color: #000;
}
.contact-banner__image::before {
  padding-top: 52.0833333333%;
}

.contact-headquarters {
  background-color: #fff;
  padding: calc(var(--fluid-size) * 2.5) calc(var(--fluid-size) * 2.5) 0 calc(var(--fluid-size) * 2.5);
  border-radius: 20px;
  margin-top: calc(var(--fluid-size) * -5.5);
  position: relative;
  z-index: 100;
}

.contact-headquarters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-headquarters__list li {
  width: 50%;
}
.contact-headquarters__list .item-box {
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 1em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-headquarters__list .item-image {
  width: 38%;
  border-radius: 20px;
}
.contact-headquarters__list .item-image::before {
  padding-top: 100%;
}
.contact-headquarters__list .item-content {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.contact-headquarters__list .item-title {
  margin-top: 0.3333333333em;
}
.contact-headquarters__list .item-desc {
  line-height: 1.4;
}
.contact-headquarters__list .item-desc p {
  margin-bottom: 0.5714285714em;
}

.contact-global__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-global__list .item-box {
  position: relative;
}
.contact-global__list .item-box::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../upload/contact/global-hover-bg.png) no-repeat center center;
  background-color: #000;
  border-radius: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(51, 0, 0, 0.1);
          box-shadow: 0 30px 30px 0 rgba(51, 0, 0, 0.1);
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.contact-global__list .item-image::before {
  padding-top: 128.5714285714%;
}
.contact-global__list .item-content {
  position: absolute;
  inset: 0;
  color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 1.3333333333em;
}
.contact-global__list .item-info {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.contact-domestic__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-domestic__header .swiper-nav__btn {
  margin-left: calc(var(--fluid-size) * 0.7);
}

.contact-domestic__swiper {
  overflow: hidden;
}
.contact-domestic__swiper .item-box {
  position: relative;
}
.contact-domestic__swiper .item-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.43)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
}
.contact-domestic__swiper .item-image::before {
  padding-top: 128.5714285714%;
}
.contact-domestic__swiper .item-name {
  position: absolute;
  left: 1.3333333333em;
  right: 1.3333333333em;
  bottom: 1.1333333333em;
  color: #fff;
  z-index: 50;
}

.contact-join {
  position: relative;
}

.contact-join__media::before {
  padding-top: 27.0833333333%;
}

.contact-join__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 100;
}

.contact-join__text {
  margin-bottom: 0.652173913em;
}

@media (min-width: 1025px) {
  .contact-global__list .item-box:hover .item-info {
    opacity: 1;
  }
  .contact-global__list .item-box:hover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .contact-banner__image::before {
    padding-top: 133.3333333333%;
  }
  .contact-headquarters__list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .contact-headquarters__list .item-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-global__title {
    width: 100%;
  }
  .contact-global__content {
    margin-top: 2.6666666667vw;
  }
  .contact-global__tabs {
    margin-top: 5.3333333333vw;
  }
  .contact-global__list .item-content {
    padding: 1em;
  }
  .contact-global__list .item-info {
    opacity: 1;
    width: 100%;
  }
  .contact-domestic__swiper .item-name {
    left: 0.8em;
    right: 0.8em;
    bottom: 0.8em;
  }
  .contact-join__media::before {
    padding-top: 56%;
  }
  .contact-join__text p {
    font-size: 0.8em;
  }
}
@media (max-width: 500px) {
  .contact-headquarters {
    padding: 4vw;
  }
  .contact-global__list .item-content {
    padding: 1.2em;
  }
}
.join-banner {
  position: relative;
}

.join-banner__image::before {
  padding-top: 36.4583333333%;
}

.join-banner__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
}

.join-banner__desc {
  width: 34.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2em;
}

.join-benefit__list .item-box {
  background-color: #F7F7F7;
  min-height: 10em;
  border-radius: 20px;
  padding: 1.6666666667em 1.25em;
  position: relative;
  height: 100%;
}
.join-benefit__list .item-title {
  line-height: 1;
  padding-bottom: 0.6666666667em;
  border-bottom: 1px solid var(--color-theme);
  position: relative;
  z-index: 10;
}
.join-benefit__list .item-desc {
  margin-top: 1.875em;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
.join-benefit__list .item-desc span {
  display: inline-block;
  width: 92%;
  vertical-align: text-top;
}

.join-recruit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 23.9583333333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.join-recruit.hide-bg::after {
  opacity: 0;
  pointer-events: none;
}

.join-recruit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-recruit__list .is-active .item-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.join-recruit__list.is-collapsed li {
  display: block;
}
.join-recruit__list.is-collapsed li:nth-child(n+7) {
  display: none;
}
.join-recruit__list .item-box {
  background-color: var(--color-gray);
  border-radius: 20px;
  padding: 1.25em 1.6666666667em;
  cursor: pointer;
}
.join-recruit__list .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 10.625em;
}
.join-recruit__list .item-down {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.join-recruit__list .item-down svg {
  width: 0.5833333333em;
  height: auto;
}
.join-recruit__list .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join-recruit__list .item-info span {
  margin-left: 3.75em;
}
.join-recruit__list .item-slide {
  display: none;
}
.join-recruit__list .item-body {
  margin-top: 1.0833333333em;
  padding-top: 1.0833333333em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.join-recruit__list .item-text {
  margin-bottom: 1.1666666667em;
}
.join-recruit__list .item-label {
  margin-bottom: 1em;
}
.join-recruit__list .item-desc {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}
.join-recruit__list .item-desc strong {
  color: #000;
  margin-bottom: 0.75em;
  display: block;
}
.join-recruit__list .item-desc h3 {
  margin-top: 1.625em;
  color: #000;
  font-family: "GoogleSans-Medium", "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.join-recruit__expand {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
}
.join-recruit__expand line {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.join-recruit__expand.is-open .svg-b {
  opacity: 0;
}

.join-culture__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-culture--next {
  margin-left: calc(var(--fluid-size) * 0.7);
}

.join-culture__swiper {
  overflow: hidden;
}
.join-culture__swiper .item-box {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 0.9166666667em 0.9166666667em 1.75em 0.9166666667em;
}
.join-culture__swiper .item-image {
  border-radius: 14px;
}
.join-culture__swiper .item-image::before {
  padding-top: 64.7368421053%;
}
.join-culture__swiper .item-title {
  line-height: 1.5;
  margin-top: 1.1666666667em;
  margin-bottom: 0.4166666667em;
}
.join-culture__swiper .item-desc {
  font-weight: 350;
}

.join-news {
  position: relative;
}

.join-news__containter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-news__header {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.join-news__intro {
  width: 100%;
}

.join-news__desc {
  font-weight: 350;
  opacity: 0.6;
  margin-top: 0.5em;
}

.join-news__controls,
.slider-controls__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join-news__body {
  width: 49%;
}

.join-news__swiper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.join-news__swiper .item-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 0;
  position: relative;
}
.join-news__swiper .item-link {
  display: block;
  position: relative;
  padding-right: 4.1666666667em;
}
.join-news__swiper .item-title {
  line-height: 1.25;
}
.join-news__swiper .item-date {
  margin-top: 2em;
  font-family: var(--family-googlesans-regular);
}
.join-news__swiper .item-more {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.join-news__list li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 0;
  position: relative;
}
.join-news__list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.join-news__list .item-link {
  display: block;
  position: relative;
  padding-right: 4.1666666667em;
}
.join-news__list .item-title {
  line-height: 1.25;
}
.join-news__list .item-date {
  margin-top: 2em;
  font-family: var(--family-googlesans-regular);
}
.join-news__list .item-more {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.circle-more {
  width: 1.75em;
  height: 1.75em;
  background-color: var(--color-theme);
  border-radius: 50%;
  position: relative;
}
.circle-more svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5833333333em;
  height: 0.5833333333em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.join-contact {
  background-color: var(--color-gray);
  border-radius: 20px;
  padding: calc(var(--fluid-size) * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  max-width: 42%;
}

.join-contact__title {
  width: 100%;
}

.join-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join-contact__info {
  max-width: 18.5em;
}

.join-contact__item {
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 0.9em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.join-contact__item:last-child {
  margin-bottom: 0;
}

.join-contact__icon {
  width: 1.6em;
}
.join-contact__icon::before {
  padding-top: 100%;
}

.join-contact__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.9em;
  max-width: 90%;
}
.join-contact__meta span {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 0.5em;
}

.join-contact__qr {
  background-color: #fff;
  margin-left: 0.9em;
  padding: 1.5em 1.5em 1em 1.5em;
}

.join-contact__qr-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-contact__qr-header span {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 0.5em;
}

.join-contact__qr-desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}

.join-contact__qr-image {
  width: 7em;
}
.join-contact__qr-image::before {
  padding-top: 100%;
}

@media (min-width: 1025px) {
  .join-benefit__list .item-title,
  .join-benefit__list .item-desc {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .join-benefit__list .item-box::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../upload/join/benefit-hover.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .join-benefit__list .item-box:hover::after {
    opacity: 1;
  }
  .join-benefit__list .item-box:hover .item-title,
  .join-benefit__list .item-box:hover .item-desc {
    color: #fff;
  }
  .join-recruit__list .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .join-recruit__list .item-box:hover .item-title {
    color: var(--color-theme);
  }
  .filter-tabs__list span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .filter-tabs__list li:not(.is-active) a:hover span {
    color: var(--color-theme);
  }
  .join-news__list .item-more,
  .join-news__swiper .item-more {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .join-news__list .item-link:hover .item-more,
  .join-news__swiper .item-link:hover .item-more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .join-news__controls {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .join-banner__image::before {
    padding-top: 120%;
  }
  .join-banner__desc {
    width: 90%;
  }
  .join-recruit::after {
    height: 61.3333333333vw;
  }
  .join-recruit__title {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .join-recruit__list {
    margin-top: 4vw;
  }
  .join-recruit__list .item-header {
    padding-right: 20px;
  }
  .join-recruit__list .item-title {
    width: 100%;
  }
  .join-recruit__list .item-info {
    width: 100%;
    margin-top: 0.4em;
  }
  .join-recruit__list .item-info span {
    margin-left: 0;
    margin-right: 1em;
  }
  .join-news__header {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .join-news__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8vw;
  }
  .join-news__body {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .join-contact {
    padding: 6.6666666667vw 4vw;
  }
  .join-contact__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8vw;
  }
  .join-contact__header {
    max-width: 100%;
  }
  .join-contact__info {
    max-width: 54%;
  }
  .join-contact__qr {
    margin-left: 0;
    margin-top: 10px;
  }
  .filter-tabs {
    width: 100%;
  }
  .filter-tabs__list {
    border: none;
    margin-left: -1.5%;
  }
  .filter-tabs__list li {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 10px;
    width: 22%;
  }
  .filter-tabs__list a {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 6.4vw;
  }
  .filter-tabs__list svg {
    display: none;
  }
  .filter-tabs__list .is-active a {
    border: none;
  }
  .filter-tabs__list .is-active svg {
    display: block;
  }
  .join-contact__note {
    margin-top: 0.4em;
  }
}
@media (max-width: 580px) {
  .join-recruit__list .item-info span {
    font-size: 0.9em;
  }
  .filter-tabs__list li {
    width: 30%;
  }
  .filter-tabs__list a {
    height: 8.4vw;
  }
  .join-contact__info {
    max-width: 100%;
  }
  .join-contact__qr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .join-contact__qr-header {
    margin-right: 2em;
  }
  .join-contact__qr-desc {
    margin-top: 0;
  }
  .join-contact__content {
    margin-top: 10.3448275862vw;
  }
}
.case-banner__image::before {
  padding-top: 39.84375%;
}

.case-feature {
  margin-top: calc(var(--fluid-size) * -20.5);
  position: relative;
  z-index: 100;
}

.case-album {
  position: relative;
}

.case-album__swiper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.case-album__swiper .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.case-album__swiper .swiper-slide {
  width: 55.2083333333vw;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.case-album__swiper .swiper-slide-prev .item-box {
  -webkit-transform: rotateY(10deg);
          transform: rotateY(10deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.case-album__swiper .swiper-slide-next .item-box {
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.case-album__swiper .item-box {
  position: relative;
}
.case-album__swiper .item-link {
  display: block;
}
.case-album__swiper .item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 3.125em;
  z-index: 100;
}
.case-album__swiper .item-tags span {
  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;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  height: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.875em;
  height: 1.5em;
  line-height: 1;
}
.case-album__swiper .item-image {
  border-radius: 20px;
}
.case-album__swiper .item-image::before {
  padding-top: 55.0943396226%;
}
.case-album__swiper .item-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(34.82%, rgba(255, 255, 255, 0)), color-stop(83.61%, #ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 34.82%, #ffffff 83.61%);
  opacity: 0.5;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
.case-album__swiper .swiper-slide-next .item-image::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(34.82%, rgba(255, 255, 255, 0)), color-stop(83.61%, #ffffff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 34.82%, #ffffff 83.61%);
}
.case-album__swiper .swiper-slide-active .item-image::after {
  opacity: 0;
}
.case-album__swiper .item-content {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 2.0833333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}
.case-album__swiper .item-text {
  max-width: 90%;
}
.case-album__swiper .item-more {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.case-album__swiper .item-title {
  color: #fff;
  line-height: 1.3;
}
.case-album__swiper .item-desc {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.625em;
}
.case-album__swiper .item-tags,
.case-album__swiper .item-content {
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.case-album__swiper .item-tags {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.case-album__swiper .item-content {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.case-album__swiper .swiper-slide-active .item-tags,
.case-album__swiper .swiper-slide-active .item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.case-album--prev,
.case-album--next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.case-album--prev {
  left: 15.625vw;
}

.case-album--next {
  right: 15.625vw;
}

.case-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-filter__group,
.case-filter__search {
  width: calc(25% - var(--fluid-size) * 0.75);
  position: relative;
}

.case-filter__group.is-open .case-filter__header {
  border-color: var(--color-theme);
}
.case-filter__group.is-open .case-filter__header .case-filter__title,
.case-filter__group.is-open .case-filter__header .case-filter__icon {
  color: var(--color-theme);
}
.case-filter__group.is-open .case-filter__header .case-filter__icon {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}
.case-filter__group.on .case-filter__header {
  border-color: var(--color-theme);
}
.case-filter__group.on .case-filter__title,
.case-filter__group.on .case-filter__icon {
  color: var(--color-theme);
}

.case-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 4em;
  padding: 0 1.8571428571em;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.case-filter__title {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.case-filter__icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case-filter__body {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 0.7142857143em 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 100;
  display: none;
}

.case-filter__list li {
  margin-bottom: 0.7142857143em;
}
.case-filter__list a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 0 1.8571428571em;
}

.case-filter__form {
  position: relative;
}

.case-filter__search-input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 4em;
  padding: 0 1.8571428571em;
  border-radius: 30px;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.case-filter__search-input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.case-filter__search-input::-moz-placeholder {
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.case-filter__search-input:-ms-input-placeholder {
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.case-filter__search-input::-ms-input-placeholder {
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.case-filter__search-input::placeholder {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.case-filter__search-input:focus {
  border-color: var(--color-theme);
}
.case-filter__search-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.case-filter__search-input:focus::-moz-placeholder {
  opacity: 0;
}
.case-filter__search-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.case-filter__search-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.case-filter__search-input:focus::placeholder {
  opacity: 0;
}

.case-filter__search-button {
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-black);
}

.case-list .item-box {
  position: relative;
}
.case-list .item-tags {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.case-list .item-tags span {
  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;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  height: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 1em;
  height: 1.5em;
  line-height: 1;
}
.case-list .item-image {
  border-radius: 20px;
}
.case-list .item-image::before {
  padding-top: 66.7701863354%;
}
.case-list .item-title {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 1em;
  color: #fff;
}

@media (min-width: 1025px) {
  .case-album__swiper .item-image img {
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  }
  .case-album__swiper .item-more {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .case-album__swiper .item-link:hover .item-image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .case-album__swiper .item-link:hover .item-more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .case-filter__header:hover {
    border-color: var(--color-theme);
  }
  .case-filter__header:hover .case-filter__title {
    color: var(--color-theme);
  }
  .case-filter__header:hover .case-filter__icon {
    color: var(--color-theme);
  }
  .case-filter__list a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .case-filter__list a:hover {
    color: var(--color-black);
  }
  .case-filter__search-button {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .case-filter__search-button:hover {
    color: var(--color-theme);
  }
  .case-list .item-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .case-list .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .case-list a:hover .item-image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .case-list a:hover .item-title {
    color: var(--color-theme);
  }
}
@media (max-width: 1024px) {
  .case-banner__image::before {
    padding-top: 133.3333333333%;
  }
  .case-album--prev,
  .case-album--next {
    display: none;
  }
  .case-album--prev {
    left: 5vw;
  }
  .case-album--next {
    right: 5vw;
  }
  .case-album__swiper .swiper-slide {
    width: 84vw;
  }
  .case-album__swiper .item-tags {
    top: 2em;
  }
  .case-album__swiper .item-tags span {
    font-size: 0.9em;
  }
  .case-album__swiper .item-content {
    bottom: 1.4em;
  }
  .case-album__swiper .item-image::before {
    padding-top: 77.3333333333%;
  }
  .case-album__swiper .item-more {
    display: none;
  }
  .case-album__swiper .item-text {
    width: 100%;
  }
  .case-filter__group, .case-filter__search {
    width: calc(50% - var(--fluid-size) * 0.5);
    margin-bottom: 10px;
  }
  .case-list .item-tags span {
    font-size: 0.9em;
  }
}
@media (max-width: 750px) {
  .case-list li {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .case-filter__group, .case-filter__search {
    width: 100%;
  }
  .case-filter__header,
  .case-filter__search-input {
    height: 3.2em;
  }
}
.showroom-banner {
  position: relative;
}

.showroom-banner__image::before {
  padding-top: 36.4583333333%;
}

.showroom-banner__intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  color: #fff;
}

@-webkit-keyframes showContent {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showContent {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.showroom-album__swiper .item-box,
.showroom-album__slick .item-box {
  position: relative;
}
.showroom-album__swiper .item-image,
.showroom-album__slick .item-image {
  border-radius: 24px;
}
.showroom-album__swiper .item-image::before,
.showroom-album__slick .item-image::before {
  padding-top: 56.2862669246%;
}
.showroom-album__swiper .item-image::after,
.showroom-album__slick .item-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.showroom-album__swiper .swiper-slide-active .item-content,
.showroom-album__slick .swiper-slide-active .item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.showroom-album__swiper .slick-current .item-content,
.showroom-album__slick .slick-current .item-content {
  -webkit-animation: showContent 1s 0.5s 1 ease forwards;
          animation: showContent 1s 0.5s 1 ease forwards;
}
.showroom-album__swiper .item-content,
.showroom-album__slick .item-content {
  position: absolute;
  left: 1.4285714286em;
  bottom: 1.4285714286em;
  right: 1.4285714286em;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.showroom-album__swiper .item-title,
.showroom-album__slick .item-title {
  color: #fff;
}
.showroom-album__swiper .item-desc,
.showroom-album__slick .item-desc {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.625em;
}

.showroom-album--prev,
.showroom-album--next {
  margin: 0 calc(var(--fluid-size) * 0.25);
}

.showroom-list .item-box {
  background-color: #1D1D1D;
  border-radius: 20px;
}
.showroom-list .item-image::before {
  padding-top: 56.1904761905%;
}
.showroom-list .item-content {
  color: #fff;
  padding: 1.7857142857em 1.0714285714em 1.0714285714em 1.0714285714em;
}
.showroom-list .item-title {
  line-height: 1.3;
  margin-bottom: 1em;
}
.showroom-list .item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showroom-list .item-address img {
  width: 0.875em;
  position: relative;
  top: 0.1875em;
}
.showroom-list .item-address span {
  width: calc(100% - 0.875em);
  padding-left: 0.625em;
}
.showroom-list .item-reservation {
  margin-top: 3.125em;
  height: 3em;
  background-color: var(--color-black);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  cursor: pointer;
}
.showroom-list .item-reservation svg {
  width: 0.625em;
  height: auto;
}

.showroom-advantage__list .item-box {
  background-color: #F9FAFB;
  border-radius: 20px;
  padding: 2.3214285714em 1.7857142857em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.showroom-advantage__list .item-circle {
  width: 4.2857142857em;
  height: 4.2857142857em;
  background-color: #fff;
  border-radius: 50%;
  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;
}
.showroom-advantage__list .item-icon {
  width: 2.1428571429em;
}
.showroom-advantage__list .item-icon::before {
  padding-top: 100%;
}
.showroom-advantage__list .item-content {
  width: calc(100% - 4.2857142857em);
  padding-left: 1.0714285714em;
}
.showroom-advantage__list .item-desc {
  font-weight: 350;
  line-height: 1.6;
  margin-top: 0.5em;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 680;
  display: none;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: calc(var(--fluid-size) * 3);
  max-height: 94%;
  overflow-y: auto;
  z-index: 160;
}

.modal__header {
  text-align: center;
}

.modal__title {
  margin-bottom: 0.5em;
}

.modal-form__item {
  margin-bottom: 1.25em;
}

.modal-form__inner {
  position: relative;
}
.modal-form__inner .img-code {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.modal-form__icon {
  position: absolute;
  right: 1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.modal-form__icon svg {
  width: 0.625em;
  height: auto;
}

.modal-form__input,
.modal-form__textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 4px;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.modal-form__input:focus,
.modal-form__textarea:focus {
  border-color: var(--color-theme);
}
.modal-form__input:focus::-webkit-input-placeholder, .modal-form__textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.modal-form__input:focus::-moz-placeholder, .modal-form__textarea:focus::-moz-placeholder {
  opacity: 0;
}
.modal-form__input:focus:-ms-input-placeholder, .modal-form__textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.modal-form__input:focus::-ms-input-placeholder, .modal-form__textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.modal-form__input:focus::placeholder,
.modal-form__textarea:focus::placeholder {
  opacity: 0;
}
.modal-form__input::-webkit-input-placeholder, .modal-form__textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-form__input::-moz-placeholder, .modal-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-form__input:-ms-input-placeholder, .modal-form__textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-form__input::-ms-input-placeholder, .modal-form__textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-form__input::placeholder,
.modal-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-form__input[readonly],
.modal-form__textarea[readonly] {
  cursor: pointer;
}

.modal-form__input {
  height: 3em;
  padding: 0 1.25em;
}

.modal-form__textarea {
  height: 10em;
  padding: 1.25em;
}

.modal-form__checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
}
.modal-form__checkbox-label .checkbox-round {
  position: absolute;
  left: 0;
  top: 0.3125em;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.modal-form__checkbox-label .checkbox-round::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
}

.modal-form__checkbox {
  position: absolute;
  visibility: hidden;
}
.modal-form__checkbox:checked + .modal-form__checkbox-label .checkbox-round::before {
  opacity: 1;
}

.modal__close {
  position: absolute;
  right: calc(var(--fluid-size) * 1.5);
  top: calc(var(--fluid-size) * 1.5);
  cursor: pointer;
}
.modal__close svg {
  width: calc(var(--fluid-size) * 0.7);
  height: auto;
}

.modal-form__select {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 4px 0;
  z-index: 100;
  display: none;
}

.modal-form__list {
  max-height: 18.75em;
  overflow-y: auto;
}
.modal-form__list li {
  padding-bottom: 0.25em;
}
.modal-form__list li:last-child a {
  border-bottom: none;
}
.modal-form__list .on a {
  color: var(--color-black);
}
.modal-form__list a {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 0.375em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media (min-width: 1025px) {
  .modal-form__list a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .modal-form__list a:hover {
    color: var(--color-black);
  }
  .modal__close {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .modal__close path {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .modal__close:hover {
    opacity: 1;
  }
  .modal__close:hover path {
    stroke: var(--color-theme);
  }
  .showroom-list .item-reservation span {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .showroom-list .item-reservation path {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .showroom-list .item-reservation:hover span {
    color: var(--color-theme);
  }
  .showroom-list .item-reservation:hover path {
    fill: var(--color-theme);
  }
}
@media (max-width: 1100px) {
  .modal__dialog {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .showroom-banner__image::before {
    padding-top: 133.3333333333%;
  }
  .showroom-album .swiper-nav {
    display: none;
  }
  .showroom-album__slick .item-image::before {
    padding-top: 77.3333333333%;
  }
  .showroom-album__slick .item-image::after {
    height: 60%;
  }
}
@media (max-width: 580px) {
  .modal__dialog {
    padding-left: 4.1379310345vw;
    padding-right: 4.1379310345vw;
  }
  .modal-form__item.w-50 {
    width: 100%;
  }
  .modal-form__textarea {
    height: 8em;
  }
}
.about-banner__image::before {
  padding-top: 36.4583333333%;
}

.about-intro__desc {
  max-width: 55.625em;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
}

.about-stats__list {
  text-align: center;
}
.about-stats__list li {
  width: 25%;
  position: relative;
}
.about-stats__list li::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.375em;
  top: 50%;
  width: 1px;
  height: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.about-stats__list li:last-child::after {
  display: none;
}
.about-stats__list .item-value {
  color: var(--color-theme);
  font-weight: 600;
  font-family: var(--family-googlesans-regular);
  line-height: 1;
  margin-bottom: 0.4166666667em;
}

.about-video__image {
  border-radius: 20px;
}
.about-video__image::before {
  padding-top: 56.4393939394%;
}
.about-video__image .btn-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@-webkit-keyframes marq {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marq {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.about-partner__list {
  -webkit-animation: marq 100s linear infinite;
          animation: marq 100s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-partner__list li {
  margin-right: calc(var(--fluid-size) * 1.5);
}
.about-partner__list .item-icon {
  width: calc(var(--fluid-size) * 12);
}
.about-partner__list .item-icon::before {
  padding-top: 50%;
}

.about-global__campus-list .item-box {
  background-color: #F8F9FA;
  border-radius: 20px;
  padding: 1.25em;
}
.about-global__campus-list .item-image::before {
  padding-top: 75.3424657534%;
}
.about-global__campus-list .item-title {
  margin-top: 0.9166666667em;
  margin-bottom: 0.375em;
}
.about-global__campus-list .item-desc {
  line-height: 1.6;
}
.about-global__campus-list .item-value {
  font-family: var(--family-googlesans-medium);
  margin-top: 0.8333333333em;
}

.about-global__value-list .item-box {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 0.8333333333em;
}
.about-global__value-list .item-image::before {
  padding-top: 69.4736842105%;
}
.about-global__value-list .item-title {
  line-height: 1.5;
  margin-top: 1.1666666667em;
  margin-bottom: 0.4583333333em;
}
.about-global__value-list .item-desc {
  margin-bottom: 1.25em;
}

.about-certification__stats-list {
  text-align: center;
}
.about-certification__stats-list li {
  width: 25%;
}
.about-certification__stats-list li:last-child .item-box::after {
  display: none;
}
.about-certification__stats-list .item-box {
  position: relative;
}
.about-certification__stats-list .item-box::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.3214285714em;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-certification__stats-list .item-value {
  color: var(--color-theme);
  font-family: var(--family-googlesans-medium);
  line-height: 1;
  margin-bottom: 0.1428571429em;
}
.about-certification__stats-list .item-value span {
  color: var(--color-black);
}

@-webkit-keyframes showActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.about-certification__swiper {
  overflow: hidden;
  padding-bottom: calc(var(--fluid-size) * 2.5);
}
.about-certification__swiper.swiper-changing .item-box {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.about-certification__swiper:not(.swiper-changing) .item-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.about-certification__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-certification__swiper .swiper-slide {
  width: 18.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-certification__swiper .swiper-slide-active {
  width: 26%;
  -webkit-animation: showActive 1s ease;
          animation: showActive 1s ease;
}
.about-certification__swiper .swiper-slide-active .item-box {
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.06);
  padding: 1.875em 2.5em 1.125em 2.5em;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.about-certification__swiper .swiper-slide-active .item-hint {
  opacity: 0;
}
.about-certification__swiper .swiper-slide-active .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-certification__swiper .item-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.625em;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.4s ease, transform 0.75s ease;
  transition: opacity 0.4s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
}
.about-certification__swiper .item-media {
  padding: 3.125em;
  position: relative;
  border-radius: 10px;
}
.about-certification__swiper .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about-certification__swiper .item-image::before {
  padding-top: 148.7179487179%;
}
.about-certification__swiper .item-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.125em;
}
.about-certification__swiper .item-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1428571429em;
  text-align: center;
  line-height: 1.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-certification__swiper .item-icon svg {
  width: 1.625em;
  height: auto;
}

.about-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.about-timeline:before, .about-timeline::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(var(--fluid-size) * 15);
  z-index: 120;
}
.about-timeline::before {
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 50%);
}
.about-timeline::after {
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(26%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 26%);
}

.about-timeline__date {
  width: 44%;
  position: relative;
}

.about-timeline__content {
  width: 49%;
}

.about-timeline__date-swiper,
.about-timeline__detail-swiper {
  height: calc(var(--fluid-size) * 60);
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.about-timeline__date-swiper {
  font-size: calc(var(--fluid-size) * 8.4);
  line-height: 1;
}
.about-timeline__date-swiper .item-year {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-timeline__date-swiper .item-year span {
  font-family: var(--family-googlesans-medium);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-timeline__date-swiper .item-year span:first-child {
  color: var(--color-theme);
  opacity: 0;
}
.about-timeline__date-swiper .item-year span:last-child {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.06;
}
.about-timeline__date-swiper .swiper-slide-active .item-year span:first-child {
  opacity: 1;
}
.about-timeline__date-swiper .swiper-slide-active .item-year span:last-child {
  opacity: 0;
}

.about-timeline__detail-swiper .swiper-nav {
  display: none;
}
.about-timeline__detail-swiper .swiper-slide {
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.25em;
  padding-bottom: 1.6666666667em;
  position: relative;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.about-timeline__detail-swiper .swiper-slide:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.about-timeline__detail-swiper .swiper-slide::before, .about-timeline__detail-swiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-theme);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 10;
}
.about-timeline__detail-swiper .swiper-slide::before {
  top: 0;
}
.about-timeline__detail-swiper .swiper-slide::after {
  bottom: 0;
}
.about-timeline__detail-swiper .item-title {
  margin-bottom: 0.8333333333em;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: rgba(0, 0, 0, 0.4);
}
.about-timeline__detail-swiper .item-desc {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

@media (min-width: 1025px) {
  .about-timeline__detail-swiper .swiper-slide-active {
    border-bottom-color: transparent;
    border-top-color: transparent;
  }
  .about-timeline__detail-swiper .swiper-slide-active::before, .about-timeline__detail-swiper .swiper-slide-active::after {
    opacity: 1;
  }
  .about-timeline__detail-swiper .swiper-slide-active .item-title {
    color: var(--color-theme);
  }
  .about-timeline__detail-swiper .swiper-slide-active .item-desc {
    opacity: 1;
  }
}
.about-timeline__circle {
  position: absolute;
  left: calc(var(--fluid-size) * 3.25);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-top: 100%;
  max-width: 500px;
  max-height: 500px;
  pointer-events: none;
  border-radius: 50%;
}
.about-timeline__circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.about-timeline__progress {
  z-index: 50;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.about-timeline__progress circle {
  stroke-dasharray: 1558; /* 周长 */
  stroke-dashoffset: 1558;
}

@media (min-width: 1025px) {
  .about-certification__swiper .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .about-certification__swiper .item-link:hover .item-title {
    color: var(--color-theme);
  }
  .about-timeline__date-swiper .item-year {
    cursor: pointer;
  }
  .about-timeline__date-swiper .item-year:hover span:last-child {
    opacity: 1;
    color: var(--color-theme);
  }
  .about-timeline__detail-swiper .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .about-timeline__detail-swiper .swiper-slide {
    cursor: pointer;
  }
  .about-timeline__detail-swiper .swiper-slide:hover .item-title {
    color: var(--color-theme);
  }
}
@media (max-width: 1024px) {
  .about-intro__title {
    font-size: clamp(18px, 4vw, 30px);
  }
  .about-intro__title br {
    display: none;
  }
  .about-banner__image::before {
    padding-top: 77.3333333333%;
  }
  .about-stats__list li {
    width: 50%;
  }
  .about-stats__list li:nth-child(even)::after {
    opacity: 0;
  }
  .about-certification__stats-list li {
    width: 50%;
  }
  .about-certification__stats-list .item-box::after {
    opacity: 0;
  }
  .about-certification__swiper .swiper-slide {
    width: 28%;
  }
  .about-certification__swiper .swiper-slide-active {
    width: 44%;
  }
  .about-timeline::before, .about-timeline::after {
    display: none;
  }
  .about-timeline__date {
    display: none;
  }
  .about-timeline__content {
    width: 100%;
  }
  .about-timeline__detail-swiper {
    height: auto;
  }
  .about-timeline__detail-swiper .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-timeline__detail-swiper .swiper-slide {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .about-timeline {
    margin-top: clamp(30px, 24vw, 180px);
  }
}
@media (max-width: 750px) {
  .about-partner__list .item-icon {
    width: 26.6666666667vw;
  }
}
@media (max-width: 580px) {
  .about-certification__swiper .swiper-slide {
    width: 70%;
  }
  .about-certification__swiper .swiper-slide-active {
    width: 80%;
  }
  .about-global__value-list li:last-child {
    margin-bottom: 0;
  }
}
.support-banner__intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28%;
}

.support-process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-process__list li {
  width: 25%;
}
.support-process__list li:nth-child(odd) .item-order {
  bottom: 1.875em;
}
.support-process__list li:nth-child(even) .item-order {
  top: 1.875em;
}
.support-process__list li:nth-child(even) .item-box::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.support-process__list li:last-child .item-box::after {
  display: none;
}
.support-process__list .item-box {
  position: relative;
  padding-top: 100%;
}
.support-process__list .item-box::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../upload/support/circle.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.support-process__list .item-box::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.2083333333em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #636363;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.support-process__list .item-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66%;
  text-align: center;
}
.support-process__list .item-order {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
}
.support-process__list .item-desc {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 350;
}
.support-process__list .item-icon {
  width: 3.3333333333em;
  margin-left: auto;
  margin-right: auto;
}
.support-process__list .item-icon::before {
  padding-top: 100%;
}
.support-process__list .item-title {
  margin-top: 0.4166666667em;
}
.support-process__list .item-desc {
  margin-top: 0.625em;
}

.support-contact__list,
.support-contact__swiper {
  overflow: hidden;
}
.support-contact__list .item-box,
.support-contact__swiper .item-box {
  border-radius: 20px;
  background-color: #F9FAFB;
  padding: 2.3214285714em 1.5357142857em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.support-contact__list .item-icon,
.support-contact__swiper .item-icon {
  width: 4.2857142857em;
  height: 4.2857142857em;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}
.support-contact__list .item-icon img,
.support-contact__swiper .item-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66%;
  height: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.support-contact__list .item-content,
.support-contact__swiper .item-content {
  width: calc(100% - 4.2857142857em);
  padding-left: 1.0714285714em;
}
.support-contact__list .item-title,
.support-contact__swiper .item-title {
  line-height: 1.3;
}
.support-contact__list .item-desc,
.support-contact__list .item-info,
.support-contact__swiper .item-desc,
.support-contact__swiper .item-info {
  line-height: 1.6;
}
.support-contact__list .item-desc,
.support-contact__swiper .item-desc {
  margin-top: 0.5555555556em;
}
.support-contact__list .item-info,
.support-contact__swiper .item-info {
  margin-top: 1.2222222222em;
  font-family: var(--family-googlesans-regular);
}

.support-entry__list .item-image::before {
  padding-top: 56.1240310078%;
}
.support-entry__list .item-title {
  line-height: 1.2;
  margin-top: 1.2222222222em;
}
.support-entry__list .item-desc {
  padding-right: 2.5em;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.625em;
  margin-bottom: 1.875em;
}

.support-rma__media::before {
  padding-top: 36.4583333333%;
}

.support-rma__content {
  width: calc(var(--fluid-size) * 62.3);
  margin-top: calc(var(--fluid-size) * -15);
  position: relative;
  z-index: 100;
}

.support-rma__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "GoogleSans-Medium", "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.support-rma__title span {
  position: relative;
  padding-right: 0.625em;
  margin-right: 0.46875em;
}
.support-rma__title span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.125em;
  height: 0.125em;
  background-color: var(--color-black);
  border-radius: 50%;
}
.support-rma__title span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.support-rma__title span:last-child::after {
  display: none;
}

.support-rma__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.support-rma__steps::before {
  content: "";
  display: block;
  position: absolute;
  left: 2.5em;
  right: 2.0833333333em;
  top: 1.4583333333em;
  height: 1px;
  background-color: #D9D9D9;
}
.support-rma__steps .item-num {
  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;
  width: 2.9166666667em;
  height: 2.9166666667em;
  border: 1px solid #E0E1E3;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.support-rma__steps .item-text {
  font-family: "GoogleSans-Medium", "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  margin-top: 0.8333333333em;
}

.support-download__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support-download__swiper {
  overflow: hidden;
}
.support-download__swiper .item-box {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 1.5833333333em 2.5em 1.1666666667em 1.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(var(--fluid-size) * 1.5);
}
.support-download__swiper .item-title {
  line-height: 1.5;
  max-width: 90%;
}
.support-download__swiper .item-icon svg {
  width: 0.75em;
  height: auto;
}

@media (min-width: 1025px) {
  .support-download__swiper .item-title {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .support-download__swiper path {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .support-download__swiper a:hover .item-title {
    color: var(--color-theme);
  }
  .support-download__swiper a:hover path {
    stroke: var(--color-theme);
  }
}
@media (max-width: 1024px) {
  .support-process__list li {
    width: 50%;
  }
  .support-process__list li:nth-child(even) .item-order {
    top: auto;
  }
  .support-process__list li:nth-child(odd) .item-order {
    bottom: auto;
  }
  .support-process__list .item-order {
    position: relative;
    left: auto;
    right: auto;
  }
  .support-process__list .item-box::before, .support-process__list .item-box::after {
    display: none;
  }
  .support-entry__list li {
    margin-bottom: 13.3333333333vw;
  }
  .support-entry__list li:last-child {
    margin-bottom: 0;
  }
  .support-rma__content {
    width: 90%;
  }
  .support-rma__steps .item-text {
    font-size: 0.8em;
  }
  .support-download__swiper .item-box {
    margin-bottom: 2.6666666667vw;
  }
  .support-banner__intro {
    bottom: 8%;
  }
  .support-rma__title span {
    font-size: 0.84em;
  }
}
@media (max-width: 580px) {
  .support-process__list li {
    margin-bottom: 10.3448275862vw;
  }
  .support-process__list .item-inner {
    width: 90%;
  }
  .support-contact__list .item-content,
  .support-contact__swiper .item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
  .support-entry__list li {
    margin-bottom: 20.6896551724vw;
  }
  .support-rma__content {
    margin-top: -8.6206896552vw;
  }
  .support-rma__steps::before {
    top: 1.2em;
  }
  .support-rma__steps .item-num {
    font-size: 0.8em;
  }
  .support-banner__intro {
    bottom: 2%;
  }
}
.product-hero {
  position: relative;
  padding-top: calc(var(--fluid-size) * 5);
  padding-bottom: calc(var(--fluid-size) * 2.5);
}

.product-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-hero__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-hero__swiper .swiper-slide {
  width: 31.7708333333vw;
}
.product-hero__swiper .swiper-slide-active {
  width: 36.4583333333vw;
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-label,
.product-hero__swiper .swiper-slide-active .item-box__active .item-text {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-caption {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-media::after {
  opacity: 0;
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-label,
.product-hero__swiper .swiper-slide-active .item-box__active .item-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-hero__swiper .swiper-slide-active .item-box__active .item-text {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.product-hero__swiper .item-image::before {
  padding-top: 100%;
}
.product-hero__swiper .item-box__default {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.25em;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  text-align: center;
  padding-bottom: 1.625em;
  opacity: 1;
  display: none;
}
.product-hero__swiper .item-image {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  z-index: 100;
}
.product-hero__swiper .item-media {
  position: relative;
  padding: calc(var(--fluid-size) * 1.5);
}
.product-hero__swiper .item-media::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 40px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.product-hero__swiper .item-caption {
  position: absolute;
  left: 0;
  bottom: 33%;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.product-hero__swiper .item-image {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.product-hero__swiper .item-box__active {
  text-align: center;
}
.product-hero__swiper .item-box__active .item-caption {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-hero__swiper .item-box__active .item-label,
.product-hero__swiper .item-box__active .item-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.product-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-search {
  position: relative;
}

.product-search__input {
  border: 1px solid #B2B2B2;
  border-radius: 30px;
  width: 21.125em;
  height: 3.75em;
  padding: 1.5em;
}
.product-search__input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-search__input::-moz-placeholder {
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-search__input:-ms-input-placeholder {
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-search__input::-ms-input-placeholder {
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-search__input::placeholder {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-search__input:focus {
  border-color: var(--color-theme);
}
.product-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.product-search__input:focus::-moz-placeholder {
  opacity: 0;
}
.product-search__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.product-search__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.product-search__input:focus::placeholder {
  opacity: 0;
}

.product-search__btn {
  position: absolute;
  right: 1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
}

.product-grids li:nth-child(1), .product-grids li:nth-child(3) {
  margin-top: calc(var(--fluid-size) * 5);
}
.product-grids .is-visible .item-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.product-grids .item-box {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.product-list li {
  width: 33.33%;
}
.product-list .item-box {
  position: relative;
  border-radius: 20px;
}
.product-list .item-bg {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.product-list .item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.875em 1.875em 0 1.875em;
  position: relative;
  z-index: 100;
}
.product-list .item-tags span {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.625em;
  margin-bottom: 0.625em;
  height: 2.1875em;
  line-height: 1;
  padding: 0 1.5em;
  border-radius: 50px;
  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;
}
.product-list .item-image {
  z-index: 100;
}
.product-list .item-image::before {
  padding-top: 100%;
}
.product-list .item-back {
  opacity: 0;
}
.product-list .item-content {
  position: relative;
  z-index: 100;
  padding: 0 1.25em 1.25em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list .item-text {
  max-width: 84%;
}
.product-list .item-title {
  line-height: 1;
}
.product-list .item-title span {
  display: inline-block;
  margin-right: 0.3333333333em;
}
.product-list .item-desc {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  margin-top: 0.3125em;
}
.product-list .item-more {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  right: 0.8333333333em;
  bottom: 1.4166666667em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-showcase {
  position: relative;
}

.product-showcase__media::before {
  padding-top: 56.25%;
}

.product-showcase__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 14%;
  text-align: center;
}

.product-showcase__title span {
  display: inline-block;
  color: var(--color-theme);
  margin-right: 0.15625em;
}

.product-showcase__subtitle {
  line-height: 1.1;
  margin-top: 0.4166666667em;
}

.product-showcase__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-showcase__features li {
  margin-left: 2.2222222222em;
  margin-right: 2.2222222222em;
}
.product-showcase__features .item-icon {
  width: 3.3333333333em;
  margin-left: auto;
  margin-right: auto;
}
.product-showcase__features .item-icon::before {
  padding-top: 100%;
}
.product-showcase__features .item-text {
  margin-top: 0.4444444444em;
}

.sec-intro__desc {
  width: 41.7em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.6);
}
.sec-intro__desc.text-white {
  color: rgba(255, 255, 255, 0.6);
}

.product-applications {
  overflow: hidden;
}

.product-applications__slick .item-image {
  border-radius: 20px;
}
.product-applications__slick .item-image::before {
  padding-top: 100%;
}
.product-applications__slick .item-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-applications__slick .item-content {
  margin-top: 1.1666666667em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.product-applications__slick .slick-active .item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-applications__slick .slick-active .item-image::after {
  opacity: 0;
}
.product-applications__slick .item-title {
  margin-bottom: 0.5833333333em;
}
.product-applications__slick .item-desc {
  color: rgba(0, 0, 0, 0.6);
}

.product-flexible__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-flexible__list {
  width: 47%;
}
.product-flexible__list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.75em 0;
}
.product-flexible__list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-flexible__list .item-title {
  line-height: 1.5;
}
.product-flexible__list .item-desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.25em;
}

.product-flexible__image {
  width: 49%;
  border-radius: 20px;
}
.product-flexible__image::before {
  padding-top: 75.0387596899%;
}

.product-innovate .sec-intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.product-innovate__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-innovate__image {
  z-index: 10;
}
.product-innovate__image::before {
  padding-top: 44.2708333333%;
}

.product-innovate__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--fluid-size) * -2.5);
  z-index: 100;
}

.product-innovate__list .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 1.5em;
  height: 100%;
}
.product-innovate__list .item-icon {
  width: 3.5em;
}
.product-innovate__list .item-icon::before {
  padding-top: 100%;
}
.product-innovate__list .item-content {
  width: calc(100% - 3.5em);
  padding-left: 1em;
}
.product-innovate__list .item-desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.7142857143em;
}

.product-compatibility__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(var(--fluid-size) * 6.5);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-compatibility__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product-compatibility__image {
  width: 57%;
  border-radius: 20px;
}
.product-compatibility__image::before {
  padding-top: 75.2%;
}

.product-compatibility__content {
  width: 36%;
}

.product-compatibility__desc {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 350;
  margin-top: 1.25em;
}

.product-solution {
  position: relative;
  overflow: hidden;
}

.product-solution__media::before {
  padding-top: 50%;
}

.product-solution__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  color: #fff;
  text-align: center;
  z-index: 100;
}

.product-solution__desc {
  width: 41.7em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.product-display__images::before {
  padding-top: 48.4848484848%;
}
.product-display__images img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-display__images .show {
  opacity: 1;
}

.product-display__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #181818;
  border-radius: 100px;
}
.product-display__list .item-text {
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 2.25em;
  color: #747474;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.product-display__list .is-active .item-text {
  background-color: var(--color-theme);
  color: #fff;
}

.product-structure__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-structure__features--left,
.product-structure__features--right {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: calc(var(--fluid-size) * 3) 0;
}

.product-structure__features--right .product-structure__feature {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-structure__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.product-structure__feature .item-icon {
  width: 100%;
}
.product-structure__feature .item-icon img {
  width: 100%;
}
.product-structure__feature .item-title {
  color: #fff;
  max-width: 12.4em;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.product-structure__feature .item-desc {
  color: rgba(255, 255, 255, 0.6);
  max-width: 15.5em;
  margin-top: 0.875em;
}
.product-structure__feature.is-active .item-title {
  color: var(--color-theme);
}

.product-structure__images {
  width: 48%;
  background-color: #232323;
  border-radius: 50%;
}
.product-structure__images::before {
  padding-top: 100%;
}
.product-structure__images img {
  max-width: 66%;
  max-height: 66%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product-structure__images img.show {
  opacity: 1;
}

.product-installation__list .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #232323;
  border-radius: 20px;
  border: 1px solid #505050;
}
.product-installation__list .item-content {
  width: 53%;
  padding-left: 1.4285714286em;
  padding-right: 1.0714285714em;
  color: #fff;
}
.product-installation__list .item-image {
  width: 47%;
  border-radius: 20px;
}
.product-installation__list .item-image::before {
  padding-top: 100%;
}
.product-installation__list .item-desc {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.875em;
}

.product-detail .innovation-highlights {
  background-color: #000;
}

.product-cases {
  overflow: hidden;
}

.product-cases__slick .item-image {
  border-radius: 20px;
  font-size: 0;
}
.product-cases__slick .item-image::before {
  padding-top: 53.591160221%;
}
.product-cases__slick .item-box {
  position: relative;
}
.product-cases__slick .item-link {
  display: block;
}
.product-cases__slick .item-tags,
.product-cases__slick .item-content {
  position: absolute;
  left: 4%;
  right: 4%;
  z-index: 100;
  color: #fff;
}
.product-cases__slick .item-tags {
  top: 2.5em;
}
.product-cases__slick .item-tags span {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
.product-cases__slick .item-content {
  bottom: 1.5384615385em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-cases__slick .item-more {
  opacity: 0;
}
.product-cases__slick .item-title {
  line-height: 1.3;
}
.product-cases__slick .item-desc {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.625em;
}

.product-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-contact__content {
  width: 52%;
  padding: 0 0.8333333333em 1.3888888889em 1.6666666667em;
  position: relative;
  color: #fff;
}

.product-contact__media {
  width: 47%;
}
.product-contact__media::before {
  padding-top: 74.6753246753%;
}

.product-contact__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
}

.product-contact__desc {
  margin-top: 1.2em;
  margin-bottom: 1.5em;
}

.product-download__list .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 1.25em 1.6666666667em;
}
.product-download__list .item-icon {
  width: 0.9166666667em;
  height: auto;
}

.product-customization__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-customization__specs {
  width: 20%;
  padding: 3.125em 0;
}
.product-customization__specs table {
  width: 100%;
}
.product-customization__specs td {
  padding-bottom: 0.625em;
}

.product-customization__viewer {
  width: 80%;
}

.product-customization__swiper {
  overflow: hidden;
  text-align: center;
}
.product-customization__swiper .item-text {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 3.125em 0;
}
.product-customization__swiper table {
  width: 100%;
}
.product-customization__swiper td {
  padding-bottom: 0.875em;
}
.product-customization__swiper h6 {
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 60px;
  padding: 0.25em 1.125em;
  line-height: 1;
  display: inline-block;
}

@media (min-width: 751px) {
  .product-structure__mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .product-cases__slick .item-more {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product-cases__slick .item-image img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .product-cases__slick a:hover .item-more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .product-cases__slick a:hover .item-image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .product-download__list .item-name {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .product-download__list path {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product-download__list a:hover .item-name {
    color: var(--color-theme);
  }
  .product-download__list a:hover path {
    fill: var(--color-theme);
  }
  .product-search__btn:hover {
    color: var(--color-theme);
  }
  .product-list .item-image img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product-list .item-back {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .product-list .item-link:hover .item-back {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .product-list .item-link:hover .item-default {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  .product-list .item-link:hover .item-more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .product-display__list li:hover:not(.is-active) .item-text {
    color: var(--color-theme);
  }
  .product-contact__content .btn-view-more:hover {
    background-color: #fff;
    color: var(--color-theme);
  }
  .product-contact__content .btn-view-more:hover path {
    fill: var(--color-theme);
  }
  .product-structure__feature:hover .item-title {
    color: var(--color-theme);
  }
}
@media (max-width: 1024px) {
  .sec-intro__desc {
    width: 90%;
  }
  .product-list li {
    width: 50%;
  }
  .product-list li:nth-child(3) {
    margin-top: 0;
  }
  .product-list .item-tags {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .product-list .item-tags span {
    font-size: 0.9em;
  }
  .product-list .item-content {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .product-list .item-title {
    font-size: 1.1em;
    margin-bottom: 0.1em;
  }
  .product-list .item-more {
    display: none;
  }
  .product-cases__slick .item-tags {
    top: 1.2em;
  }
  .product-cases__slick .item-content {
    bottom: 1em;
  }
  .product-cases__slick .item-image::before {
    padding-top: 77.3333333333%;
  }
  .product-applications .swiper-nav {
    display: none;
  }
  .product-installation__list li {
    width: 100%;
  }
  .product-installation__list .item-box {
    padding: 1.2em;
  }
  .product-installation__list .item-content {
    padding-left: 0;
  }
  .product-contact__bg {
    height: 100%;
  }
  .product-contact__content {
    padding: 5.3333333333vw;
  }
  .product-hero__swiper .swiper-slide {
    width: 80vw;
  }
  .product-hero__swiper.swiper-slide-active {
    width: 80vw;
  }
  .product-showcase__media::before {
    padding-top: 160%;
  }
  .product-flexible__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-flexible__list,
  .product-flexible__image {
    width: 100%;
  }
  .product-flexible__list {
    margin-top: 6.6666666667vw;
  }
  .product-innovate__bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .product-innovate .sec-intro {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .product-innovate__image::before {
    padding-top: 77.3333333333%;
  }
  .product-compatibility__image,
  .product-compatibility__content {
    width: 100%;
  }
  .product-compatibility__content {
    margin-top: 6.6666666667vw;
  }
  .product-solution__desc {
    width: 90%;
  }
  .product-solution__media::before {
    padding-top: 133.3333333333%;
  }
  .product-solution__content {
    top: 12%;
  }
  .product-structure__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-structure__feature {
    margin-bottom: 5.3333333333vw;
  }
  .product-structure__feature:last-child {
    margin-bottom: 0;
  }
  .product-search {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  .product-search__input {
    width: 100%;
  }
  .product-cases .swiper-nav {
    display: none;
  }
  .product-cases__slick .item-more {
    display: none;
  }
  .product-showcase__features {
    margin-top: 8vw;
  }
  .product-showcase__features li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-customization__specs {
    width: 24%;
  }
  .product-customization__viewer {
    width: 76%;
  }
  .product-contact {
    margin-top: 13.3333333333vw;
  }
  .product-contact__media {
    display: none;
  }
  .product-contact__content {
    width: 100%;
  }
  .product-contact__title {
    display: none;
  }
  .product-contact__desc {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .product-structure__content,
  .product-structure__features--left,
  .product-structure__features--right,
  .product-structure__images {
    display: none;
  }
  .product-structure__mobile {
    overflow: hidden;
  }
  .product-structure__swiper .item-image {
    width: 70%;
    background-color: #232323;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-structure__swiper .item-image::before {
    padding-top: 100%;
  }
  .product-structure__swiper .item-image img {
    max-width: 66%;
    max-height: 66%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .product-structure__swiper .item-content {
    width: 80%;
    text-align: center;
    margin-top: 6.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .product-structure__swiper .item-title,
  .product-structure__swiper .item-desc {
    max-width: 100%;
  }
  .product-structure__swiper .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.3333333333vw;
    padding-bottom: 4px;
  }
}
@media (max-width: 580px) {
  .product-search {
    margin-top: 2.6666666667vw;
  }
  .product-search__input {
    height: 8.275862069vw;
  }
  .product-showcase__features li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .product-showcase__features .item-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .product-list li {
    width: 100%;
  }
  .product-list li:nth-child(1) {
    margin-top: 0;
  }
  .product-innovate__list .item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 1.2em;
  }
  .product-installation__list .item-desc {
    font-size: 3.1034482759vw;
  }
  .product-structure__feature .item-title {
    font-size: 4.1379310345vw;
  }
  .product-structure__feature .item-desc {
    font-size: 3.1034482759vw;
    line-height: 1.4;
  }
  .product-customization__specs {
    width: 30%;
  }
  .product-customization__viewer {
    width: 70%;
  }
  .product-structure__swiper .swiper-pagination {
    margin-top: 10.6666666667vw;
  }
}
.solution-banner__image::before {
  padding-top: 36.4583333333%;
}

.solution-content {
  margin-top: calc(var(--fluid-size) * -18);
  position: relative;
  z-index: 100;
}

.solution-list {
  line-height: 1;
}
.solution-list .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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.8695652174em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  border-radius: 20px;
}
.solution-list .item-pic {
  width: 51%;
  border-radius: 20px;
}
.solution-list .item-pic::before {
  padding-top: 50.9708737864%;
}
.solution-list .item-content {
  width: 41%;
}
.solution-list .item-title {
  font-weight: 500;
  line-height: 1;
}
.solution-list .item-desc {
  margin-top: 1.875em;
}
.solution-list .item-more {
  margin-top: 3.3333333333em;
}

.solution-advantages {
  background-color: #F9F9F9;
}

.solution-advantages__desc {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5555555556em;
}

.solution-advantages__list .item-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5833333333em 1.75em;
  text-align: center;
  min-height: 15.3333333333em;
}
.solution-advantages__list .item-icon {
  width: 4.1666666667em;
  margin-left: auto;
  margin-right: auto;
}
.solution-advantages__list .item-icon::before {
  padding-top: 100%;
}
.solution-advantages__list .item-content {
  margin-top: 1.6666666667em;
}
.solution-advantages__list .item-title {
  font-weight: 500;
  line-height: 1.3;
}
.solution-advantages__list .item-text {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.625em;
}

.solution-requirements__media::before {
  padding-top: 50.5208333333%;
}

.solution-requirements__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 9%;
  color: #fff;
  z-index: 100;
}
.solution-requirements__header .sec-intro__desc {
  color: #fff;
}

.solution-requirements__content {
  margin-top: calc(var(--fluid-size) * -9.2);
  position: relative;
  z-index: 50;
}

.solution-requirements__list .item-box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(130, 130, 130, 0.1);
  backdrop-filter: blur(50px);
  color: #fff;
  height: 8em;
  text-align: center;
  border-radius: 14px;
  padding: 1.3333333333em 2.5em;
}
.solution-requirements__list .item-title {
  position: relative;
  padding-bottom: 0.8333333333em;
}
.solution-requirements__list .item-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.8333333333em;
  height: 1px;
  background-color: var(--color-theme);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution-requirements__list .item-desc {
  font-weight: 350;
  margin-top: 1em;
}

.solution-application__slick .item-box {
  position: relative;
}
.solution-application__slick .item-image {
  border-radius: 20px;
}
.solution-application__slick .item-image::before {
  padding-top: 62.5%;
}
.solution-application__slick .item-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, right top, left top, from(#000), color-stop(55.82%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 55.82%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.solution-application__slick .item-title {
  position: absolute;
  left: 1.6666666667em;
  right: 1.6666666667em;
  bottom: 1.6666666667em;
  color: #fff;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solution-application__slick .slick-current .item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.solution-application__slick .slick-current .item-image::after {
  opacity: 0;
}

@media (min-width: 1025px) {
  .solution-application__slick .slick-prev-slide .item-title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solution-application__slick .slick-prev-slide .item-image::after {
    opacity: 0;
  }
}
.solution-vision__swiper {
  overflow: hidden;
}
.solution-vision__swiper .item-box {
  background-color: #F9FAFB;
  border-radius: 20px;
  position: relative;
  height: 11.6666666667em;
  padding: 1.6666666667em;
}
.solution-vision__swiper .item-title {
  position: relative;
  padding-bottom: 0.4166666667em;
  border-bottom: 1px solid var(--color-theme);
}
.solution-vision__swiper .item-desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.875em;
}

.solution-core {
  overflow: hidden;
}

.solution-core__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.solution-core__header {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.solution-core__desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.5em;
}

.solution-core__for {
  width: 49%;
  overflow: hidden;
}
.solution-core__for .item-image::before {
  padding-top: 75.0387596899%;
}

.solution-core__nav .item-box {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 0.4166666667em;
  padding-right: 1.25em;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.solution-core__nav .item-title,
.solution-core__nav .item-desc {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.solution-core__nav .item-desc {
  margin-top: 0.5555555556em;
}
.solution-core__nav .swiper-slide-active .item-box {
  border-top-color: var(--color-theme);
}
.solution-core__nav .swiper-slide-active .item-title,
.solution-core__nav .swiper-slide-active .item-desc {
  color: #000;
}

.solution-technology__media::before {
  padding-top: 60.625%;
}

.solution-technology__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 17%;
  z-index: 100;
}

.solution-technology__list {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  border-radius: 16px;
  padding: 2em 0 2em 2em;
}
.solution-technology__list li {
  width: 25%;
}
.solution-technology__list li:first-child .item-box {
  padding-left: 0;
}
.solution-technology__list li:last-child .item-box::after {
  display: none;
}
.solution-technology__list .item-box {
  padding-left: 1.4em;
  padding-right: 1.4em;
  position: relative;
  opacity: 0.5;
}
.solution-technology__list .item-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(145, 145, 145, 0.2);
}
.solution-technology__list .item-icon {
  width: 2.4em;
}
.solution-technology__list .item-icon::before {
  padding-top: 100%;
}
.solution-technology__list .item-text {
  margin-top: 2.8em;
}
.solution-technology__list .item-desc {
  color: rgba(255, 255, 255, 0.6);
}
.solution-technology__list .item-title {
  margin-bottom: 0.5em;
  color: #fff;
}

.solution-build__swiper .item-image::before {
  padding-top: 47.6041666667%;
  background-color: #000;
}

.solution-build__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.solution-build__header {
  max-width: calc(var(--fluid-size) * 27.8);
}

.solution-build__list .item-box {
  width: 10em;
  background-color: #1C1A1B;
  border-radius: 14px;
  color: #fff;
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #282627;
  position: relative;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
.solution-build__list .item-box::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(41.35%, #1B1B1B), to(rgba(232, 34, 22, 0.2)));
  background: linear-gradient(90deg, #1B1B1B 41.35%, rgba(232, 34, 22, 0.2) 100%);
  opacity: 0;
  border-radius: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solution-build__list .item-icon {
  width: 2.4em;
  margin-right: 2em;
}
.solution-build__list .item-icon::before {
  padding-top: 100%;
}
.solution-build__list .item-title {
  width: calc(100% - 4.4em);
  position: relative;
  padding-left: 1em;
}
.solution-build__list .item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.solution-build__list .is-active .item-box {
  border-color: var(--color-theme);
}
.solution-build__list .is-active .item-box::after {
  opacity: 1;
}

@media (min-width: 1025px) {
  .solution-build__list .item-box:hover {
    border-color: var(--color-theme);
  }
  .solution-build__list .item-box:hover::after {
    opacity: 1;
  }
}
.solution-product .solution-product__swiper {
  overflow: hidden;
}
.solution-product .solution-product__swiper .item-box {
  background-color: #1F1F1F;
}
.solution-product .solution-product__swiper .item-tags span {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.solution-product .solution-product__swiper .item-title {
  color: #fff;
}
.solution-product .solution-product__swiper .item-desc {
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .solution-product--prev,
  .solution-product--next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .solution-product--prev {
    left: calc(var(--fluid-size) * -6.3);
  }
  .solution-product--next {
    right: calc(var(--fluid-size) * -6.3);
  }
  .solution-technology__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    z-index: 40;
  }
  .solution-list .item-pic img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .solution-list a:hover .item-pic img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .solution-list a:hover .item-more {
    background-color: var(--color-theme);
    color: #fff;
    border-color: var(--color-theme);
  }
  .solution-list a:hover .item-more path {
    fill: #fff;
  }
  .solution-vision__swiper .item-title,
  .solution-vision__swiper .item-desc {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .solution-vision__swiper .item-box {
    z-index: 100;
  }
  .solution-vision__swiper .item-box::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../upload/join/benefit-hover.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .solution-vision__swiper .item-box:hover::after {
    opacity: 1;
  }
  .solution-vision__swiper .item-box:hover .item-title,
  .solution-vision__swiper .item-box:hover .item-desc {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .solution-banner__image::before {
    padding-top: 133.3333333333%;
  }
  .solution-requirements__media::before {
    padding-top: 133.3333333333%;
  }
  .solution-requirements__list li {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
  }
  .solution-core__header {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution-core__intro {
    width: 100%;
  }
  .solution-core__intro {
    text-align: center;
  }
  .solution-core__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solution-core__header .swiper-nav {
    margin-top: 8vw;
  }
  .solution-core__desc {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .solution-core__for {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .solution-technology__header {
    top: 10%;
  }
  .solution-technology {
    background-color: #000;
  }
  .solution-build__swiper .item-image::before {
    padding-top: 120%;
  }
  .solution-build__header .sec-intro__desc {
    margin-left: 0;
  }
  .solution-application__slick .item-image::before {
    padding-top: 77.3333333333%;
  }
  .solution-product .swiper-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8vw;
    display: none;
  }
  .solution-product .swiper-nav__next {
    margin-left: 2.6666666667vw;
  }
  .solution-product__swiper {
    height: 100%;
  }
  .solution-product__swiper .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .solution-product__swiper .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .solution-product__swiper .swiper-slide > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .solution-product__content {
    width: 100%;
    overflow: hidden;
  }
  .solution-vision__swiper .item-box {
    padding: 1.2em;
    height: 13em;
  }
  .solution-build__content {
    top: 10%;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solution-build__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2em;
    gap: 0.8em;
  }
  .solution-build__list .item-box {
    width: auto;
  }
  .solution-build__list .item-icon {
    margin-right: 0;
  }
  .solution-build__list .item-title {
    display: none;
  }
}
@media (max-width: 750px) {
  .solution-list .item-pic,
  .solution-list .item-content {
    width: 100%;
  }
  .solution-list .item-content {
    margin-top: 6.6666666667vw;
  }
  .solution-advantages__desc {
    width: 90%;
  }
}
@media (max-width: 580px) {
  .solution-technology {
    padding: 10.3448275862vw 0;
  }
  .solution-technology__header {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .solution-technology__list li {
    width: 50%;
    margin-bottom: 5.1724137931vw;
  }
  .solution-technology__list .item-box {
    padding-left: 0;
  }
  .solution-list .item-link {
    padding: 1em 0;
  }
  .solution-advantages__list li {
    width: 100%;
  }
  .solution-requirements {
    padding-top: 17.2413793103vw;
  }
  .solution-requirements__header {
    top: 2%;
  }
  .solution-requirements__content {
    margin-top: -6.6666666667vw;
  }
  .solution-requirements__list li {
    width: 80%;
  }
  .solution-requirements__list .item-box {
    height: 10em;
  }
  .solution-application__slick .item-title {
    left: 1.2em;
    right: 1.2em;
    bottom: 1.2em;
  }
  .solution-vision__swiper .item-box {
    height: 17em;
    padding: 1.2em 1em;
  }
}
.site-footer {
  background-color: #0B0B0B;
  color: #fff;
  padding-top: calc(var(--fluid-size) * 5.5);
  padding-bottom: calc(var(--fluid-size) * 2.5);
}

.site-footer__logo {
  height: calc(var(--fluid-size) * 3.5);
  display: inline-block;
}
.site-footer__logo img {
  height: 100%;
  width: auto;
}

.site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 66%;
}

.site-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 34%;
}

.site-footer__info {
  width: 42%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.site-footer__info-item {
  width: 100%;
}

.site-footer__info-title {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

.site-footer__info-text {
  max-width: 16.875em;
  margin-top: 1.5em;
}

.site-footer__info-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.125em;
}
.site-footer__info-qrcode i {
  font-size: 0.8125em;
  display: inline-block;
}

.site-footer__qrcode {
  margin-right: 0.625em;
  position: relative;
}
.site-footer__qrcode .item-round {
  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;
  width: 2.25em;
  height: 2.25em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.site-footer__qrcode .item-image {
  position: absolute;
  left: 50%;
  top: -136px;
  width: 120px;
  margin-left: -60px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-footer__qrcode .item-image img {
  width: 100%;
}
.site-footer__qrcode:hover .item-image {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.site-footer__social-title {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--fluid-size) * 0.75);
}

.site-footer__social-item {
  margin-right: calc(var(--fluid-size) * 0.5);
}

.site-footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  width: calc(var(--fluid-size) * 1.9);
  height: calc(var(--fluid-size) * 1.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.site-footer__social-link i {
  font-size: calc(var(--fluid-size) * 0.7);
  display: inline-block;
}

.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 57%;
}

.site-footer__nav-title {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 1.5em;
  line-height: 1.1;
}

.site-footer__nav-list {
  margin-bottom: 2.125em;
}

.site-footer__nav-item {
  margin-bottom: 0.625em;
}

.site-footer__nav-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.125;
  font-weight: 350;
}

.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(var(--fluid-size) * 4.5);
}

.site-footer__copyright {
  font-weight: 400;
}

.site-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer__legal a {
  font-weight: 400;
  position: relative;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.site-footer__legal a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 1px;
  height: 1.125em;
  background-color: #fff;
}
.site-footer__legal a:first-child::before {
  display: none;
}

@media (min-width: 1025px) {
  .site-footer__social-link {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-footer__social-link:hover {
    background-color: #fff;
    color: var(--color-black);
  }
  .site-footer__qrcode .item-round {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-footer__qrcode:hover .item-round {
    background-color: #fff;
    color: var(--color-black);
  }
  .site-footer__nav-link {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .site-footer__nav-link:hover {
    color: #fff;
  }
  .site-footer__nav-title {
    position: relative;
  }
  .site-footer__nav-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .site-footer__nav-title:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-footer__legal a {
    position: relative;
  }
  .site-footer__legal a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .site-footer__legal a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 1024px) {
  .site-footer {
    padding-top: 14.6666666667vw;
  }
  .site-footer__nav {
    display: none;
  }
  .site-footer__brand,
  .site-footer__content {
    width: 100%;
  }
  .site-footer__social {
    margin-top: 6.6666666667vw;
  }
  .site-footer__content {
    margin-top: 8vw;
  }
  .site-footer__info-item {
    margin-bottom: 5.3333333333vw;
  }
  .site-footer__info-item:last-child {
    margin-bottom: 0;
  }
  .site-footer__legal-link {
    font-size: 2.8vw;
  }
  .site-footer__copyright {
    font-size: 2.8vw !important;
  }
  .site-footer__legal {
    margin-top: 2.6666666667vw;
  }
  .site-footer__legal a:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .site-footer__qrcode .item-image {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .site-footer__info {
    width: 90%;
  }
  .site-footer__logo {
    height: 8vw;
  }
}
/*# sourceMappingURL=style.css.map */
