#enzo-en {
  font-weight: 500;
  line-height: 1.6;
}

#enzo-en *,
#enzo-en *::before,
#enzo-en *::after {
  box-sizing: border-box;
}

#enzo-en section {
  position: relative;
}

#enzo-en picture,
#enzo-en img,
#enzo-en video,
#enzo-en svg {
  display: block;
  width: 100%;
}

#enzo-en svg {
  overflow: visible;
}

#enzo-en [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}


#enzo-en .nowrap {
  display: inline-block;
  white-space: nowrap;
}

#enzo-en .object-fit {
  position: relative;
  overflow: hidden;
}

#enzo-en .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#enzo-en img[data-src],
#enzo-en .inline-video video {
  transition: filter 0.4s;
  filter: blur(20px);
}

#enzo-en img.lazyloaded,
#enzo-en .inline-video.loaded video {
  filter: blur(0);
}

#enzo-en .aspect-ratio {
  position: relative;
}

#enzo-en .aspect-ratio::before {
  display: block;
  content: "";
}

#enzo-en .aspect-ratio img,
#enzo-en .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}

#enzo-en br.lg {
  display: block;
}

#enzo-en br.xs {
  display: none;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en br.lg {
    display: none;
  }

  #enzo-en br.xs {
    display: block;
  }
}

#enzo-en .absolute {
  position: absolute;
}

#enzo-en .relative {
  position: relative;
}

#enzo-en .overflow-hidden {
  overflow: hidden;
}

#enzo-en .block {
  display: block;
}

#enzo-en .inline-block {
  display: inline-block;
}

#enzo-en .inline {
  display: inline;
}

#enzo-en .flex {
  display: flex;
}

#enzo-en .inline-flex {
  display: inline-flex;
}

#enzo-en .hidden {
  display: none;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .xs\:block {
    display: block;
  }

  #enzo-en .xs\:inline-block {
    display: inline-block;
  }

  #enzo-en .xs\:inline {
    display: inline;
  }

  #enzo-en .xs\:flex {
    display: flex;
  }

  #enzo-en .xs\:inline-flex {
    display: inline-flex;
  }

  #enzo-en .xs\:hidden {
    display: none;
  }
}

#enzo-en .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#enzo-en .flex-row {
  flex-direction: row;
}

#enzo-en .flex-row-reverse {
  flex-direction: row-reverse;
}

#enzo-en .flex-col {
  flex-direction: column;
}

#enzo-en .flex-col-reverse {
  flex-direction: column-reverse;
}

#enzo-en .flex-wrap {
  flex-wrap: wrap;
}

#enzo-en .flex-nowrap {
  flex-wrap: nowrap;
}

#enzo-en .justify-start {
  justify-content: flex-start;
}

#enzo-en .justify-end {
  justify-content: flex-end;
}

#enzo-en .justify-center {
  justify-content: center;
}

#enzo-en .justify-between {
  justify-content: space-between;
}

#enzo-en .items-start {
  align-items: flex-start;
  margin-right: 2.916667vw;
}

#enzo-en .items-start:last-child {
  margin-right: 0px;
}

#enzo-en .items-end {
  align-items: flex-end;
}

#enzo-en .items-center {
  align-items: center;
}

#enzo-en .shrink-0 {
  flex-shrink: 0;
}

#enzo-en .order-1 {
  order: 1;
}

#enzo-en .order-2 {
  order: 2;
}

#enzo-en .order-3 {
  order: 3;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .xs\:flex-row {
    flex-direction: row;
  }

  #enzo-en .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #enzo-en .xs\:flex-col {
    flex-direction: column;
  }

  #enzo-en .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #enzo-en .xs\:justify-start {
    justify-content: flex-start;
  }

  #enzo-en .xs\:justify-end {
    justify-content: flex-end;
  }

  #enzo-en .xs\:justify-center {
    justify-content: center;
  }

  #enzo-en .xs\:justify-between {
    justify-content: space-between;
  }

  #enzo-en .xs\:items-start {
    align-items: flex-start;
  }

  #enzo-en .xs\:items-end {
    align-items: flex-end;
  }

  #enzo-en .xs\:items-center {
    align-items: center;
  }

  #enzo-en .xs\:order-1 {
    order: 1;
  }

  #enzo-en .xs\:order-2 {
    order: 2;
  }

  #enzo-en .xs\:order-3 {
    order: 3;
  }
}

#enzo-en .text-left {
  text-align: left;
}

#enzo-en .text-center {
  text-align: center;
}

#enzo-en .text-right {
  text-align: right;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .xs\:text-left {
    text-align: left;
  }

  #enzo-en .xs\:text-center {
    text-align: center;
  }

  #enzo-en .xs\:text-right {
    text-align: right;
  }
}

#enzo-en .text-align {
  text-align: center;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .text-align {
    text-align: left;
  }

  html[dir=rtl] #enzo-en .text-align {
    text-align: right;
  }
}

#enzo-en .font-extralight {
  font-weight: 200;
}

#enzo-en .font-light {
  font-weight: 300;
}

#enzo-en .font-normal {
  font-weight: 400;
}

#enzo-en .font-medium {
  font-weight: 500;
}

#enzo-en .font-semibold {
  font-weight: 600;
}

#enzo-en .font-bold {
  font-weight: 700;
}

#enzo-en .font-extrabold {
  font-weight: 800;
}

#enzo-en .leading-125 {
  line-height: 1.25;
}

#enzo-en .leading-160 {
  line-height: 1.6;
}

#enzo-en .w-1560 {
  width: 81.25vw;
}

#enzo-en .w-1296 {
  width: 67.5vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .xs\:w-full {
    width: 100%;
  }

  #enzo-en .xs\:w-640 {
    width: 88.888889vw;
  }

  #enzo-en .xs\:w-620 {
    width: 86.111111vw;
  }

  #enzo-en .xs\:w-592 {
    width: 82.222222vw;
  }
}

#enzo-en .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#enzo-en .mt-30,
#enzo-en .lg\:mt-30 {
  margin-top: 1.5625vw;
}

#enzo-en .mt-40,
#enzo-en .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#enzo-en .mt-60,
#enzo-en .lg\:mt-60 {
  margin-top: 3.125vw;
}

#enzo-en .mt-80,
#enzo-en .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#enzo-en .mt-100,
#enzo-en .lg\:mt-100 {
  margin-top: 5.208333vw;
}

#enzo-en .mt-38 {
  margin-top: 1.979167vw;
}

#enzo-en .mt-123 {
  margin-top: 6.432292vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  #enzo-en .mt-10,
  #enzo-en .xs\:mt-10 {
    margin-top: 1.388889vw;
  }

  #enzo-en .mt-40,
  #enzo-en .xs\:mt-40 {
    margin-top: 5.555556vw;
  }

  #enzo-en .mt-50,
  #enzo-en .xs\:mt-50 {
    margin-top: 6.944444vw;
  }

  #enzo-en .mt-60,
  #enzo-en .xs\:mt-60 {
    margin-top: 8.333333vw;
  }

  #enzo-en .mt-80,
  #enzo-en .xs\:mt-80 {
    margin-top: 11.111111vw;
  }

  #enzo-en .xs\:mt-48 {
    margin-top: 6.666667vw;
  }

  #enzo-en .mt-100,
  #enzo-en .xs\:mt-100 {
    margin-top: 13.888889vw;
  }

  #enzo-en .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
}

