#m4 {
  line-height: 1.6;
  color: #ababab;
  background-color: #000;
}

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

#m4 section {
  position: relative;
}

#m4 picture, #m4 img, #m4 video, #m4 svg {
  display: block;
  width: 100%;
}

#m4 svg {
  overflow: visible;
}

#m4 button {
  border: 0;
  background-color: transparent;
}

#m4 a, #m4 a * {
  text-decoration: none;
}

#m4 [data-footnote] {
  font-size: .6em;
  cursor: pointer;
}

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

#m4 .sticky-content {
  position: sticky;
  top: 0;
}

#m4 .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#m4 .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#m4 .cover .coverimg {
  height: 100%;
  object-fit: cover;
}

#m4 .permalink {
  line-height: inherit;
  color: #1b69fd;
  word-wrap: break-word;
}

#m4 .permalink span {
  margin-top: -.05em;
  font-size: 1.4em;
  line-height: 0;
}

#m4 .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}

.no-touch #m4 .permalink.global-style-hide span {
  transition: transform .3s ease-out;
}

.no-touch #m4 .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}

.no-touch[dir=rtl] #m4 .permalink.global-style-hide:hover span {
  transform: translateX(-3px);
}

#m4 .permalink.global-style-forbidden:hover {
  text-decoration: underline;
}

#m4 .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

#m4 .blur-up.lazyloaded {
  filter: blur(0);
}

#m4 .aspect-ratio {
  position: relative;
}

#m4 .aspect-ratio::before {
  display: block;
  content: '';
}

#m4 .aspect-ratio picture, #m4 .aspect-ratio img, #m4 .aspect-ratio video, #m4 .aspect-ratio canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#m4 br.lg {
  display: block;
}

#m4 br.xs {
  display: none;
}

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

#m4 .absolute {
  position: absolute;
}

#m4 .relative {
  position: relative;
}

#m4 .sticky {
  position: sticky;
  top: 0;
}

#m4 .z-1 {
  z-index: 1;
}

#m4 .z-2 {
  z-index: 2;
}

#m4 .z-3 {
  z-index: 3;
}

#m4 .overflow-hidden {
  overflow: hidden;
}

#m4 .overflow-visible {
  overflow: visible;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .xs\:overflow-hidden {
    overflow: hidden;
  }
  #m4 .xs\:overflow-visible {
    overflow: visible;
  }
}

#m4 .block {
  display: block;
}

#m4 .inline-block {
  display: inline-block;
}

#m4 .inline {
  display: inline;
}

#m4 .flex {
  display: flex;
}

#m4 .inline-flex {
  display: inline-flex;
}

#m4 .hidden {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .xs\:block {
    display: block;
  }
  #m4 .xs\:inline-block {
    display: inline-block;
  }
  #m4 .xs\:inline {
    display: inline;
  }
  #m4 .xs\:flex {
    display: flex;
  }
  #m4 .xs\:inline-flex {
    display: inline-flex;
  }
  #m4 .xs\:hidden {
    display: none;
  }
}

#m4 .flex-row {
  flex-direction: row;
}

#m4 .flex-row-reverse {
  flex-direction: row-reverse;
}

#m4 .flex-col {
  flex-direction: column;
}

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

#m4 .flex-wrap {
  flex-wrap: wrap;
}

#m4 .flex-nowrap {
  flex-wrap: nowrap;
}

#m4 .justify-start {
  justify-content: flex-start;
}

#m4 .justify-end {
  justify-content: flex-end;
}

#m4 .justify-center {
  justify-content: center;
}

#m4 .justify-between {
  justify-content: space-between;
}

#m4 .items-start {
  align-items: flex-start;
}

#m4 .items-end {
  align-items: flex-end;
}

#m4 .items-center {
  align-items: center;
}

#m4 .shrink-0 {
  flex-shrink: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .xs\:flex-row {
    flex-direction: row;
  }
  #m4 .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #m4 .xs\:flex-col {
    flex-direction: column;
  }
  #m4 .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #m4 .xs\:justify-start {
    justify-content: flex-start;
  }
  #m4 .xs\:justify-end {
    justify-content: flex-end;
  }
  #m4 .xs\:justify-center {
    justify-content: center;
  }
  #m4 .xs\:justify-between {
    justify-content: space-between;
  }
  #m4 .xs\:items-start {
    align-items: flex-start;
  }
  #m4 .xs\:items-end {
    align-items: flex-end;
  }
  #m4 .xs\:items-center {
    align-items: center;
  }
}

#m4 .text-left {
  text-align: left;
}

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #m4 .text-align {
    text-align: left;
  }
  html[dir=rtl] #m4 .text-align {
    text-align: right;
  }
}

#m4 .font-extralight {
  font-weight: 200;
}

#m4 .font-light {
  font-weight: 300;
}

#m4 .font-normal {
  font-weight: 400;
}

#m4 .font-medium {
  font-weight: 500;
}

#m4 .font-semibold {
  font-weight: 600;
}

#m4 .font-bold {
  font-weight: 700;
}

#m4 .font-extrabold {
  font-weight: 800;
}

