html.has-modal-l {
  overflow: hidden;
  background-color: #000;
}
html.has-modal-l body, html.has-modal-l .main-navigation.nav-v2, html.has-modal-l #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);
}

#libra-container {
  width: 100%;
  font-size: 1.145833vw;
  line-height: 1.6;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container {
    font-size: 4.444444vw;
  }
}
#libra-container .will-change .will-change-tf {
  will-change: transform;
}
#libra-container .will-change .will-change-op {
  will-change: opacity;
}
#libra-container .will-change .will-change-tf-op {
  will-change: transform, opacity;
}

#libra-container *, #libra-container *::before, #libra-container *::after {
  box-sizing: border-box;
}
#libra-container section {
  position: relative;
}
#libra-container img, #libra-container picture, #libra-container video, #libra-container canvas, #libra-container svg {
  display: block;
  width: 100%;
}
#libra-container svg {
  overflow: visible;
}
#libra-container button {
  background-color: transparent;
  border: 0;
}
#libra-container .sticky-content {
  position: sticky;
  top: 0;
}
#libra-container .object-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#libra-container .object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#libra-container .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#libra-container .blur-up {
  transition: filter 400ms;
  filter: blur(20px);
}
#libra-container .blur-up.lazyloaded {
  filter: blur(0);
}
#libra-container br.md, #libra-container br.xs {
  display: none;
}
#libra-container br.lg {
  display: block;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container br.lg, #libra-container br.xs {
    display: none;
  }
  #libra-container br.md {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container br.lg, #libra-container br.md {
    display: none;
  }
  #libra-container br.xs {
    display: block;
  }
}
#libra-container .relative {
  position: relative;
}
#libra-container .absolute {
  position: absolute;
}
#libra-container span.nowrap {
  white-space: nowrap;
}
#libra-container .absolute {
  position: absolute;
}
#libra-container .relative {
  position: relative;
}
#libra-container .sticky {
  position: sticky;
  top: 0;
}
#libra-container .z-1 {
  z-index: 1;
}
#libra-container .z-2 {
  z-index: 2;
}
#libra-container .z-3 {
  z-index: 3;
}
#libra-container .overflow-hidden {
  overflow: hidden;
}
#libra-container .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .md\:overflow-hidden {
    overflow: hidden;
  }
  #libra-container .md\:overflow-visible {
    overflow: visible;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container .xs\:overflow-hidden {
    overflow: hidden;
  }
  #libra-container .xs\:overflow-visible {
    overflow: visible;
  }
}
#libra-container .block {
  display: block;
}
#libra-container .inline-block {
  display: inline-block;
}
#libra-container .inline {
  display: inline;
}
#libra-container .flex {
  display: flex;
}
#libra-container .inline-flex {
  display: inline-flex;
}
#libra-container .hidden {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .md\:block {
    display: block;
  }
  #libra-container .md\:inline-block {
    display: inline-block;
  }
  #libra-container .md\:inline {
    display: inline;
  }
  #libra-container .md\:flex {
    display: flex;
  }
  #libra-container .md\:inline-flex {
    display: inline-flex;
  }
  #libra-container .md\:hidden {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container .xs\:block {
    display: block;
  }
  #libra-container .xs\:inline-block {
    display: inline-block;
  }
  #libra-container .xs\:inline {
    display: inline;
  }
  #libra-container .xs\:flex {
    display: flex;
  }
  #libra-container .xs\:inline-flex {
    display: inline-flex;
  }
  #libra-container .xs\:hidden {
    display: none;
  }
}
#libra-container .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#libra-container .flex-row {
  flex-direction: row;
}
#libra-container .flex-row-reverse {
  flex-direction: row-reverse;
}
#libra-container .flex-col {
  flex-direction: column;
}
#libra-container .flex-col-reverse {
  flex-direction: column-reverse;
}
#libra-container .flex-wrap {
  flex-wrap: wrap;
}
#libra-container .flex-nowrap {
  flex-wrap: nowrap;
}
#libra-container .justify-start {
  justify-content: flex-start;
}
#libra-container .justify-end {
  justify-content: flex-end;
}
#libra-container .justify-center {
  justify-content: center;
}
#libra-container .justify-between {
  justify-content: space-between;
}
#libra-container .items-start {
  align-items: flex-start;
}
#libra-container .items-end {
  align-items: flex-end;
}
#libra-container .items-center {
  align-items: center;
}
#libra-container .shrink-0 {
  flex-shrink: 0;
}
#libra-container .order-1 {
  order: 1;
}
#libra-container .order-2 {
  order: 2;
}
#libra-container .order-3 {
  order: 3;
}
#libra-container .order-4 {
  order: 4;
}
#libra-container .order-5 {
  order: 5;
}
#libra-container .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:flex-wrap {
    flex-wrap: wrap;
  }
  #libra-container .xs\:flex-row {
    flex-direction: row;
  }
  #libra-container .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #libra-container .xs\:flex-col {
    flex-direction: column;
  }
  #libra-container .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #libra-container .xs\:justify-start {
    justify-content: flex-start;
  }
  #libra-container .xs\:justify-end {
    justify-content: flex-end;
  }
  #libra-container .xs\:justify-center {
    justify-content: center;
  }
  #libra-container .xs\:justify-between {
    justify-content: space-between;
  }
  #libra-container .xs\:items-start {
    align-items: flex-start;
  }
  #libra-container .xs\:items-end {
    align-items: flex-end;
  }
  #libra-container .xs\:items-center {
    align-items: center;
  }
  #libra-container .xs\:order-1 {
    order: 1;
  }
  #libra-container .xs\:order-2 {
    order: 2;
  }
  #libra-container .xs\:order-3 {
    order: 3;
  }
  #libra-container .xs\:order-4 {
    order: 4;
  }
  #libra-container .xs\:order-5 {
    order: 5;
  }
  #libra-container .xs\:order-6 {
    order: 6;
  }
}
#libra-container .rounded, #libra-container .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
  transform: scale(1);
}
#libra-container .rounded-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#libra-container .rounded-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .lg\:rounded {
    border-radius: 0;
  }
  #libra-container .xs\:rounded, #libra-container .md\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #libra-container .rounded, #libra-container .xs\:rounded, #libra-container .md\:rounded {
    border-radius: 1.142857vw;
  }
  #libra-container .rounded-left, #libra-container .md\:rounded-left {
    border-top-left-radius: 1.142857vw;
    border-bottom-left-radius: 1.142857vw;
  }
  #libra-container .rounded-right, #libra-container .md\:rounded-right {
    border-top-right-radius: 1.142857vw;
    border-bottom-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container .md\:rounded {
    border-radius: 0;
  }
  #libra-container .rounded, #libra-container .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #libra-container .rounded-left, #libra-container .xs\:rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #libra-container .rounded-right, #libra-container .xs\:rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#libra-container .effect-slide .swiper-wrapper, #libra-container .effect-slide [data-swiper-parallax-x], #libra-container .effect-slide [data-swiper-parallax-y], #libra-container .effect-slide [data-swiper-parallax-opacity] {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#libra-container .swiper-fade .swiper-slide {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#libra-container .swiper-touch-move .swiper-wrapper, #libra-container .swiper-touch-move [data-swiper-parallax-x], #libra-container .swiper-touch-move [data-swiper-parallax-y], #libra-container .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}