#enzo-en .pt-200,
#enzo-en .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#enzo-en .pb-200,
#enzo-en .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#enzo-en .py-200,
#enzo-en .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#enzo-en .pt-160,
#enzo-en .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#enzo-en .pb-160,
#enzo-en .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#enzo-en .pt-150,
#enzo-en .lg\:pt-150 {
  padding-top: 7.8125vw;
}

#enzo-en .pb-80,
#enzo-en .lg\:pb-80 {
  padding-bottom: 4.166667vw;
}

@media (max-aspect-ratio: 11/10) {

  #enzo-en .pt-200,
  #enzo-en .xs\:pt-200 {
    padding-top: 27.777778vw;
  }

  #enzo-en .pt-190,
  #enzo-en .xs\:pt-190 {
    padding-top: 26.388889vw;
  }

  #enzo-en .pb-200,
  #enzo-en .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }

  #enzo-en .py-200,
  #enzo-en .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }

  #enzo-en .pt-160,
  #enzo-en .xs\:pt-160 {
    padding-top: 22.222222vw;
  }

  #enzo-en .xs\:pt-180 {
    padding-top: 25vw;
  }

  #enzo-en .pb-160,
  #enzo-en .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }

  #enzo-en .xs\:pt-0 {
    padding-top: 0;
  }

  #enzo-en .pb-80,
  #enzo-en .xs\:pb-80 {
    padding-bottom: 11.111111vw;
  }
}

#enzo-en h2,
#enzo-en h3 {
  font-weight: 700;
  line-height: 1.25;
}

#enzo-en p {
  color: #86868b;
}

#enzo-en strong {
  font-weight: 500;
  color: #000;
}

#enzo-en .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000 50%, #7c7f90);
  background-image: linear-gradient(90deg, #000 50%, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#enzo-en .theme-dark {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px #000;
}

#enzo-en .theme-dark strong {
  color: #fff;
  font-weight: 700;
}

#enzo-en .theme-dark .text-gradient {
  background-image: linear-gradient(90deg, #f6f9fe 50%, #7c7f90);
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
}

#enzo-en .text-200,
#enzo-en .lg\:text-200 {
  font-size: 10.416667vw;
}

#enzo-en .text-160,
#enzo-en .lg\:text-160 {
  font-size: 8.333333vw;
}

#enzo-en .text-140,
#enzo-en .lg\:text-140 {
  font-size: 7.291667vw;
}

#enzo-en .text-110,
#enzo-en .lg\:text-110 {
  font-size: 5.729167vw;
}

#enzo-en .text-80 {
  font-size: 4.166667vw;
}

#enzo-en .text-80,
#enzo-en .lg\:text-80 {
  font-size: 4.166667vw;
}

#enzo-en .text-64,
#enzo-en .lg\:text-64 {
  font-size: 3.333333vw;
}

#enzo-en .text-58,
#enzo-en .lg\:text-58 {
  font-size: 3.020833vw;
}

#enzo-en .text-48,
#enzo-en .lg\:text-48 {
  font-size: 2.5vw;
}

#enzo-en .text-42,
#enzo-en .lg\:text-42 {
  font-size: 2.1875vw;
}

#enzo-en .text-40,
#enzo-en .lg\:text-40 {
  font-size: 2.083333vw;
}

#enzo-en .text-32,
#enzo-en .lg\:text-32 {
  font-size: 1.666667vw;
}

#enzo-en .text-28,
#enzo-en .lg\:text-28 {
  font-size: 1.458333vw;
}

#enzo-en .text-24,
#enzo-en .lg\:text-24 {
  font-size: 1.25vw;
}

#enzo-en .text-22,
#enzo-en .lg\:text-22 {
  font-size: 1.145833vw;
}

#enzo-en .text-20,
#enzo-en .lg\:text-20 {
  font-size: 1.041667vw;
}

#enzo-en .text-15,
#enzo-en .lg\:text-15 {
  font-size: max(0.78125vw, 12px);
}

#enzo-en .text-12,
#enzo-en .lg\:text-12 {
  font-size: max(0.625vw, 12px);
}

@media (max-aspect-ratio: 11/10) {

  #enzo-en .text-160,
  #enzo-en .xs\:text-160 {
    font-size: 22.222222vw;
  }

  #enzo-en .text-120,
  #enzo-en .xs\:text-120 {
    font-size: 16.666667vw;
  }

  #enzo-en .text-116,
  #enzo-en .xs\:text-116 {
    font-size: 16.111111vw;
  }

  #enzo-en .text-90,
  #enzo-en .xs\:text-90 {
    font-size: 12.5vw;
  }

  #enzo-en .text-88,
  #enzo-en .xs\:text-88 {
    font-size: 12.222222vw;
  }

  #enzo-en .text-72,
  #enzo-en .xs\:text-72 {
    font-size: 10vw;
  }

  #enzo-en .text-64,
  #enzo-en .xs\:text-64 {
    font-size: 8.888889vw;
  }

  #enzo-en .text-60,
  #enzo-en .xs\:text-60 {
    font-size: 8.333333vw;
  }

  #enzo-en .text-48,
  #enzo-en .xs\:text-48 {
    font-size: 6.666667vw;
  }

  #enzo-en .text-42,
  #enzo-en .xs\:text-42 {
    font-size: 5.833333vw;
  }

  #enzo-en .text-32,
  #enzo-en .xs\:text-32 {
    font-size: 4.444444vw;
  }

  #enzo-en .text-26,
  #enzo-en .xs\:text-26 {
    font-size: 3.611111vw;
  }

  #enzo-en .text-24,
  #enzo-en .xs\:text-24 {
    font-size: 3.333333vw;
  }
}

html.has-modal {
  overflow: hidden;
}

html.has-modal body,
html.has-modal .main-navigation.nav-v2,
html.has-modal #second-navigation-v4 .product-tabs__heading,
html.fancybox-margin body,
html.fancybox-margin .main-navigation.nav-v2,
html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

#enzo-en .section-hero .hero-picture {
  z-index: 2;
  width: 70.364583vw;
  transform: scale(1.3);
  transform-origin: 0;
}

#enzo-en .section-hero .hero-picture::before {
  padding-bottom: 91.5384615385%;
  padding-bottom: 66.145833vw;
}

#enzo-en .section-hero .hero-content {
  position: absolute;
  top: 7.65625vw;
  right: 9.375vw;
  width: 27.611667vw;
  transform: translateX(-3.229167vw) scale(1.3);
  transform-origin: 100% 100%;
  opacity: 0;
}

#enzo-en .section-hero.animated .hero-picture {
  transition: transform 1.5s ease;
  transform: translateX(-17.395833vw) scale(1);
}

#enzo-en .section-hero.animated .hero-content {
  transition: transform 1.5s ease, opacity 1.5s ease;
  transform: translateX(0) scale(1);
  opacity: 1;
}

#enzo-en .section-hero .hero-logo::before {
  padding-bottom: 6.4440982073%;
}

#enzo-en .section-hero .hero-slogan {
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  margin-top: 1.041667vw;
  font-size: 2.239583vw;
  font-weight: 400;
}
#enzo-en .section-hero .hero-slogan span{
  text-align: center;
}