#m4 .fadeup, #m4 .lg-fadeup {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .fadeup, #m4 .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #m4 .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #m4 .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

#m4 .fadeup.animated, #m4 .lg-fadeup.animated, #m4 .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

#m4 h2, #m4 h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

#m4 h2 {
  font-size: 3.333333vw;
}

#m4 h3 {
  font-size: 1.666667vw;
}

#m4 p {
  font-size: 1.25vw;
}

#m4 strong {
  font-weight: 400;
  color: #fff;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 h2 {
    font-size: 11.111111vw;
  }
  #m4 h3 {
    font-size: 4.444444vw;
  }
  #m4 p {
    font-size: 4.444444vw;
  }
}

#m4 .note {
  display: flex;
  font-size: .833333vw;
  color: #575757;
}

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

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

#m4 .py-260, #m4 .lg\:py-260 {
  padding-top: 13.5416vw;
  padding-bottom: 13.5416vw;
}

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

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

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

#m4 .py-160, #m4 .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .pt-200, #m4 .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #m4 .pb-200, #m4 .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #m4 .py-260, #m4 .lg\:py-260 {
    padding-top: 36.11vw;
    padding-bottom: 36.11vw;
  }
  #m4 .py-200, #m4 .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #m4 .pt-160, #m4 .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #m4 .pb-160, #m4 .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #m4 .py-160, #m4 .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
}

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

#m4 .mt-20, #m4 .lg\:mt-20 {
  margin-top: 1.041667vw;
}

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

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

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

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

#m4 .mt-200, #m4 .lg\:mt-200 {
  margin-top: 10.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #m4 .xs\:mt-0 {
    margin-top: 0;
  }
  #m4 .mt-20, #m4 .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #m4 .mt-30, #m4 .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #m4 .mt-40, #m4 .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #m4 .mt-60, #m4 .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #m4 .mt-80, #m4 .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #m4 .mt-200, #m4 .lg\:mt-200 {
    margin-top: 27.777778vw;
  }
}

#m4 .txt-white {
  color: #FFFFFF;
}

#m4 .rounded, #m4 .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: .833333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .rounded {
    border-radius: 2.222222vw;
  }
  #m4 .lg\:rounded {
    border-radius: 0;
  }
}

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);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#m4 .section-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#m4 .section-hero .hero-picture {
  width: 100%;
}

#m4 .section-hero .hero-picture::before {
  padding-bottom: calc(100% / (1920 / 960));
}

#m4 .section-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 65vw;
  transform: translate(50%, -50%);
  text-align: center;
  width: 32.291vw;
  font-weight: 400;
  color: #1e2022;
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
}

#m4 .section-hero .hero-logo {
  width: 24.1145vw;
  margin: 0 auto;
}

#m4 .section-hero .hero-logo::before {
  padding-bottom: calc(100% / ( 497.71 / 58.54));
}

#m4 .section-hero .hero-slogan {
  width: fit-content;
  margin: 0 auto 2.6vw;
  font-size: 3.0729vw;
  text-align: center;
  font-weight: inherit;
  color: #080808;
}

#m4 .section-hero .hero-ksp {
  margin-top: 1.8229vw;
  font-size: 0.78125vw;
  font-weight: inherit;
  color: inherit;
}

#m4 .section-hero .kv-txtbottom {
  width: 8.229vw;
  position: absolute;
  bottom: 3.125vw;
  right: 3.125vw;
  text-align: right;
}

#m4 .section-hero .kv-txtbottom > p {
  font-size: 0.625vw;
  color: #000;
}

#m4 .section-hero.active .hero-content {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (min-width: 1920px) {
  #m4 .section-hero .hero-ksp {
    font-size: 0.78125vw;
  }
}

@media (max-width: 1919px) and (min-aspect-ratio: 11 / 10) {
  #m4 .section-hero .hero-ksp {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .section-hero {
    height: 100vh;
    background-color: #fff;
    padding-bottom: 22.22vw;
  }
  #m4 .section-hero .hero-picture {
    width: 100%;
  }
  #m4 .section-hero .hero-picture::before {
    padding-bottom: calc(100% / (720 / 640));
  }
  #m4 .section-hero .hero-content {
    position: static;
    transform: translate(0%, 3vw);
    width: 83%;
    margin: 0 auto;
    margin-top: -79.8vw;
  }
  #m4 .section-hero.active .hero-content {
    transform: translate(0%, 0);
  }
  #m4 .section-hero .hero-logo {
    width: 52.6388vw;
    margin: 0 auto;
  }
  #m4 .section-hero .hero-slogan {
    margin: 11.111vw auto 5.55vw;
    font-size: 6.666667vw;
  }
  #m4 .section-hero .hero-ksp {
    margin-top: 4.1666vw;
    font-size: 3.33vw;
  }
  #m4 .section-hero .kv-txtbottom {
    width: 83%;
    margin: 0 auto;
    position: static;
    margin-top: 13.88vw;
  }
  #m4 .section-hero .kv-txtbottom p {
    font-size: 2vw;
  }
}

#m4.no-inline-video .section-hero {
  height: auto;
}