#libra-container .swiper-slide-to-clicked-slide .swiper-slide {
  cursor: pointer;
}
#libra-container .swiper-slide-to-clicked-slide .swiper-slide-active, #libra-container .swiper-slide-to-clicked-slide .swiper-slide-active ~ .swiper-slide-fully-visible {
  cursor: auto;
}
#libra-container .stack-list {
  display: flex;
  text-align: center;
}
#libra-container .stack-item {
  position: relative;
  width: 100%;
  transition: opacity 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
}
#libra-container .stack-item:nth-child(n+2) {
  margin-left: -100%;
}
#libra-container .stack-item.current {
  z-index: 1;
  transition-delay: 240ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .stack-item {
    transition-duration: 240ms;
  }
  #libra-container .stack-item.current {
    transition-delay: 160ms;
  }
}
#libra-container .effect-slide .stack-item {
  transition-duration: 480ms;
}
#libra-container .effect-slide .stack-item.current {
  transition-delay: 320ms;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .effect-slide .stack-item {
    transition-duration: 360ms;
  }
  #libra-container .effect-slide .stack-item.current {
    transition-delay: 240ms;
  }
}
#libra-container .fadeup, #libra-container .lg-fadeup {
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .fadeup, #libra-container .xs-fadeup {
    transform: translateY(11.111111vw);
  }
  #libra-container .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #libra-container .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#libra-container .fadeup.animated, #libra-container .lg-fadeup.animated, #libra-container .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  #libra-container .gradient-text {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-bottom: 0.416667vw;
  }
}
#libra-container .no-gradient-text .gradient-text {
  background-image: none !important;
  background-color: transparent !important;
}
#libra-container .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #libra-container .backdrop-filter {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
  }
}
#libra-container .w-full {
  width: 100%;
}
#libra-container .w-1560 {
  width: 81.25vw;
}
#libra-container .w-1440 {
  width: 75vw;
}
#libra-container .w-1364 {
  width: 71.041667vw;
}
#libra-container .w-1296 {
  width: 67.5vw;
}
#libra-container .w-1280 {
  width: 66.666667vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:w-full {
    width: 100%;
  }
  #libra-container .xs\:w-688 {
    width: 95.555556vw;
  }
  #libra-container .xs\:w-656 {
    width: 91.111111vw;
  }
  #libra-container .xs\:w-640 {
    width: 88.888889vw;
  }
  #libra-container .xs\:w-624 {
    width: 86.666667vw;
  }
  #libra-container .xs\:w-600 {
    width: 83.333333vw;
  }
  #libra-container .xs\:w-592 {
    width: 82.222222vw;
  }
  #libra-container .xs\:w-560 {
    width: 77.777778vw;
  }
  #libra-container .xs\:w-544 {
    width: 75.555556vw;
  }
}
#libra-container .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#libra-container .mt-8, #libra-container .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#libra-container .mt-16, #libra-container .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#libra-container .mt-24, #libra-container .lg\:mt-24 {
  margin-top: 1.25vw;
}
#libra-container .ml-24, #libra-container .lg\:ml-24 {
  margin-left: 1.25vw;
}
#libra-container .mt-32, #libra-container .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#libra-container .mt-40, #libra-container .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#libra-container .mt-48, #libra-container .lg\:mt-48 {
  margin-top: 2.5vw;
}
#libra-container .mt-56, #libra-container .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#libra-container .mt-64, #libra-container .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#libra-container .mt-72, #libra-container .lg\:mt-72 {
  margin-top: 3.75vw;
}
#libra-container .mt-80, #libra-container .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#libra-container .mt-88, #libra-container .lg\:mt-88 {
  margin-top: 4.583333vw;
}
#libra-container .mt-96, #libra-container .lg\:mt-96 {
  margin-top: 5vw;
}
#libra-container .mt-100, #libra-container .lg\:mt-100 {
  margin-top: 5.208333vw;
}
#libra-container .mt-112, #libra-container .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#libra-container .mt-120, #libra-container .lg\:mt-120 {
  margin-top: 6.25vw;
}
#libra-container .mt-160, #libra-container .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#libra-container .mt-200, #libra-container .lg\:mt-200 {
  margin-top: 10.416667vw;
}
#libra-container .my-200, #libra-container .lg\:my-200 {
  margin-top: 10.416667vw;
  margin-bottom: 10.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #libra-container .xs\:mt-0 {
    margin-top: 0;
  }
  #libra-container .mt-8, #libra-container .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #libra-container .mt-16, #libra-container .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #libra-container .mt-20, #libra-container .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #libra-container .ml-24, #libra-container .xs\:ml-24 {
    margin-left: 3.333333vw;
  }
  #libra-container .mt-24, #libra-container .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #libra-container .mt-32, #libra-container .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #libra-container .mt-40, #libra-container .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #libra-container .mt-48, #libra-container .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #libra-container .mt-56, #libra-container .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #libra-container .mt-64, #libra-container .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #libra-container .mt-72, #libra-container .xs\:mt-72 {
    margin-top: 10vw;
  }
  #libra-container .mt-80, #libra-container .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #libra-container .mt-96, #libra-container .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #libra-container .mt-100, #libra-container .xs\:mt-100 {
    margin-top: 13.888889vw;
  }
  #libra-container .mt-120, #libra-container .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #libra-container .mt-160, #libra-container .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #libra-container .mt-200, #libra-container .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
}
#libra-container .pt-200, #libra-container .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#libra-container .pb-200, #libra-container .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#libra-container .py-200, #libra-container .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#libra-container .pt-160, #libra-container .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#libra-container .pb-160, #libra-container .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#libra-container .py-160, #libra-container .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#libra-container .pt-120, #libra-container .lg\:pt-120 {
  padding-top: 6.25vw;
}
#libra-container .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .pt-200, #libra-container .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #libra-container .pb-200, #libra-container .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #libra-container .py-200, #libra-container .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #libra-container .pt-160, #libra-container .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #libra-container .pt-96, #libra-container .xs\:pt-96 {
    padding-top: 13.333333vw;
  }
  #libra-container .pb-160, #libra-container .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #libra-container .pb-0, #libra-container .xs\:pb-0 {
    padding-bottom: 0;
  }
  #libra-container .py-160, #libra-container .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #libra-container .pt-120, #libra-container .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #libra-container .px-16, #libra-container .xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #libra-container .px-48, #libra-container .xs\:px-48 {
    padding-left: 6.666667vw;
    padding-right: 6.666667vw;
  }
  #libra-container .pr-32, #libra-container .xs\:pr-32 {
    padding-right: 4.444444vw;
  }
}
#libra-container .h2, #libra-container .h3, #libra-container .h4 {
  font-weight: bold;
  line-height: 1.25;
}
#libra-container h2 {
  font-size: 2.5vw;
}
#libra-container h3 {
  font-size: 1.666667vw;
}
#libra-container .text-white, #libra-container .lg\:text-white {
  color: #fff;
}
#libra-container .text-desc-72, #libra-container .lg\:text-desc-72 {
  color: #6D6F72;
}
#libra-container .text-desc-6a, #libra-container .lg\:text-desc-6a {
  color: #6A6A6A;
}
#libra-container .title-color {
  color: #9D7C64;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container h2 {
    font-size: 6.666667vw;
  }
  #libra-container h3 {
    font-size: 4.444444vw;
  }
  #libra-container .xs\:text-black {
    color: #000;
  }
  #libra-container .xs\:text-desc-72 {
    color: #6D6F72;
  }
  #libra-container .xs\:text-desc-6a {
    color: #6A6A6A;
  }
}
#libra-container strong {
  font-weight: 700;
  color: #9D7C64;
}
#libra-container strong.black {
  color: #000;
}
#libra-container [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#libra-container .text-left {
  text-align: left;
}
#libra-container .text-center {
  text-align: center;
}
#libra-container .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:text-left {
    text-align: left;
  }
  #libra-container .xs\:text-center {
    text-align: center;
  }
  #libra-container .xs\:text-right {
    text-align: right;
  }
}
#libra-container .text-align {
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .text-align {
    text-align: left;
  }
  html[dir=rtl] #libra-container .text-align {
    text-align: right;
  }
}
#libra-container .effect-slide:not(.swiper-carousel) .play-pause-button {
  transition: opacity 100ms;
  opacity: 0;
}
#libra-container .effect-slide:not(.swiper-carousel) .swiper-slide-active .play-pause-button {
  transition-delay: 800ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .effect-slide:not(.swiper-carousel) .swiper-slide-active .play-pause-button {
    transition-delay: 600ms;
  }
}
#libra-container .effect-fade .play-pause-button {
  transition: opacity 100ms;
  opacity: 0;
}
#libra-container .effect-fade .swiper-slide-active .play-pause-button {
  transition-delay: 600ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .effect-fade .swiper-slide-active .play-pause-button {
    transition-delay: 400ms;
  }
}
#libra-container .video-container {
  position: relative;
}
#libra-container .video-container .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  transform: translateZ(0);
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#libra-container .video-container .play-pause-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  background: #343536;
}
@media (hover: hover) and (pointer: fine) {
  #libra-container .video-container .play-pause-button:hover::before {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .video-container .play-pause-button {
    right: 2.857143vw;
    bottom: 2.857143vw;
    width: 4.571429vw;
    height: 4.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container .video-container .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#libra-container .video-container .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#libra-container .video-container.playing .icon-pause, #libra-container .video-container.paused .icon-play, #libra-container .video-container.ended .icon-replay {
  display: block;
}
#libra-container .video-container .replay-button {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}
#libra-container .video-container.ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#libra-container .modal-button-container {
  display: flex;
  justify-content: center;
}
#libra-container .modal-button-container .modal-button-wrapper {
  position: relative;
  overflow: hidden;
  height: 3.333333vw;
  transition: opacity 300ms ease-out;
  border: 2px solid #fff;
  border-radius: 999px;
}
@media (hover: hover) {
  #libra-container .modal-button-container .modal-button-wrapper:hover {
    opacity: 0.6;
  }
}
#libra-container .modal-button-container .modal-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
}
#libra-container .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #fff;
}
#libra-container .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .modal-button-container .modal-button-wrapper {
    height: 13.333333vw;
  }
  #libra-container .modal-button-container .modal-button {
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #libra-container .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #libra-container .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#libra-container .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
}
#libra-container .section-modal.modal-scrollable {
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#libra-container .section-modal.modal-open {
  background-color: rgba(25, 25, 26, 0.8);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}