#enzo-en .section-hero .hero-product {
  width: 23.958333vw;
  margin: 6.864583vw auto 0;
}

#enzo-en .section-hero .hero-product::before {
  padding-bottom: 108.6956521739%;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-hero {
    padding-bottom: 13.888889vw;
  }

  #enzo-en .section-hero .hero-picture {
    z-index: 0;
    width: 100%;
    transform: none;
  }

  #enzo-en .section-hero .hero-picture::before {
    padding-bottom: 97.2222222222%;
  }

  #enzo-en .section-hero .hero-content {
    position: static;
    width: 73.631111vw;
    margin: -6.944444vw auto 0;
    transform: none;
    opacity: 1;
  }

  #enzo-en .section-hero .hero-content.animated .hero-header,
  #enzo-en .section-hero .hero-content.animated .hero-product,
  #enzo-en .section-hero .hero-content.animated .hero-sku {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transform: translateY(0);
    opacity: 1;
  }

  #enzo-en .section-hero .hero-content.animated .hero-product {
    transition-delay: 0.1s;
  }

  #enzo-en .section-hero .hero-content.animated .hero-sku {
    transition-delay: 0.2s;
  }

  #enzo-en .section-hero .hero-header {
    transform: translateY(8.333333vw);
    opacity: 0;
  }

  #enzo-en .section-hero .hero-slogan {
    width: 66.666667vw;
    margin: 2.777778vw auto 0;
    font-size: 5.972222vw;
  }

  #enzo-en .section-hero .hero-product {
    width: 45.555556vw;
    margin: 8.333333vw auto 0;
    transform: translateY(8.333333vw);
    opacity: 0;
  }

  #enzo-en .section-hero .hero-product::before {
    padding-bottom: 107.9268292683%;
  }
}

#enzo-en .hero-sku {
  position: relative;
  z-index: 1;
  margin-top: -4.6875vw;
  text-align: center;
}

#enzo-en .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #fff;
}

#enzo-en .hero-sku .from {
  font-size: 0.677083vw;
}


#enzo-en .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 28px;
  font-size: 13px;
  line-height: 24px;
  transition: 0.3s ease-out;
  color: #000;
  border-radius: 6px;
  background-color: #fff;
}

#enzo-en .hero-sku .buy-cta:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .hero-sku {
    margin-top: -5vw;
    transform: translateY(8.333333vw);
    opacity: 0;
  }

  #enzo-en .hero-sku .pricing {
    font-size: 5.555556vw;
  }

  #enzo-en .hero-sku .from {
    font-size: 3.611111vw;
  }
}

#enzo-en .section-introduction {
  margin-top: -3.385417vw;
  padding-bottom: 10.416667vw;
  text-align: center;
}

#enzo-en .section-introduction .wrapper {
  position: relative;
  overflow: hidden;
}

#enzo-en .section-introduction .introduction {
  position: relative;
  z-index: 1;
  transform: translateY(9.375vw);
  width: 59.895833vw;
  margin: 0 auto;
}

#enzo-en .section-introduction .icon-copy {
  background-image: linear-gradient(90deg, #f6f9fe, #7c7f90);
}

#enzo-en .section-introduction .icon-play {
  width: 2.135417vw;
  margin-top: 0.104167vw;
  margin-left: 0.833333vw;
}

#enzo-en .section-introduction .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 200%;
  transform: translateY(-30%);
  background-image: linear-gradient(transparent, #000 30%);
}

#enzo-en .section-introduction .animated .introduction {
  transition: transform 1.2s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}

#enzo-en .section-introduction .animated .overlay {
  transition: transform 2.2s;
  transform: translateY(50%);
  pointer-events: none;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-introduction {
    margin-top: 0;
    padding-bottom: 27.777778vw;
  }

  #enzo-en .section-introduction .introduction {
    line-height: 1.6;
    transform: translateY(25vw);
    width: 93.194444vw;
    margin: 0 auto;
  }

  #enzo-en .section-introduction .icon-play {
    width: 5.416667vw;
    margin-top: 0.277778vw;
    margin-left: 2.361111vw;
  }
}

#enzo-en .section-highlights {
  background-color: #101010;
  overflow: hidden;
}

#enzo-en .section-highlights .swiper-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 81.25vw;
  margin: 0 auto;
  padding-top: 6.302083vw;
}

#enzo-en .section-highlights .swiper-container {
  margin: 0;
}

#enzo-en .section-highlights .gallery-container {
  margin-bottom: 6.302083vw;
}

#enzo-en .section-highlights .text-container {
  margin-top: 2.604167vw;
}

#enzo-en .section-highlights .text-wrapper {
  align-items: flex-start;
  flex-direction: column;
}

#enzo-en .section-highlights .text-slide+.text-slide {
  margin-top: 2.1875vw;
}
#enzo-en .section-highlights .text-slide:last-child{
  padding-bottom: 2.1875vw;
}

#enzo-en .section-highlights .headline {
  font-size: 2.5vw;
  cursor: pointer;
  transition: color 0.5s;
  color: #86868b;
}

#enzo-en .section-highlights .headline:hover {
  color: #d2d2d7;
}

#enzo-en .section-highlights .intro {
  margin-top: .260417vw;
  font-size: 1.041667vw;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
}

#enzo-en .section-highlights .active .headline {
  opacity: 1;
  color: #fff;
}

#enzo-en .section-highlights .active .intro {
  pointer-events: all;
  opacity: 1;
}

#enzo-en .section-highlights .gallery-container {
  overflow: visible;
  width: 48.020833vw;
}

#enzo-en .section-highlights .swiper-slide-active .scale-down {
  animation: scale-down 0.8s forwards;
}

@keyframes scale-down {
  0% {
    transform: scale(1.35);
  }

  100% {
    transform: scale(1);
  }
}

#enzo-en .section-highlights .swiper-controls {
  display: none;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-highlights {
    background-color: #000;
  }

  #enzo-en .section-highlights .swiper-content {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #101010;
  }

  #enzo-en .section-highlights .text-container {
    z-index: 2;
    padding-bottom: 94.444444vw;
    margin-top: 0;
    padding-bottom: 89.958333vw;
  }

  #enzo-en .section-highlights .text-wrapper {
    display: flex;
    flex-direction: row;
  }

  #enzo-en .section-highlights .text-slide {
    position: relative;
    width: 100%;
    padding: 10.416667vw 10vw 11.111111vw;
    padding-left: 10.138889vw;
    padding-bottom: 0;
  }

  #enzo-en .section-highlights .text-slide+.text-slide {
    margin-top: 0;
  }
  #enzo-en .section-highlights .text-slide:last-child{
    padding-bottom: 0;
  }

  #enzo-en .section-highlights .headline {
    font-size: 6.666667vw;
    cursor: auto;
    color: #fff !important;
  }

  #enzo-en .section-highlights .intro {
    margin-top: 2.083333vw;
    font-size: 4.444444vw;
    pointer-events: all;
    opacity: 1;
  }

  #enzo-en .section-highlights .gallery-container {
    overflow: hidden;
    width: 100%;
    margin-top: -94.444444vw;
  }

  #enzo-en .section-highlights .scale-down,
  #enzo-en .section-highlights .swiper-slide-active .scale-down {
    animation: none;
  }

  #enzo-en .section-highlights .swiper-controls {
    display: flex;
    justify-content: center;
    margin-top: 8.888889vw;
  }

  #enzo-en .section-highlights .controls {
    display: flex;
    align-items: center;
    padding: 3.888889vw 6.388889vw;
    border-radius: 100vh;
    background-color: #28282a;
  }

  #enzo-en .section-highlights .slidenav-arrow {
    width: 5.555556vw;
    transition: opacity 0.3s;
    outline: 0;
  }

  #enzo-en .section-highlights .slidenav-arrow.slidenav-disabled {
    opacity: 0.2;
  }

  #enzo-en .section-highlights .slidenav-arrow-prev {
    margin-right: 3.888889vw;
  }

  #enzo-en .section-highlights .slidenav-arrow-next {
    margin-left: 3.888889vw;
  }

  #enzo-en .section-highlights .dotnav-list {
    display: flex;
  }

  #enzo-en .section-highlights .dotnav {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.111111vw;
    margin-left: 1.111111vw;
    transition: opacity 0.3s;
    opacity: 0.3;
    border-radius: 100%;
    outline: 0;
    background-color: #c3c3c7;
  }

  #enzo-en .section-highlights .dotnav.active {
    opacity: 1;
  }

  #enzo-en .section-highlights .gallery-container {
    margin-bottom: 8.888889vw;
  }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 3/4) {
  #enzo-en .section-highlights .swiper-controls {
    position: sticky;
    z-index: 3;
    /* bottom: 5.555556vw; */
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    bottom: 0;
  }

  #enzo-en .section-highlights .swiper-controls.animated {
    pointer-events: all;
    opacity: 0.7;
  }
}