#m4.no-inline-video .section-hero .kv-harmonyos {
  opacity: 1;
}

#m4.no-inline-video .section-hero .hero-content {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (max-aspect-ratio: 11 / 10) {
  #m4.no-inline-video .section-hero .hero-content {
    transform: translate(0, 0%);
  }
}

#m4 .section-highlights {
  z-index: 20;
}

#m4 .section-highlights .swiper-slide:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), transparent 70%);
}

#m4 .section-highlights .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 3.333333vw;
}

#m4 .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#m4 .section-highlights .swiper-slide.show-start-frame .start-frame {
  transition: opacity .2s;
  opacity: 1;
}

#m4 .section-highlights .start-frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#m4 .section-highlights .headline {
  position: absolute;
  z-index: 1;
  top: 3.125vw;
  left: 3.125vw;
  font-size: 1.666667vw;
  color: #e2dbb9;
}

#m4 .section-highlights .swiper-controls {
  display: flex;
  justify-content: center;
  margin-top: 2.083333vw;
}

#m4 .section-highlights .controls-wrapper {
  position: relative;
  overflow: hidden;
  height: 3.333333vw;
  border-radius: 999px;
}

#m4 .section-highlights .controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.5625vw;
  padding-left: 1.5625vw;
}

#m4 .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: .9375vw;
  cursor: pointer;
  transition: opacity .3s;
  outline: 0;
  position: relative;
}

#m4 .section-highlights .arrownav-item .arrownav-hover {
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
  width: 0.9895vw;
  filter: blur(8px);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#m4 .section-highlights .arrownav-item:hover .arrownav-hover {
  opacity: 1;
}

#m4 .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: .3;
}

#m4 .section-highlights .arrownav-disabled:hover .arrownav-hover {
  opacity: 0;
}

#m4 .section-highlights .dotnav-list {
  display: flex;
  margin-right: 1.302083vw;
  margin-left: 1.302083vw;
}

#m4 .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .520833vw;
  height: .520833vw;
  margin-right: .260417vw;
  margin-left: .260417vw;
  cursor: pointer;
  transition: opacity .3s;
  opacity: .2;
  border-radius: 100%;
  outline: 0;
  background-color: #c2ac88;
}

#m4 .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: .260417vw;
  content: '';
}

#m4 .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: .8;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .section-highlights {
    padding-top: 22.22vw;
  }
  #m4 .section-highlights .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 4.444444vw;
  }
  #m4 .section-highlights .headline {
    top: 8.333333vw;
    left: 8.333333vw;
    font-size: 4.444444vw;
  }
  #m4 .section-highlights .swiper-controls {
    margin-top: 8.888889vw;
  }
  #m4 .section-highlights .controls-wrapper {
    height: 13.194444vw;
  }
  #m4 .section-highlights .controls {
    padding-right: 6.111111vw;
    padding-left: 6.111111vw;
  }
  #m4 .section-highlights .arrownav-item {
    width: 3.888889vw;
  }
  #m4 .section-highlights .arrownav-item:hover .arrownav-hover {
    opacity: 0;
  }
  #m4 .section-highlights .dotnav-list {
    margin-right: 4.444444vw;
    margin-left: 4.444444vw;
  }
  #m4 .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #m4 .section-highlights .dotnav-item::before {
    padding: 1.111111vw;
  }
}

#m4 .shine-item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1px;
  pointer-events: none;
  border-radius: 999px;
}

#m4 .shine-item::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 999px;
  background-color: #191919;
}

#m4 .shine-item::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 999px;
  box-shadow: inset -0.10417vw -0.15625vw 1.04167vw rgba(194, 172, 136, 0.3);
}

#m4 .shine-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-image: linear-gradient(#c2ac88, rgba(243, 230, 194, 0) 50%);
}

#m4 .tabnav .shine-item::before {
  background-image: linear-gradient(#c2ac88, rgba(228, 212, 176, 0.3));
}

#m4 .tabnav .shine-item::after {
  box-shadow: inset 0 -.15625vw .520833vw #fcf1dd;
}

#m4 .tabnav .shine-border {
  opacity: 1;
  background-image: linear-gradient(rgba(244, 240, 233, 0.46), rgba(201, 181, 149, 0.93));
}

#m4 .section-header {
  position: relative;
  z-index: 11;
}

#m4 .section-header.sticky-header {
  height: 150vh;
}

#m4 .section-header .sticky-content {
  overflow: hidden;
  height: 100vh;
}

#m4 .section-header .section-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#m4 .section-header .section-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform .8s, opacity 1s;
  opacity: 1;
}

#m4 .section-header .section-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  filter: blur(0px);
  transition: filter .5s;
  background-image: linear-gradient(transparent, black 100%);
}

#m4 .section-header .header-videobox {
  height: 100%;
}

#m4 .section-header .header-videobox .video-icon {
  width: 5.2vw;
  position: absolute;
  right: 4.1666vw;
  bottom: 4.1666vw;
}

#m4 .section-header.animated .section-overlay {
  transform: translate3d(0, -100vh, 0);
  opacity: 0;
}

