.h2d__banner {
    position: relative;
    height: 520px;
  }
  .h2d__banner-videoWrapper {
    width: 100%;
    height: 100%;
  }
  .h2d__banner-videoWrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__banner-videoWrapper img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__banner-videoWrapper.video-end video {
    display: none;
  }
  .h2d__banner-videoWrapper.video-end img {
    display: block;
  }
  .h2d__banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 0px;
    z-index: 3;
  }
  .h2d__banner__content__inner {
    height: 100%;
  }
  .h2d__banner__content__inner__content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    height: 100%;
  }
  .h2d__banner__content .h2d__banner__title {
    margin-bottom: 12px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
  }
  .h2d__banner__content .h2d__banner__subtitle {
    margin-bottom: 24px;
    text-align: center;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__banner__subtitle span {
    white-space: nowrap;
  }
  .h2d__banner__content .h2d__banner__button {
    min-width: 140px;
    padding: 10px 27px;
    border-radius: 4px;
    background: #FFF;
    color: var(--H2D-Grey-10_Content, #333);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }
  .h2d__banner__content .h2d__banner__button:hover {
    background: #EEE;
  }

  dialog[id="h2d__banner-dialog"] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    background-color: transparent;
    border: none;
    outline: none;
    overflow: auto;
  }
  dialog[id="h2d__banner-dialog"]::backdrop {
    background: var(--H2D-Dark-Grey_Background);
  }
  .h2d__banner-dialog-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .h2d__banner-dialog-overlay .close-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
  }
  .h2d__banner-dialog-videoWrapper {
    padding: 20px;
  }
  .h2d__banner-dialog-videoWrapper video {
    width: 100%;
    height: auto;
  }

  /* @media screen and (orientation: landscape) {
    .h2d__banner-dialog-videoWrapper video {
      width: auto;
      height: 100%;
    }
  } */

  @media screen and (min-width: 768px) {
    
  }
  @media screen and (min-width: 1025px) {
    .h2d__banner {
      height: 600px;
    }
    .h2d__banner__content__inner__content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      max-width: none;
      margin: 0;
      width: 50%;
      height: 100%;
    }
    .h2d__banner__content .h2d__banner__title {
      margin-bottom: 16px;
      font-size: 24px;
    }
    .h2d__banner__content .h2d__banner__subtitle {
      margin-bottom: 32px;
      text-align: left;
      font-size: 34px;
    }
    .h2d__banner__content .h2d__banner__button {
      min-width: 180px;
      font-size: 16px;
    }

    .h2d__banner-dialog-overlay .close-wrapper {
      top: 40px;
      right: 40px;
      width: 40px;
      height: 40px;
      font-size: 40px;
    }
    .h2d__banner-dialog-videoWrapper {
      max-width: 1014px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__banner {
      height: 800px;
    }
    .h2d__banner__content .h2d__banner__title {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .h2d__banner__content .h2d__banner__subtitle {
      margin-bottom: 32px;
      font-size: 48px;
    }
    .h2d__banner__content .h2d__banner__button {
      min-width: 180px;
      font-size: 16px;
    }

    .h2d__banner-dialog-overlay .close-wrapper {
      top: 48px;
      right: 48px;
      width: 48px;
      height: 48px;
      font-size: 48px;
    }
    .h2d__banner-dialog-videoWrapper {
      max-width: 1200px;
    }
  }
  
   .h2d-section1-content {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 12px;
  }
  .h2d-section1-item {
    position: relative;
    height: 420px;
    cursor: pointer;
  }
  .h2d-section1-item-textWrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
  }
  .h2d-section1-item-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--H2D-Green_Accent-Text);
  }
  .h2d-section1-item-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: var(--H2D-Grey-2_Title);
  }
  .h2d-section1-item-image {
    width: 100%;
    height: 100%;
  }
  .h2d-section1-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .h2d-section1-item-plus {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #f5f5f5;
    cursor: pointer;
  }
  .h2d-section1-item:hover .h2d-section1-item-plus {
    color: #F5F5F5;
  }
  dialog[id="h2d-section1-dialog"] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    background-color: transparent;
    border: none;
    outline: none;
    overflow: auto;
  }
  dialog[id="h2d-section1-dialog"]::backdrop {
    /* background-color: rgba(0, 0, 0, .8); */
    background: linear-gradient(rgba(232,232,237,0.48), rgba(232,232,237,0.48));
    backdrop-filter: blur(20px);
  }
  .h2d-section1-dialog-overlay-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
  }
  .h2d-section1-dialog-overlay {
    padding: 60px 24px;
  }
  .h2d-section1-dialog-overlay .close-wrapper {
    position: sticky;
    top: 0px;
    left: 0px;
    height: 0px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
  }
  .close-wrapper .close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 12px 0px 0px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
  }
  .h2d-section1-dialog-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .h2d-section1-dialog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .h2d-section1-dialog-item .h2d-section1-dialog-item-textWrapper {
    text-align: center;
  }
  .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-title {
    margin-bottom: 6px;
    color: var(--H2D-Green_Accent-Text, #00CD0A);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
  }
  .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-subtitle {
    margin-bottom: 12px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }
  .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-description {
    color: var(--H2D-Grey-4_Content, #E0E0E0);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .h2d-section1-dialog-item-image {
    position: relative;
    height: 320px;
  }
  .h2d-section1-dialog-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .h2d-author {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    color: var(--H2D-Grey-4_Content, #E0E0E0);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }

  @media screen and (min-width: 768px) {
    .h2d-section1-content {
      grid-template-columns: 1fr 1fr;
    }
    .h2d-section1-item {
    }
    .h2d-section1-item.h2d-section1-item-first {
      grid-column: span 2;
    }
    .h2d-section1-item-title {
      margin-bottom: 6px;
      font-size: 14px;
      line-height: 20px;
    }
    .h2d-section1-item-subtitle {
      font-size: 22px;
      line-height: 26px;
    }
    .h2d-section1-dialog-content {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 60px;
      padding: 60px 40px;
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d-section1-content {
      gap: 18px;
    }
    .h2d-section1-item {
      height: 372px;
    }
    .h2d-section1-item.h2d-section1-item-last {
      grid-column: span 1;
    }
    .h2d-section1-item.h2d-section1-item-first {
      grid-column: span 2;
    }
    .h2d-section1-item-textWrapper {
      padding: 24px;
    }
    .h2d-section1-item-title {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 22px;
    }
    .h2d-section1-item-subtitle {
      width: 450px;
      font-size: 30px;
      line-height: 36px;
    }
    .h2d-section1-item-plus {
      bottom: 24px;
      left: 24px;
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: #9e9e9e;
    }
    .h2d-section1-dialog-overlay {
      padding: 160px 24px;
    }
    .close-wrapper .close {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 40px 40px 0px 0px;
      width: 40px;
      height: 40px;
      font-size: 40px;
      cursor: pointer;
    }
    .h2d-section1-dialog-content {
      gap: 160px;
      padding: 140px 70px;
    }
    .h2d-section1-dialog-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 48px;
    }
    .h2d-section1-dialog-item .h2d-section1-dialog-item-textWrapper {
      flex: 1;
      text-align: left;
    }
    .h2d-section1-dialog-item:nth-of-type(2n) .h2d-section1-dialog-item-textWrapper {
      order: 2;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-title {
      margin-bottom: 6px;
      font-size: 16px;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-subtitle {
      margin-bottom: 16px;
      font-size: 30px;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-description {
      font-size: 14px;
    }
    .h2d-section1-dialog-item-image {
      flex: 1;
      height: 440px;
    }
    .h2d-author {
      padding: 12px 16px;
      font-size: 12px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d-section1-content {
      gap: 24px;
    }
    .h2d-section1-item {
      height: 440px;
    }
    .h2d-section1-item-textWrapper {
      padding: 32px;
    }
    .h2d-section1-item-title {
      margin-bottom: 12px;
      font-size: 18px;
      line-height: 24px;
    }
    .h2d-section1-item-subtitle {
      width: 524px;
      font-size: 34px;
      line-height: 40px;
    }
    .h2d-section1-item-plus {
      bottom: 32px;
      left: 32px;
      width: 48px;
      height: 48px;
      font-size: 48px;
    }
    .h2d-section1-dialog-overlay {
      padding: 200px 0px;
    }
    .close-wrapper .close {
      margin: 48px 48px 0px 0px;
      width: 48px;
      height: 48px;
      font-size: 48px;
      cursor: pointer;
    }
    .h2d-section1-dialog-content {
      width: 1280px !important;
      gap: 200px;
      padding: 160px 124px;
    }
    .h2d-section1-dialog-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 60px;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-title {
      margin-bottom: 8px;
      font-size: 18px;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-subtitle {
      margin-bottom: 24px;
      font-size: 34px;
    }
    .h2d-section1-dialog-item-textWrapper .h2d-section1-dialog-item-description {
      font-size: 14px;
    }
    .h2d-section1-dialog-item-image {
      height: 520px;
    }
    .h2d-author {
      padding: 16px 24px;
      font-size: 12px;
    }
  }
  
   .h2d__section2__swiper {
    position: relative;
  }
  .h2d__section2__swiper-title {
    max-width: 500px;
    margin: 0 auto 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__swiper-subtitle {
    max-width: 500px;
    margin: 0 auto 24px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  .Swiper-h2d-section2__swiper {
    /* width: calc(100vw - 12px); */
    width: 100vw;
  }
  .Swiper-h2d-section2__swiper-slide {
    position: relative;
    width: 260px;
    height: 420px;
  }
  .Swiper-h2d-section2__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Swiper-h2d-section2__swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .Swiper-h2d-section2__swiper-slide-author {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .Swiper-h2d-section2__swiper-pagination {
    bottom: -24px !important;
    z-index: 1;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BDBDBD;
    opacity: 0.4;
    transition: width 0.3s, opacity 0.3s;
    border-radius: 8px;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 8px;
    background: #FFF;
    border-radius: 8px;
    opacity: 1;
  }
  .Swiper-h2d-section2__swiper__static {
    display: none;
  }
  
  @media screen and (min-width: 500px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 226px); */
    }
  }
  @media screen and (min-width: 768px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 336px); */
    }
    .swiper-two-slide {
      display: none;
    }
    .Swiper-h2d-section2__swiper__static {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
    }
  }
  @media screen and (min-width: 1025px) {
    .Swiper-h2d-section2__swiper__static {
      display: none;
    }
    .swiper-two-slide {
      display: block;
    }
    .h2d__section2__swiper {
      padding-bottom: 36px;
    }
    .h2d__section2__swiper-title {
      max-width: 842px;
      margin: 0 auto 16px;
      font-size: 34px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 842px;
      margin: 0 auto 48px;
      font-size: 18px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1014px;
      height: 570px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 507px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      display: block;
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__swiper {
      padding-bottom: 48px;
    }
    .h2d__section2__swiper-title {
      max-width: 960px;
      margin: 0 auto 16px;
      font-size: 48px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 960px;
      margin: 0 auto 60px;
      font-size: 24px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1200px;
      height: 675px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 600px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  
   .h2d__section2__swiper {
    position: relative;
  }
  .h2d__section2__swiper-title {
    max-width: 500px;
    margin: 0 auto 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__swiper-subtitle {
    max-width: 500px;
    margin: 0 auto 24px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  .Swiper-h2d-section2__swiper {
    /* width: calc(100vw - 12px); */
    width: 100vw;
  }
  .Swiper-h2d-section2__swiper-slide {
    position: relative;
    width: 260px;
    height: 420px;
  }
  .Swiper-h2d-section2__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Swiper-h2d-section2__swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .Swiper-h2d-section2__swiper-slide-author {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .Swiper-h2d-section2__swiper-pagination {
    bottom: -24px !important;
    z-index: 1;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BDBDBD;
    opacity: 0.4;
    transition: width 0.3s, opacity 0.3s;
    border-radius: 8px;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 8px;
    background: #FFF;
    border-radius: 8px;
    opacity: 1;
  }
  .Swiper-h2d-section2__swiper__static {
    display: none;
  }
  
  @media screen and (min-width: 500px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 226px); */
    }
  }
  @media screen and (min-width: 768px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 336px); */
    }
    .swiper-two-slide {
      display: none;
    }
    .Swiper-h2d-section2__swiper__static {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
    }
  }
  @media screen and (min-width: 1025px) {
    .Swiper-h2d-section2__swiper__static {
      display: none;
    }
    .swiper-two-slide {
      display: block;
    }
    .h2d__section2__swiper {
      padding-bottom: 36px;
    }
    .h2d__section2__swiper-title {
      max-width: 842px;
      margin: 0 auto 16px;
      font-size: 34px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 842px;
      margin: 0 auto 48px;
      font-size: 18px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1014px;
      height: 570px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 507px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      display: block;
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__swiper {
      padding-bottom: 48px;
    }
    .h2d__section2__swiper-title {
      max-width: 960px;
      margin: 0 auto 16px;
      font-size: 48px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 960px;
      margin: 0 auto 60px;
      font-size: 24px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1200px;
      height: 675px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 600px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  
   .h2d__section2__swiper {
    position: relative;
  }
  .h2d__section2__swiper-title {
    max-width: 500px;
    margin: 0 auto 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__swiper-subtitle {
    max-width: 500px;
    margin: 0 auto 24px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  .Swiper-h2d-section2__swiper {
    /* width: calc(100vw - 12px); */
    width: 100vw;
  }
  .Swiper-h2d-section2__swiper-slide {
    position: relative;
    width: 260px;
    height: 420px;
  }
  .Swiper-h2d-section2__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Swiper-h2d-section2__swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .Swiper-h2d-section2__swiper-slide-author {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .Swiper-h2d-section2__swiper-pagination {
    bottom: -24px !important;
    z-index: 1;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BDBDBD;
    opacity: 0.4;
    transition: width 0.3s, opacity 0.3s;
    border-radius: 8px;
  }
  .Swiper-h2d-section2__swiper-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 8px;
    background: #FFF;
    border-radius: 8px;
    opacity: 1;
  }
  .Swiper-h2d-section2__swiper__static {
    display: none;
  }
  
  @media screen and (min-width: 500px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 226px); */
    }
  }
  @media screen and (min-width: 768px) {
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 336px); */
    }
    .swiper-two-slide {
      display: none;
    }
    .Swiper-h2d-section2__swiper__static {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
    }
  }
  @media screen and (min-width: 1025px) {
    .Swiper-h2d-section2__swiper__static {
      display: none;
    }
    .swiper-two-slide {
      display: block;
    }
    .h2d__section2__swiper {
      padding-bottom: 36px;
    }
    .h2d__section2__swiper-title {
      max-width: 842px;
      margin: 0 auto 16px;
      font-size: 34px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 842px;
      margin: 0 auto 48px;
      font-size: 18px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1014px;
      height: 570px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 507px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      display: block;
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__swiper {
      padding-bottom: 48px;
    }
    .h2d__section2__swiper-title {
      max-width: 960px;
      margin: 0 auto 16px;
      font-size: 48px;
    }
    .h2d__section2__swiper-subtitle {
      max-width: 960px;
      margin: 0 auto 60px;
      font-size: 24px;
    }
    .Swiper-h2d-section2__swiper-slide {
      width: 1200px;
      height: 675px;
    }
    .Swiper-h2d-section2__swiper {
      /* width: calc(50vw + 600px); */
    }
    .Swiper-h2d-section2__swiper-pagination {
      bottom: 0px !important;
    }
    .Swiper-h2d-section2__swiper-slide-content {
      padding: 24px;
    }
    .Swiper-h2d-section2__swiper-slide-author {
      font-size: 12px;
    }
  }
  .h2d__section2__live-textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .h2d__section2__live-textLeft {
    text-align: center;
  }
  .h2d__section2__live-title {
    margin-bottom: 8px;
  }
  .h2d__section2__live-subtitle {
    
  }
  .h2d__section2__live-textRight {
    text-align: center;
  }
  .h2d__section2__live-videoWrapper {
    height: 420px;
  }
  .h2d__section2__live-videoWrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {
    .h2d__section2__live-textWrapper {
      
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section2__live-textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section2__live-textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section2__live-title {
      margin-bottom: 12px;
    }
    .h2d__section2__live-subtitle {
    }
    .h2d__section2__live-textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section2__live-videoWrapper {
      height: 570px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__live-textWrapper {
      flex-direction: row;
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section2__live-title {
      margin-bottom: 16px;
    }
    .h2d__section2__live-subtitle {
    }
    .h2d__section2__live-textLeft {
      width: 588px;
    }
    .h2d__section2__live-textRight {
      width: 486px;
    }
    .h2d__section2__live-videoWrapper {
      height: 675px;
    }
  }
   .h2d__section2__arrange {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .h2d__section2__arrange-textWrapper {
    text-align: center;
  }
  .h2d__section2__arrange-title {
    margin-bottom: 8px;
  }
  .h2d__section2__arrange-subtitle {
    margin-bottom: 16px;
  }
  .h2d__section2__arrange-description {
  }
  .h2d__section2__arrange-imageWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 370px;
  }
  .Swiper-h2d-section2__arrange {
    width: 100%;
    height: 100%;
  }
  .Swiper-h2d-section2__arrange-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__section2__arrange-imageWrapper .imageWrapper {
    position: relative;
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .h2d__section2__arrange-imageWrapper .imageWrapper.active {
    transform: translateX(-50%);
  }
  .h2d__section2__arrange-imageWrapper .imageWrapper img {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }
  .arrangeIconWrapper {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 4px 30px 4px 4px;
    border-radius: 100px;
    background: var(--H2D-Grey-7_Disable-Content, #757575);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .arrangeIconWrapper.active {
    background: var(--H2D-Green_Accent-Text, #00CD0A);
  }
  .arrangeIconWrapper .arrangeIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    height: 28px;
    border-radius: 100px;
    background: var(--H2D-Grey-2_Title, #F5F5F5);
    color: var(--H2D-Grey-10_Content, #333);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    
  }
  .arrangeIconWrapper.active {
    padding-left: 30px;
    padding-right: 4px;
  }

  @media screen and (min-width: 768px) {
    .h2d__section2__arrange-textWrapper {
      width: 500px;
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section2__arrange {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      align-items: center;
    }
    .h2d__section2__arrange-textWrapper {
      width: 412px;
      text-align: left;
    }
    .h2d__section2__arrange-title {
      margin-bottom: 12px;
    }
    .h2d__section2__arrange-subtitle {
      margin-bottom: 24px;
    }
    .h2d__section2__arrange-description {
    }
    .h2d__section2__arrange-imageWrapper {
      width: 498px;
      height: 423px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__arrange {
      gap: 24px;
    }
    .h2d__section2__arrange-textWrapper {
      width: 486px;
    }
    .h2d__section2__arrange-title {
      margin-bottom: 16px;
    }
    .h2d__section2__arrange-subtitle {
      margin-bottom: 32px;
    }
    .h2d__section2__arrange-description {
    }
    .h2d__section2__arrange-imageWrapper {
      width: 588px;
      height: 500px;
    }
  }
  .h2d__section2__twoImage-title {
    margin: 0 auto 24px;
    max-width: 500px;
    color: var(--BC-Fill-Color-Grey_2, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__twoImage-title span {
    white-space: nowrap;
  }
  
  .h2d__section2__twoImage-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .h2d__section2__twoImage-imageItem {
    position: relative;
    height: 420px;
  }
  .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
    height: 420px;
  }
  .h2d__section2__twoImage-imageWrapper {
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__section2__twoImage-textWrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 12px;
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-text-title {
    margin-bottom: 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }
  .h2d__section2__twoImage-text-subtitle {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
  }

  @media screen and (min-width: 768px) {
    .h2d__section2__twoImage-content {
      flex-direction: row;
      gap: 16px;
    }
    .h2d__section2__twoImage-imageItem {
      flex: 1;
      width: 50%;
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 48px;
      font-size: 34px;
      max-width: 842px;
    }
    .h2d__section2__twoImage-content {
      gap: 18px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 560px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 373px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 24px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 12px;
      font-size: 30px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 60px;
      font-size: 48px;
      max-width: 960px;
    }
    .h2d__section2__twoImage-content {
      gap: 24px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 660px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 440px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 32px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 18px;
    }
  }
  .h2d__section2__twoImage-title {
    margin: 0 auto 24px;
    max-width: 500px;
    color: var(--BC-Fill-Color-Grey_2, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__twoImage-title span {
    white-space: nowrap;
  }
  
  .h2d__section2__twoImage-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .h2d__section2__twoImage-imageItem {
    position: relative;
    height: 420px;
  }
  .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
    height: 420px;
  }
  .h2d__section2__twoImage-imageWrapper {
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__section2__twoImage-textWrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 12px;
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-text-title {
    margin-bottom: 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }
  .h2d__section2__twoImage-text-subtitle {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
  }

  @media screen and (min-width: 768px) {
    .h2d__section2__twoImage-content {
      flex-direction: row;
      gap: 16px;
    }
    .h2d__section2__twoImage-imageItem {
      flex: 1;
      width: 50%;
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 48px;
      font-size: 34px;
      max-width: 842px;
    }
    .h2d__section2__twoImage-content {
      gap: 18px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 560px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 373px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 24px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 12px;
      font-size: 30px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 60px;
      font-size: 48px;
      max-width: 960px;
    }
    .h2d__section2__twoImage-content {
      gap: 24px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 660px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 440px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 32px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 18px;
    }
  }
  .h2d__section2__twoImage-title {
    margin: 0 auto 24px;
    max-width: 500px;
    color: var(--BC-Fill-Color-Grey_2, #F5F5F5);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }
  .h2d__section2__twoImage-title span {
    white-space: nowrap;
  }
  
  .h2d__section2__twoImage-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .h2d__section2__twoImage-imageItem {
    position: relative;
    height: 420px;
  }
  .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
    height: 420px;
  }
  .h2d__section2__twoImage-imageWrapper {
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__section2__twoImage-textWrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 12px;
    width: 100%;
    height: 100%;
  }
  .h2d__section2__twoImage-text-title {
    margin-bottom: 8px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }
  .h2d__section2__twoImage-text-subtitle {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
  }

  @media screen and (min-width: 768px) {
    .h2d__section2__twoImage-content {
      flex-direction: row;
      gap: 16px;
    }
    .h2d__section2__twoImage-imageItem {
      flex: 1;
      width: 50%;
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 48px;
      font-size: 34px;
      max-width: 842px;
    }
    .h2d__section2__twoImage-content {
      gap: 18px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 560px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 373px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 24px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 12px;
      font-size: 30px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section2__twoImage-title {
      margin-bottom: 60px;
      font-size: 48px;
      max-width: 960px;
    }
    .h2d__section2__twoImage-content {
      gap: 24px;
    }
    .h2d__section2__twoImage-imageItem {
      height: 660px;
    }
    .h2d__section2__twoImage-imageItem.h2d__section2__twoImage-imageItem__small {
      height: 440px;
    }
    .h2d__section2__twoImage-textWrapper {
      padding: 32px;
    }
    .h2d__section2__twoImage-text-title {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .h2d__section2__twoImage-text-subtitle {
      font-size: 18px;
    }
  }
   @media screen and (min-width: 768px) {
    
  }
  @media screen and (min-width: 1025px) {
    
  }
  @media screen and (min-width: 1440px) {
    
  }
  
   .h2d__section3__block1__textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin:0 auto 24px;
    max-width: 500px;
  }
  .h2d__section3__block1__textLeft {
    text-align: center;
  }
  .h2d__section3__block1__textLeft__title {
    margin-bottom: 8px;
  }
  .h2d__section3__block1__textRight {
    text-align: center;
  }
  .h2d__section3__block1__videoWrapper {
    height: 420px;
  }
  .h2d__section3__block1__videoWrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section3__block1__textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section3__block1__textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section3__block1__textLeft__title {
      margin-bottom: 12px;
    }
    .h2d__section3__block1__textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section3__block1__videoWrapper {
      height: 570px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section3__block1__textWrapper {
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section3__block1__textLeft__title {
      margin-bottom: 16px;
    }
    .h2d__section3__block1__textRight {
      width: 486px;
    }
    .h2d__section3__block1__videoWrapper {
      height: 675px;
    }
  }
   .h2d__section3__block2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .h2d__section3__block2__textWrapper {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
  }
  .h2d__section3__block2__title {
    margin-bottom: 8px;
  }
  .h2d__section3__block2__subtitle {
    margin-bottom: 16px;
    word-break: break-word;
    hyphens: auto;
  }
  .Swiper-h2d-section3__block2 {
    margin-bottom: 12px;
    width: 100%;
  }
  .Swiper-h2d-section2__block2-slide {
    height: 420px;
  }
  .Swiper-h2d-section2__block2-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-optionWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .swiper-optionWrapper .swiper-option {
    padding-bottom: 4px;
    color: var(--H2D-Grey-7_Disable-Content, #757575);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  .swiper-optionWrapper .swiper-option.active {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    border-color: var(--H2D-Grey-2_Title, #F5F5F5);
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section3__block2 {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
    }
    .h2d__section3__block2__textWrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: 0;
      width: 412px;
      text-align: left;
      max-width: none;
    }
    .h2d__section3__block2__textWrapper.rightOrder {
      order: 2;
    }
    .h2d__section3__block2__title {
      margin-bottom: 12px;
    }
    .h2d__section3__block2__subtitle {
      margin-bottom: 24px;
    }
    .h2d__section3__block2__swiperWrapper {
      width: 498px;
    }
    .Swiper-h2d-section3__block2 {
    }
    .Swiper-h2d-section2__block2-slide {
      height: 508px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section3__block2 {
      gap: 24px;
    }
    .h2d__section3__block2__textWrapper {
      width: 486px;
    }
    .h2d__section3__block2__title {
      margin-bottom: 16px;
    }
    .h2d__section3__block2__subtitle {
      margin-bottom: 32px;
    }
    .h2d__section3__block2__swiperWrapper {
      width: 588px;
    }
    .Swiper-h2d-section3__block2 {
      /* height:  */
    }
    .Swiper-h2d-section2__block2-slide {
      height: 600px;
    }
    .swiper-optionWrapper .swiper-option {
      font-size: 16px;
    }
  }
  .h2d__section3__block2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .h2d__section3__block2__textWrapper {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
  }
  .h2d__section3__block2__title {
    margin-bottom: 8px;
  }
  .h2d__section3__block2__subtitle {
    margin-bottom: 16px;
    word-break: break-word;
    hyphens: auto;
  }
  .Swiper-h2d-section3__block2 {
    margin-bottom: 12px;
    width: 100%;
  }
  .Swiper-h2d-section2__block2-slide {
    height: 420px;
  }
  .Swiper-h2d-section2__block2-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-optionWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .swiper-optionWrapper .swiper-option {
    padding-bottom: 4px;
    color: var(--H2D-Grey-7_Disable-Content, #757575);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  .swiper-optionWrapper .swiper-option.active {
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    border-color: var(--H2D-Grey-2_Title, #F5F5F5);
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section3__block2 {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
    }
    .h2d__section3__block2__textWrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: 0;
      width: 412px;
      text-align: left;
      max-width: none;
    }
    .h2d__section3__block2__textWrapper.rightOrder {
      order: 2;
    }
    .h2d__section3__block2__title {
      margin-bottom: 12px;
    }
    .h2d__section3__block2__subtitle {
      margin-bottom: 24px;
    }
    .h2d__section3__block2__swiperWrapper {
      width: 498px;
    }
    .Swiper-h2d-section3__block2 {
    }
    .Swiper-h2d-section2__block2-slide {
      height: 508px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section3__block2 {
      gap: 24px;
    }
    .h2d__section3__block2__textWrapper {
      width: 486px;
    }
    .h2d__section3__block2__title {
      margin-bottom: 16px;
    }
    .h2d__section3__block2__subtitle {
      margin-bottom: 32px;
    }
    .h2d__section3__block2__swiperWrapper {
      width: 588px;
    }
    .Swiper-h2d-section3__block2 {
      /* height:  */
    }
    .Swiper-h2d-section2__block2-slide {
      height: 600px;
    }
    .swiper-optionWrapper .swiper-option {
      font-size: 16px;
    }
  }
   .h2d__section3__block4__textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .h2d__section3__block4__textLeft {
    text-align: center;
  }
  .h2d__section3__block4__textLeft__title {
    margin-bottom: 8px;
  }
  .h2d__section3__block4__textRight {
    text-align: center;
  }
  .h2d__section3__block4__imgWrapper {
    height: 420px;
  }
  .h2d__section3__block4__imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section3__block4__textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section3__block4__textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section3__block4__textLeft__title {
      margin-bottom: 12px;
    }
    .h2d__section3__block4__textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section3__block4__imgWrapper {
      height: 570px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section3__block4__textWrapper {
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section3__block4__textLeft__title {
      margin-bottom: 16px;
    }
    .h2d__section3__block4__textRight {
      width: 486px;
    }
    .h2d__section3__block4__imgWrapper {
      height: 675px;
    }
  }
  .h2d__section3__block5__textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .h2d__section3__block5__textLeft {
    text-align: center;
  }
  .h2d__section3__block5__textLeft__title {
    margin-bottom: 8px;
  }
  .h2d__section3__block5__textRight {
    text-align: center;
  }
  .h2d__section3__block5__videoWrapper {
    /* height: 420px; */
  }
  .h2d__section3__block5__videoWrapper video {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section3__block5__textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section3__block5__textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section3__block5__textLeft__title {
      margin-bottom: 12px;
    }
    .h2d__section3__block5__textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section3__block5__videoWrapper {
      height: 570px;
    }
    .h2d__section3__block5__videoWrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section3__block5__textWrapper {
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section3__block5__textLeft__title {
      margin-bottom: 16px;
    }
    .h2d__section3__block5__textRight {
      width: 486px;
    }
    .h2d__section3__block5__videoWrapper {
      height: 675px;
    }
  }
  .h2d__section4__block1__textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .h2d__section4__block1__textLeft {
    text-align: center;
  }
  .h2d__section4__block1__textLeft__title {
    margin-bottom: 8px;
  }
  .h2d__section4__block1__textRight {
    text-align: center;
  }
  .h2d__section4__block1__swithImage {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 584px;
  }
  .h2d__section4__block1__imgWrapper {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
  }
  .h2d__section4__block1__imgInner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 672px;
    height: 100%;
  }
  .h2d__section4__block1__imgWrapper.active {
    flex-grow: calc(8 / 3);
  }
  .h2d__section4__block1__imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .h2d__section4__block1__imgWrapper__title {
    position: absolute;
    bottom: 12px;
    width: 100%;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section4__block1__textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section4__block1__textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section4__block1__textLeft__title {
      margin-bottom: 12px;
    }
    .h2d__section4__block1__textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section4__block1__swithImage {
      flex-direction: row;
      gap: 18px;
      height: 440px;
    }
    .h2d__section4__block1__imgWrapper img {
      object-position: center;
    }
    .h2d__section4__block1__imgInner {
      width: auto;
      left: 0;
      transform: none;
    }
    .h2d__section4__block1__imgWrapper__title {
      bottom: 16px;
      font-size: 18px;
      text-align: left;
      text-indent: 16px;
    }
    .h2d__section4__block1__imgWrapper.active {
      flex-grow: 2.08;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section4__block1__textWrapper {
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section4__block1__textLeft__title {
      margin-bottom: 16px;
    }
    .h2d__section4__block1__textRight {
      width: 486px;
    }
    .h2d__section4__block1__swithImage {
      gap: 24px;
      height: 520px;
    }
    .h2d__section4__block1__imgWrapper__title {
      bottom: 24px;
      font-size: 24px;
      text-indent: 24px;
    }
  }
  .h2d__section4__block2__textWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .h2d__section4__block2__textLeft {
    text-align: center;
  }
  .h2d__section4__block2__textLeft__title {
    margin-bottom: 8px;
  }
  .h2d__section4__block2__textRight {
    text-align: center;
  }
  .h2d__section4__block2__imgWrapper {
    height: 420px;
  }
  .h2d__section4__block2__imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section4__block2__textWrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 48px;
      max-width: none;
    }
    .h2d__section4__block2__textLeft {
      width: 50%;
      text-align: left;
    }
    .h2d__section4__block2__textLeft__title {
      margin-bottom: 12px;
    }
    .h2d__section4__block2__textRight {
      width: 412px;
      text-align: left;
    }
    .h2d__section4__block2__imgWrapper {
      height: 570px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section4__block2__textWrapper {
      gap: 24px;
      margin-bottom: 60px;
    }
    .h2d__section4__block2__textLeft__title {
      margin-bottom: 16px;
    }
    .h2d__section4__block2__textRight {
      width: 486px;
    }
    .h2d__section4__block2__imgWrapper {
      height: 675px;
    }
  }
  .h2d__section4__block3 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .h2d__section4__block3__textWrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }
  .h2d__section4__block3__title {
    margin-bottom: 8px;
  }
  .h2d__section4__block3__subtitle {
    margin-bottom: 16px;
  }
  .h2d__section4__block3__imageWrapper {
    height: 420px;
  }
  .h2d__section4__block3__imageWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .h2d__section4__block3__buttonWrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .h2d__section4__block3__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px 27px;
    min-width: 140px;
    background: #00ae42;
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 4px;
    cursor: pointer;
  }
  .h2d__section4__block3__button:hover {
    background: #008733;
  }
  .content-button-iconWrapper {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    font-size: 10px;
  }

  @media screen and (min-width: 768px) {

  }
  @media screen and (min-width: 1025px) {
    .h2d__section4__block3 {
      flex-direction: row;
      justify-content: space-between;
      gap: 18px;
    }
    .h2d__section4__block3__textWrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 412px;
      text-align: left;
      max-width: none;
    }
    .h2d__section4__block3__textWrapper.rightOrder {
      order: 2;
    }
    .h2d__section4__block3__title {
      margin-bottom: 12px;
    }
    .h2d__section4__block3__subtitle {
      margin-bottom: 24px;
    }
    .h2d__section4__block3__imageWrapper {
      width: 498px;
      height: 423px;
    }
    .h2d__section4__block3__buttonWrapper {
      margin-top: 48px;
    }
    .h2d__section4__block3__button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section4__block3 {
      gap: 24px;
    }
    .h2d__section4__block3__textWrapper {
      width: 486px;
    }
    .h2d__section4__block3__title {
      margin-bottom: 16px;
    }
    .h2d__section4__block3__subtitle {
      margin-bottom: 32px;
    }
    .h2d__section4__block3__imageWrapper {
      width: 588px;
      height: 500px;
    }
    .h2d__section4__block3__buttonWrapper {
      margin-top: 60px;
    }
    .h2d__section4__block3__button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
  }
  .product-description__navAnchor {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  .h2d__section__specs {
  }
  .h2d__section_specs-tableWrapper {
    margin-bottom: 12px;
    height: 748px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .h2d__section_specs-tableInner {
    width: 100%;
    overflow: auto;
    scrollbar-width: none; /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
  }
  .h2d__section_specs-tableInner::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    display: none;
  }
  .h2d__section_specs-tableWrapper table {
    width: 672px !important;
    min-width: 100%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
  }
  .h2d__section_specs-tableWrapper table thead tr td {
    width: 50% !important;
    padding: 12px 8px;
    color: var(--BC-Text-Color-Dark-Background-Light-Grey, #F5F5F5);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
    background: var(--BC-Fill-Color-Grey_10, #333);
  }
  .h2d__section_specs-tableWrapper table tbody tr td {
    padding: 12px 8px;
    color: var(--BC-Text-Color-Light-Background-Dark-Grey, #333);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
    background: var(--BC-Fill-Color-Grey_1, #FAFAFA);
  }
  .h2d__section_specs-tableWrapper.expanded {
    height: auto;
  }
  .h2d__section_specs-tableFooter {
    margin-bottom: 12px;
    color: var(--H2D-Grey-4_Content, #E0E0E0);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .h2d__section_specs-buttonWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .h2d__section_specs-buttonWrapper .expand_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px 27px;
    min-width: 140px;
    background: #00ae42;
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 4px;
    cursor: pointer;
  }
  .h2d__section_specs-buttonWrapper .expand_button:hover {
    background: #008733;
  }
  .h2d__section_specs-buttonWrapper .download_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px 27px;
    min-width: 140px;
    color: #00ae42;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border-radius: 4px;
    border: 1px solid #00ae42;
    cursor: pointer;
  }
  .h2d__section_specs-buttonWrapper .download_button:hover {
    color: #FFF;
    border: 1px solid #00ae42;
    background-color: #00ae42;
  }

  @media screen and (min-width: 768px) {
    .h2d__section__specs {
    }
    .h2d__section_specs-tableWrapper {
    }
  }
  @media screen and (min-width: 1025px) {
    .h2d__section_specs-tableWrapper {
      margin-bottom: 12px;
      height: 746px;
    }
    .h2d__section_specs-tableWrapper table {
      width: 672px !important;
    }
    .h2d__section_specs-tableWrapper table thead tr td {
      padding: 12px 8px;
      font-size: 16px;
    }
    .h2d__section_specs-tableWrapper table tbody tr td {
      padding: 12px 8px;
      font-size: 14px;
    }
    .h2d__section_specs-tableFooter {
      margin: 0 auto 12px;
      font-size: 12px;
      max-width: 500px;
    }
    .h2d__section_specs-buttonWrapper {
      gap: 12px;
    }
    .h2d__section_specs-buttonWrapper .expand_button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
    .h2d__section_specs-buttonWrapper .download_button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section_specs-tableWrapper {
      margin-bottom: 12px;
      height: 752px;
    }
    .h2d__section_specs-tableWrapper table {
      width: 672px !important;
    }
    .h2d__section_specs-tableWrapper table thead tr td {
      padding: 12px 8px;
      font-size: 16px;
    }
    .h2d__section_specs-tableWrapper table tbody tr td {
      padding: 12px 8px;
      font-size: 14px;
    }
    .h2d__section_specs-tableFooter {
      margin-bottom: 12px;
      font-size: 12px;
      max-width: 842px;
    }
    .h2d__section_specs-buttonWrapper {
      gap: 12px;
    }
    .h2d__section_specs-buttonWrapper .expand_button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
    .h2d__section_specs-buttonWrapper .download_button {
      padding: 10px 27px;
      min-width: 240px;
      font-size: 16px;
    }
    .h2d__section_specs-tableFooter {
      max-width: 960px;
    }
  }
    .product-description__navAnchor {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  
  .h2d__section__unboxing-imageWrapper {
    position: relative;
    height: 420px;
  }
  .h2d__section__unboxing-imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h2d__section__unboxing-playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .h2d__section__unboxing-note {
    margin: 12px auto 0;
    max-width: 500px;
    color: var(--H2D-Grey-4_Content, #E0E0E0);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }

  dialog[id="h2d__section__unboxing-dialog"] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    background-color: transparent;
    border: none;
    outline: none;
    overflow: auto;
  }
  dialog[id="h2d__section__unboxing-dialog"]::backdrop {
    background: var(--H2D-Dark-Grey_Background);
  }
  .h2d__section__unboxing-dialog-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .h2d__section__unboxing-dialog-overlay .close-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
  }
  .h2d__section__unboxing-dialog-videoWrapper {
    padding: 20px;
  }
  .h2d__section__unboxing-dialog-videoWrapper video {
    width: 100%;
    height: auto;
  }

  /* @media screen and (orientation: landscape) {
    .h2d__section__unboxing-dialog-videoWrapper video {
      width: auto;
      height: 100%;
    }
  } */

  @media screen and (min-width: 768px) {
    
  }
  @media screen and (min-width: 1025px) {
    .h2d__section__unboxing-videoWrapper {
      height: 570px;
    }
    .h2d__section__unboxing-videoWrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .h2d__section__unboxing-note {
      margin-top: 12px;
      font-size: 12px;
      max-width: 842px;
    }

    .h2d__section__unboxing-dialog-overlay .close-wrapper {
      top: 40px;
      right: 40px;
      width: 40px;
      height: 40px;
      font-size: 40px;
    }
    .h2d__section__unboxing-dialog-videoWrapper {
      max-width: 1014px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section__unboxing-videoWrapper {
      height: 675px;
    }

    .h2d__section__unboxing-dialog-overlay .close-wrapper {
      top: 48px;
      right: 48px;
      width: 48px;
      height: 48px;
      font-size: 48px;
    }
    .h2d__section__unboxing-dialog-videoWrapper {
      max-width: 1200px;
    }
    .h2d__section__unboxing-note {
      max-width: 960px;
    }
  }
  .h2d__section__what_in_the_box {
    padding-right: 0px;
  }
  .h2d__section__what_in_the_box-tableWrapper {
    padding-right: 12px;
    overflow: auto;
    scrollbar-width: none; /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
  }
  .h2d__section__what_in_the_box-tableWrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px; /* Remove scrollbar space */
    display: none;
  }
  .h2d__section__what_in_the_box-tableWrapper table {
    min-width: 100%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
  }
  .h2d__section__what_in_the_box-tableWrapper table thead tr td {
    padding: 10px 8px;
    color: var(--BC-Text-Color-Dark-Background-Light-Grey, #F5F5F5);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
    background: var(--BC-Fill-Color-Grey_10, #333);
  }
  .h2d__section__what_in_the_box-tableWrapper table tbody tr td {
    padding: 10px 8px;
    color: var(--BC-Text-Color-Light-Background-Dark-Grey, #333);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    border: 1px solid var(--BC-Fill-Color-Grey_5, #BDBDBD);
    background: var(--BC-Fill-Color-Grey_1, #FAFAFA);
  }
  .td1Wrapper {
    padding: 6px 4px !important;
  }
  .td1Inner {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .td1Inner img {
    flex-shrink: 0;
    width: 56px;
    height: 50px;
    object-fit: cover;
  }
  .td1Inner span {
    text-align: left;
    color: var(--BC-Text-Color-Light-Background-Dark-Grey, #333);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .th1 {
    width: 162px;
    min-width: 162px;
  }
  .otherTh {
    min-width: 96px;
  }

  @media screen and (min-width: 500px) {
    .h2d__section__what_in_the_box {
      padding-right: 12px;
    }
    .h2d__section__what_in_the_box-tableWrapper {
      padding-right: 0px;
    }
  }
  @media screen and (min-width: 768px) {
    .h2d__section__what_in_the_box {
      padding-right: 0px;
    }
    .th1 {
      width: 240px;
    }
    .otherTh {
      width: calc((100% - 240px) / 3);
    }
    .td1Wrapper {
      padding: 6px 0px 6px 20px !important;
    }
  }
  @media screen and (min-width: 1025px) {
    
    .h2d__section__what_in_the_box-tableWrapper table thead tr td {
      padding: 10px 8px;
      font-size: 14px;
    }
    .h2d__section__what_in_the_box-tableWrapper table tbody tr td {
      padding: 10px 8px;
      font-size: 14px;
    }
    .td1Wrapper {
      padding: 10px 0px 10px 20px !important;
    }
    .td1Inner {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .td1Inner img {
      width: 60px;
      height: 54px;
    }
    .td1Inner span {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 1440px) {
    .th1 {
      width: 280px;
    }
    .otherTh {
      width: calc((100% - 280px) / 3);
    }
    .td1Wrapper {
      padding: 10px 0px 10px 40px !important;
    }
  }
   .product-description__navAnchor {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  
   .product-description__faqWrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .product-description__faqItem {
    padding-bottom: 12px;
    border-bottom: 1px solid #616161;
    overflow: hidden;
  }
  .product-description__faqItem:nth-last-of-type(1) {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .product-description__faqItem .faqItem__question {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 24px;
    color: var(--H2D-Grey-2_Title, #F5F5F5);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }
  .faqItem__question .faqItem__question-text {
    flex: 1;
    text-align: left;
  }
  .faqItem__question .faqItem__question-iconWrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #F5F5F5;
    transition: transform 0.3s ease-in-out;
  }
  .faqItem__question .faqItem__question-iconWrapper.open {
    transform: rotate(180deg);
  }
  .product-description__faqItem .faqItem__answer {
    display: grid;
    grid-template-rows: 0fr;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
  }
  .product-description__faqItem .faqItem__answer .answer-content {
    overflow: hidden;
  }
  .product-description__faqItem .faqItem__answer.open {
    padding-top: 8px;
    grid-template-rows: 1fr;
  }
  .product-description__faqItem .faqItem__answer p {
    color: #F5F5F5;
    line-height: 150%;
  }
  .product-description__faqItem .faqItem__answer ol {
    list-style-position: outside;
    padding-left: 14px;
  }
  .product-description__faqItem .faqItem__answer li {
    color: #F5F5F5;
    line-height: 150%;
  }
  .product-description__faqItem .faqItem__answer a {
    color: #00ae42;
    text-decoration: underline;
  }
  @media screen and (min-width: 768px) {
    
  }
  @media screen and (min-width: 1025px) {
    .product-description__faqWrapper {
      margin: 0 auto;
      max-width: 842px;
    }
    .product-description__faqItem .faqItem__question {
      font-size: 16px;
    }
    .product-description__faqItem .faqItem__answer {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1440px) {
    .product-description__faqWrapper {
      max-width: 996px;
    }
  }
  .footerNotes-bg {
    background: var(--H2D-Dark-Grey_Background);
  }
  .h2d__section__footerNotes__content {
    padding: 32px 0px;
    color: var(--BC-Fill-Color-Grey_7, #949494);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  @media screen and (min-width: 768px) {
    
  }
  @media screen and (min-width: 1025px) {
    .h2d__section__footerNotes__content {
      padding: 40px 0px;
      font-size: 12px;
    }
  }
  @media screen and (min-width: 1440px) {
    .h2d__section__footerNotes__content {
      padding: 60px 0px;
      font-size: 12px;
    }
  }