@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://unpkg.com/normalize.css") layer(normalize);
body {
  font-family: "Geologica", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #101011;
}
h2 + .des {
  margin: 16px auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  width: 80%;
  max-width: 816px;
  color: rgba(17, 17, 17, 0.6980392157);
}

a {
  transition: color 0.3s ease-in-out;
}

.btn-learn-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  position: relative;
  border-radius: 24px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  color: rgba(17, 17, 17, 0.7);
  border: 2px solid rgb(188, 188, 181); /* 默认灰色边框 */
  background: transparent;
  transition: all 0.4s ease; /* 平滑过渡 */
}
.btn-learn-more svg {
  margin-left: 12px;
}
.btn-learn-more:hover {
  border: 2px solid transparent; /* 透明边框显示渐变 */
  background-position: 100% 50%;
  text-decoration: none;
  color: rgba(17, 17, 17, 0.7);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #ff6025 0%, #ffd51b 100%) border-box;
  background-size: 200% 200%;
  background-position: 0% 50%;
  background-clip: padding-box, border-box;
}
.btn-learn-more:active {
  box-shadow: -12px 0 24px 2px rgba(255, 213, 27, 0.3), 12px 0 24px 2px rgba(255, 96, 37, 0.3), -18px 0 36px 4px rgba(255, 213, 27, 0.2), 18px 0 36px 4px rgba(255, 96, 37, 0.2), 0 0 16px 1px rgba(255, 184, 73, 0.4);
}

a.btn-outline-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-outline-white:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.section-block {
  padding: 120px 0;
}

@keyframes advance-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec1-bg-small,
.sec1-bg-mini,
.sec1-bg-large {
  display: none;
}