#m4 .section-header.animated .section-overlay::before {
  filter: blur(20px);
}

#m4 .section-header.animated .header-videobox .video-icon {
  z-index: 3;
}

#m4 .section-header .text-content {
  position: relative;
  z-index: 1;
}

#m4 .section-header .section-title {
  font-size: 1.666667vw;
  font-weight: 400;
  color: #FFFFFF;
}

#m4 .section-header .section-headline {
  display: inline-block;
  font-size: 5vw;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(#fcf1dd, #c2ac88 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#m4 .section-header .section-intro {
  margin-top: 1.5625vw;
  font-size: 1.25vw;
  color: #fff;
}

#m4 .section-header .trigger {
  position: absolute;
  top: 25vh;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .section-header.sticky-header, #m4 .section-header .sticky-content {
    height: auto;
  }
  #m4 .section-header .section-overlay {
    transition: opacity .4s;
  }
  #m4 .section-header .section-overlay::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #m4 .section-header .header-videobox .video-icon {
    width: 13.888vw;
    right: 5.555vw;
    bottom: 5.555vw;
  }
  #m4 .section-header.animated .section-overlay {
    transform: none;
    opacity: 0;
  }
  #m4 .section-header .section-title {
    font-size: 4.444444vw;
  }
  #m4 .section-header .section-headline {
    font-size: 11.11vw;
  }
  #m4 .section-header .section-intro {
    margin-top: 4.166667vw;
    font-size: 4.444444vw;
  }
  #m4 .section-header .trigger {
    position: absolute;
    top: 25vh;
  }
}

#m4 .section-design .headline-container {
  display: flex;
  justify-content: center;
}

#m4 .section-design .section-headline {
  display: flex;
  flex-direction: column;
  opacity: 0;
}

#m4 .section-design .svg-anim {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#m4 .section-design .circles-group {
  will-change: transform;
}

#m4 .section-design .circles-group path {
  stroke: #fcf1dd;
  stroke-width: 0;
  will-change: stroke-width;
}

#m4 .section-design .svg-text {
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.25;
}

#m4 .section-design .svg-text .tspan-3 {
  display: none;
}

#m4 .section-design .svg-text-gradient {
  opacity: .6;
}

#m4 .section-design.animated .circles-group {
  transition: transform 2s;
  transform: translate3d(50%, 50%, 0);
}

#m4 .section-design.animated .circles-group path {
  transition: stroke-width 2s;
}

#m4 .section-design.animated .svg-text-gradient {
  transition: opacity .4s .8s;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .section-design .headline-container {
    justify-content: flex-start;
  }
  #m4 .section-design .headline-isSafari {
    padding-top: 2.777vw;
  }
  #m4 .section-design .svg-text {
    font-size: 11.11vw;
  }
  #m4 .section-design .svg-text .tspan-3 {
    display: block;
  }
}

#m4 .subsection-colours {
  margin-top: 3.125vw;
}

#m4 .subsection-colours .section-container-ov {
  overflow: hidden;
}

#m4 .subsection-colours .mask {
  position: absolute;
  z-index: 10;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  transition: transform 1s, opacity .4s .6s;
  pointer-events: none;
  background-image: radial-gradient(circle 32.60417vw at var(--x, 50%) var(--y, 50%), transparent 40%, #000 50%);
  filter: blur(36px);
}

#m4 .subsection-colours .mask.animated {
  transform: scale(10);
  transform-origin: var(--x, 50%) var(--y, 50%);
  opacity: 0;
}

@media (any-hover: none) {
  #m4 .subsection-colours .mask {
    display: none;
  }
}

#m4 .subsection-colours .swiper {
  width: 100%;
}

#m4 .subsection-colours .swiper-slide {
  position: relative;
  width: 100%;
}

@keyframes slide-clip {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

#m4 .subsection-colours .overlay-content {
  position: absolute;
  z-index: 2;
  top: 20.8333vw;
  right: 12.760417vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24.583vw;
}

#m4 .subsection-colours .colournav-list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
}

#m4 .subsection-colours .colournav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.666667vw;
  height: 1.666667vw;
  cursor: pointer;
}

#m4 .subsection-colours .colournav-item + .colournav-item {
  margin-left: .833333vw;
}

#m4 .subsection-colours .bullet {
  width: 100%;
  height: 100%;
}

#m4 .subsection-colours .outline {
  transition: opacity .5s;
  opacity: 0;
}

#m4 .subsection-colours .current .outline {
  opacity: 1;
}

#m4 .subsection-colours .caption-list {
  position: relative;
  display: flex;
  margin-top: 1.5625vw;
  text-align: center;
}

#m4 .subsection-colours .caption-item {
  position: relative;
  width: 100%;
  transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#m4 .subsection-colours .caption-item + .caption-item {
  margin-left: -100%;
}

#m4 .subsection-colours .caption-item.current {
  z-index: 1;
  opacity: 1;
}

#m4 .subsection-colours .title {
  font-size: 1.666667vw;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}

#m4 .subsection-colours .intro {
  margin-top: 1.041667vw;
  font-size: 1.145833vw;
  line-height: 1.6;
  color: #000;
}