#libra-container .section-modal.modal-open .modal-container {
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.2s ease-in;
  opacity: 1;
}
#libra-container .section-modal.light .modal-open {
  background-color: rgba(237, 238, 242, 0.8);
}
.has-modal-l #libra-container .section-modal.modal-open, .has-modal-l #libra-container .section-modal.modal-will-close {
  z-index: 200;
}
.has-modal-l #libra-container .section-modal .modal-container {
  transform: translate3d(0, 0, 0);
}
#libra-container .section-modal.modal-will-close {
  overflow: auto !important;
  padding-inline-end: 0;
}
#libra-container .section-modal.modal-will-close .modal-container {
  transition: opacity 0.6s;
}
#libra-container .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  transform: translate3d(0, 100vh, 0);
  opacity: 0;
  will-change: transform, opacity;
}
#libra-container .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
}
#libra-container .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6.25vw;
  border-radius: 1.25vw;
  background-color: #000;
}
#libra-container .section-modal .modal-close-container {
  position: absolute;
  top: 2.083333vw;
  right: 2.083333vw;
  bottom: 0;
  width: 2.083333vw;
}
#libra-container .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background-color 300ms ease-out;
}
@media (hover: hover) {
  #libra-container .section-modal .modal-close-button:hover {
    background-color: rgba(128, 128, 128, 0.5);
  }
}
#libra-container .section-modal .modal-close-icon {
  pointer-events: none;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #libra-container .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #libra-container .section-modal .modal-content {
    padding-bottom: 11.111111vw;
    border-radius: 4.444444vw;
  }
  #libra-container .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #libra-container .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#libra-container .hero-sku {
  margin-top: 3.333333vw;
  text-align: center;
}
#libra-container .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}
#libra-container .hero-sku .from {
  font-size: 0.677083vw;
}
#libra-container .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#libra-container .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity 0.3s ease-out;
  color: #fff;
  border-radius: 6px;
  background-color: #000;
}
@media (hover: hover) {
  #libra-container .hero-sku .buy-cta:hover {
    opacity: 0.8;
  }
}
#libra-container .hero-sku.sku-light .pricing {
  color: #fff;
}
#libra-container .hero-sku.sku-light .buy-cta {
  color: #000;
  background-color: #fff;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .hero-sku {
    margin-top: 8.333333vw;
  }
  #libra-container .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #libra-container .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#libra-container .rounded, #libra-container .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}