#enzo-en .section-colours {
  padding-top: 10.416667vw;
}

#enzo-en .section-colours .intro {
  width: 39.0625vw;
}

#enzo-en .section-colours .tablist-wrapper {
  margin-left: 11.09375vw;
  transform: translateY(-80%);
}

#enzo-en .section-colours .tabnav {
  padding-bottom: 0.729167vw;
}

#enzo-en .section-colours .tabnav+.tabnav {
  margin-left: 3.828125vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-colours {
    padding-top: 26.388889vw;
  }

  #enzo-en .section-colours .intro {
    width: 100%;
  }

  #enzo-en .section-colours .tablist-wrapper {
    margin-top: 10.416667vw;
    margin-left: 0;
    transform: translateY(0);
  }

  #enzo-en .section-colours .tablist {
    margin: 0;
  }

  #enzo-en .section-colours .tabnav {
    padding-bottom: 3.75vw;
  }

  #enzo-en .section-colours .tabnav+.tabnav {
    margin-left: 11.111111vw;
  }

  #enzo-en .section-colours .tabnav-scrollbar {
    margin: 0;
  }

  #enzo-en .section-colours h2 {
    margin-left: 1.944444vw;
  }

  #enzo-en .section-colours .items-end {
    margin-top: 6.666667vw;
    margin-left: 1.944444vw;
  }
}

#enzo-en .tablist {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#enzo-en .tabnav {
  padding-bottom: 1.041667vw;
  font-size: 1.666667vw;
  cursor: pointer;
  transition: color 0.4s;
  white-space: nowrap;
  color: #86868b;
  outline: 0;
}

#enzo-en .tabnav+.tabnav {
  margin-left: 4.166667vw;
}

#enzo-en .section-design .tabnav+.tabnav {
  margin-left: 2.916667vw;
}

#enzo-en .tabnav:hover {
  color: #d2d2d7;
}

#enzo-en .tabnav.active {
  color: #fff;
}

#enzo-en .tabnav-scrollbar {
  width: 100%;
  height: 2px;
  background-color: #86868b;
}

#enzo-en .swiper-scrollbar-drag {
  width: 0;
  border-radius: 0;
  background-color: #fff;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .tablist {
    position: relative;
    display: inline-block;
    margin: 0 6.944444vw;
  }

  #enzo-en .tablist::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    background-color: #86868b;
  }

  #enzo-en .tabnav {
    display: inline-block;
    padding-bottom: 5.555556vw;
    font-size: 5vw;
  }

  #enzo-en .tabnav+.tabnav {
    margin-left: 8.333333vw;
  }

  #enzo-en .section-design .tabnav+.tabnav {
    margin-left: 8.888889vw;
    margin-bottom: 5.555556vw;
  }

  #enzo-en .section-design .tablist {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  #enzo-en .tabnav-scrollbar {
    width: 0;
    height: 2px;
    margin: 0 6.944444vw;
  }

  #enzo-en .section-design .tabnav-scrollbar {
    margin-left: 10vw;
    margin-right: 10vw;
  }
 
}

#enzo-en .tab-swiper .swiper-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#enzo-en .tab-swiper .swiper-content .tabnav {
  padding-bottom: .78125vw;
  white-space: normal;
}

#enzo-en .tab-swiper .tablist-wrapper {
  position: relative;
  margin: 3.125vw auto 0;
}

#enzo-en .tab-swiper .caption-list {
  display: flex;
  margin-top: 1.666667vw;
  text-align: center;
}

#enzo-en .tab-swiper .caption {
  position: relative;
  width: 100%;
  font-size: 1.25vw;
  transition: opacity 0.4s;
  opacity: 0;
}

#enzo-en .tab-swiper .caption+.caption {
  margin-left: -100%;
}
#enzo-en .section-design .caption-list strong {
  font-weight: bold;
}

#enzo-en .tab-swiper .caption.active {
  z-index: 1;
  opacity: 1;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .tab-swiper .swiper-content {
    display: block;
    width: 100%;
  }
  #enzo-en .tab-swiper .swiper-content .tabnav {
    padding-bottom: 0;
  }
  #enzo-en .tab-swiper .swiper-content .tabnav+.tabnav {
    margin-bottom: 3.75vw;
  }
  
  #enzo-en .tab-swiper .tablist-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 8.888889vw;
    line-height: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #enzo-en .tab-swiper .tablist-wrapper::-webkit-scrollbar {
    display: none;
  }

  #enzo-en .tab-swiper .caption-list {
    width: 86.111111vw;
    margin: 6.666667vw auto 0;
  }

  #enzo-en .tab-swiper .caption {
    font-size: 4.444444vw;
  }
   #enzo-en .tab-swiper .swiper-content .tabnav{
    white-space: nowrap;
  }
}

#enzo-en .section-design .swiper-container {
  width: 70.364583vw;
}

#enzo-en .section-design .inline-video {
  height: 39.583333vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-design .swiper-container {
    width: 100%;
  }

  #enzo-en .section-design .inline-video {
    width: 100%;
    height: 97.222222vw;
  }
}

#enzo-en .section-performance {
  overflow: hidden;
}

#enzo-en .section-performance .wrapper {
  width: 47.604167vw;
  transform: scale(1.725);
  transform-origin: top;
}

#enzo-en .section-performance .inline-video {
  position: absolute;
  top: 0.677083vw;
  right: 0;
  left: 0;
  width: 36.458333vw;
  margin-right: auto;
  margin-left: auto;
}

#enzo-en .section-performance .picture {
  position: relative;
  z-index: 2;
}

#enzo-en .section-performance .content {
  width: 54.322917vw;
  text-align: center;
}

#enzo-en .section-performance .intro {
  transform: translateY(3.125vw);
  opacity: 0;
}

