#enzo {
  font-weight: 500;
  line-height: 1.6;
}
#enzo *, #enzo *::before, #enzo *::after {
  box-sizing: border-box;
}
#enzo section {
  position: relative;
}
#enzo picture, #enzo img, #enzo video, #enzo svg {
  display: block;
  width: 100%;
}
#enzo svg {
  overflow: visible;
}
#enzo [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#enzo .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#enzo .object-fit {
  position: relative;
  overflow: hidden;
}
#enzo .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#enzo img[data-src], #enzo .inline-video video {
  transition: filter 0.4s;
  filter: blur(20px);
}
#enzo img.lazyloaded, #enzo .inline-video.loaded video {
  filter: blur(0);
}
#enzo .aspect-ratio {
  position: relative;
}
#enzo .aspect-ratio::before {
  display: block;
  content: "";
}
#enzo .aspect-ratio img, #enzo .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}
#enzo br.lg {
  display: block;
}
#enzo br.xs {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #enzo br.lg {
    display: none;
  }
  #enzo br.xs {
    display: block;
  }
}
#enzo .absolute {
  position: absolute;
}
#enzo .relative {
  position: relative;
}
#enzo .overflow-hidden {
  overflow: hidden;
}
#enzo .block {
  display: block;
}
#enzo .inline-block {
  display: inline-block;
}
#enzo .inline {
  display: inline;
}
#enzo .flex {
  display: flex;
}
#enzo .inline-flex {
  display: inline-flex;
}
#enzo .hidden {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .xs\:block {
    display: block;
  }
  #enzo .xs\:inline-block {
    display: inline-block;
  }
  #enzo .xs\:inline {
    display: inline;
  }
  #enzo .xs\:flex {
    display: flex;
  }
  #enzo .xs\:inline-flex {
    display: inline-flex;
  }
  #enzo .xs\:hidden {
    display: none;
  }
}
#enzo .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#enzo .flex-row {
  flex-direction: row;
}
#enzo .flex-row-reverse {
  flex-direction: row-reverse;
}
#enzo .flex-col {
  flex-direction: column;
}
#enzo .flex-col-reverse {
  flex-direction: column-reverse;
}
#enzo .flex-wrap {
  flex-wrap: wrap;
}
#enzo .flex-nowrap {
  flex-wrap: nowrap;
}
#enzo .justify-start {
  justify-content: flex-start;
}
#enzo .justify-end {
  justify-content: flex-end;
}
#enzo .justify-center {
  justify-content: center;
}
#enzo .justify-between {
  justify-content: space-between;
}
#enzo .items-start {
  align-items: flex-start;
}
#enzo .items-end {
  align-items: flex-end;
}
#enzo .items-center {
  align-items: center;
}
#enzo .shrink-0 {
  flex-shrink: 0;
}
#enzo .order-1 {
  order: 1;
}
#enzo .order-2 {
  order: 2;
}
#enzo .order-3 {
  order: 3;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .xs\:flex-row {
    flex-direction: row;
  }
  #enzo .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #enzo .xs\:flex-col {
    flex-direction: column;
  }
  #enzo .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #enzo .xs\:justify-start {
    justify-content: flex-start;
  }
  #enzo .xs\:justify-end {
    justify-content: flex-end;
  }
  #enzo .xs\:justify-center {
    justify-content: center;
  }
  #enzo .xs\:justify-between {
    justify-content: space-between;
  }
  #enzo .xs\:items-start {
    align-items: flex-start;
  }
  #enzo .xs\:items-end {
    align-items: flex-end;
  }
  #enzo .xs\:items-center {
    align-items: center;
  }
  #enzo .xs\:order-1 {
    order: 1;
  }
  #enzo .xs\:order-2 {
    order: 2;
  }
  #enzo .xs\:order-3 {
    order: 3;
  }
}
#enzo .text-left {
  text-align: left;
}
#enzo .text-center {
  text-align: center;
}
#enzo .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .xs\:text-left {
    text-align: left;
  }
  #enzo .xs\:text-center {
    text-align: center;
  }
  #enzo .xs\:text-right {
    text-align: right;
  }
}
#enzo .text-align {
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .text-align {
    text-align: left;
  }
  html[dir=rtl] #enzo .text-align {
    text-align: right;
  }
}
#enzo .font-extralight {
  font-weight: 200;
}
#enzo .font-light {
  font-weight: 300;
}
#enzo .font-normal {
  font-weight: 400;
}
#enzo .font-medium {
  font-weight: 500;
}
#enzo .font-semibold {
  font-weight: 600;
}
#enzo .font-bold {
  font-weight: 700;
}
#enzo .font-extrabold {
  font-weight: 800;
}
#enzo .leading-125 {
  line-height: 1.25;
}
#enzo .leading-160 {
  line-height: 1.6;
}
#enzo .w-1560 {
  width: 81.25vw;
}
#enzo .w-1296 {
  width: 67.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .xs\:w-full {
    width: 100%;
  }
  #enzo .xs\:w-640 {
    width: 88.888889vw;
  }
  #enzo .xs\:w-620 {
    width: 86.111111vw;
  }
}
#enzo .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#enzo .mt-30, #enzo .lg\:mt-30 {
  margin-top: 1.5625vw;
}
#enzo .mt-40, #enzo .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#enzo .mt-60, #enzo .lg\:mt-60 {
  margin-top: 3.125vw;
}
#enzo .mt-80, #enzo .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#enzo .mt-100, #enzo .lg\:mt-100 {
  margin-top: 5.208333vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #enzo .mt-10, #enzo .xs\:mt-10 {
    margin-top: 1.388889vw;
  }
  #enzo .mt-40, #enzo .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #enzo .mt-50, #enzo .xs\:mt-50 {
    margin-top: 6.944444vw;
  }
  #enzo .mt-60, #enzo .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #enzo .mt-80, #enzo .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #enzo .mt-100, #enzo .xs\:mt-100 {
    margin-top: 13.888889vw;
  }
}
#enzo .pt-200, #enzo .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#enzo .pb-200, #enzo .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#enzo .py-200, #enzo .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#enzo .pt-160, #enzo .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#enzo .pb-160, #enzo .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .pt-200, #enzo .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #enzo .pb-200, #enzo .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #enzo .py-200, #enzo .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #enzo .pt-160, #enzo .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #enzo .pb-160, #enzo .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
}
#enzo h2, #enzo h3 {
  font-weight: 700;
  line-height: 1.25;
}
#enzo p {
  color: #86868b;
}
#enzo strong {
  font-weight: 500;
  color: #000;
}
#enzo .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000 50%, #7c7f90);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#enzo .theme-dark {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px #000;
}
#enzo .theme-dark strong {
  color: #fff;
}
#enzo .theme-dark .text-gradient {
  background-image: linear-gradient(90deg, #f6f9fe 50%, #7c7f90);
}
#enzo .text-200, #enzo .lg\:text-200 {
  font-size: 10.416667vw;
}
#enzo .text-160, #enzo .lg\:text-160 {
  font-size: 8.333333vw;
}
#enzo .text-110, #enzo .lg\:text-110 {
  font-size: 5.729167vw;
}
#enzo .text-64, #enzo .lg\:text-64 {
  font-size: 3.333333vw;
}
#enzo .text-58, #enzo .lg\:text-58 {
  font-size: 3.020833vw;
}
#enzo .text-48, #enzo .lg\:text-48 {
  font-size: 2.5vw;
}
#enzo .text-42, #enzo .lg\:text-42 {
  font-size: 2.1875vw;
}
#enzo .text-40, #enzo .lg\:text-40 {
  font-size: 2.083333vw;
}
#enzo .text-32, #enzo .lg\:text-32 {
  font-size: 1.666667vw;
}
#enzo .text-28, #enzo .lg\:text-28 {
  font-size: 1.458333vw;
}
#enzo .text-24, #enzo .lg\:text-24 {
  font-size: 1.25vw;
}
#enzo .text-22, #enzo .lg\:text-22 {
  font-size: 1.145833vw;
}
#enzo .text-20, #enzo .lg\:text-20 {
  font-size: 1.041667vw;
}
#enzo .text-15, #enzo .lg\:text-15 {
  font-size: max(0.78125vw, 12px);
}
#enzo .text-12, #enzo .lg\:text-12 {
  font-size: max(0.625vw, 12px);
}
@media (max-aspect-ratio: 11/10) {
  #enzo .text-160, #enzo .xs\:text-160 {
    font-size: 22.222222vw;
  }
  #enzo .text-120, #enzo .xs\:text-120 {
    font-size: 16.666667vw;
  }
  #enzo .text-116, #enzo .xs\:text-116 {
    font-size: 16.111111vw;
  }
  #enzo .text-90, #enzo .xs\:text-90 {
    font-size: 12.5vw;
  }
  #enzo .text-88, #enzo .xs\:text-88 {
    font-size: 12.222222vw;
  }
  #enzo .text-72, #enzo .xs\:text-72 {
    font-size: 10vw;
  }
  #enzo .text-64, #enzo .xs\:text-64 {
    font-size: 8.888889vw;
  }
  #enzo .text-60, #enzo .xs\:text-60 {
    font-size: 8.333333vw;
  }
  #enzo .text-48, #enzo .xs\:text-48 {
    font-size: 6.666667vw;
  }
  #enzo .text-42, #enzo .xs\:text-42 {
    font-size: 5.833333vw;
  }
  #enzo .text-32, #enzo .xs\:text-32 {
    font-size: 4.444444vw;
  }
  #enzo .text-26, #enzo .xs\:text-26 {
    font-size: 3.611111vw;
  }
  #enzo .text-24, #enzo .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 .section-hero .hero-picture {
  z-index: 2;
  width: 67.708333vw;
  transform: scale(1.3);
  transform-origin: 0;
}
#enzo .section-hero .hero-picture::before {
  padding-bottom: 91.5384615385%;
}
#enzo .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 .section-hero.animated .hero-picture {
  transition: transform 1.5s ease;
  transform: translateX(-15vw) scale(1);
}
#enzo .section-hero.animated .hero-content {
  transition: transform 1.5s ease, opacity 1.5s ease;
  transform: translateX(0) scale(1);
  opacity: 1;
}
#enzo .section-hero .hero-logo::before {
  padding-bottom: 6.4440982073%;
}
#enzo .section-hero .hero-slogan {
  display: flex;
  justify-content: space-between;
  width: 13.645833vw;
  margin: 1.041667vw auto 0;
  font-size: 2.239583vw;
  font-weight: 400;
}
#enzo .section-hero .hero-product {
  width: 23.958333vw;
  margin: 3.125vw auto 0;
}
#enzo .section-hero .hero-product::before {
  padding-bottom: 108.6956521739%;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-hero {
    padding-bottom: 31.944444vw;
  }
  #enzo .section-hero .hero-picture {
    z-index: 0;
    width: 100%;
    transform: none;
  }
  #enzo .section-hero .hero-picture::before {
    padding-bottom: 97.2222222222%;
  }
  #enzo .section-hero .hero-content {
    position: static;
    width: 73.631111vw;
    margin: -6.944444vw auto 0;
    transform: none;
    opacity: 1;
  }
  #enzo .section-hero .hero-content.animated .hero-header, #enzo .section-hero .hero-content.animated .hero-product, #enzo .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 .section-hero .hero-content.animated .hero-product {
    transition-delay: 0.1s;
  }
  #enzo .section-hero .hero-content.animated .hero-sku {
    transition-delay: 0.2s;
  }
  #enzo .section-hero .hero-header {
    transform: translateY(8.333333vw);
    opacity: 0;
  }
  #enzo .section-hero .hero-slogan {
    width: 36.388889vw;
    margin: 2.777778vw auto 0;
    font-size: 5.972222vw;
  }
  #enzo .section-hero .hero-product {
    width: 45.555556vw;
    margin: 8.333333vw auto 0;
    transform: translateY(8.333333vw);
    opacity: 0;
  }
  #enzo .section-hero .hero-product::before {
    padding-bottom: 107.9268292683%;
  }
}
#enzo .hero-sku {
  position: relative;
  z-index: 1;
  margin-top: -4.6875vw;
  text-align: center;
}
#enzo .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #fff;
}
#enzo .hero-sku .from {
  font-size: 0.677083vw;
}
#enzo .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#enzo .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 .hero-sku .buy-cta:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-aspect-ratio: 11/10) {
  #enzo .hero-sku {
    margin-top: -5vw;
    transform: translateY(8.333333vw);
    opacity: 0;
  }
  #enzo .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #enzo .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#enzo .section-introduction {
  margin-top: -3.385417vw;
  padding-bottom: 10.416667vw;
  text-align: center;
}
#enzo .section-introduction .wrapper {
  position: relative;
  overflow: hidden;
}
#enzo .section-introduction .introduction {
  position: relative;
  z-index: 1;
  transform: translateY(9.375vw);
}
#enzo .section-introduction .icon-copy {
  background-image: linear-gradient(90deg, #f6f9fe, #7c7f90);
}
#enzo .section-introduction .icon-play {
  width: 2.135417vw;
  margin-top: 0.104167vw;
  margin-left: 0.833333vw;
}
#enzo .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 .section-introduction .animated .introduction {
  transition: transform 1.2s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}