#m4 .subsection-colours .colournav-listboxmob {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-colours {
    margin-top: 0;
  }
  #m4 .subsection-colours .mask {
    display: none;
  }
  #m4 .subsection-colours .overlay-content {
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    align-items: center;
    width: 100%;
    padding-top: 12.5vw;
    padding-bottom: 37.5vw;
  }
  #m4 .subsection-colours .overlay-content::before {
    position: absolute;
    bottom: 10.5vw;
    width: 165.555556vw;
    height: 165.555556vw;
    content: '';
    border-radius: 100%;
    background-image: linear-gradient(#B8B5B1, #E5E1DB);
    filter: blur(20px);
  }
  #m4 .subsection-colours .overlay-content-bg {
    position: absolute;
    bottom: 72px;
    overflow: hidden;
    width: 165.555556vw;
    height: 165.555556vw;
    content: '';
    border-radius: 100%;
    background-image: linear-gradient(#B8B5B1, #E5E1DB);
    filter: blur(20px);
  }
  #m4 .subsection-colours .swiper-product {
    width: 73.333333vw;
  }
  #m4 .subsection-colours .swiper-content {
    display: flex;
    flex-direction: column-reverse;
    width: 83.333333vw;
    margin-right: auto;
    margin-left: auto;
  }
  #m4 .subsection-colours .swiper-content .colournav-listbox {
    visibility: hidden;
    pointer-events: none;
  }
  #m4 .subsection-colours .colournav-list {
    margin-top: 0;
    z-index: 4;
    height: 13.888vw;
    align-items: center;
  }
  #m4 .subsection-colours .colournav-item {
    width: 10vw;
    height: 10vw;
  }
  #m4 .subsection-colours .colournav-item + .colournav-item {
    margin-left: 5.555556vw;
  }
  #m4 .subsection-colours .caption-list {
    margin-top: 8.333333vw;
  }
  #m4 .subsection-colours .caption-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #m4 .subsection-colours .title {
    font-size: 6.666667vw;
  }
  #m4 .subsection-colours .intro {
    text-align: left;
    margin-top: 0;
    margin-left: 6.666667vw;
    font-size: 4.444444vw;
  }
  #m4 .subsection-colours .colournav-listboxmob {
    display: flex;
  }
  #m4 .subsection-colours .colournav-listbox {
    position: sticky;
    z-index: 3;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    transform: translateY(29.99vw);
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    opacity: 0;
  }
  #m4 .subsection-colours .swiper-colourcontentpo {
    position: absolute;
    bottom: 30vw;
  }
  #m4 .subsection-colours .swiper-colourcontent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.88vw;
    height: 13.888vw;
    margin: 0 auto;
  }
  #m4 .subsection-colours .swiper-colourcontentbox {
    width: 48.88vw;
    height: 13.888vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 999px;
    border: 1px solid #DDD9D4;
    background-color: #DDD9D4;
    box-shadow: 0 0 0.83vw rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s;
  }
  #m4 .subsection-colours .swiper-colourmobbg {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }
  #m4 .subsection-colours .swiper-colourmobbg .swiper-colourcontentbox {
    opacity: 1;
  }
}

#m4 .arrownav-list {
  display: flex;
  justify-content: flex-end;
}

#m4 .arrownav-list .arrownav-item {
  position: relative;
  width: 3.333333vw;
  cursor: pointer;
  transition: opacity .3s;
}

#m4 .arrownav-list .arrownav-item::before, #m4 .arrownav-list .arrownav-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity .3s;
  opacity: 0;
  border-radius: 100%;
}

#m4 .arrownav-list .arrownav-item::before {
  background-color: #c2ac88;
  filter: blur(8px);
}

#m4 .arrownav-list .arrownav-item::after {
  z-index: 2;
  border: 2px solid #c2ac88;
}

#m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::before, #m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::after {
  opacity: 1;
}

#m4 .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: .5;
}

#m4 .arrownav-list .arrownav-next {
  margin-left: 3.125vw;
}

#m4 .arrownav-list .icon-arrow {
  position: relative;
  z-index: 1;
  user-select: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .arrownav-list .arrownav-item {
    width: 11.111111vw;
  }
  #m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::before, #m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::after {
    opacity: 0;
  }
  #m4 .arrownav-list .arrownav-next {
    margin-left: 8.333333vw;
  }
}

@media (max-width: 1200px) and (min-width: 1190px) {
  #m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::before, #m4 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover::after {
    opacity: 0;
  }
}

#m4 .stack-list {
  display: flex;
  text-align: center;
  margin-top: -2.083vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .stack-list {
    margin-top: 8.33vw;
  }
}

#m4 .stack-item {
  position: relative;
  width: 100%;
  transition: opacity .4s;
  opacity: 0;
  font-size: 1.14583vw;
}

#m4 .stack-item + .stack-item {
  margin-left: -100%;
}

#m4 .stack-item.current {
  z-index: 1;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .stack-item {
    font-size: 4.44vw;
  }
}

#m4 .subsection-design-2 {
  position: relative;
  padding-top: 13.66vw;
  height: 150vh;
}