#enzo-en .section-performance .animated .wrapper {
  transition: transform 1.5s;
  transform: scale(1);
}

#enzo-en .section-performance .animated .intro {
  transition: opacity 0.5s 1.2s ease-in, transform 0.5s 1.2s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0);
  opacity: 1;
}

#enzo-en .section-performance .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.125vw;
  padding-bottom: 2.083333vw;
}

#enzo-en .section-performance .stat-widget {
  margin-left: 0.625vw;
  padding-top: 0.2em;
  padding-bottom: 0.24em;
}

#enzo-en .section-performance .stat-icon {
  width: 1.354167vw;
}

#enzo-en .section-performance .picture1 {
  position: absolute;
  top: 0.677083vw;
  right: 0;
  left: 0;
  width: 36.458333vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-performance {
    padding-top: 26.388889vw;
  }

  #enzo-en .section-performance .headline {
    padding-left: 8.888889vw;
  }

  #enzo-en .section-performance .wrapper {
    width: 100%;
    transform: scale(1.6);
    margin-top: 8.888889vw;
    width: 82.555556vw;
  }

  #enzo-en .section-performance .inline-video {
    top: 1.388889vw;
    width: 68.055556vw;
  }

  #enzo-en .section-performance .content {
    width: 82.222222vw;
    margin-top: 8.888889vw;
    text-align: left;
  }

  #enzo-en .section-performance .stat {
    padding-top: 4.166667vw;
    padding-bottom: 5.555556vw;
  }

  #enzo-en .section-performance .stat-value {
    margin-top: -1.388889vw;
  }

  #enzo-en .section-performance .stat-widget {
    margin-left: 0.694444vw;
  }

  #enzo-en .section-performance .stat-icon {
    width: 2.5vw;
  }
}

#enzo-en .stats-anim .stat {
  width: 32.916667vw;
  /* height: 30.348958vw; */
  transform: translateY(6.25vw);
  pointer-events: none;
  opacity: 0;
  background-color: rgba(31, 34, 43, 0.8);
}

#enzo-en .section-screen .stats-anim {
  margin-top: 4vw;
}
#enzo-en .section-screen .stats-anim .stat-item{
  padding: 3.125vw;
}

#enzo-en .section-screen .stats-anim .stat {
  width: 21.09375vw;
  height: 23.958333vw;
}

#enzo-en .stats-anim .stat-value {
  color: #cbcfd8;
}

#enzo-en .stats-anim .stat-number {
  font-size: inherit;
  letter-spacing: -0.416667vw;
  color: inherit;
}

#enzo-en .stats-anim.animated .stat {
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

#enzo-en .stats-anim.animated .stat:nth-child(2) {
  transition-delay: 0.1s;
}

#enzo-en .stats-anim.animated .stat:nth-child(3) {
  transition-delay: 0.2s;
}
#enzo-en .section-screen .stats-anim .stat .stat-caption {
  padding-left: 2.083333vw;
  padding-right: 2.083333vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .stats-anim .stat {
    width: 100%;
    height: 41.666667vw;
    transform: translateY(8.333333vw);
  }

  #enzo-en .stats-anim .stat+.stat {
    margin-top: 4.444444vw;
  }

  #enzo-en .stats-anim .stat.animated {
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }

  #enzo-en .section-screen .stats-anim .stat {
    width: 100%;
    height: auto;
  }

  #enzo-en .section-screen .stats-anim .stat .stat-caption {
    margin-top: 2.777778vw;
  }

  #enzo-en .section-screen .stats-anim {
    margin-top: 7.777778vw;
  }
}

#enzo-en .section-heat-dissipation>.justify-between {
  padding-top: 10.416667vw;
}

#enzo-en .section-heat-dissipation .intro {
  width: 39.21875vw;
  margin-right: 2.604167vw;
}

#enzo-en .section-heat-dissipation .inline-video::after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -.10416vw;
  content: "";
  height: 10.416667vw;
  background-image: linear-gradient(transparent, #000);
}

#enzo-en .section-heat-dissipation .badges {
  /* width: 67.5vw; */
  width: auto;
  margin: 2.395833vw auto 0;
}

#enzo-en .section-heat-dissipation .badges .badge:nth-child(1) .badge-content {
  width: 12.916667vw;
}

#enzo-en .section-heat-dissipation .badges .badge:nth-child(2) .badge-content {
  width: 14.0625vw;
}

#enzo-en .section-heat-dissipation .badges .badge:nth-child(3) .badge-content {
  width: 8.59375vw;
}

#enzo-en .section-heat-dissipation .badges .badge:nth-child(4) .badge-content {
  width: 10.677083vw;
}

#enzo-en .section-heat-dissipation .badge-icon {
  flex-shrink: 0;
  width: 2.916667vw;
}

#enzo-en .section-heat-dissipation .badge-content {
  margin-top: -0.208333vw;
  margin-left: 1.09375vw;
}

#enzo-en .section-heat-dissipation .badge-intro {
  margin-top: .78125vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-heat-dissipation {
    padding-top: 26.388889vw;
  }

  #enzo-en .section-heat-dissipation>.justify-between {
    padding-top: 0;
  }

  #enzo-en .section-heat-dissipation .intro {
    width: 100%;
    margin: 0 auto;
    margin-top: 6.666667vw;
    width: 82.5vw;
  }

  #enzo-en .section-heat-dissipation .inline-video::after {
    height: 27.777778vw;
  }

  #enzo-en .section-heat-dissipation .badges {
    width: 86.111111vw;
    margin: 13.888889vw auto 0;
    margin-top: 2.777778vw;
  }

  #enzo-en .section-heat-dissipation .badge-icon {
    width: 12.5vw;
  }

  #enzo-en .section-heat-dissipation .badge-content {
    margin-top: -0.833333vw;
    margin-left: 5.555556vw;
  }

  #enzo-en .section-heat-dissipation .badges .badge:nth-child(1) .badge-content,
  #enzo-en .section-heat-dissipation .badges .badge:nth-child(2) .badge-content,
  #enzo-en .section-heat-dissipation .badges .badge:nth-child(3) .badge-content,
  #enzo-en .section-heat-dissipation .badges .badge:nth-child(4) .badge-content {
    width: 80.694444vw;
  }

  #enzo-en .section-heat-dissipation .badges .badge {
    margin-right: 0;
    margin-left: 1.944444vw;
  }

  #enzo-en .section-heat-dissipation .badge-intro {
    width: 106%;
    margin-top: 2.083333vw;
  }
}

#enzo-en .section-office-and-entertainment .swiper-container {
  background-color: #0f0f0f;
}

#enzo-en .section-gaming .text-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
}

#enzo-en .section-gaming .intro {
  width: 33.854167vw;
}

#enzo-en .section-gaming .note {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-gaming .text-content {
    position: static;
  }

  #enzo-en .section-gaming .intro {
    width: 86.111111vw;
  }

  #enzo-en .section-gaming .note {
    position: static;
  }
}

#enzo-en .section-screen .intro-1 {
  width: 26.25vw;
}

#enzo-en .section-screen .intro-2 {
  width: 30.208333vw;
  margin-left: 8.020833vw;
}

#enzo-en .section-screen .picture-wrapper {
  position: relative;
  z-index: 2;
  transform-origin: bottom;
}