#enzo .section-introduction .animated .overlay {
  transition: transform 2.2s;
  transform: translateY(50%);
  pointer-events: none;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-introduction {
    margin-top: 0;
    padding-bottom: 20.833333vw;
  }
  #enzo .section-introduction .introduction {
    line-height: 1.6;
    transform: translateY(25vw);
  }
  #enzo .section-introduction .icon-play {
    width: 5.416667vw;
    margin-top: 0.277778vw;
    margin-left: 2.361111vw;
  }
}
#enzo .section-highlights {
  background-color: #101010;
  overflow: hidden;
}
#enzo .section-highlights .swiper-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 81.25vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7.03125vw;
  padding-bottom: 7.03125vw;
}
#enzo .section-highlights .swiper-container {
  margin: 0;
}
#enzo .section-highlights .text-wrapper {
  align-items: flex-start;
  flex-direction: column;
}
#enzo .section-highlights .text-slide + .text-slide {
  margin-top: 1.875vw;
}
#enzo .section-highlights .headline {
  font-size: 2.1875vw;
  cursor: pointer;
  transition: color 0.5s;
  color: #86868b;
}
#enzo .section-highlights .headline:hover {
  color: #d2d2d7;
}
#enzo .section-highlights .intro {
  margin-top: 0.3125vw;
  font-size: 1.041667vw;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
}
#enzo .section-highlights .active .headline {
  opacity: 1;
  color: #fff;
}
#enzo .section-highlights .active .intro {
  pointer-events: all;
  opacity: 1;
}
#enzo .section-highlights .gallery-container {
  overflow: visible;
  width: 53.75vw;
}
#enzo .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 .section-highlights .swiper-controls {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-highlights {
    background-color: #000;
  }
  #enzo .section-highlights .swiper-content {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #101010;
  }
  #enzo .section-highlights .text-container {
    z-index: 2;
    padding-bottom: 94.444444vw;
  }
  #enzo .section-highlights .text-wrapper {
    display: flex;
    flex-direction: row;
  }
  #enzo .section-highlights .text-slide {
    position: relative;
    width: 100%;
    padding: 10.416667vw 10vw 11.111111vw;
  }
  #enzo .section-highlights .text-slide + .text-slide {
    margin-top: 0;
  }
  #enzo .section-highlights .headline {
    font-size: 6.666667vw;
    cursor: auto;
    color: #fff !important;
  }
  #enzo .section-highlights .intro {
    margin-top: 2.083333vw;
    font-size: 4.444444vw;
    pointer-events: all;
    opacity: 1;
  }
  #enzo .section-highlights .gallery-container {
    overflow: hidden;
    width: 100%;
    margin-top: -94.444444vw;
  }
  #enzo .section-highlights .scale-down, #enzo .section-highlights .swiper-slide-active .scale-down {
    animation: none;
  }
  #enzo .section-highlights .swiper-controls {
    display: flex;
    justify-content: center;
    margin-top: 8.888889vw;
  }
  #enzo .section-highlights .controls {
    display: flex;
    align-items: center;
    padding: 3.888889vw 6.388889vw;
    border-radius: 100vh;
    background-color: #28282a;
  }
  #enzo .section-highlights .slidenav-arrow {
    width: 5.555556vw;
    transition: opacity 0.3s;
    outline: 0;
  }
  #enzo .section-highlights .slidenav-arrow.slidenav-disabled {
    opacity: 0.2;
  }
  #enzo .section-highlights .slidenav-arrow-prev {
    margin-right: 3.888889vw;
  }
  #enzo .section-highlights .slidenav-arrow-next {
    margin-left: 3.888889vw;
  }
  #enzo .section-highlights .dotnav-list {
    display: flex;
  }
  #enzo .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 .section-highlights .dotnav.active {
    opacity: 1;
  }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 3/4) {
  #enzo .section-highlights .swiper-controls {
    position: sticky;
    z-index: 3;
    bottom: 5.555556vw;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
  }
  #enzo .section-highlights .swiper-controls.animated {
    pointer-events: all;
    opacity: 0.7;
  }
}
#enzo .section-colours .intro {
  width: 39.0625vw;
}
#enzo .section-colours .tablist-wrapper {
  margin-left: 10.833333vw;
}
#enzo .section-colours .tabnav {
  padding-bottom: 0.729167vw;
}
#enzo .section-colours .tabnav + .tabnav {
  margin-left: 3.541667vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-colours .intro {
    width: 100%;
  }
  #enzo .section-colours .tablist-wrapper {
    margin-top: 10.416667vw;
    margin-left: 0;
  }
  #enzo .section-colours .tablist {
    margin: 0;
  }
  #enzo .section-colours .tabnav {
    padding-bottom: 5.555556vw;
  }
  #enzo .section-colours .tabnav + .tabnav {
    margin-left: 9.722222vw;
  }
  #enzo .section-colours .tabnav-scrollbar {
    margin: 0;
  }
}
#enzo .tablist {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#enzo .tabnav {
  padding-bottom: 1.041667vw;
  font-size: 1.666667vw;
  cursor: pointer;
  transition: color 0.4s;
  white-space: nowrap;
  color: #86868b;
  outline: 0;
}
#enzo .tabnav + .tabnav {
  margin-left: 4.166667vw;
}
#enzo .tabnav:hover {
  color: #d2d2d7;
}
#enzo .tabnav.active {
  color: #fff;
}
#enzo .tabnav-scrollbar {
  width: 100%;
  height: 2px;
  background-color: #86868b;
}
#enzo .swiper-scrollbar-drag {
  width: 0;
  border-radius: 0;
  background-color: #fff;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .tablist {
    position: relative;
    display: inline-block;
    margin: 0 6.944444vw;
  }
  #enzo .tablist::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    background-color: #86868b;
  }
  #enzo .tabnav {
    display: inline-block;
    padding-bottom: 5.555556vw;
    font-size: 5vw;
  }
  #enzo .tabnav + .tabnav {
    margin-left: 8.333333vw;
  }
  #enzo .tabnav-scrollbar {
    width: 0;
    height: 2px;
    margin: 0 6.944444vw;
  }
}
#enzo .tab-swiper .swiper-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#enzo .tab-swiper .tablist-wrapper {
  position: relative;
  margin: 3.125vw auto 0;
}
#enzo .tab-swiper .caption-list {
  display: flex;
  margin-top: 2.083333vw;
  text-align: center;
}
#enzo .tab-swiper .caption {
  position: relative;
  width: 100%;
  font-size: 1.25vw;
  transition: opacity 0.4s;
  opacity: 0;
}
#enzo .tab-swiper .caption + .caption {
  margin-left: -100%;
}
#enzo .tab-swiper .caption.active {
  z-index: 1;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .tab-swiper .swiper-content {
    display: block;
    width: 100%;
  }
  #enzo .tab-swiper .tablist-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 13.194444vw;
    line-height: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #enzo .tab-swiper .tablist-wrapper::-webkit-scrollbar {
    display: none;
  }
  #enzo .tab-swiper .caption-list {
    width: 86.111111vw;
    margin: 11.111111vw auto 0;
  }
  #enzo .tab-swiper .caption {
    font-size: 4.444444vw;
  }
}
#enzo .section-design .swiper-container {
  width: 70.364583vw;
}
#enzo .section-design .inline-video {
  height: 39.583333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-design .swiper-container {
    width: 100%;
  }
  #enzo .section-design .inline-video {
    width: 100%;
    height: 97.222222vw;
  }
}
#enzo .section-performance {
  overflow: hidden;
}
#enzo .section-performance .wrapper {
  width: 47.916667vw;
  transform: scale(1.725);
  transform-origin: top;
}
#enzo .section-performance .inline-video {
  position: absolute;
  top: 0.677083vw;
  right: 0;
  left: 0;
  width: 36.458333vw;
  margin-right: auto;
  margin-left: auto;
}
#enzo .section-performance .picture {
  position: relative;
  z-index: 2;
}
#enzo .section-performance .content {
  width: 43.229167vw;
}
#enzo .section-performance .intro {
  transform: translateY(3.125vw);
  opacity: 0;
}
#enzo .section-performance .animated .wrapper {
  transition: transform 1.5s;
  transform: scale(1);
}
#enzo .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 .section-performance .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.125vw;
  padding-bottom: 2.083333vw;
}
#enzo .section-performance .stat-widget {
  margin-left: 0.625vw;
  padding-top: 0.2em;
  padding-bottom: 0.24em;
}
#enzo .section-performance .stat-icon {
  width: 1.354167vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-performance .headline {
    padding-left: 6.944444vw;
  }
  #enzo .section-performance .wrapper {
    width: 100%;
    transform: scale(1.6);
  }
  #enzo .section-performance .inline-video {
    top: 1.388889vw;
    width: 68.055556vw;
  }
  #enzo .section-performance .content {
    width: 86.111111vw;
  }
  #enzo .section-performance .stat {
    padding-top: 4.166667vw;
    padding-bottom: 5.555556vw;
  }
  #enzo .section-performance .stat-value {
    margin-top: -1.388889vw;
  }
  #enzo .section-performance .stat-widget {
    margin-left: 0.694444vw;
  }
  #enzo .section-performance .stat-icon {
    width: 2.5vw;
  }
}
#enzo .stats-anim .stat {
  width: 21.09375vw;
  height: 23.958333vw;
  transform: translateY(6.25vw);
  pointer-events: none;
  opacity: 0;
  background-color: rgba(31, 34, 43, 0.8);
}
#enzo .stats-anim .stat-value {
  color: #cbcfd8;
}
#enzo .stats-anim .stat-number {
  font-size: inherit;
  letter-spacing: -0.416667vw;
  color: inherit;
}
#enzo .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 .stats-anim.animated .stat:nth-child(2) {
  transition-delay: 0.1s;
}
#enzo .stats-anim.animated .stat:nth-child(3) {
  transition-delay: 0.2s;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .stats-anim .stat {
    width: 100%;
    height: 41.666667vw;
    transform: translateY(8.333333vw);
  }
  #enzo .stats-anim .stat + .stat {
    margin-top: 4.166667vw;
  }
  #enzo .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 .section-heat-dissipation .intro {
  width: 36.197917vw;
}
#enzo .section-heat-dissipation .inline-video::after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 10.416667vw;
  background-image: linear-gradient(transparent, #000);
}
#enzo .section-heat-dissipation .badges {
  width: 81.25vw;
  margin: 2.395833vw auto 0;
}
#enzo .section-heat-dissipation .badge-icon {
  flex-shrink: 0;
  width: 2.916667vw;
}
#enzo .section-heat-dissipation .badge-content {
  margin-top: -0.208333vw;
  margin-left: 1.041667vw;
}
#enzo .section-heat-dissipation .badge-intro {
  margin-top: 0.260417vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-heat-dissipation .intro {
    width: 100%;
  }
  #enzo .section-heat-dissipation .inline-video::after {
    height: 27.777778vw;
  }
  #enzo .section-heat-dissipation .badges {
    width: 86.111111vw;
    margin: 13.888889vw auto 0;
  }
  #enzo .section-heat-dissipation .badge-icon {
    width: 12.5vw;
  }
  #enzo .section-heat-dissipation .badge-content {
    margin-top: -0.833333vw;
    margin-left: 5.555556vw;
  }
  #enzo .section-heat-dissipation .badge-intro {
    width: 106%;
    margin-top: 2.083333vw;
  }
}
#enzo .section-office-and-entertainment .swiper-container {
  background-color: #0f0f0f;
}
#enzo .section-gaming .text-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
}
#enzo .section-gaming .intro {
  width: 33.854167vw;
}
#enzo .section-gaming .note {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-gaming .text-content {
    position: static;
  }
  #enzo .section-gaming .intro {
    width: 86.111111vw;
  }
  #enzo .section-gaming .note {
    position: static;
  }
}
#enzo .section-screen .intro-1 {
  width: 26.041667vw;
}
#enzo .section-screen .intro-2 {
  width: 28.645833vw;
  margin-left: 8.125vw;
}
#enzo .section-screen .picture-wrapper {
  position: relative;
  z-index: 2;
  transform-origin: bottom;
}
#enzo .section-screen .picture {
  position: relative;
  z-index: 2;
}
#enzo .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 .section-screen .wallpaper-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
}
#enzo .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 .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 .section-screen .intro-1 {
    width: 100%;
  }
  #enzo .section-screen .intro-2 {
    width: 100%;
    margin-top: 8.333333vw;
    margin-left: 0;
  }
  #enzo .section-screen .wallpaper {
    top: 1.388889vw;
    width: 83.333333vw;
  }
  #enzo .section-screen .gradient-bg {
    height: 68.055556vw;
    background-image: radial-gradient(79.166667vw 68.055556vw ellipse at 50% 100%, #0b6fff, #000);
  }
  #enzo .section-screen .stat {
    height: 37.5vw;
    padding-top: 2.777778vw;
    padding-bottom: 5.555556vw;
  }
  #enzo .section-screen .stat-unit.block {
    margin-bottom: 0.55em;
  }
}
#enzo .section-brilliant-colors .content {
  width: 31.041667vw;
  margin-top: 14.583333vw;
  margin-left: 6.666667vw;
}
#enzo .section-brilliant-colors .picture {
  width: 51.979167vw;
}
#enzo .section-brilliant-colors .picture::before {
  padding-bottom: 114.2284569138%;
}
#enzo .section-brilliant-colors .image {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#enzo .section-brilliant-colors .stat {
  padding-top: 2.604167vw;
}
#enzo .section-brilliant-colors .stat-unit {
  margin-bottom: 1.822917vw;
  margin-left: -0.520833vw;
}
#enzo .section-brilliant-colors .stat-caption {
  position: absolute;
  top: 13.020833vw;
  right: 0;
  left: 0;
}
#enzo .section-brilliant-colors .stat-title {
  color: #cbcfd8;
}
#enzo .section-brilliant-colors .stat-icon {
  width: 7.291667vw;
  margin: 1.979167vw auto 0;
}
#enzo .section-brilliant-colors .stat-intro {
  margin-top: 3.125vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-brilliant-colors .content {
    width: 86.111111vw;
    margin: 0 auto;
  }
  #enzo .section-brilliant-colors .picture {
    width: 100%;
  }
  #enzo .section-brilliant-colors .picture::before {
    padding-bottom: 119.4444444444%;
  }
  #enzo .section-brilliant-colors .stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 41.666667vw;
    padding-top: 2.777778vw;
  }
  #enzo .section-brilliant-colors .stat-unit {
    margin-bottom: 3.333333vw;
    margin-left: -1.388889vw;
  }
  #enzo .section-brilliant-colors .stat-caption {
    top: 22.222222vw;
  }
  #enzo .section-brilliant-colors .stat-icon {
    width: 16.111111vw;
    margin: 1.388889vw auto 0;
  }
  #enzo .section-brilliant-colors .stat-intro {
    margin-top: 4.166667vw;
  }
}
#enzo .section-interfaces .intro {
  width: 41.40625vw;
}
#enzo .section-interfaces .item {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 27.916667vw;
  background-color: #f5f5f7;
}
#enzo .section-interfaces .item-2 {
  width: 40vw;
}
#enzo .section-interfaces .picture {
  transform: scale(1.5);
}
#enzo .section-interfaces .picture-1 {
  transform-origin: 120%;
}
#enzo .section-interfaces .picture-3 {
  transform-origin: 50%;
}
#enzo .section-interfaces .picture-3 {
  transform-origin: -20%;
}
#enzo .section-interfaces .pin-item {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#enzo .section-interfaces .pin-bottom {
  top: 14.583333vw;
}
#enzo .section-interfaces .pin-bottom .pin {
  transform-origin: top;
}
#enzo .section-interfaces .pin-bottom .pin-intro {
  bottom: -2.083333vw;
}
#enzo .section-interfaces .pin-top {
  bottom: 15.15625vw;
}
#enzo .section-interfaces .pin-top .pin {
  transform-origin: bottom;
}
#enzo .section-interfaces .pin-top .pin-intro {
  top: -2.083333vw;
}
#enzo .section-interfaces .pin {
  width: 1px;
  height: 3.125vw;
  transform: scaleY(0);
  background-color: #86868b;
}
#enzo .section-interfaces .pin-intro {
  position: absolute;
  font-size: 0.9375vw;
  white-space: nowrap;
  opacity: 0;
}
#enzo .section-interfaces .pin-1 {
  left: 13.177083vw;
}
#enzo .section-interfaces .pin-2-1 {
  left: 15.46875vw;
}
#enzo .section-interfaces .pin-2-1 .pin-intro {
  margin-left: -2.083333vw;
}
#enzo .section-interfaces .pin-2-2 {
  left: 20vw;
}
#enzo .section-interfaces .pin-2-3 {
  left: 24.479167vw;
}
#enzo .section-interfaces .pin-2-3 .pin-intro {
  margin-right: -2.083333vw;
}
#enzo .section-interfaces .pin-3-1 {
  left: 9.0625vw;
}
#enzo .section-interfaces .pin-3-2 {
  bottom: 14.375vw;
  left: 12.239583vw;
}
#enzo .section-interfaces .pin-3-3 {
  left: 15.9375vw;
}
#enzo .section-interfaces .animated .picture {
  transition: transform 1s;
  transform: scale(1);
}
#enzo .section-interfaces .animated .pin {
  transition: transform 0.8s 1s;
  transform: scaleY(1);
}
#enzo .section-interfaces .animated .pin-intro {
  transition: opacity 0.8s 1s;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-interfaces .intro {
    width: 100%;
  }
  #enzo .section-interfaces .item {
    width: 100%;
  }
  #enzo .section-interfaces .picture {
    transform: none;
  }
  #enzo .section-interfaces .pin-bottom {
    top: 30.972222vw;
  }
  #enzo .section-interfaces .pin-bottom .pin-intro {
    bottom: -8.333333vw;
  }
  #enzo .section-interfaces .pin-top {
    bottom: 36.805556vw;
  }
  #enzo .section-interfaces .pin-top .pin-intro {
    top: -8.333333vw;
  }
  #enzo .section-interfaces .pin {
    width: 1px;
    height: 9.722222vw;
    transform: none;
  }
  #enzo .section-interfaces .pin-intro {
    font-size: 3.611111vw;
    opacity: 1;
  }
  #enzo .section-interfaces .pin-1 {
    top: 32.777778vw;
    left: 46.527778vw;
  }
  #enzo .section-interfaces .pin-2-1 {
    left: 32.777778vw;
  }
  #enzo .section-interfaces .pin-2-1 .pin-intro {
    margin-left: -8.333333vw;
  }
  #enzo .section-interfaces .pin-2-2 {
    left: 49.861111vw;
  }
  #enzo .section-interfaces .pin-2-3 {
    left: 67.083333vw;
  }
  #enzo .section-interfaces .pin-2-3 .pin-intro {
    margin-right: -8.333333vw;
  }
  #enzo .section-interfaces .pin-3-1 {
    top: 33.055556vw;
    left: 32.361111vw;
  }
  #enzo .section-interfaces .pin-3-1 .pin-intro {
    margin-left: -9.722222vw;
  }
  #enzo .section-interfaces .pin-3-2 {
    bottom: 32.361111vw;
    left: 44.305556vw;
  }
  #enzo .section-interfaces .pin-3-3 {
    top: 33.055556vw;
    left: 58.055556vw;
  }
  #enzo .section-interfaces .pin-3-3 .pin-intro {
    margin-right: -5.555556vw;
  }
}
#enzo .section-ai-space {
  overflow: hidden;
}
#enzo .section-ai-space .intro {
  width: 34.375vw;
}
#enzo .section-ai-space .wrapper {
  width: 60.416667vw;
  padding-top: 6.5625vw;
}
#enzo .section-ai-space .gallery {
  transform: translateY(3.125vw);
}
#enzo .section-ai-space .picture::before {
  padding-bottom: 73.0172413793%;
}
#enzo .section-ai-space .animated .gallery {
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(0);
}
#enzo .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 .section-ai-space .animated .ux-shadow {
  transition: opacity 1s 0.2s;
  opacity: 1;
}
#enzo .section-ai-space .ux-wrapper, #enzo .section-ai-space .ux {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#enzo .section-ai-space .ux-shadow {
  opacity: 0;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-ai-space .intro {
    width: 100%;
  }
  #enzo .section-ai-space .wrapper {
    width: 100%;
    padding-top: 20.833333vw;
  }
  #enzo .section-ai-space .gallery {
    transform: translateY(8.333333vw);
  }
  #enzo .section-ai-space .picture::before {
    padding-bottom: 65.2777777778%;
  }
  #enzo .section-ai-space .animated .gallery {
    transform: translateY(0);
  }
  #enzo .section-ai-space .animated .ux-wrapper {
    transform: translate(-10.277778vw, -6.944444vw);
  }
}
#enzo .section-ai-model .intro {
  width: 33.802083vw;
}
#enzo .section-ai-model .inline-video {
  height: 38.541667vw;
}
#enzo .section-ai-model .badge-icon {
  width: 3.229167vw;
}
#enzo .section-ai-model .badge-content {
  margin-top: -0.208333vw;
  margin-left: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-ai-model .intro {
    width: 100%;
  }
  #enzo .section-ai-model .inline-video {
    height: 77.777778vw;
  }
  #enzo .section-ai-model .badge-icon {
    width: 12.5vw;
  }
  #enzo .section-ai-model .badge-content {
    margin-top: -0.555556vw;
    margin-left: 5vw;
  }
}
#enzo .section-super-device .headline-wrapper {
  padding-left: 3.645833vw;
}
#enzo .section-super-device .image {
  width: 71.041667vw;
}
#enzo .section-super-device .intro {
  width: 35.625vw;
}
#enzo .section-super-device .stat {
  position: relative;
  overflow: hidden;
  padding-top: 4.166667vw;
  padding-bottom: 2.083333vw;
  background-color: #f5f5f7;
}
#enzo .section-super-device .stat-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
}
#enzo .section-super-device .bg-1 {
  top: 1.354167vw;
  width: 10.416667vw;
}
#enzo .section-super-device .bg-2 {
  top: 1.875vw;
  width: 7.916667vw;
}
#enzo .section-super-device .bg-3 {
  top: -2.083333vw;
  right: auto;
  left: -0.885417vw;
  width: 22.864583vw;
}
#enzo .section-super-device .stat-value {
  color: #3a5289;
}
#enzo .section-super-device .stat-caption {
  position: absolute;
  top: 14.322917vw;
  right: 0;
  left: 0;
}
#enzo .section-super-device .stat-title {
  color: #3a5289;
}
#enzo .section-super-device .stat-intro {
  margin-top: 2.083333vw;
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-super-device .headline-wrapper {
    padding-left: 0;
  }
  #enzo .section-super-device .image {
    width: 100%;
  }
  #enzo .section-super-device .intro {
    width: 100%;
  }
  #enzo .section-super-device .stat {
    height: 63.888889vw;
    padding-top: 11.111111vw;
    padding-bottom: 5.555556vw;
  }
  #enzo .section-super-device .bg-1 {
    top: 3.611111vw;
    width: 27.777778vw;
  }
  #enzo .section-super-device .bg-2 {
    top: 5vw;
    width: 21.111111vw;
  }
  #enzo .section-super-device .bg-3 {
    top: -5.555556vw;
    right: 0;
    left: 0;
    width: 60.972222vw;
  }
  #enzo .section-super-device .stat-caption {
    top: 38.194444vw;
  }
  #enzo .section-super-device .stat-intro {
    margin-top: 5.555556vw;
  }
  #enzo .section-super-device .stat-intro-1 {
    margin-top: 2.083333vw;
  }
}
#enzo .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: max(12px, 0.625vw);
}
@media (max-aspect-ratio: 11/10) {
  #enzo .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}
#enzo .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #86868b;
}
#enzo .section-footnote li.current {
  color: #000;
}
#enzo .section-footnote li.asterisk {
  list-style-type: "*";
}