#m4 .subsection-design-2 .subsection-design-2content {
  position: sticky;
  top: 0;
  overflow: hidden;
}

#m4 .subsection-design-2 .sticky-design {
  width: 100%;
  height: 100%;
}

#m4 .subsection-design-2 .section-content {
  position: relative;
  width: 35.9375vw;
}

#m4 .subsection-design-2 .inline-video {
  width: 100%;
}

#m4 .subsection-design-2 .inline-video::before {
  padding-bottom: calc(100% / (1440 / 1436));
}

#m4 .subsection-design-2 .pin-item {
  width: 17.6vw;
  position: absolute;
  top: 7.552vw;
  left: -4.79vw;
}

#m4 .subsection-design-2 .pin-item .pin-title {
  margin-left: -4.125vw;
}

#m4 .subsection-design-2 .pin-item-2 {
  top: 19.79vw;
  left: -2.8125vw;
}

#m4 .subsection-design-2 .pin-item-2 .pin-title {
  margin-left: -8.125vw;
}

#m4 .subsection-design-2 .pin-title {
  width: 90%;
  font-size: 1.666667vw;
  font-weight: 400;
  transition: opacity .2s;
  opacity: 0;
  color: #fff;
}

#m4 .subsection-design-2 .pin {
  display: flex;
  align-items: center;
  margin-top: .3125vw;
  padding-right: 1.875vw;
}

#m4 .subsection-design-2 .pin-line {
  position: relative;
  z-index: 1;
  width: 15.625vw;
  width: 15.625vw;
  height: 1px;
  transition: transform .2s;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #c2ac88;
}

#m4 .subsection-design-2 .pin-head {
  position: absolute;
  right: 0;
  width: 3.125vw;
  transition: transform .2s .2s;
  transform: scale(0);
}

#m4 .subsection-design-2 .current .pin-title {
  transition: opacity .2s .2s;
  opacity: 1;
}

#m4 .subsection-design-2 .current .pin-line {
  transform: scaleX(1);
}

#m4 .subsection-design-2 .current .pin-head {
  transition: transform .2s;
  transform: scale(1);
}

#m4 .subsection-design-2 .caption {
  transition: opacity .2s;
}

#m4 .subsection-design-2 .caption.current {
  transition: opacity .2s .2s;
}

#m4 .subsection-design-2 .end-trigger {
  position: absolute;
  top: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-design-2 {
    padding-top: 27.77vw;
    height: auto;
  }
  #m4 .subsection-design-2 .subsection-design-2content {
    position: static;
    height: auto;
  }
  #m4 .subsection-design-2 .section-content {
    width: 100%;
  }
  #m4 .subsection-design-2 .inline-video {
    width: 100%;
  }
  #m4 .subsection-design-2 .pin-list {
    width: 83.33vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-top: -4.44vw;
  }
  #m4 .subsection-design-2 .pin-item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #m4 .subsection-design-2 .pin-item + .pin-item {
    margin-left: -100%;
  }
  #m4 .subsection-design-2 .pin-item .pin-title, #m4 .subsection-design-2 .pin-item-2 .pin-title {
    margin-left: auto;
  }
  #m4 .subsection-design-2 .pin-title {
    width: auto;
    font-size: 6.666667vw;
    line-height: 1.25;
    margin-left: 0;
  }
  #m4 .subsection-design-2 .pin {
    display: none;
  }
  #m4 .subsection-design-2 .stack-list {
    text-align: left;
    width: 83.33vw;
  }
  #m4 .subsection-design-2 .end-trigger {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

#m4 .content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5.625vw;
  padding-left: 6.875vw;
}

#m4 .content-row .headline {
  width: 44.8%;
  flex-shrink: 0;
  font-size: 3.333333vw;
}

#m4 .content-row .intro {
  width: 34.375vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .content-row {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  #m4 .content-row .headline {
    width: auto;
    flex-shrink: 0;
    font-size: 11.111111vw;
  }
  #m4 .content-row .intro {
    width: 100%;
    margin-top: 4.166667vw;
  }
}

#m4 .subsection-sound-1 .content-row {
  padding: 0;
}

#m4 .subsection-sound-1 .anim-container {
  padding: 4.166667vw 6.875vw;
  background-image: linear-gradient(#1d1d1f, #070707);
}

#m4 .subsection-sound-1 .num-container {
  position: relative;
  z-index: 2;
}

#m4 .subsection-sound-1 .num-container .caption {
  width: 24vw;
}

#m4 .subsection-sound-1 .num-wrap {
  display: flex;
  overflow: hidden;
  align-items: baseline;
  font-size: 0;
  line-height: 1;
}

#m4 .subsection-sound-1 .num-wrap > div {
  display: inline-block;
  font-size: 4.166667vw;
  font-weight: 700;
  color: #c2ac88;
}

#m4 .subsection-sound-1 .num-wrap div {
  height: var(--number-height);
}

#m4 .subsection-sound-1 .num-wrap .mbps {
  font-size: 2.5vw;
}