#enzo-en .section-screen .picture {
  position: relative;
  z-index: 2;
}

#enzo-en .section-screen .wallpaper {
  position: absolute;
  z-index: 1;
  top: 0.989583vw;
  right: 0;
  left: 0;
  width: 53.333333vw;
  margin-right: auto;
  margin-left: auto;
}

#enzo-en .section-screen .wallpaper-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
}

#enzo-en .section-screen .gradient-bg {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 44.270833vw;
  background-image: radial-gradient(54.6875vw 44.270833vw ellipse at 50% 100%, #0b6fff, #000);
}

#enzo-en .section-screen .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4.166667vw;
  padding-bottom: 3.645833vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-screen .intro-1 {
    width: 100%;
  }

  #enzo-en .section-screen .intro-2 {
    width: 100%;
    margin-top: 6.666667vw;
    margin-left: 0;
  }

  #enzo-en .section-screen .wallpaper {
    top: 1.388889vw;
    width: 83.333333vw;
  }

  #enzo-en .section-screen .gradient-bg {
    height: 68.055556vw;
    background-image: radial-gradient(79.166667vw 68.055556vw ellipse at 50% 100%, #0b6fff, #000);
  }

  #enzo-en .section-screen .stat {
    height: 37.5vw;
    padding-top: 4.722222vw;
    padding-bottom: 3.611111vw;
  }

  #enzo-en .section-screen .stat-unit.block {
    margin-bottom: 0.55em;
  }
}

#enzo-en .section-brilliant-colors .content {
  width: 31.25vw;
  margin-top: 14.583333vw;
  margin-left: 5.208333vw;
  padding-bottom: 3.333333vw;
}
#enzo-en .section-brilliant-colors .content h2  .lg{
  display: inline-block;
}
@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-brilliant-colors .content h2  .lg{
    display: none;
  }
  #enzo-en .section-brilliant-colors .content h2  .xs{
    display: inline-block;
  }
}
#enzo-en .section-brilliant-colors .content .intro {
  margin-top: 2.083333vw;
}

#enzo-en .section-brilliant-colors .picture {
  width: 42.8125vw;
}

#enzo-en .section-brilliant-colors .picture::before {
  padding-bottom: 114.2284569138%;
}

#enzo-en .section-brilliant-colors .image {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  margin-bottom: 3.333333vw; 
  margin-top: -7.291667vw;
}

#enzo-en .section-brilliant-colors .stat {
  padding-top: 2.65625vw;
  width: 21.09375vw;
  height: auto;
  padding-left: 1.041667vw;
  padding-right: 1.041667vw;
}

#enzo-en .section-brilliant-colors .stat-unit {
  margin-bottom: 0.5vw;
  margin-left: -0.520833vw;
  font-weight: 700;
}

#enzo-en .section-brilliant-colors .stat-caption {
  position: absolute;
  top: 13.020833vw;
  right: 0;
  left: 0;
}

#enzo-en .section-brilliant-colors .stat-caption {
  position: static;
}

#enzo-en .section-brilliant-colors .stat:nth-child(1) .stat-caption .stat-title {
  margin-top: .453125vw;
}

#enzo-en .section-brilliant-colors .stat:nth-child(2) .stat-caption .stat-title {
  margin-top: 1.40625vw;
}

#enzo-en .section-brilliant-colors .stat:nth-child(3) .stat-caption .stat-title {
  margin-top: 1.71875vw;
}

#enzo-en .section-brilliant-colors .stat:nth-child(1) .stat-caption .stat-intro {
  margin-top: 1.75vw;
}

#enzo-en .section-brilliant-colors .stat:nth-child(2) .stat-caption .stat-intro {
  margin-top: 1.21875vw;
  padding-bottom: 2.947917vw;
}

#enzo-en .section-brilliant-colors .stat:nth-child(3) .stat-caption .stat-intro {
  margin-top: 4.270833vw;
}

#enzo-en .section-brilliant-colors .stat-title {
  color: #cbcfd8;
  font-size: 1.666667vw;
  font-weight: 700;
}

#enzo-en .section-brilliant-colors .stat-icon {
  width: 7.291667vw;
  margin: .78125vw auto 0;
}

#enzo-en .section-brilliant-colors .stat-intro {
  margin-top: 3.125vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-brilliant-colors .content {
    width: 100%;
    margin: 0 auto;
  }

  #enzo-en .section-brilliant-colors .content h2 {
    margin-left: 8.888889vw;
  }

  #enzo-en .section-brilliant-colors .content .intro {
    width: 82.222222vw;
    margin: 0 auto;
  }

  #enzo-en .section-brilliant-colors .picture {
    width: 100%;
  }

  #enzo-en .section-brilliant-colors .picture::before {
    padding-bottom: 119.4444444444%;
  }

  #enzo-en .section-brilliant-colors .stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 41.666667vw;
    padding-top: 2.777778vw;
    width: 100%;
  }

  #enzo-en .section-brilliant-colors .stat-unit {
    margin-bottom: 3.333333vw;
    margin-left: -1.388889vw;
  }

  #enzo-en .section-brilliant-colors .stat-caption {
    top: 22.222222vw;
  }

  #enzo-en .section-brilliant-colors .stat-icon {
    width: 16.111111vw;
    margin: 1.388889vw auto 0;
    margin-top: 0;
  }

  #enzo-en .section-brilliant-colors .stat-intro {
    margin-top: 4.166667vw;
  }

  #enzo-en .section-brilliant-colors .content .intro {
    margin-top: 6.666667vw;
  }

  #enzo-en .section-brilliant-colors .stat-title {
    font-size: 4.444444vw;
  }

  #enzo-en .section-brilliant-colors .stat {
    height: auto;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(1) {
    padding-top: 4.027778vw;
    padding-bottom: 3.194444vw;
    padding-left: 4.444444vw;
    padding-right: 4.444444vw;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(2) {
    padding-top: 4.583333vw;
    padding-bottom: 4.444444vw;
    padding-left: 4.444444vw;
    padding-right: 4.444444vw;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(3) {
    padding-top: 4.305556vw;
    padding-bottom: 3.333333vw;
    padding-left: 4.444444vw;
    padding-right: 4.444444vw;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(1) .stat-caption .stat-intro {
    margin-top: 3.333333vw;
    margin-bottom: 0;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(2) .stat-caption .stat-intro {
    margin-top: 3.611111vw;
    margin-bottom: 0;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(3) .stat-caption .stat-intro {
    margin-top: 3.888889vw;
    margin-bottom: 0;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(1) .stat-caption .stat-title {
    margin-top: 0;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(2) .stat-caption .stat-title {
    margin-top: 2.361111vw;
  }

  #enzo-en .section-brilliant-colors .stat:nth-child(3) .stat-caption .stat-title {
    margin-top: 0;
  }
}
#enzo-en .section-interfaces h2 {
  width: 61.111111vw;
  white-space: normal;
}
#enzo-en .section-interfaces .intro {
  width: 54.010417vw;
  margin-top: 2.083333vw;
}

#enzo-en .section-interfaces .item {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 27.916667vw;
  background-color: #f5f5f7;
}

#enzo-en .section-interfaces .item-2 {
  width: 40vw;
}

#enzo-en .section-interfaces .picture {
  transform: scale(1.5);
}

#enzo-en .section-interfaces .picture-1 {
  transform-origin: 120%;
}