#libra-container .rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#libra-container .rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #libra-container .rounded, #libra-container .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #libra-container .lg\:rounded {
    border-radius: 0;
  }
  #libra-container .rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #libra-container .rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#libra-container .shine-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.333333vw;
}
#libra-container .shine-container .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 999px;
  background-color: #343536;
}
#libra-container .shine-container .shine-wrapper .shine-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .shine-container {
    height: 13.333333vw;
  }
}
#libra-container .btn-replay {
  right: 1.197917vw;
  bottom: 6.5625vw;
  font-size: 0.9375vw;
  color: #6D6D73;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  outline: 0;
  z-index: 2;
}
#libra-container .btn-replay .icon-replay {
  width: 0.833333vw;
  margin-left: 0.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .btn-replay {
    position: initial;
    font-size: 3.888889vw;
    width: -moz-max-content;
    width: max-content;
    margin: 6.666667vw auto 0;
  }
  #libra-container .btn-replay .icon-replay {
    width: 3.030556vw;
    margin-left: 1.111111vw;
  }
}
#libra-container .video-container.ended .btn-replay {
  transition: opacity 300ms ease-in;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .video-container.ended .btn-replay:hover {
    opacity: 1 !important;
  }
}
#libra-container .caption-container .gradient-text {
  display: inline-block;
  background: -webkit-linear-gradient(-35deg, #393C79, #BA7091, #8070CE, #383262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#libra-container .caption-container .desc {
  color: #707070;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .caption-container .desc {
    color: #6F6F6F;
  }
}
#libra-container .sticky-container {
  position: relative;
  height: 200vh;
}
#libra-container .sticky-container .sticky-content {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
#libra-container .section-music-library {
  padding-bottom: 0.833333vw;
}
#libra-container .section-music-library .caption-container {
  will-change: transform, opacity;
  opacity: 0;
}
#libra-container .section-music-library .music-library-wrap {
  will-change: transform;
  transform: translateY(calc(50% - 4.0625vw - 50vh));
  width: 100%;
  height: 35.9375vw;
  perspective: 62.5vw;
  perspective-origin: 50% 100%;
}
#libra-container .section-music-library .music-library-wrap .music-icon {
  will-change: transform, opacity, box-shadow;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(50vw - 50%), calc(50vh - 50%)) scale(0.4285714286);
  transform-origin: center center;
  width: 18.229167vw;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 0.416667vw;
  transition: box-shadow 0.8s cubic-bezier(0, 0, 0.5, 1);
  overflow: hidden;
}
#libra-container .section-music-library .music-library-wrap .music-6 {
  transform: translate(calc(50vw - 50%), calc(50vh - 50% + 4.375vw)) scale(1.03) rotateX(-22deg);
  z-index: 1;
  opacity: 1;
}
#libra-container .section-music-library .music-library-wrap .music-19 {
  transform: translate(calc(50vw - 50%), calc(50vh - 50% + 6.145833vw)) scale(1.06) rotateX(-42deg);
  z-index: 2;
  opacity: 1;
}
#libra-container .section-music-library .music-library-wrap .music-17 {
  transform: translate(calc(50vw - 50%), calc(50vh - 50% + 9.583333vw)) scale(1.094) rotateX(-43deg);
  z-index: 3;
  opacity: 1;
}
#libra-container .section-music-library .music-library-wrap .music-16 {
  transform: translate(calc(50vw - 50%), calc(50vh - 50% + 11.522917vw)) scale(1.25969) rotateX(-60deg);
  z-index: 4;
  opacity: 1;
}
#libra-container .section-music-library .music-library-wrap .music-15 {
  transform: translate(calc(50vw - 50%), calc(50vh - 50% + 14.279167vw)) scale(1.29) rotateX(-71deg);
  z-index: 5;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-music-library {
    padding-bottom: 0;
  }
  #libra-container .section-music-library .caption-container {
    opacity: 1;
  }
  #libra-container .section-music-library .music-library-wrap-xs {
    width: 100%;
    height: 67.027778vw;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-1 img, #libra-container .section-music-library .music-library-wrap-xs .music-library-3 img {
    width: 181.944444vw;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-2 img, #libra-container .section-music-library .music-library-wrap-xs .music-library-4 img {
    width: 148.611111vw;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-1 {
    top: 0;
    left: -43.055556vw;
    animation: lamp 14s linear infinite reverse;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-2 {
    top: 16.944444vw;
    left: -26.388889vw;
    animation: lamp 14s linear infinite;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-3 {
    top: 33.888889vw;
    left: -43.055556vw;
    animation: lamp 14s linear infinite reverse;
  }
  #libra-container .section-music-library .music-library-wrap-xs .music-library-4 {
    top: 50.833333vw;
    left: -26.388889vw;
    animation: lamp 14s linear infinite;
  }
  #libra-container .section-music-library .music-library-wrap-xs .mask {
    width: 13.888889vw;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  #libra-container .section-music-library .music-library-wrap-xs .mask-1 {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
  #libra-container .section-music-library .music-library-wrap-xs .mask-2 {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
  @keyframes lamp {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0%);
    }
  }
}
#libra-container .section-audio .section-content {
  z-index: 2;
  width: 48.333333vw;
  top: 3.333333vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#libra-container .section-audio .section-content .caption-container {
  width: 40.416667vw;
}
#libra-container .section-audio .section-content .section-picture {
  width: 17.291667vw;
}
#libra-container .section-audio .section-content .caption-text {
  font-size: 5.208333vw;
  font-weight: bold;
  color: rgba(178, 189, 213, 0.8);
}
#libra-container .section-audio .video-container {
  position: absolute;
  top: 0;
  left: 0;
}
#libra-container .section-audio .video-mask {
  z-index: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-audio .section-content {
    position: initial;
    width: 100%;
  }
  #libra-container .section-audio .section-content .caption-container {
    width: 77.777778vw;
  }
  #libra-container .section-audio .section-content .content-wrap {
    width: 79.722222vw;
    position: absolute;
    bottom: 11.111111vw;
    z-index: 2;
  }
  #libra-container .section-audio .section-content .content-wrap .section-picture {
    width: 40vw;
  }
  #libra-container .section-audio .section-content .content-wrap .caption-text {
    font-size: 6.666667vw;
  }
  #libra-container .section-audio .video-mask {
    margin-top: 8.333333vw;
  }
  #libra-container .section-audio .video-container {
    top: auto;
    bottom: 0;
  }
}
#libra-container .bg-content {
  background: linear-gradient(to bottom, #FFFFFF, #F2F2F2 80%, #EFF1F7 100%);
}
#libra-container .section-category-zone .sticky-container {
  height: 150vh;
}
#libra-container .section-category-zone .sticky-content {
  height: auto;
  top: calc(50vh - 20.208333vw);
}
#libra-container .section-category-zone .category-text-container {
  will-change: opacity;
  flex-shrink: 0;
  transition: opacity 0.5s;
  margin-left: 1.770833vw;
  align-self: center;
}
#libra-container .section-category-zone .category-text-container .line-indicator-box {
  width: 0.10416667vw;
  height: 100%;
  background-color: #BFBFBF;
  position: absolute;
  top: 0;
  left: -1.770833vw;
  overflow: hidden;
  padding: 1px 0;
}
#libra-container .section-category-zone .category-text-container .line-indicator-box .line-indicator {
  position: absolute;
  top: 0;
  width: 100%;
  height: 33.3333333333%;
  transition: 0.6s;
  background: linear-gradient(to bottom, #775585, #B37099, #8D70C0 100%);
  will-change: height, transform;
}
#libra-container .section-category-zone .category-text-container[data-index="0"] .line-indicator-box .line-indicator {
  transform: translateY(0);
}
#libra-container .section-category-zone .category-text-container[data-index="1"] .line-indicator-box .line-indicator {
  transform: translateY(100%);
}
#libra-container .section-category-zone .category-text-container[data-index="2"] .line-indicator-box .line-indicator {
  transform: translateY(200%);
}
#libra-container .section-category-zone .category-text-container .category-texts {
  width: 4.947917vw;
  position: relative;
}
#libra-container .section-category-zone .category-text-container .category-texts .h3 {
  width: -moz-fit-content;
  width: fit-content;
  color: #B1B1B1;
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: color 0.3s;
}
#libra-container .section-category-zone .category-text-container .category-texts .text-item {
  overflow: hidden;
  margin: 1.822917vw 0;
  transition: 0.3s;
}
#libra-container .section-category-zone .category-text-container .category-texts .text-item.current .h3 {
  color: #5C5198;
}
#libra-container .section-category-zone .category-text-container .category-texts .text-item:not(.current):hover {
  opacity: 0.6;
}
#libra-container .section-category-zone .category-text-container .category-texts .text-item + .text-item {
  margin-top: 3.75vw;
}
#libra-container .section-category-zone .category-swiper {
  will-change: transform, opacity;
  width: 21.40625vw;
  margin-left: 5.989583vw;
  margin-right: 0.466667vw;
  z-index: 1;
}
#libra-container .section-category-zone .caption-container {
  will-change: opacity;
  width: 32.083333vw;
  transition: opacity 0.5s;
  margin-top: 10.208333vw;
}
#libra-container .section-category-zone .category-wrap-1 {
  left: 0;
  right: 0;
  z-index: 1;
}
#libra-container .section-category-zone .category-wrap-1 .category-swiper {
  transition: transform 0.8s, opacity 0.8s;
}
#libra-container .section-category-zone .category-wrap-2 .caption-container {
  opacity: 0;
  width: 24.229167vw;
  flex-shrink: 0;
}
#libra-container .section-category-zone .category-wrap-2 .caption-container .desc {
  width: 95%;
}
#libra-container .section-category-zone .category-wrap-2 .category-text-container {
  opacity: 0;
  margin-left: 0;
  margin-right: 1.770833vw;
}
#libra-container .section-category-zone .category-wrap-2 .category-text-container .category-texts {
  width: 2.583333vw;
}
#libra-container .section-category-zone .category-wrap-2 .category-text-container .category-texts .text-item {
  display: flex;
  justify-content: flex-end;
}
#libra-container .section-category-zone .category-wrap-2 .category-text-container .line-indicator-box {
  left: auto;
  right: -1.770833vw;
}
#libra-container .section-category-zone .category-wrap-2 .category-swiper {
  opacity: 0;
  margin-left: 13.791667vw;
  margin-right: 3.766667vw;
  transition-delay: opacity 0.3s;
  transform: translateX(-25.677083vw);
}
#libra-container .section-category-zone.active .category-wrap-1 .caption-container {
  opacity: 0;
  transition-delay: 0.3s;
}
#libra-container .section-category-zone.active .category-text-container {
  opacity: 0;
  transition-delay: 0.3s;
}
#libra-container .section-category-zone.active .category-swiper-1 {
  transform: translateX(25.277083vw);
  opacity: 0;
}
#libra-container .section-category-zone.active .category-wrap-2 {
  z-index: 2;
}
#libra-container .section-category-zone.active .category-wrap-2 .caption-container {
  opacity: 1;
  transition-delay: 0.3s;
}
#libra-container .section-category-zone.active .category-wrap-2 .category-text-container {
  opacity: 1;
  transition-delay: 0.3s;
}
#libra-container .section-category-zone.active .category-wrap-2 .category-swiper {
  transition: transform 0.8s, opacity 0.8s;
  opacity: 1;
  transform: translateX(0);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-category-zone .sticky-container {
    height: auto;
  }
  #libra-container .section-category-zone .sticky-content {
    position: initial;
    height: auto;
  }
  #libra-container .section-category-zone .category-wrap {
    width: 77.777778vw;
    align-items: center;
  }
  #libra-container .section-category-zone .category-wrap .caption-container {
    width: 100%;
  }
  #libra-container .section-category-zone .category-wrap .category-swiper {
    width: 51.388889vw;
    margin-left: 13.055556vw;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container {
    width: 71.111111vw;
    margin: 0 auto;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container .mob-paginations .line-paginations {
    width: 100%;
    justify-content: space-between;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container .mob-paginations .line-paginations .pagination-item {
    width: -moz-fit-content;
    width: fit-content;
    color: rgba(0, 0, 0, 0.3);
    font-size: 4.444444vw;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    opacity: 0.4;
    padding: 0 4.444444vw 3.333333vw 4.444444vw;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container .mob-paginations .line-paginations .pagination-item.current {
    opacity: 1;
    color: #5C5198;
    transition: opacity 0.3s, color 0.3s;
    -webkit-transition: opacity 0.3s, color 0.3s;
    -moz-transition: opacity 0.3s, color 0.3s;
    -o-transition: opacity 0.3s, color 0.3s;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container .line-indicator-box {
    width: 71.111111vw;
    height: 0.277778vw;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: auto;
    background-color: #BFBFBF;
  }
  #libra-container .section-category-zone .category-wrap .category-text-container .line-indicator-box .line-indicator {
    width: var(--line-lineWidth, 43.055555555vw);
    transform: translateX(var(--line-lineOffset, 0));
    height: 100%;
  }
  #libra-container .section-category-zone .category-wrap-1 {
    position: initial;
    flex-direction: column-reverse;
  }
  #libra-container .section-category-zone .category-wrap-2 .caption-container {
    opacity: 1;
  }
  #libra-container .section-category-zone .category-wrap-2 .caption-container .desc {
    width: 100%;
  }
  #libra-container .section-category-zone .category-wrap-2 .category-swiper-2 {
    opacity: 1;
    transform: translateX(0);
  }
  #libra-container .section-category-zone .category-wrap-2 .category-text-container {
    opacity: 1;
  }
}
#libra-container .section-all-equipment .caption-container {
  width: 39.0625vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#libra-container .section-all-equipment .section-picture {
  will-change: transform;
  transition: transform 0.8s;
}
#libra-container .section-all-equipment .section-picture-1 {
  width: 42.760417vw;
  height: 40vw;
  margin: 0 auto;
}
#libra-container .section-all-equipment .section-picture-2 {
  width: 3.125vw;
  left: 0;
  top: 24.947917vw;
  transform: translateX(-10.729167vw);
}
#libra-container .section-all-equipment .section-picture-3 {
  width: 19.707813vw;
  left: 1.302083vw;
  top: 13.229167vw;
  transform: translateX(-8.4375vw);
}
#libra-container .section-all-equipment .section-picture-4 {
  width: 8.697917vw;
  left: 15.208333vw;
  top: 20.625vw;
  z-index: 1;
  transform: translateX(-6.614583vw);
}
#libra-container .section-all-equipment .section-picture-5 {
  width: 27.239583vw;
  left: 20.052083vw;
  top: 9.895833vw;
}
#libra-container .section-all-equipment .section-picture-6 {
  width: 4.635417vw;
  left: 47.552083vw;
  top: 20.364583vw;
  z-index: 1;
  transform: translateX(2.5vw);
}
#libra-container .section-all-equipment .section-picture-7 {
  width: 14.21875vw;
  left: 50.989583vw;
  top: 19.010417vw;
  transform: translateX(5.729167vw);
}
#libra-container .section-all-equipment .section-picture-8 {
  width: 4.895833vw;
  right: 0;
  top: 24.635417vw;
  transform: translateX(11.197917vw);
}
#libra-container .section-all-equipment.active .section-picture {
  transform: translateX(0);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-all-equipment .caption-container {
    width: 82.222222vw;
  }
  #libra-container .section-all-equipment .section-picture-1 {
    width: 52.222222vw;
    height: 48.75vw;
    margin: 0 auto;
  }
  #libra-container .section-all-equipment .section-picture-2 {
    width: 3.75vw;
    left: 0;
    top: 30.416667vw;
    transform: translateX(-6.805556vw);
  }
  #libra-container .section-all-equipment .section-picture-3 {
    width: 24.027778vw;
    left: 1.577778vw;
    top: 16.145833vw;
    transform: translateX(-5.555556vw);
  }
  #libra-container .section-all-equipment .section-picture-4 {
    width: 10.555556vw;
    left: 18.611111vw;
    top: 25.277778vw;
    z-index: 1;
    transform: translateX(-6.25vw);
  }
  #libra-container .section-all-equipment .section-picture-5 {
    width: 33.333333vw;
    left: 24.444444vw;
    top: 12.083333vw;
  }
  #libra-container .section-all-equipment .section-picture-6 {
    width: 5.555556vw;
    left: 58.055556vw;
    top: 24.861111vw;
    z-index: 1;
    transform: translateX(2.638889vw);
  }
  #libra-container .section-all-equipment .section-picture-7 {
    width: 17.361111vw;
    left: 62.222222vw;
    top: 23.194444vw;
    transform: translateX(3.194444vw);
  }
  #libra-container .section-all-equipment .section-picture-8 {
    width: 5.972222vw;
    right: 0;
    top: 30vw;
    transform: translateX(7.083333vw);
  }
}
#libra-container .section-space {
  width: 100%;
  padding-top: 13.854167vw;
  margin-top: 4.166667vw;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
