.section[data-v-24e0196a] {
  padding: 7.2916666667vw 12.5vw 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-24e0196a] {
    padding: 60px 24px;
}
.section .section-title[data-v-24e0196a] {
    grid-row-start: calc(var(--ad81ad18) + 1);
}
.section .params-layout[data-v-24e0196a] {
    grid-row-start: calc(var(--ad81ad18) + 2);
}
.section .bottom-title[data-v-24e0196a],
  .section .bottom-desc[data-v-24e0196a] {
    display: none;
}
}
.section .section-title[data-v-24e0196a] {
  text-align: center;
  font-family: "URW Form-500";
  font-size: 2.9166666667vw;
  line-height: 3.3333333333vw;
  color: #fff;
  margin-bottom: 2.5vw;
}
.section .section-title.golden[data-v-24e0196a] em {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-48.14deg, rgb(203, 149, 118), rgb(241, 209, 168));
}
.section .section-title.silver[data-v-24e0196a] em {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135.38deg, rgb(221, 221, 221), rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0.58));
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-title[data-v-24e0196a] {
    font-weight: 700;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin: 26px 0 0;
}
}
.section .params-layout[data-v-24e0196a] {
  display: flex;
  justify-content: center;
  margin-bottom: 3.2291666667vw;
}
.section .params-layout .param-item[data-v-24e0196a] {
  position: relative;
  padding: 0 2.5vw;
  white-space: nowrap;
  flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout .param-item[data-v-24e0196a] {
    padding: 0;
}
}
.section .params-layout .param-item[data-v-24e0196a]:first-child {
  padding-left: 0;
}
.section .params-layout .param-item[data-v-24e0196a]:last-child {
  padding-right: 0;
}
.section .params-layout .param-item[data-v-24e0196a]:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d9dce1;
  position: absolute;
  right: 0;
  top: 0;
}
.section .params-layout .param-item .param-desc[data-v-24e0196a] {
  font-weight: 300;
  font-size: clamp(12px, 0.9375vw, 0.9375vw);
  line-height: 1.5625vw;
  color: #263751;
  white-space: normal;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout .param-item .param-desc[data-v-24e0196a] {
    font-size: 12px;
    line-height: 20px;
    color: #59667a;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .params-layout[data-v-24e0196a] {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25em;
    margin: 14px 0 0;
}
.section .params-layout .param-item[data-v-24e0196a] {
    text-align: left;
    justify-self: flex-start;
}
.section .params-layout .param-item[data-v-24e0196a]::after {
    display: none;
}
.section .params-layout.center[data-v-24e0196a] {
    justify-content: center;
    gap: 0;
}
.section .params-layout.center .param-item[data-v-24e0196a] {
    width: 50%;
    text-align: center;
}
.section .params-layout.center .param-item[data-v-24e0196a]::after {
    display: block;
}
}
.section .section-media[data-v-24e0196a] {
  height: 37.5vw;
  overflow: hidden;
  position: relative;
}
.section .section-media + .section-media[data-v-24e0196a] {
  margin-top: 2.3958333333vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-media + .section-media[data-v-24e0196a] {
    margin-top: 26px;
}
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-media[data-v-24e0196a] {
    height: 49.0666666667vw;
}
}
.section .section-media .common-video-container[data-v-24e0196a],
.section .section-media video[data-v-24e0196a],
.section .section-media img[data-v-24e0196a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .bottom-title[data-v-24e0196a] {
  margin: 2.5vw 0;
  font-size: clamp(14px, 0.9375vw, 0.9375vw);
  color: #263751;
  text-align: center;
  line-height: 1.5625vw;
}
.section.dark[data-v-24e0196a] {
  background-color: #000 !important;
}
.section.dark[data-v-24e0196a] * {
  color: #fff !important;
}
.section.dark .param-item[data-v-24e0196a]::after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
@media (min-width: 0) and (max-width: 767px) {
.section.dark .param-desc[data-v-24e0196a] {
    color: #BFC4CC !important;
}
}
.section.grey[data-v-24e0196a] {
  background-color: rgb(245, 247, 250) !important;
}