#enzo-en .section-interfaces .picture-3 {
  transform-origin: 50%;
}

#enzo-en .section-interfaces .picture-3 {
  transform-origin: -20%;
}

#enzo-en .section-interfaces .pin-item {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#enzo-en .section-interfaces .pin-bottom {
  top: 14.583333vw;
}

#enzo-en .section-interfaces .pin-bottom .pin {
  transform-origin: top;
}

#enzo-en .section-interfaces .pin-bottom .pin-intro {
  /* bottom: -2.083333vw; */
  top: 3.697917vw;
}

#enzo-en .section-interfaces .pin-top {
  bottom: 15.15625vw;
}

#enzo-en .section-interfaces .pin-top .pin {
  transform-origin: bottom;
}

#enzo-en .section-interfaces .pin-top .pin-intro {
  top: -2.083333vw;
}

#enzo-en .section-interfaces .pin {
  width: 1px;
  height: 3.125vw;
  transform: scaleY(0);
  background-color: #86868b;
}

#enzo-en .section-interfaces .pin-intro {
  position: absolute;
  font-size: 0.9375vw;
  white-space: nowrap;
  opacity: 0;
}

#enzo-en .section-interfaces .pin-1 {
  left: 13.177083vw;
}

#enzo-en .section-interfaces .pin-1 .pin-intro {
  margin-left: .9375vw;
}

#enzo-en .section-interfaces .pin-2-1 {
  left: 15.46875vw;
}

#enzo-en .section-interfaces .pin-2-1 .pin-intro {
  margin-left: 1.0083333vw;
  width: 8.59375vw;
  max-width: 8.59375vw;
  white-space: normal;
}

#enzo-en .section-interfaces .pin-2-2 .pin-intro {
  margin-left: 1.09375vw;
}

#enzo-en .section-interfaces .pin-2-2 {
  left: 20vw;
}

#enzo-en .section-interfaces .pin-2-3 {
  left: 24.479167vw;
}

#enzo-en .section-interfaces .pin-2-3 .pin-intro {
  margin-right: -4.083333vw;
  width: 8.59375vw;
  max-width: 8.59375vw;
  white-space: normal;
}

#enzo-en .section-interfaces .pin-3-1 .pin-intro {
  margin-right: 3.083333vw;
  width: 8.958333vw;
  max-width: 8.958333vw;
  white-space: normal;
}

#enzo-en .section-interfaces .pin-3-3 .pin-intro {
  margin-left: 2.2vw;
  width: 4.635417vw;
  max-width: 4.635417vw;
  white-space: normal;
}

#enzo-en .section-interfaces .pin-3-2 .pin-intro {
  margin-left: 3.489583vw;
}

#enzo-en .section-interfaces .pin-3-1 {
  left: 9.0625vw;
}

#enzo-en .section-interfaces .pin-3-2 {
  bottom: 14.375vw;
  left: 12.239583vw;
}

#enzo-en .section-interfaces .pin-3-3 {
  left: 15.9375vw;
}

#enzo-en .section-interfaces .animated .picture {
  transition: transform 1s;
  transform: scale(1);
}

#enzo-en .section-interfaces .animated .pin {
  transition: transform 0.8s 1s;
  transform: scaleY(1);
}

#enzo-en .section-interfaces .animated .pin-intro {
  transition: opacity 0.8s 1s;
  opacity: 1;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-interfaces .intro {
    width: 100%;
    margin-top: 6.666667vw;
  }

  #enzo-en .section-interfaces .list {
    margin-top: 11.388889vw;
  }

  #enzo-en .section-interfaces .item {
    width: 100%;
  }

  #enzo-en .section-interfaces .picture {
    transform: none;
  }

  #enzo-en .section-interfaces .pin-bottom {
    top: 30.972222vw;
  }

  #enzo-en .section-interfaces .pin-bottom .pin-intro {
    /* bottom: -8.333333vw; */
    bottom: 0;
    top: 12.638889vw;
  }

  #enzo-en .section-interfaces .pin-top {
    /* bottom: 0;
    top: 12.638889vw; */
    bottom: 36.805556vw;
  }

  #enzo-en .section-interfaces .pin-top .pin-intro {
    top: -8.333333vw;
  }

  #enzo-en .section-interfaces .pin-1 .pin-intro {
    margin-left: 3.333333vw;
  }

  #enzo-en .section-interfaces .pin {
    width: 1px;
    height: 9.722222vw;
    transform: none;
  }

  #enzo-en .section-interfaces .pin-intro {
    font-size: 3.611111vw;
    opacity: 1;
  }

  #enzo-en .section-interfaces .pin-1 {
    top: 32.777778vw;
    left: 46.527778vw;
  }

  #enzo-en .section-interfaces .pin-2-1 {
    left: 32.777778vw;
  }

  #enzo-en .section-interfaces .pin-2-1 .pin-intro {
    margin-right: 8.611111vw;
    max-width: 33.611111vw;
    width: 33.611111vw;
    white-space: normal;
  }

  #enzo-en .section-interfaces .pin-2-2 {
    left: 49.861111vw;
  }

  #enzo-en .section-interfaces .pin-2-3 {
    left: 67.083333vw;
  }

  #enzo-en .section-interfaces .pin-2-3 .pin-intro {
    margin-right: -13.888889vw;
    max-width: 33.611111vw;
    width: 33.611111vw;
    white-space: normal;
  }

  #enzo-en .section-interfaces .pin-3-1 {
    top: 33.055556vw;
    left: 32.361111vw;
  }

  #enzo-en .section-interfaces .pin-3-1 .pin-intro {
    margin-left: -3.888889vw;
    max-width: 34.444444vw;
    width: 34.444444vw;
    white-space: normal;
  }

  #enzo-en .section-interfaces .pin-3-2 {
    bottom: 32.361111vw;
    left: 44.305556vw;
  }

  #enzo-en .section-interfaces .pin-3-3 {
    top: 33.055556vw;
    left: 58.055556vw;
  }

  #enzo-en .section-interfaces .pin-3-3 .pin-intro {
    margin-right: -3.6vw;
    max-width: 35.138889vw;
    width: 35.138889vw;
    white-space: normal;
  }

  #enzo-en .section-interfaces .pin-2-2 .pin-intro {
    margin-left: -.694444vw;
  }

  #enzo-en .section-interfaces .pin-3-2 .pin-intro {
    margin-left: 10.555556vw;
  }
}

#enzo-en .section-ai-space {
  overflow: hidden;
}

#enzo-en .section-ai-space .intro {
  width: 34.375vw;
}

#enzo-en .section-ai-space .wrapper {
  width: 60.416667vw;
  padding-top: 6.5625vw;
}

#enzo-en .section-ai-space .gallery {
  transform: translateY(3.125vw);
}

#enzo-en .section-ai-space .picture::before {
  padding-bottom: 73.0172413793%;
}

#enzo-en .section-ai-space .animated .gallery {
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(0);
}

#enzo-en .section-ai-space .animated .ux-wrapper {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-6.927083vw, -4.583333vw);
}

#enzo-en .section-ai-space .animated .ux-shadow {
  transition: opacity 1s 0.2s;
  opacity: 1;
}