#m4 .subsection-sound-1 .num-wrap .mbps-txt {
  width: 13vw;
  font-size: 1.14583vw;
  color: #ABABAB;
  font-weight: normal;
}

#m4 .subsection-sound-1 .num-anim {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#m4 .subsection-sound-1 .animated .num-anim {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
}

#m4 .subsection-sound-1 .animated .single-num {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#m4 .subsection-sound-1 .animated .decimal-num {
  -webkit-transform: translate(0, -700%);
  transform: translate(0, -700%);
}

#m4 .subsection-sound-1 .svg-wrap {
  position: relative;
  width: 51.25vw;
  margin-top: -5.208333vw;
}

#m4 .subsection-sound-1 .anim-container svg {
  width: 100%;
  opacity: 0;
}

#m4 .subsection-sound-1 .mbps-1 path {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

#m4 .subsection-sound-1 .mbps-2 path {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

#m4 .subsection-sound-1 .svg-animation-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3854166vw;
  opacity: 0;
}

#m4 .subsection-sound-1 .animated svg {
  opacity: 1;
}

#m4 .subsection-sound-1 .animated path {
  -webkit-animation: animate-strokes 2s ease forwards;
  animation: animate-strokes 2s ease forwards;
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

#m4 .subsection-sound-1 .animated path.delay-2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

#m4 .subsection-sound-1 .animated path.delay-3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

#m4 .subsection-sound-1 .animated .svg-animation-bg {
  transition: opacity .8s 2s;
  opacity: 1;
}

#m4 .subsection-sound-1 .num-icons {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#m4 .subsection-sound-1 .num-icons .num-icon {
  width: 9.21875vw;
  margin-right: 1.0416vw;
}

#m4 .subsection-sound-1 .num-icons .num-icon:last-child {
  width: 3.6458vw;
  margin-right: 0;
}

@-webkit-keyframes animate-strokes {
  0% {
    stroke-dashoffset: var(--stroke-dasharray);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-strokes {
  0% {
    stroke-dashoffset: var(--stroke-dasharray);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#m4 .subsection-sound-1 .mob-svg-animation {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-sound-1 .num-icons .num-icon {
    width: 24.583vw;
    margin-right: 2.777vw;
  }
  #m4 .subsection-sound-1 .num-icons .num-icon:last-child {
    width: 9.722vw;
  }
  #m4 .subsection-sound-1 .anim-container {
    padding: 8.333333vw;
  }
  #m4 .subsection-sound-1 .num-container .caption {
    width: auto;
  }
  #m4 .subsection-sound-1 .num-wrap > div {
    font-size: 11.111111vw;
  }
  #m4 .subsection-sound-1 .num-wrap .mbps {
    font-size: 6.666667vw;
  }
  #m4 .subsection-sound-1 .num-wrap .mbps-txt {
    width: 47vw;
    font-size: 4.44vw;
  }
  #m4 .subsection-sound-1 .pc-svg-animation {
    display: none;
  }
  #m4 .subsection-sound-1 .svg-wrap {
    width: 79.861111vw;
    margin-top: 4.166667vw;
  }
  #m4 .subsection-sound-1 .mob-svg-animation {
    display: block;
  }
  #m4 .subsection-sound-1 .svg-animation-bg {
    right: auto;
    left: 0;
    width: 44.57vw;
  }
}

#m4 .subsection-sound-2 .swiper-slide {
  width: 48.4375vw;
}

#m4 .subsection-sound-2 .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 2.5vw;
}

#m4 .subsection-sound-2 .swiper-slide .intro {
  font-size: 1.14583vw;
  margin-left: 1.5625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-sound-2 .swiper-slide {
    width: 83.333333vw;
  }
  #m4 .subsection-sound-2 .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 4.444444vw;
  }
  #m4 .subsection-sound-2 .swiper-slide .intro {
    font-size: 4.444444vw;
    margin-left: 0;
  }
}

#m4 .subsection-sound-3 .content-row .headline {
  width: 40%;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-sound-3 .content-row .headline {
    width: auto;
  }
}

#m4 .subsection-sound-4 .swiper-slide {
  width: 48.4375vw;
}

#m4 .subsection-sound-4 .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 2.5vw;
}

#m4 .subsection-sound-4 .swiper-slide .intro {
  font-size: 1.14583vw;
  margin-left: 1.5625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-sound-4 {
    padding-top: 27.77vw;
  }
  #m4 .subsection-sound-4 .swiper-slide {
    width: 83.333333vw;
  }
  #m4 .subsection-sound-4 .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 4.444444vw;
  }
  #m4 .subsection-sound-4 .swiper-slide .intro {
    font-size: 4.444444vw;
    margin-left: 0;
  }
}

#m4 .section-call .section-header .section-overlay::before {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9) 8%, transparent 70%, rgba(0, 0, 0, 0.9));
}

#m4 .subsection-call-1 .text-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 22.916vw;
  transform: translateY(-50%);
}

#m4 .subsection-call-1 .intro {
  width: 23.4375vw;
}

#m4 .subsection-call-1 .call-video {
  position: relative;
}