#libra-container .section-space .section-space-circle {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#libra-container .section-space::after {
  pointer-events: all;
  content: "";
  width: 252.916667vw;
  height: 151.041667vw;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  background-clip: padding-box;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-space {
    padding-top: 26.388889vw;
    margin-top: 18.055556vw;
  }
  #libra-container .section-space::after {
    pointer-events: all;
    content: "";
    width: 252.916667vw;
    height: 238.611111vw;
  }
}
#libra-container .section-music-assistant .music-assistant-swiper .swiper-slide {
  will-change: transform, opacity, filter;
  width: 15.885417vw;
  transition: transform 800ms, opacity 800ms, filter 800ms;
  transform: scale(0.8196721311);
  margin: 0 1.09375vw;
  opacity: 0.8;
  filter: blur(1px);
}
#libra-container .section-music-assistant .music-assistant-swiper .swiper-slide.swiper-slide-active, #libra-container .section-music-assistant .music-assistant-swiper .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
#libra-container .section-music-assistant .music-assistant-swiper .swiper-pagination {
  position: relative;
}
#libra-container .section-music-assistant .music-assistant-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.833333vw;
  height: 0.833333vw;
  margin: 0 0.625vw;
  transition: background-color 300ms;
}
#libra-container .section-music-assistant .music-assistant-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-music-assistant .caption-container {
    width: 77.777778vw;
  }
  #libra-container .section-music-assistant .music-assistant-swiper .swiper-slide {
    width: 39.722222vw;
    transform: scale(0.8251748252);
    margin: 0 1.388889vw;
  }
  #libra-container .section-music-assistant .music-assistant-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.222222vw;
    height: 2.222222vw;
    margin: 0 1.666667vw;
  }
}
#libra-container .section-song-recognition .caption-container {
  z-index: 1;
}
#libra-container .section-song-recognition .images-container {
  width: 42.291667vw;
  margin-top: 3.333333vw;
}
#libra-container .section-song-recognition .images-container .circle {
  top: 0;
  left: 0;
}
#libra-container .section-song-recognition .images-container .circle-1 {
  will-change: transform, opacity;
  width: 69.0625vw;
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%)) scale(0.7511312217);
  opacity: 0;
}
#libra-container .section-song-recognition .images-container .circle-2 {
  will-change: transform, opacity;
  width: 51.875vw;
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%)) scale(0.6626506024);
  opacity: 0;
}
#libra-container .section-song-recognition .images-container .circle-3 {
  will-change: transform, opacity;
  width: 42.239583vw;
  height: 42.239583vw;
  border-radius: 50%;
  background-color: rgba(179, 110, 146, 0.05);
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%)) scale(0.813810111);
  opacity: 0;
}
#libra-container .section-song-recognition .images-container .circle-4 {
  will-change: transform, opacity;
  width: 34.375vw;
  height: 34.375vw;
  border-radius: 50%;
  background-color: rgba(179, 110, 146, 0.05);
  opacity: 0;
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%)) scale(0.7575757576);
}
#libra-container .section-song-recognition .images-container .circle-5 {
  will-change: transform;
  width: 26.041667vw;
  height: 26.041667vw;
  border-radius: 50%;
  background-color: rgba(179, 110, 146, 0.15);
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%));
}
#libra-container .section-song-recognition .images-container .circle-6 {
  width: 15.625vw;
  height: 15.625vw;
  border-radius: 50%;
  background-color: rgba(179, 110, 146, 0.25);
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%));
}
#libra-container .section-song-recognition .images-container .circle-7 {
  width: 8.333333vw;
  height: 8.333333vw;
  transform: translate(calc(21.145833vw - 50%), calc(21.145833vw - 50%));
}
#libra-container .section-song-recognition .images-container .circle-8, #libra-container .section-song-recognition .images-container .circle-9 {
  will-change: transform, opacity;
  top: 18.489583vw;
  left: 2.604167vw;
  width: 2.604167vw;
  height: 2.604167vw;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(185, 112, 145, 0.1) 0%, rgba(154, 101, 146, 0.1) 70%, rgba(81, 71, 135, 0.1) 110%);
}
#libra-container .section-song-recognition .images-container .circle-9 {
  top: 13.75vw;
  left: 39.635417vw;
}
#libra-container .section-song-recognition .images-container .circle-10 {
  width: 1.041667vw;
  height: 1.041667vw;
  border-radius: 50%;
  top: 53.333333vw;
  left: 25.729167vw;
  background-color: rgba(185, 112, 145, 0.04);
}
#libra-container .section-song-recognition .images-container .circle-11 {
  will-change: transform;
  width: 4.408333vw;
  top: 0.692708vw;
  left: 0.973958vw;
}
#libra-container .section-song-recognition .images-container .circle-12 {
  will-change: transform;
  width: 5.496875vw;
  top: -3.854167vw;
  left: 13.020833vw;
}
#libra-container .section-song-recognition .images-container .circle-13 {
  will-change: transform;
  width: 8.798438vw;
  top: 3.822917vw;
  left: 24.21875vw;
}
#libra-container .section-song-recognition .images-container .circle-14 {
  will-change: transform;
  width: 7.578125vw;
  top: 22.395833vw;
  left: 13.020833vw;
}
#libra-container .section-song-recognition .images-container .circle-15 {
  will-change: transform;
  width: 6.458333vw;
  top: 15.989583vw;
  left: -4.041667vw;
}
#libra-container .section-song-recognition .images-container .circle-16 {
  will-change: transform, opacity;
  width: 1.041667vw;
  height: 1.041667vw;
  top: 39.84375vw;
  left: 12.291667vw;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(185, 112, 145, 0.04) 0%, rgba(154, 101, 146, 0.04) 70%, rgba(81, 71, 135, 0.04) 110%);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-song-recognition .caption-container {
    width: 77.777778vw;
    margin: 0 auto;
  }
  #libra-container .section-song-recognition .images-container {
    width: 100%;
    margin-top: -4.166667vw;
  }
  #libra-container .section-song-recognition .images-container .circle {
    top: 0;
    left: 0;
  }
  #libra-container .section-song-recognition .images-container .circle-1 {
    position: absolute;
    width: 126.111111vw;
    margin-left: -13.055556vw;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%)) scale(1);
  }
  #libra-container .section-song-recognition .images-container .circle-2 {
    position: initial;
    width: 94.722222vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  #libra-container .section-song-recognition .images-container .circle-3 {
    width: 77.083333vw;
    height: 77.083333vw;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%)) scale(1) scale(0.8144144144);
    opacity: 0;
  }
  #libra-container .section-song-recognition .images-container .circle-4 {
    width: 62.777778vw;
    height: 62.777778vw;
    opacity: 0;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%)) scale(0.7522123894);
  }
  #libra-container .section-song-recognition .images-container .circle-5 {
    width: 47.5vw;
    height: 47.5vw;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%));
  }
  #libra-container .section-song-recognition .images-container .circle-6 {
    width: 28.472222vw;
    height: 28.472222vw;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%));
  }
  #libra-container .section-song-recognition .images-container .circle-7 {
    width: 15.277778vw;
    height: 15.277778vw;
    transform: translate(calc(50vw - 50%), calc(50vw - 50%));
  }
  #libra-container .section-song-recognition .images-container .circle-8, #libra-container .section-song-recognition .images-container .circle-9 {
    top: 26.388889vw;
    left: 22.516667vw;
    width: 4.755556vw;
    height: 4.755556vw;
  }
  #libra-container .section-song-recognition .images-container .circle-9 {
    top: 17.916667vw;
    left: 75.215278vw;
  }
  #libra-container .section-song-recognition .images-container .circle-10 {
    width: 1.902778vw;
    height: 1.902778vw;
    top: 81.666667vw;
    left: 34.166667vw;
  }
  #libra-container .section-song-recognition .images-container .circle-11 {
    width: 8.055556vw;
    top: 3.666667vw;
    left: 2.722222vw;
  }
  #libra-container .section-song-recognition .images-container .circle-12 {
    width: 10.038889vw;
    top: -7.222222vw;
    left: 25.694444vw;
  }
  #libra-container .section-song-recognition .images-container .circle-13 {
    width: 16.111111vw;
    top: 3.611111vw;
    left: 50vw;
  }
  #libra-container .section-song-recognition .images-container .circle-14 {
    width: 13.888889vw;
    top: 40.138889vw;
    left: 21.25vw;
  }
  #libra-container .section-song-recognition .images-container .circle-15 {
    width: 11.805556vw;
    top: 31.944444vw;
    left: -5.833333vw;
  }
  #libra-container .section-song-recognition .images-container .circle-16 {
    top: 81.666667vw;
    left: 34.166667vw;
    width: 1.902778vw;
    height: 1.902778vw;
  }
}
#libra-container .section-member {
  margin-top: -9.508333vw;
  z-index: 1;
}
#libra-container .section-member .member-logo {
  width: 3.395833vw;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.616667vw;
  margin-right: 0.78125vw;
}
#libra-container .section-member .member-list {
  width: 46.666667vw;
}
#libra-container .section-member .member-list .member-item {
  width: 10.416667vw;
  height: 10.416667vw;
  background: linear-gradient(to bottom, rgba(186, 112, 146, 0.05) 0%, rgba(159, 109, 180, 0.05) 100%);
  transform: translateY(30px);
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  pointer-events: none;
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}
#libra-container .section-member .member-list .member-item.active {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
#libra-container .section-member .member-list .member-item .member-icon {
  width: 4.583333vw;
}
#libra-container .section-member .member-list .member-item.active:nth-child(2), #libra-container .section-member .member-list .member-item.active:nth-child(6) {
  transition-delay: 150ms;
}
#libra-container .section-member .member-list .member-item.active:nth-child(3), #libra-container .section-member .member-list .member-item.active:nth-child(7) {
  transition-delay: 300ms;
}
#libra-container .section-member .member-list .member-item.active:nth-child(4), #libra-container .section-member .member-list .member-item.active:nth-child(8) {
  transition-delay: 450ms;
}
#libra-container .section-member .member-list .member-item:nth-child(3) .member-icon {
  width: 4.375vw;
}
#libra-container .section-member .member-list .member-item:nth-child(4) .member-icon {
  width: 3.90625vw;
}
#libra-container .section-member .member-list .member-item:nth-child(5) .member-icon {
  width: 4.068229vw;
}
#libra-container .section-member .member-list .member-item:nth-child(6) .member-icon {
  width: 3.372396vw;
}
#libra-container .section-member .member-list .member-item:nth-child(7) .member-icon {
  width: 3.247917vw;
}
#libra-container .section-member .member-list .member-item:nth-child(8) .member-icon {
  width: 4.710417vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-member .member-wrap {
    width: 82.222222vw;
    margin: 0 auto;
  }
  #libra-container .section-member .member-wrap .member-logo {
    width: 8.388889vw;
    margin-right: 2.222222vw;
    margin-top: -1.416667vw;
  }
  #libra-container .section-member .member-wrap .member-list {
    width: 100%;
    align-items: baseline;
  }
  #libra-container .section-member .member-wrap .member-list .member-item {
    width: 38.888889vw;
    height: 38.888889vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item .member-icon {
    width: 13.888889vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(1), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(3), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(5), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(7) {
    transition-delay: 0;
  }
  #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(2), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(4), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(6), #libra-container .section-member .member-wrap .member-list .member-item.active:nth-child(8) {
    transition-delay: 150ms;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(3) .member-icon {
    width: 13.708333vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(4) {
    order: 3;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(4) .member-icon {
    width: 10.468056vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(5) {
    order: 4;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(5) .member-icon {
    width: 11.709722vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(6) {
    order: 5;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(6) .member-icon {
    width: 9.718056vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(7) {
    order: 1;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(7) .member-icon {
    width: 10.468056vw;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(8) {
    order: 2;
  }
  #libra-container .section-member .member-wrap .member-list .member-item:nth-child(8) .member-icon {
    width: 13.888889vw;
  }
}
#libra-container .bold {
  font-weight: 700;
}
#libra-container .medium {
  font-weight: 500;
}
#libra-container .txt-96 {
  font-size: 5vw;
}
#libra-container .txt-64 {
  font-size: 3.333333vw;
}
#libra-container .txt-48 {
  font-size: 2.5vw;
}
#libra-container .txt-40 {
  font-size: 2.083333vw;
}
#libra-container .txt-32 {
  font-size: 1.666667vw;
}
#libra-container .txt-28 {
  font-size: 1.458333vw;
}
#libra-container .txt-22 {
  font-size: 1.145833vw;
}
#libra-container .txt-20 {
  font-size: 1.041667vw;
}
#libra-container .txt-12 {
  font-size: max(8px, 0.625vw);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .xs\:bold {
    font-weight: 700;
  }
  #libra-container .xs\:.medium {
    font-weight: 500;
  }
  #libra-container .txt-48 {
    font-size: 6.666667vw;
  }
  #libra-container .txt-40 {
    font-size: 5.555556vw;
  }
  #libra-container .txt-96, #libra-container .xs\:txt-96 {
    font-size: 13.333333vw;
  }
  #libra-container .txt-64, #libra-container .xs\:txt-64 {
    font-size: 8.888889vw;
  }
  #libra-container .txt-22, #libra-container .xs\:txt-22 {
    font-size: 3.055556vw;
  }
  #libra-container .xs\:txt-24 {
    font-size: 3.333333vw;
  }
  #libra-container .xs\:txt-28 {
    font-size: 3.888889vw;
  }
  #libra-container .xs\:txt-32 {
    font-size: 4.444444vw;
  }
  #libra-container .xs\:txt-40 {
    font-size: 5.555556vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #libra-container .txt-12 {
    font-size: 2.777778vw;
  }
}