#enzo-en .section-ai-space .ux-wrapper,
#enzo-en .section-ai-space .ux {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#enzo-en .section-ai-space .ux-shadow {
  opacity: 0;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-ai-space .intro {
    width: 100%;
  }

  #enzo-en .section-ai-space .wrapper {
    width: 100%;
    padding-top: 20.833333vw;
  }

  #enzo-en .section-ai-space .gallery {
    transform: translateY(8.333333vw);
  }

  #enzo-en .section-ai-space .picture::before {
    padding-bottom: 65.2777777778%;
  }

  #enzo-en .section-ai-space .animated .gallery {
    transform: translateY(0);
  }

  #enzo-en .section-ai-space .animated .ux-wrapper {
    transform: translate(-10.277778vw, -6.944444vw);
  }
}

#enzo-en .section-ai-model .intro {
  width: 33.802083vw;
}

#enzo-en .section-ai-model .inline-video {
  height: 38.541667vw;
}

#enzo-en .section-ai-model .badge-icon {
  width: 3.229167vw;
}

#enzo-en .section-ai-model .badge-content {
  margin-top: -0.208333vw;
  margin-left: 1.041667vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-ai-model .intro {
    width: 100%;
  }

  #enzo-en .section-ai-model .inline-video {
    height: 77.777778vw;
  }

  #enzo-en .section-ai-model .badge-icon {
    width: 12.5vw;
  }

  #enzo-en .section-ai-model .badge-content {
    margin-top: -0.555556vw;
    margin-left: 5vw;
  }
}

#enzo-en .section-super-device .headline-wrapper {
  padding-left: 3.645833vw;
}

#enzo-en .section-super-device .image {
  width: 71.041667vw;
}

#enzo-en .section-super-device .intro {
  width: 35.625vw;
}

#enzo-en .section-super-device .stat {
  position: relative;
  overflow: hidden;
  padding-top: 8.083333vw;
  padding-bottom: 2.083333vw;
  /* background-color: #f5f5f7; */
  background-color: rgba(245,245,247,0.52);
}

#enzo-en .section-super-device .stat-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
}

#enzo-en .section-super-device .bg-1 {
  top: 1.354167vw;
  width: 10.416667vw;
}

#enzo-en .section-super-device .bg-2 {
  top: 5.3125vw;
  width: 7.916667vw;
}

#enzo-en .section-super-device .bg-3 {
  top: 1.041667vw;
  right: auto;
  left: -0.885417vw;
  width: 22.864583vw;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0px);
}

#enzo-en .section-super-device .stat-value {
  color: #3a5289;
}

#enzo-en .section-super-device .stat-caption {
  /* position: absolute; */
  position: static;
  top: 17.270833vw;
  right: 0;
  left: 0;
  padding-bottom: 2.708333vw;
  padding-left: 2.083333vw;
  padding-right: 2.083333vw;
  box-sizing: border-box;
}

#enzo-en .section-super-device .stat:nth-child(2) .stat-caption {
  top: 17.96875vw;
}

#enzo-en .section-super-device .stat-title {
  color: #3a5289;
}

#enzo-en .section-super-device .stat-intro {
  margin-top: 2.916667vw;
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-super-device .headline-wrapper {
    padding-left: 0;
  }

  #enzo-en .section-super-device .image {
    width: 100%;
  }

  #enzo-en .section-super-device .intro {
    width: 100%;
  }

  #enzo-en .section-super-device .stat {
    height: auto;
    padding-top: 11.111111vw;
    padding-bottom: 4.861111vw;
  }

  #enzo-en .section-super-device .stat:nth-child(1) {
    padding-top: 12.944444vw;
  }

  #enzo-en .section-super-device .stat:nth-child(2) {
    padding-top: 7.319444vw;
    padding-bottom: 6.111111vw;
  }

  #enzo-en .section-super-device .bg-1 {
    top: 3.611111vw;
    width: 27.777778vw;
  }

  #enzo-en .section-super-device .bg-2 {
    top: 7.222222vw;
    width: 21.111111vw;
  }

  #enzo-en .section-super-device .bg-3 {
    top: -5.694444vw;
    /* right: 0;
    left: 0; */
    width: 60.972222vw;
  }

  #enzo-en .section-super-device .stat-caption {
    top: 38.194444vw;
  }

  #enzo-en .section-super-device .stat-intro {
    margin-top: 4.166667vw;
  }

  #enzo-en .section-super-device .stat-intro-1 {
    margin-top: 2.083333vw;
  }

  #enzo-en .section-super-device .stat:nth-child(2) .stat-caption {
    top: 36.944444vw;
  }
  #enzo-en .section-super-device .stat-caption{
    padding-bottom: 0;
  }
  #enzo-en .section-super-device .stat:nth-child(1) {
    padding-bottom: 7.222222vw;
  }
}

#enzo-en .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: max(12px, 0.625vw);
}

@media (max-aspect-ratio: 11/10) {
  #enzo-en .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}

#enzo-en .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #85858a;
}

#enzo-en .section-footnote li.current {
  color: #2A2A2C;
}

#enzo-en .section-footnote li.asterisk {
  list-style-type: "*";
}

/* section-footnote */
#enzo-en .section-footnote {
  font-size: 12px;
}

#enzo-en .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(calc((14px * 1.6 - 16px) / 2 * -1 - 1px));
  background: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Ccircle cx=\'8\' cy=\'8\' r=\'8\' fill=\'%23e7e7e8\'/%3E%3Cpath d=\'M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194\' transform=\'translate(3.411 12.076) rotate(-90)\' fill=\'%23000\'/%3E%3C/svg%3E') center / 100% no-repeat;
}

@media (min-width: 1920px) {
  #enzo-en .section-footnote {
    font-size: .625vw;
  }

  #enzo-en .section-footnote i {
    width: .833333vw;
    height: .833333vw;
    transform: translateY(calc((.625vw * 1.6 - .833333vw) / 2 * -1 - 1px));
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #enzo-en .section-footnote {
    font-size: 3.333333vw;
  }

  #enzo-en .section-footnote i {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc(-0.3055554vw - 1px));
  }
}

#enzo-en .section-footnote ul,
#enzo-en .section-footnote ol {
  font-size: inherit;
  padding-inline-start: 1.5em;
}

#enzo-en .section-footnote li {
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: inherit;
  color: #85858a;
}


#enzo-en .section-footnote li.current i {
  display: inline-block;
}

#enzo-en .section-footnote li.asterisk {
  list-style-type: '*';
}

#enzo-en .section-footnote li.disclaimer {
  list-style-type: none;
}

#enzo-en .section-footnote ol li {
  list-style-type: decimal;
}

#enzo-en .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
@media (max-aspect-ratio: 11 / 10) {
  #enzo-en .section-footnote li {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    color: #85858a;
  }
}

html[lang=zh-CN] #enzo-en .section-footnote {
  font-size: 14px;
}

@media (max-aspect-ratio: 11 / 10) {
  html[lang=zh-CN] #enzo-en .section-footnote {
    font-size: 1.714286vw;
  }
  #enzo-en .section-footnote li:last-child {
    margin-bottom: 0;
  }
}
#enzo-en .section-footnote{
  padding-bottom: 80px;
}

html[lang=zh-CN] #enzo-en .section-footnote li {
  color: #85858a;
}

html[lang=zh-CN] #enzo-en .section-footnote li.current {
  font-weight: 800;
  color: #2A2A2C;
}