#m4 .subsection-call-1 .call-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), transparent 50%, rgba(0, 0, 0, 0.9));
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-call-1 .text-content {
    position: static;
    transform: translateY(0);
    margin-bottom: 8.333333vw;
  }
  #m4 .subsection-call-1 .intro {
    width: 100%;
  }
}

#m4 .subsection-call-2 .section-content {
  width: 54.375vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#m4 .subsection-call-2 .text-content {
  width: 18.66vw;
}

#m4 .subsection-call-2 .call-2-left {
  width: 33.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-call-2 {
    padding-top: 27.77vw;
  }
  #m4 .subsection-call-2 .section-content {
    width: 83.33vw;
    display: block;
  }
  #m4 .subsection-call-2 .text-content {
    width: 100%;
  }
  #m4 .subsection-call-2 .call-2-left {
    width: 100%;
    margin-top: 8.33vw;
  }
}

#m4 .subsection-call-3 .sticky-container {
  height: 140vh;
  margin-top: 1.5625vw;
}

#m4 .subsection-call-3 .sticky-content {
  overflow: hidden;
  height: 70vh;
}

#m4 .subsection-call-3 .video-container {
  transform-origin: top;
}

#m4 .subsection-call-3 .video-container::before {
  padding-bottom: calc(100% / (1920 / 720));
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-call-3 .sticky-container, #m4 .subsection-call-3 .sticky-content {
    height: auto;
  }
  #m4 .subsection-call-3 .sticky-container {
    margin-top: 8.333333vw;
  }
  #m4 .subsection-call-3 .video-container {
    border-radius: 0;
  }
  #m4 .subsection-call-3 .video-container::before {
    padding-bottom: calc(100% / (1440 / 970));
  }
}

#m4 .subsection-call-4 .content-row {
  align-items: normal;
}

#m4 .subsection-call-4 .video-container {
  position: absolute;
  top: 7.708333vw;
  right: 0;
  left: 0;
  width: 15.260417vw;
}

#m4 .subsection-call-4 .item {
  position: absolute;
  width: 18.229167vw;
  transform: scale(0.7);
  opacity: 0;
}

#m4 .subsection-call-4 .animated .item {
  transition: transform 1s, opacity 1s;
  transform: scale(1);
  opacity: 1;
}

#m4 .subsection-call-4 .item-left {
  top: 17.604167vw;
  left: 24.479167vw;
}

#m4 .subsection-call-4 .item-right {
  top: 9.635417vw;
  left: 56.666667vw;
}

#m4 .subsection-call-4 .badge-item {
  display: flex;
  align-items: baseline;
  margin-top: 1.041667vw;
}

#m4 .subsection-call-4 .badge-value {
  font-size: 3.125vw;
  font-weight: 300;
  color: #e2dbb9;
}

#m4 .subsection-call-4 .badge-caption {
  margin-left: .520833vw;
  font-size: .833333vw;
}

#m4 .subsection-call-4 .content-row .intro {
  width: 28.6458vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-call-4 .video-container {
    top: 20.555556vw;
    width: 40.694444vw;
  }
  #m4 .subsection-call-4 .item {
    width: 32.5vw;
  }
  #m4 .subsection-call-4 .item-left {
    top: 54.861111vw;
    left: 0;
  }
  #m4 .subsection-call-4 .item-right {
    top: 294px;
    right: 0;
    left: auto;
  }
  #m4 .subsection-call-4 .badge-item {
    margin-top: 4.166vw;
    flex-direction: column;
  }
  #m4 .subsection-call-4 .badge-value {
    font-size: 8.333333vw;
  }
  #m4 .subsection-call-4 .badge-caption {
    margin-left: 0;
    font-size: 4.444444vw;
  }
  #m4 .subsection-call-4 .content-row .intro {
    width: 100%;
  }
}

#m4 .subsection-experience-2 .swiper-slide {
  width: 28.645833vw;
  background-image: linear-gradient(#1d1d1f, #070707);
}

#m4 .subsection-experience-2 .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 2.5vw;
}

#m4 .subsection-experience-2 .swiper-slide:last-child {
  width: 31.04166vw;
}

#m4 .subsection-experience-2 .text-content {
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  left: 3.125vw;
}

#m4 .subsection-experience-2 .intro {
  font-size: 1.145833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m4 .subsection-experience-2 .swiper-slide {
    width: 76.388vw;
  }
  #m4 .subsection-experience-2 .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 4.444444vw;
  }
  #m4 .subsection-experience-2 .swiper-slide:last-child {
    width: 82.7777vw;
  }
  #m4 .subsection-experience-2 .text-content {
    top: 8.333333vw;
    right: 8.333333vw;
    left: 8.333333vw;
  }
  #m4 .subsection-experience-2 .intro {
    font-size: 3.055556vw;
  }
}

#m4 .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #m4 .section-footnote .footnote-list {
    font-size: 12px;
  }
}

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

html[dir=rtl] #m4 .section-footnote .footnote-list {
  padding-right: 1.5em;
  padding-left: 0;
}

#m4 .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #ababab;
}

#m4 .section-footnote li.current {
  color: #fff;
}

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

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