#libra-container .section-hero {
  color: #ffffff;
}
#libra-container .section-hero .hero-picture {
  aspect-ratio: 1920/1080;
}
#libra-container .section-hero .hero-content {
  will-change: transform, opacity;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 4.479167vw));
  transition: transform 0.8s ease-in, opacity 0.8s ease-in;
  opacity: 0;
}
#libra-container .section-hero .hero-content .hero-title {
  line-height: 1.25;
}
#libra-container .section-hero .hero-content .hero-subtitle {
  line-height: 1.25;
}
#libra-container .section-hero .hero-content .hero-subtitle .icon {
  width: 4.322917vw;
  margin-right: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-hero .hero-content {
    top: 40.833333vw;
    transform: translate(-50%, 26%);
    width: 80vw;
  }
  #libra-container .section-hero .hero-content .hero-subtitle {
    font-size: 6.944444vw;
  }
  #libra-container .section-hero .hero-content .hero-subtitle .icon {
    width: 8.333333vw;
    margin-right: 2.777778vw;
  }
  #libra-container .section-hero .hero-content .hero-title {
    margin-top: 3.055556vw;
  }
  #libra-container .section-hero .hero-content .hero-slogan {
    opacity: 0.8;
    margin-top: 7.638889vw;
  }
}
#libra-container .section-hero.active .hero-content {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-hero.active .hero-content {
    transform: translate(-50%, 0);
  }
}
#libra-container .section-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(7.179487vw + 22.153847px);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 998px;
  margin: 0;
  background-color: #000;
  background-color: #111;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
