/** Shopify CDN: Minification failed

Line 88:0 Unexpected "}"

**/
.video-section__media {
  --ratio-percent: 56.25%;
  position: relative;
  padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.scroll-trigger:where(.gradient.video-section__media) {
  background: transparent;
}

.video-section__media.global-media-settings--full-width {
  padding-bottom: var(--ratio-percent);
}

.video-section__media.deferred-media {
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.video-section__media.deferred-media:after {
  content: none;
}

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

.video-section__media {
  min-height: 430px;
  height: 100%;
  position: relative;
  padding-bottom: 0;
  object-fit: cover;
}

.video-section__poster,
.video-section__media iframe,
.video-section__media video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-section__media video {
  background: #000000;
}

.video-section__media.media-fit-cover video {
  object-fit: cover;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; /* jarak antar kolom */
  align-items: center; /* ini penting supaya tinggi kolom sama */
  padding: 0 3rem;
  margin: 0 auto;
  max-width: var(--page-width);
}

.video-section {
  padding: 0 0;
  height: 100%;
  overflow: hidden;         /* supaya video atau background tidak keluar dari rounded */
  box-sizing: border-box;
}

.section-template--19376179380409__video_yqbB3R-padding {
  padding: 0;
  height: 100%
}

  .video-section__text-wrapper {
    text-align: start;
  }
}

.grid-col-2 .genetix-section {
  box-sizing: border-box;
}

.genetix-section {
  display: flex;
  flex-direction: column;
  justify-content: start; /* default */
  /* height: 100%; */
  padding: 36px;
}

@media (max-width:728px) {
  .banner__buttons {
  margin-top: 2rem;
  justify-content: center;
  }

}

@media screen and (max-width: 749px) {
  .grid-col-2 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .genetix-section {
    padding: 0 1rem;
    text-align: center;
  }

  .genetix-section h5 {
    font-size: 2.5rem !important;
    margin-bottom: 2rem !important;
  }

  .genetix-section p {
    font-size: 1.5rem !important;
  }

   .banner__buttons {
    max-width: 100% !important;  /* lebih besar */
  }

  .banner__buttons a {
    font-size: 1.2rem !important;
  }
}



.genetix-section h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.genetix-section p {
  margin-top: 0;
  font-size: 1.7rem;
  color: #3D3D3D;
  font-weight: 500;
}

/* hanya link di dalam paragraf genetix-section */
.genetix-section p a {
  color: #DAB96B;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.3s ease;
}

.genetix-section p a:hover,
.genetix-section p a:focus {
  color: #b8934f;
  text-decoration: none;
}

.text-white {
  color: white;
}

.banner__buttons .button svg {
  width: 20px;
  height: 20px;
}

/* mobile (max-width 768px misalnya) */
@media (max-width: 768px) {
 
}

.banner__buttons .button {
  display: inline-flex;       /* biar svg + teks sejajar */
  align-items: center;        /* vertikal rata tengah */
  gap: 1rem;                /* jarak antara icon dan teks */
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}