.section-1 {
  background-size: cover;
  overflow: hidden;
  max-width: 100vw;
  margin-top: -64px;
  background-color: #000000;
  position: relative;
}
.section-1 .sec-1-bgimg {
  transition: all 0.3s ease-in-out;
  width: 1920px;
  height: 964px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section-1 .sec-1-bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-1 .sec-1-content {
  font-family: "Noto Serif";
  position: absolute;
  top: calc(85% - 64px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 100;
  animation: advance-enter 1s 1s ease-in-out forwards;
  opacity: 0;
}
.section-1 .sec-1-content .sec-tit {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 0;
}
.section-1 .sec-1-content .h1 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 78px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.section-1 .sec-1-content .des {
  font-family: "Geologica";
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  margin-top: 24px;
  margin-bottom: 0;
}
.section-1 .sec-1-content .btn-group {
  margin-top: 51px;
  text-align: center;
  font-family: "Geologica", sans-serif;
}
.section-1 .arc-slider-wrap-scale {
  transition: all 0.3s ease-in-out;
}
.section-1 .arc-slider-wrap-scale.animation-ing:hover {
  transform: scale(1.05) translateY(32px);
}
.section-1 .arc-slider-wrapper {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: calc(20% - 88px);
  left: 50%;
  padding-top: 24px;
  overflow: hidden;
  /* 硬件加速优化 */
  transform: translateZ(0) translateX(-50%);
  will-change: transform;
  backface-visibility: hidden;
}
.section-1 .arc-slider-wrapper .arc-slider-wrap {
  position: absolute;
  width: 14%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  border-radius: 18px;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.section-1 .arc-slider-wrapper .arc-slider-wrap img {
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
.section-1 .arc-slider-wrapper .arc-slider-wrap:hover img {
  transform: scale(1.05) translateZ(0);
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.animation-ing:hover img {
  transform: scale(1);
}
.section-1 .arc-slider-wrapper .arc-slider-item {
  width: 100%;
  display: block;
  position: relative;
}
.section-1 .arc-slider-wrapper .arc-slider-item-after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.section-1 .arc-slider-wrapper .arc-slider-item-after img {
  display: block;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); /* 初始隐藏（右边100%裁剪） */
  transition: transform 0.3s ease-in-out, -webkit-clip-path 1.2s ease;
  transition: clip-path 1.2s ease, transform 0.3s ease-in-out;
  transition: clip-path 1.2s ease, transform 0.3s ease-in-out, -webkit-clip-path 1.2s ease;
}
.section-1 .arc-slider-wrapper .arc-slider-item-after-border {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
  transition: all 1.2s ease;
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.active {
  z-index: 10;
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.active .arc-slider-item-after img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* 展开 */
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.active .arc-slider-item-after-border {
  left: 0;
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.active .arc-slider-item-after {
  width: 100%;
  transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-1 .arc-slider-wrapper .arc-slider-wrap.active.inishow .arc-slider-item-after {
  transition: none;
}

.section-2 {
  padding: 14px 20px;
  background-color: #e8e8df;
}
.section-2 .container-wrapper {
  max-width: 894px;
  width: 80%;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.4);
}
.section-2 .container-wrapper .cell .tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.section-2 .container-wrapper .cell .des {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.section-3 .container-wrapper {
  margin: 64px 0 0;
}
.section-3 .section-3-swiper1 {
  width: 12.5%;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.section-3 .section-3-swiper1 .swiper-slide {
  height: unset;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: rgba(17, 17, 17, 0.4);
  width: 100% !important;
  margin-right: 24px !important;
}
.section-3 .section-3-swiper1 .swiper-slide svg {
  width: 0;
}
.section-3 .section-3-swiper1 .swiper-slide:not(:last-child) {
  margin-bottom: 32px;
}
.section-3 .section-3-swiper1 .swiper-slide:hover {
  cursor: pointer;
}
.section-3 .section-3-swiper1 .swiper-slide:hover svg {
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.section-3 .section-3-swiper1 .swiper-slide.swiper-slide-thumb-active {
  color: #111111;
  font-weight: 700;
}
.section-3 .section-3-swiper2 {
  width: 82%;
}

.section-4 {
  background: #111111;
  color: #fff;
  overflow: hidden;
}
.section-4 h2 {
  color: #fff;
  max-width: 80%;
}
.section-4 .tab-content {
  padding-top: 48px;
}
.section-4 .nav-link.active {
  pointer-events: none;
}
.section-4 .swiper-slide {
  margin-right: 24px;
  overflow: hidden;
  border-radius: 24px;
  overflow: hidden;
}
.section-4 .swiper-slide img {
  transition: all 0.3s ease-in-out;
}
.section-4 .swiper-slide .section-4-swiper-item-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5019607843);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px 22px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  width: calc(100% - 48px);
  z-index: 10;
  cursor: none;
}
.section-4 .swiper-slide .section-4-swiper-item-content .tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.section-4 .swiper-slide .section-4-swiper-item-content .des {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.section-4 .swiper-slide .section-4-swiper-item-content:hover {
  text-decoration: none;
  border-radius: 12px;
}
.section-4 .swiper-slide:hover .section-4-swiper-item-content {
  text-decoration: none;
  bottom: 50%;
  transform: translate(-50%, 50%);
  min-height: 78%;
}
.section-4 .swiper-slide:hover .section-4-swiper-item-content .tit {
  margin-bottom: 24px;
}
.section-4 .swiper-slide:hover .section-4-swiper-item-content .des {
  max-height: 300px;
  transition: all 0.3s ease-in-out;
}
.section-4 .swiper-slide:hover img {
  transform: scale(1.05);
  filter: blur(10px);
}
.section-4 .swiper-slide:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  opacity: 0.1;
  z-index: 2;
}
.section-4 .section-4-swiper-progress-wrapper {
  width: 326px;
}
.section-4 .section-4-swiper-btn-wrapper {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 4px;
  border-radius: 58px;
}
.section-4 .section-4-swiper-btn-wrapper .section-4-swiper-prev,
.section-4 .section-4-swiper-btn-wrapper .section-4-swiper-next {
  opacity: 0.7;
  margin: 0 32px;
  transition: all 0.3s ease-in-out;
}
.section-4 .section-4-swiper-btn-wrapper .swiper-button-disabled {
  opacity: 0.2;
}

.section-5 {
  padding-bottom: 120px;
}
.section-5 h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
}
.section-5 h2 + .des {
  width: 100%;
  font-size: 18px;
}
.section-5 .section-5-wrapper .section-5-mask {
  width: 100%;
  height: 120px;
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 10;
}
.section-5 .section-5-wrapper .lft {
  width: 34%;
  position: sticky;
  top: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
.section-5 .section-5-wrapper .lft .btn-wrapper {
  margin-top: 64px;
}
.section-5 .section-5-wrapper .lft .guide-list {
  margin-top: 100px;
}
.section-5 .section-5-wrapper .lft .guide-list .guide-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  opacity: 0.2;
  padding: 13px 20px;
  margin-bottom: 12px;
  border-left: 4px solid #fff;
}
.section-5 .section-5-wrapper .lft .guide-list .guide-list-item:hover {
  cursor: pointer;
}
.section-5 .section-5-wrapper .lft .guide-list .guide-list-item.active {
  opacity: 0.7;
  border-left: 4px solid rgba(17, 17, 17, 0.6980392157);
}
.section-5 .section-5-wrapper .lft .guide-list::before {
  content: "";
  width: 4px;
  height: 100vh;
  position: absolute;
  left: 0;
  z-index: 0;
  background: rgb(232, 232, 233);
}
.section-5 .section-5-wrapper .rgt {
  width: 57.5%;
  color: #111111;
  position: relative;
  padding-top: 120px;
}
.section-5 .section-5-wrapper .rgt .rgt-item:not(:last-child) {
  margin-bottom: 200px;
}
.section-5 .section-5-wrapper .rgt .tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 20px;
}
.section-5 .section-5-wrapper .rgt .tit:hover {
  color: rgb(255, 178, 0);
  text-decoration: unset;
}
.section-5 .section-5-wrapper .rgt .des {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  opacity: 0.7;
  margin-top: 7px;
}
.section-5 .section-5-wrapper .rgt::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #fff;
  position: fixed;
  top: 0;
}

.section-6 {
  position: relative;
}
.section-6 .social-list-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
.section-6 .social-list-wrapper .social-item {
  width: 9%;
}

.section-7 {
  background: url("https://www.pixpretty.com/temporary/img-home/sec-7-bg.png") no-repeat center center;
  background-size: cover;
}
.section-7 p {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 56px;
  line-height: 120%;
}
.section-7 .lft {
  width: 70%;
}
.section-7 .section-7-swiper1 .swiper-slide .section-7-swiper1-progress span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.7);
  display: inline-block;
  opacity: 0.3;
}
.section-7 .section-7-swiper1 .swiper-slide .section-7-swiper1-progress span:not(:last-child) {
  margin-right: 4px;
}
.section-7 .section-7-swiper1 .swiper-slide .section-7-swiper1-progress span.active {
  width: 24px;
  border-radius: 30px;
  opacity: 0.8;
}
.section-7 .section-7-swiper1-addcontent {
  position: relative;
  z-index: 10;
}
.section-7 .rgt {
  width: 20%;
}
.section-7 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(17, 17, 17, 0.6980392157);
}
.section-7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  border-radius: 30px;
  background: rgba(17, 17, 17, 0.6980392157);
  opacity: 0.7;
}

.section-8 .rgt a:hover {
  color: rgb(33, 112, 229);
}
.section-8 .content-wrap .lft {
  width: 29%;
}
.section-8 .content-wrap .lft h2 {
  font-size: 96px;
  line-height: 1.2;
}
.section-8 .content-wrap .lft h2 + .des {
  margin-top: 12px;
}
.section-8 .content-wrap .rgt {
  width: 65%;
}
.section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-item {
  border: none;
}
.section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-item:not(:last-child) {
  border-bottom: 1px dashed rgba(17, 17, 17, 0.2);
}
.section-8 .content-wrap .accordion.v1 .accordion-button:not(.collapsed) {
  padding-bottom: 12px;
  color: #000000;
}
.section-8 .content-wrap .accordion.v1 .accordion-button:hover {
  color: #000000;
}
.section-8 .content-wrap .accordion.v1 .accordion-button {
  padding: 32px 12px 32px 0;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.section-8 .content-wrap .accordion.v1.v1-0-3 .collapsed::after {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjU1IDguMzMzMDFMMjAuNTE5NSAzMS42NjYzIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjgzMzAxIDIwSDMyLjE2NjMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjUgMjBIMzIuNTgzMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}
.section-8 .content-wrap .accordion.v1 .accordion-body {
  color: rgba(17, 17, 17, 0.7);
}

.section-9 {
  background: url(https://www.pixpretty.com/temporary/img-home/sec-7-bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 20px;
}
.section-9 .content-wrap .card-stack-container {
  position: relative;
  perspective: 800px;
  height: 600px;
}
.section-9 .content-wrap .card-stack {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-9 .content-wrap .card {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  opacity: 1;
  background: #fff;
  border-radius: 32px;
  max-width: 410px;
  transition: all 0.3s ease-in-out;
}
.section-9 .content-wrap .card .tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 0;
}
.section-9 .content-wrap .card .data {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(19, 21, 27, 0.7);
  margin: 10px 0;
}
.section-9 .content-wrap .card:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 4.7px 0px rgba(0, 0, 0, 0.1490196078);
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
.section-9 .content-wrap .card:nth-child(2) {
  z-index: 2;
  transform: translate(-50%, -50%) scale(1) rotate(-4deg);
}
.section-9 .content-wrap .card:nth-child(3) {
  z-index: 3;
  transform: translate(-50%, -50%) scale(1) rotate(5deg);
}
.section-9 .content-wrap .card-stack.open .card {
  transition-delay: 0.1s;
}
.section-9 .content-wrap .card-stack.open .card:nth-child(1) {
  z-index: 1;
  animation: cardBounce1 1.2s cubic-bezier(0.77, -0.53, 0.25, 1.34) 0.1s forwards;
}
.section-9 .content-wrap .card-stack.open .card:nth-child(2) {
  z-index: 2;
  animation: cardBounce2 1.2s cubic-bezier(0.77, -0.53, 0.25, 1.34) 0.1s forwards;
}
.section-9 .content-wrap .card-stack.open .card:nth-child(3) {
  z-index: 3;
  animation: cardBounce3 1.2s cubic-bezier(0.77, -0.53, 0.25, 1.34) 0.1s forwards;
}
@keyframes cardBounce1 {
  0% {
    transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) translateX(-520px) scale(1.05) rotate(-8deg);
  }
  100% {
    transform: translate(-50%, -50%) translateX(-467px) scale(1) rotate(-6deg);
  }
}
@keyframes cardBounce2 {
  0% {
    transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) translateX(0) scale(1.1) rotate(2deg);
  }
  100% {
    transform: translate(-50%, -50%) translateX(0px) scale(1) rotate(0deg);
  }
}
@keyframes cardBounce3 {
  0% {
    transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) translateX(520px) scale(1.05) rotate(8deg);
  }
  100% {
    transform: translate(-50%, -50%) translateX(452px) scale(1) rotate(7deg);
  }
}
.section-9 .glow-card {
  position: relative;
  overflow: hidden;
}
.section-9 .glow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* 边框厚度 */
  background: radial-gradient(circle var(--radius, 40px) at var(--x, 50%) var(--y, 50%), rgba(255, 96, 37, var(--o)) 0%, rgba(255, 213, 27, var(--o)) 60%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: var(--opacity, 0);
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.section-10 {
  background: url(https://www.pixpretty.com/temporary/img-home/sec-10-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.section-10 .breathing-glow-logo-container {
  border-radius: 27%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(135deg, #1e1e24 10%, #050505 60%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: gradient-shift 3s ease-in-out infinite;
  background-size: 200% 200%;
}
.section-10 .breathing-glow-logo-container::before, .section-10 .breathing-glow-logo-container::after {
  content: "";
  border-radius: 27%;
  position: absolute;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: calc(100% + var(--size));
  height: calc(100% + var(--size));
  background: linear-gradient(314.13deg, #ffeae2 6.56%, #ff6025 26.77%, #ffd51b 53.78%, #fff7d4 88.14%);
}
.section-10 .breathing-glow-logo-container::after {
  --size: 2px;
  z-index: 2;
}
.section-10 .breathing-glow-logo-container::before {
  --size: 10px;
  z-index: 3;
  filter: blur(2vmin);
  animation: blur-animation 1s ease-in-out alternate infinite;
}
.section-10 .breathing-glow-logo-container .breathing-glow-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.section-10 .breathing-glow-logo-container .breathing-glow-logo .breathing-logo {
  display: block;
}
.section-10 h2 {
  margin-top: 50px;
  font-family: "Noto Serif";
}
.section-10 h2 + .des {
  opacity: 0.7;
}
.section-10 .btn-group {
  margin-top: 52px;
}
.section-10 .btn-group a {
  margin: 12px;
}

@keyframes blur-animation {
  to {
    filter: blur(2vmin);
    transform: scale(1.15);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@layer scrollspy {
  .scrollspy-list {
    display: grid;
    grid-template-columns: 5.7fr 0.9fr 0.9fr 0.9fr 0.9fr;
    gap: 8px;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 100vw;
    transition: grid-template-columns 0.3s linear;
  }
  .scrollspy-item {
    height: 516px;
    position: relative;
    background: #fff;
    position: relative;
    overflow: hidden;
    min-width: 60px;
    border-radius: 8px;
    transition: box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  .scrollspy-item::after {
    content: "";
    display: block;
    padding-bottom: 67%; /* 或根据内容调整 */
  }
  .scrollspy-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #ccc;
    z-index: 10;
  }
  .scrollspy-item:first-child::before {
    background: #ff6025;
  }
  .scrollspy-item:nth-child(2)::before {
    background: #ffb200;
  }
  .scrollspy-item:nth-child(3)::before {
    background: #ff6025;
  }
  .scrollspy-item:nth-child(4)::before {
    background: #ffb200;
  }
  .scrollspy-item:nth-child(5)::before {
    background: #ff6025;
  }
  .scrollspy-item article {
    height: 100%;
    background: #e8e8df;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    gap: 1rem;
    padding: 0;
    overflow: hidden;
    transition: background 0.6s ease-in-out;
  }
  .scrollspy-item article h3 {
    font-weight: 500;
    margin: 0;
    z-index: 1;
    max-width: 100% !important;
    white-space: nowrap;
    transform: rotate(-90deg) translateX(50%);
    position: relative;
  }
  .scrollspy-item .content-wrap {
    display: none;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.6s ease-in-out;
  }
  .scrollspy-item .content-wrap .lft {
    width: 70%;
  }
  .scrollspy-item .sec-tit {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 10px;
    color: rgba(17, 17, 17, 0.6980392157);
    background: rgba(17, 17, 17, 0.2);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 56px;
    min-width: 150px;
    white-space: nowrap;
  }
  .scrollspy-item .tit {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
  }
  .scrollspy-item .des {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    opacity: 0.7;
    margin-top: 6px !important;
    margin-bottom: 0;
  }
  .scrollspy-item[data-active=true] article {
    background: #fff;
    align-items: self-start;
    padding: 24px;
  }
  .scrollspy-item[data-active=true]::before {
    content: none;
  }
  .scrollspy-item[data-active=true] article h3 {
    max-width: 0 !important;
    overflow: auto;
    display: none;
  }
  .scrollspy-item[data-active=true] .content-wrap {
    display: block;
    max-width: 100%;
  }
}
@layer btnanmia {
  .btn-arrow-anima {
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    transition: background 300ms, transform 200ms;
  }
  .btn-arrow-anima__circle {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-arrow-anima__icon--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  .btn-arrow-anima:hover .btn-arrow-anima__icon:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }
  .btn-arrow-anima:hover .btn-arrow-anima__icon--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
    color: rgb(255, 178, 0);
  }
  a.btn-primary:hover {
    text-decoration: none !important;
  }
  a.btn-primary:hover span {
    color: #111111 !important;
    opacity: 1 !important;
  }
  a.btn-primary:hover svg {
    transform: none !important;
  }
  a.btn-primary.btn-in-black:hover {
    animation: btn-black-hover-breathing 1.5s linear infinite;
  }
  a.btn-primary.btn-in-white:hover {
    animation: btn-white-hover-breathing 1.5s linear infinite;
  }
  @keyframes btn-black-hover-breathing {
    0% {
      box-shadow: 0 0 0 0 #fff126;
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 241, 38, 0.15);
    }
  }
  @keyframes btn-white-hover-breathing {
    0% {
      box-shadow: 0 0 0 0 #fff126;
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 241, 38, 0.3);
    }
  }
}
.nav-tabs.v1 .nav-link {
  border-radius: 87px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 32px;
  background-color: unset;
  color: #ffffff;
}

.nav-tabs.v1 .nav-link.active {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

img {
  max-width: 100%;
}

.nav-tabs.v1 .nav-link:not(.active):hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1600px) {
  .scrollspy-item {
    height: 492px;
  }
  .btn-learn-more {
    padding: 8px 22px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
  }
  .sec1-bg-small {
    display: block;
  }
  .sec1-bg-default {
    display: none;
  }
  h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
  h2 + .des {
    margin-top: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
  }
  .section-block {
    padding: 80px 0;
  }
  .section-1 .sec-1-bgimg {
    width: 1600px;
    height: auto;
  }
  .section-1 .arc-slider-wrapper {
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(17.5% - 64px);
  }
  .section-1 .sec-1-content {
    top: calc(82% - 64px);
  }
  .section-1 .sec-1-content .sec-tit {
    font-size: 28px;
    line-height: 36px;
  }
  .section-1 .sec-1-content h1 {
    font-size: 52px;
    line-height: 60px;
    margin-top: 8px;
  }
  .section-1 .sec-1-content .des {
    font-size: 16px;
    margin-top: 8px;
  }
  .section-1 .sec-1-content .btn-group {
    margin-top: 24px;
  }
  .section-2 {
    padding: 8px 12px;
  }
  .section-2 .container-wrapper .cell .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2 .container-wrapper .cell .des {
    font-size: 14px;
  }
  .section-3 .container-wrapper {
    margin: 48px 0 0;
  }
  .section-3 .section-3-swiper1 .swiper-slide {
    font-size: 20px;
    line-height: 28px;
  }
  .section-4 h2 {
    max-width: 590px;
  }
  .section-4 .tab-content {
    padding-top: 32px;
  }
  .section-4 .section-4-swiper-btn-wrapper {
    padding: 10px;
  }
  .section-4 .section-4-swiper-btn-wrapper .section-4-swiper-prev,
  .section-4 .section-4-swiper-btn-wrapper .section-4-swiper-next {
    margin: 0 24px;
  }
  .section-4 .section-4-swiper-btn-wrapper .section-4-swiper-prev svg,
  .section-4 .section-4-swiper-btn-wrapper .section-4-swiper-next svg {
    width: 20px;
    height: 20px;
  }
  .section-5 h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .section-5 h2 + .des {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: rgba(17, 17, 17, 0.7);
    margin-top: 16px;
  }
  .section-5 .section-5-wrapper .lft {
    min-width: 435px;
    margin-right: 24px;
  }
  .section-5 .section-5-wrapper .lft .btn-wrapper {
    margin-top: 40px;
  }
  .section-5 .section-5-wrapper .section-5-mask {
    height: 80px;
  }
  .section-5 .section-5-wrapper .lft .guide-list {
    margin-top: 74px;
  }
  .section-5 .section-5-wrapper .lft .guide-list .guide-list-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 20px;
  }
  .section-5 .section-5-wrapper .rgt .tit {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
  }
  .section-5 .section-5-wrapper .rgt .rgt-item:not(:last-child) {
    margin-bottom: 140px;
  }
  .section-6 h2 {
    max-width: 556px;
  }
  .scrollspy-item .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .nav-tabs.v1 .nav-link {
    padding: 10px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .section-7 p {
    font-size: 40px;
  }
  .section-7.section-block {
    padding: 80px 0 40px;
  }
  .section-8 .content-wrap .lft h2 {
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
  }
  .section-8 .content-wrap .lft h2 + .des {
    font-weight: 300;
    font-size: 14px;
    margin-top: 12px;
  }
  .section-8 .content-wrap .accordion.v1 .accordion-button {
    font-size: 20px;
    line-height: 28px;
    padding: 28px 12px 28px 0;
  }
  .section-9 {
    padding-bottom: 16px;
  }
  .section-9 h2 {
    max-width: 640px;
    margin: 0 auto;
  }
  .section-9 .content-wrap .card {
    max-width: 390px;
  }
  .section-9 .content-wrap .card-stack-container {
    height: 500px;
  }
  @keyframes cardBounce1 {
    0% {
      transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
    }
    60% {
      transform: translate(-50%, -59%) translateX(-495px) scale(1.05) rotate(-8deg);
    }
    100% {
      transform: translate(-50%, -65%) translateX(-443px) scale(1) rotate(-6deg);
    }
  }
  @keyframes cardBounce2 {
    0% {
      transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
    }
    60% {
      transform: translate(-50%, -51%) translateX(0) scale(1.1) rotate(2deg);
    }
    100% {
      transform: translate(-50%, -53%) translateX(0px) scale(1) rotate(0deg);
    }
  }
  @keyframes cardBounce3 {
    0% {
      transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
    }
    60% {
      transform: translate(-50%, -61%) translateX(490px) scale(1.05) rotate(8deg);
    }
    100% {
      transform: translate(-50%, -65%) translateX(439px) scale(1) rotate(6deg);
    }
  }
  .section-10 .breathing-glow-logo-container .breathing-glow-logo .breathing-logo {
    width: 80px;
  }
  .section-10 h2 {
    font-size: 52px;
    line-height: 110%;
    margin-top: 60px;
  }
  .section-10 h2 + .des {
    margin-top: 16px;
  }
  .section-10 .btn-group {
    margin-top: 48px;
  }
}
@media (max-width: 1366px) {
  .section-1 .sec-1-bgimg {
    width: 1366px;
  }
  .section-1 .arc-slider-wrapper {
    width: 1366px;
    top: calc(18.5% - 64px);
  }
  .section-1 .sec-1-content {
    top: calc(83.5% - 64px);
  }
}
@media (max-width: 1280px) {
  .section-9 .content-wrap .card {
    max-width: 30%;
  }
  @keyframes cardBounce1 {
    0% {
      transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
    }
    60% {
      transform: translate(-50%, -59%) translateX(-495px) scale(1.05) rotate(-8deg);
    }
    100% {
      transform: translate(-50%, -65%) translateX(-320px) scale(1) rotate(-6deg);
    }
  }
  @keyframes cardBounce3 {
    0% {
      transform: translate(-50%, -50%) translateX(0) scale(1) rotate(0deg);
    }
    60% {
      transform: translate(-50%, -61%) translateX(490px) scale(1.05) rotate(8deg);
    }
    100% {
      transform: translate(-50%, -65%) translateX(320px) scale(1) rotate(6deg);
    }
  }
}
@media (max-width: 991px) {
  .section-block {
    padding: 64px 0;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 + .des {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
  .sec1-bg-mini {
    display: block;
  }
  .sec1-bg-small {
    display: none;
  }
  .section-1 .sec-1-bgimg {
    width: 992px;
  }
  .section-1 .sec-1-content {
    top: 442px;
    transform: translateX(-50%);
  }
  .section-1 .sec-1-content .btn-group {
    margin-top: 34px;
  }
  .section-1 .arc-slider-wrapper {
    width: 1600px;
    top: calc(-3.5% - 64px);
  }
  .section-1 .sec-1-content .sec-tit {
    font-size: 24px;
    line-height: 32px;
  }
  .section-1 .sec-1-content .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-1 .arc-slider-wrap-scale.animation-ing:hover {
    transform: scale(1.05) translateY(7px);
  }
  .section-2 {
    padding: 8px 0;
  }
  .section-2 .container-wrapper {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
  .section-2 .container-wrapper .cell {
    padding: 0 4px;
  }
  .section-2 .container-wrapper .cell:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section-2 .container-wrapper .cell .des {
    font-size: 12px;
  }
  .section-3 {
    overflow: hidden;
  }
  .section-3 .section-3-swiper1 {
    width: 100%;
  }
  .section-3 .section-3-swiper1 .swiper-slide.swiper-slide-thumb-active {
    background: rgba(17, 17, 17, 0.08);
  }
  .section-5 {
    padding: 64px 0;
  }
  .section-5 h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
  .section-5 h2 + .des {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-top: 12px;
  }
  .section-5-mask {
    display: none;
  }
  .section-5 .section-5-wrapper .lft {
    max-width: 100%;
    min-width: unset;
    width: 100%;
    top: 0;
    position: relative;
  }
  .section-5 .section-5-wrapper .lft .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-5 .section-5-wrapper .lft .guide-list,
  .section-5 .section-5-wrapper .lft .btn-wrapper {
    display: none;
  }
  .section-5 .section-5-wrapper .rgt {
    width: 100%;
    padding-top: 40px;
  }
  .section-5 .section-5-wrapper .rgt .rgt-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
  .section-5 .section-5-wrapper .rgt .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .section-5 .section-5-wrapper .rgt .des {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .section-3 .container-wrapper {
    margin: 40px 0 0;
  }
  .section-3 .section-3-swiper1 .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 6px 16px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 34px;
  }
  .section-3 .section-3-swiper1 .swiper-slide svg {
    display: none;
  }
  .section-3 .section-3-swiper1 .swiper-slide:hover svg {
    display: none;
    width: 0;
  }
  .section-3 .section-3-swiper1 .swiper-slide:not(:last-child) {
    margin-bottom: 0;
  }
  .section-3 .section-3-swiper1 .swiper-slide {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 24px;
    color: #111;
    margin-right: 12px !important;
  }
  .section-3 .section-3-swiper2 {
    width: 100%;
    margin-top: 18px;
  }
  .nav-tabs.v1 .nav-link {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .section-4-swiper1-pagination,
  .section-4-swiper2-pagination {
    margin-top: 14px;
    text-align: center;
  }
  .section-4-swiper1-pagination .swiper-pagination-bullet,
  .section-4-swiper2-pagination .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
    height: 6px;
    width: 6px;
  }
  .section-4-swiper1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .section-4-swiper2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    opacity: 0.8;
    border-radius: 30px;
  }
  .scrollspy-list {
    display: block;
  }
  .scrollspy-item {
    height: unset;
    margin-top: 18px;
    border-radius: 18px;
  }
  .scrollspy-item article h3 {
    transform: none;
    font-size: 20px;
    line-height: 28px;
  }
  .scrollspy-item article {
    position: relative;
    padding: 21px 14px;
  }
  .scrollspy-item[data-active=true] article {
    padding: 12px 12px 0 12px;
  }
  .scrollspy-item::after {
    content: none;
  }
  .scrollspy-item .content-wrap {
    display: block;
    max-width: unset;
    max-height: 0;
  }
  .scrollspy-item[data-active=true] .content-wrap {
    max-height: 1000px;
    transition: max-height 0.8s ease-in-out;
  }
  .scrollspy-item::before {
    height: 100%;
    width: 16px;
    left: auto;
    right: 0;
  }
  .scrollspy-item .compare-components,
  .scrollspy-item .img-wrap {
    border-radius: 12px;
    overflow: hidden;
  }
  .scrollspy-item .content-wrap .lft {
    width: 100%;
    text-align: center;
  }
  .scrollspy-item .sec-tit {
    margin: 2px auto 8px;
  }
  .scrollspy-item .tit {
    font-size: 18px;
  }
  .scrollspy-item .des {
    font-size: 16px;
  }
  .scrollspy-item .content-wrap .rgt {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 24px;
  }
  .section-6 .social-list-wrapper .social-item {
    width: 33.3%;
    margin-top: 12px;
  }
  .section-6 .social-list-wrapper .social-item img {
    width: 80%;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(1) {
    text-align: left;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(2) {
    text-align: center;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(3) {
    text-align: right;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(4) {
    text-align: left;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(5) {
    text-align: center;
  }
  .section-6 .social-list-wrapper .social-item:nth-child(6) {
    text-align: right;
  }
  .section-6 .social-list-wrapper {
    margin-top: 18px;
    padding-top: 6px;
  }
  .section-7 {
    background: url("https://www.pixpretty.com/temporary/img-home/sec7-bg-2.png") no-repeat center center;
    background-position: center center;
  }
  .section-7 .lft {
    width: 100%;
  }
  .section-7 .lft svg {
    width: 36px;
    height: 27px;
  }
  .section-7 p {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
  }
  .section-7.section-block {
    padding: 58px 0 64px;
  }
  .section-7 .rgt {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding-top: 48px;
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  .section-7 .rgt .author-img {
    width: 22%;
  }
  .section-7 .rgt img {
    border-radius: 50%;
  }
  .section-7 .rgt .author-wrap {
    margin-left: 24px;
    width: 150px;
  }
  .section-7 .rgt .author-wrap p.tit {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-family: "Geologica";
    font-style: unset;
  }
  .section-7 .rgt .author-wrap p.des {
    font-weight: 300;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: "Geologica";
    font-style: unset;
  }
  .section-8.section-block {
    padding-bottom: 44px;
  }
  .section-8 .content-wrap .lft {
    width: 100%;
  }
  .section-8 .content-wrap .rgt {
    width: 100%;
    margin-top: 44px;
  }
  .section-8 h2 {
    font-size: 64px;
  }
  .section-8 h2 + .des {
    font-size: 16px;
    margin-top: 8px;
  }
  .section-8 .content-wrap .accordion.v1 .accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 12px 20px 0;
  }
  .section-8 .content-wrap .accordion.v1.v1-0-3 .collapsed::after,
  .section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-button:not(.collapsed)::after {
    width: 24px;
    height: 24px;
  }
  .section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-button::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAzIDVMMTIuMDExNyAxOSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNSAxMkgxOSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  }
  .section-8 .content-wrap .accordion.v1.v1-0-3 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMjUgMTJIMTkuMjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  }
  .section-9 {
    background: url("https://www.pixpretty.com/temporary/img-home/sec9-bg-2.png") no-repeat center center;
    background-size: cover;
  }
  .section-9-swiper {
    margin-top: 58px;
  }
  .section-9-swiper .swiper-slide {
    background: rgb(255, 255, 255);
    padding: 10px 10px 16px;
    border-radius: 24px;
  }
  .section-9-swiper .swiper-slide p.tit {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0;
  }
  .section-9-swiper .swiper-slide p.data {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: rgba(17, 17, 17, 0.7);
    margin: 6px 0;
  }
  .section-9-swiper .section-9-swiper-pagination {
    margin-top: 8px;
    text-align: center;
    position: relative;
    z-index: 10;
    top: 40px !important;
  }
  .section-9-swiper .swiper-pagination-bullet {
    background: rgba(17, 17, 17, 0.7);
    opacity: 0.3;
    width: 6px;
    height: 6px;
  }
  .section-9-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.8;
    width: 24px;
    border-radius: 30px;
  }
  .section-10.section-block {
    padding: 84px 0;
  }
  .section-10 h2 {
    font-family: "Noto Serif";
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
  }
  .section-10 h2 + .des {
    margin-top: 14px;
  }
  .section-10 .btn-group {
    margin-top: 28px;
  }
  .section-10 h2 {
    margin-top: 50px;
  }
  .section-4 .swiper-slide:hover::after {
    content: none;
  }
  .section-4 .swiper-slide .section-4-swiper-item-content {
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid;
    background: rgba(255, 255, 255, 0.08);
    transform: none;
    width: 100%;
    border-radius: 0 0 24px 24px;
    border: 0;
  }
  .section-4 .swiper-slide:hover img {
    transform: none;
    filter: none;
  }
  .section-4 .swiper-slide:hover .section-4-swiper-item-content {
    bottom: unset;
    transform: none;
    min-height: unset;
    width: 100%;
  }
  .section-4 .swiper-slide .section-4-swiper-item-content {
    padding: 12px;
  }
  .section-4 .swiper-slide .section-4-swiper-item-content .des,
  .section-4 .swiper-slide:hover .section-4-swiper-item-content .des {
    max-height: unset;
  }
  .section-4 .swiper-slide .section-4-swiper-item-content .tit {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .section-4 .swiper-slide:hover .section-4-swiper-item-content .tit {
    margin-bottom: 4px;
  }
  .section-4 .swiper-slide .section-4-swiper-item-content .des {
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7;
  }
}
@media (min-width: 1921px) {
  .sec1-bg-large {
    display: block;
  }
  .sec1-bg-small,
  .sec1-bg-default,
  .sec1-bg-mini {
    display: none;
  }
  .section-1 .sec-1-bgimg {
    width: 2560px;
    height: 964px;
  }
  .section-1 .arc-slider-wrapper {
    width: 2560px;
  }
  .section-1 .arc-slider-wrapper .arc-slider-wrap {
    width: 12%;
  }
  .section-1 .arc-slider-wrapper {
    top: calc(9% - 88px);
  }
  .section-1 .sec-1-content {
    top: calc(82% - 64px);
  }
  .section-7 {
    background: url(https://pixpretty-images.tenorshare.ai/public/texture-bg.png?w=5120&h=6200) no-repeat center center;
    background-size: cover;
  }
  .section-9 {
    background: url(https://pixpretty-images.tenorshare.ai/public/texture-bg.png?w=5120&h=6200) no-repeat center center;
    background-size: cover;
  }
}
.compare-components {
  --padding-top: 100%;
  --slider-percent: 50%;
  position: relative;
  z-index: 1;
  padding-top: var(--padding-top);
  overflow: hidden;
  cursor: e-resize;
}

.compare-components .compare-line {
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  left: var(--slider-percent);
  background-color: rgba(255, 255, 255, 0.8);
  cursor: e-resize;
  position: absolute;
  z-index: 7;
}

.compare-components .compare-line:not(.none-after)::after {
  position: absolute;
  top: calc(50% - 8px);
  left: -14px;
  content: "";
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC4xNTQyOTciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjYuMTUzODUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02Ljg3NSAxMy41OTE4TDMuMTI1IDkuODQxOEw2Ljg3NSA2LjA5MTgiIHN0cm9rZT0iIzExMTExMSIgc3Ryb2tlLW9wYWNpdHk9IjAuNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuMTI1IDYuMDkxOEwxNi44NzUgOS44NDE4TDEzLjEyNSAxMy41OTE4IiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS1vcGFjaXR5PSIwLjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: 100%;
}

.compare-components .compare-line.transition {
  transition: all 0.5s linear;
}

.compare-components .compare-before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, var(--slider-percent) 0, var(--slider-percent) 100%, 0% 100%);
          clip-path: polygon(0% 0%, var(--slider-percent) 0, var(--slider-percent) 100%, 0% 100%);
}

.compare-components .compare-before.transition {
  transition: all 0.5s linear;
}

.compare-components .compare-after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.compare-components .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.compare-components .img-after,
.compare-components .img-before {
  position: absolute;
  top: 18px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: #fff;
  z-index: 10 !important;
  font-size: 14px;
}

.compare-components .img-after span,
.compare-components .img-before span {
  display: inline-block;
  width: 73px;
  height: 34px;
  text-align: center;
  line-height: 2.125rem;
}

.compare-components .img-after {
  right: 18px;
}

.compare-components .img-before {
  left: 18px;
}

.compare-components.compare-components-autoAmimation .compare-line {
  width: 0;
  border: 0;
  left: 50%;
  animation: animate-compare-line 6s linear;
}

@media screen and (min-width: 992px) {
  .compare-components.compare-components-autoAmimation .compare-line {
    animation: animate-compare-line 8s linear;
  }
}
.compare-components.compare-components-autoAmimation .compare-line::after {
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  animation: animate-compare-line-after 6s linear;
}

@media screen and (min-width: 992px) {
  .compare-components.compare-components-autoAmimation .compare-line::after {
    animation: animate-compare-line-after 8s linear;
  }
}
.compare-components.compare-components-autoAmimation .compare-before {
  -webkit-clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
  animation: animate-compare-before 6s linear;
}

@media screen and (min-width: 992px) {
  .compare-components.compare-components-autoAmimation .compare-before {
    animation: animate-compare-before 8s linear;
  }
}
.compare-components.compare-components-autoAmimation-init .compare-line {
  animation: init-animate-compare-line 6s infinite linear;
}

.compare-components.compare-components-autoAmimation-init .compare-before {
  animation: init-animate-compare-before 6s infinite linear;
}

@keyframes animate-compare-line {
  0% {
    left: 100%;
  }
  1% {
    left: 100%;
  }
  40% {
    left: 0%;
  }
  41% {
    left: 0%;
  }
  80% {
    left: 100%;
  }
  81% {
    left: 100%;
  }
  100% {
    left: var(--slider-percent);
  }
}
@keyframes animate-compare-line-after {
  0% {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  1% {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  40% {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  41% {
    right: 0;
    left: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  80% {
    right: 0;
    left: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  81% {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  100% {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@keyframes animate-compare-before {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  1% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  40% {
    -webkit-clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
  }
  41% {
    -webkit-clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
  }
  80% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  81% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
  }
}
@keyframes init-animate-compare-line {
  0% {
    left: 50%;
  }
  25% {
    left: 100%;
  }
  75% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}
@keyframes init-animate-compare-before {
  0% {
    -webkit-clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
  }
  25% {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
  }
}
.compare-components {
  padding-top: 0 !important;
}

.compare-components .compare-before {
  background-color: unset;
}

@media (max-width: 992px) {
  .footer .info-cont .media-icon {
    width: 32px;
    height: 32px;
  }
}
.custom-cursor {
  position: fixed;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGZvcmVpZ25PYmplY3QgeD0iLTEuNiIgeT0iLTEuNiIgd2lkdGg9IjUxLjIiIGhlaWdodD0iNTEuMiI+PGRpdiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCIgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjpibHVyKDAuOHB4KTtjbGlwLXBhdGg6dXJsKCNiZ2JsdXJfMF80NjEwXzE0MzdfY2xpcF9wYXRoKTtoZWlnaHQ6MTAwJTt3aWR0aDoxMDAlIj48L2Rpdj48L2ZvcmVpZ25PYmplY3Q+PGNpcmNsZSBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxLjYiIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy42NjYgMzIuMzgzMUgyOS42N1YyMy4xOTE0QzI5LjY3IDIxLjUxMyAyOS42Njk4IDIwLjY3MzcgMjkuMzQzMiAyMC4wMzI2QzI5LjA1NTkgMTkuNDY4NiAyOC41OTczIDE5LjAxMDEgMjguMDMzMyAxOC43MjI3QzI3LjM5MjIgMTguMzk2MSAyNi41NTI5IDE4LjM5NTkgMjQuODc0NSAxOC4zOTU5SDE1LjY4MjhWMTQuMzk5OUgyMi40NzY2QzI2LjM5MjggMTQuMzk5OSAyOC4zNTE3IDE0LjM5OTkgMjkuODQ3NiAxNS4xNjJDMzEuMTYzNCAxNS44MzI1IDMyLjIzMzQgMTYuOTAyNSAzMi45MDM5IDE4LjIxODRDMzMuNjY2IDE5LjcxNDIgMzMuNjY2IDIxLjY3MjUgMzMuNjY2IDI1LjU4ODZWMzIuMzgzMVoiIGZpbGw9IiMxMTExMTEiLz4KPHJlY3QgeD0iMjguMzQxOCIgeT0iMTcuMzU0IiB3aWR0aD0iMy45NjQyMyIgaGVpZ2h0PSIxOS43MTYzIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAyOC4zNDE4IDE3LjM1NCkiIGZpbGw9IiMwNDAxMTUiLz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iYmdibHVyXzBfNDYxMF8xNDM3X2NsaXBfcGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS42IDEuNikiPjxjaXJjbGUgY3g9IjI0IiBjeT0iMjQiIHI9IjI0Ii8+CjwvY2xpcFBhdGg+PC9kZWZzPgo8L3N2Zz4K");
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* transition: all 0.1s ease; */
}/*# sourceMappingURL=home.css.map */