#libra-container .arrownav-list {
  display: flex;
  justify-content: flex-end;
}
#libra-container .arrownav-list.moving {
  pointer-events: none;
}
#libra-container .arrownav-item {
  position: relative;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms;
  border-radius: 100%;
  background-color: #9D7C64;
}
@media (hover: hover) {
  #libra-container .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}
#libra-container .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#libra-container .arrownav-next {
  margin-left: 1.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .arrownav-item {
    width: 11.111111vw;
  }
  #libra-container .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 1;
  }
  #libra-container .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#libra-container .section-modal-ai .modal-content {
  padding-bottom: 0;
}
#libra-container .section-modal-camera-more .section-picture {
  width: 50vw;
}
#libra-container .section-modal-camera-more .intro {
  width: 51.5625vw;
}
#libra-container .section-modal-camera-more .picture-1 {
  width: 25.416667vw;
  background-image: linear-gradient(#0d0d0c, #39352d);
}
#libra-container .section-modal-camera-more .picture-2 {
  width: 40vw;
}
#libra-container .section-modal-camera-more .headline {
  font-size: 3.333333vw;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-modal-camera-more .section-picture {
    width: 100%;
  }
  #libra-container .section-modal-camera-more .subsection {
    width: 91.111111vw;
  }
  #libra-container .section-modal-camera-more .title {
    font-size: 4.444444vw;
  }
  #libra-container .section-modal-camera-more .headline {
    font-size: 11.111111vw;
  }
  #libra-container .section-modal-camera-more .intro {
    width: 77.777778vw;
  }
  #libra-container .section-modal-camera-more .picture {
    width: 100%;
  }
}
#libra-container .section-screen-video .video-container {
  width: 83.541667vw;
}
#libra-container .section-screen-video .screen-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-screen-video .video-container {
    width: 100%;
  }
}
#libra-container.no-inline-video .section-screen-video .screen-frame {
  display: none;
}
#libra-container .section-footnote {
  --arrow-dark: 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='%23434343'/%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='%23fff'/%3E%3C/svg%3E") center / 100% no-repeat;
  --arrow-light: 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;
}
#libra-container .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-4.2px);
  background: var(--arrow-dark);
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-footnote i {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc(-0.3055554vw - 1px));
  }
}
#libra-container .section-footnote .footnote-wrap {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding-left: 1.458333vw;
  padding-right: 1.458333vw;
}
#libra-container .section-footnote .footnote-list,
#libra-container .section-footnote .tips-list {
  font-size: max(12px, 0.625vw);
  padding-inline-start: 1.5em;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-footnote .footnote-list,
  #libra-container .section-footnote .tips-list {
    font-size: 3.333333vw;
  }
}
#libra-container .section-footnote .tips-list {
  padding-inline-start: 0;
}
#libra-container .section-footnote .footnote-list li {
  position: relative;
  list-style-type: decimal;
  font-size: inherit;
  color: #85858A;
}
#libra-container .section-footnote .footnote-list li a {
  -webkit-text-decoration: underline #85858A;
          text-decoration: underline #85858A;
  color: #85858A;
}
#libra-container .section-footnote .footnote-list li.current {
  color: #2A2A2C;
}
#libra-container .section-footnote .footnote-list li.current a {
  color: #2A2A2C;
  text-decoration-color: #2A2A2C;
}
#libra-container .section-footnote .footnote-list li.current i {
  display: inline-block;
}
#libra-container .section-footnote .footnote-list li.asterisk {
  list-style-type: "*";
}
#libra-container .section-footnote .footnote-list li.disclaimer {
  list-style-type: none;
}
#libra-container .section-footnote .footnote-list.light li.current {
  color: #2A2A2C;
}
#libra-container .section-footnote .footnote-list.light li.current a {
  color: #2A2A2C;
  text-decoration-color: #2A2A2C;
}
@media (max-aspect-ratio: 11/10) {
  #libra-container .section-footnote .footnote-wrap {
    border-top: none;
    padding-left: 2.361111vw;
    padding-right: 2.361111vw;
  }
  #libra-container .section-footnote .tips-list {
    margin-top: 0;
  }
}/*# sourceMappingURL=main.css.map */