.qigh7ey_H7kL2 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 680px;
  margin: var(--margin_tb) 0;
  color: #fff;
  background: #07101f;
  overflow: hidden;
  isolation: isolate;
  --hero-progress: 0%;
  --padding_tb: 5.2rem;
}

.qigh7ey_H7kL2 *,
.qigh7ey_H7kL2 *::before,
.qigh7ey_H7kL2 *::after {
  box-sizing: border-box;
}

.qigh7ey_H7kL2 a {
  color: inherit;
  text-decoration: none;
}

.qigh7ey_H7kL2 img {
  display: block;
  max-width: 100%;
  border: 0;
}

.qigh7ey_H7kL2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, .88) 0%, rgba(7, 16, 31, .62) 46%, rgba(7, 16, 31, .18) 100%),
    linear-gradient(0deg, rgba(7, 16, 31, .34), rgba(7, 16, 31, .08));
}

.qigh7ey_H7kL2 .qigh7ey_H7kL2__bg-swiper,
.qigh7ey_H7kL2 .qigh7ey_H7kL2__bg-swiper .swiper-wrapper,
.qigh7ey_H7kL2 .qigh7ey_H7kL2__bg-swiper .swiper-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qigh7ey_H7kL2__bg-swiper {
  z-index: 1;
  overflow: hidden;
}

.qigh7ey_H7kL2__bg-swiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0 !important;
  transition: opacity .65s ease, transform 5s linear;
  transform: scale(1.02);
}

.qigh7ey_H7kL2__bg-swiper .swiper-slide-active,
.qigh7ey_H7kL2__bg-swiper .is-active {
  opacity: 1 !important;
  transform: scale(1.08);
}

.qigh7ey_H7kL2__bg-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

.qigh7ey_H7kL2__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--custom-content-max-width);
  min-height: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.qigh7ey_H7kL2__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 48px;
  min-height: 680px;
  padding-top: var(--padding_tb);
  padding-bottom: var(--padding_tb);
}

.qigh7ey_H7kL2[data-has-thumbs="false"] .qigh7ey_H7kL2__layout {
  grid-template-columns: minmax(0, 1fr);
}

.qigh7ey_H7kL2__copy {
  width: 100%;
  max-width: 760px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s ease, transform .3s ease;
}

.qigh7ey_H7kL2[data-layout-state="copy-only"] .qigh7ey_H7kL2__copy,
.qigh7ey_H7kL2[data-has-thumbs="false"] .qigh7ey_H7kL2__copy {
  max-width: 760px;
}

.qigh7ey_H7kL2__copy.is-switching {
  opacity: .2;
  transform: translateY(18px);
}

.qigh7ey_H7kL2__kicker {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qigh7ey_H7kL2__title {
  max-width: 720px;
  margin: 18px 0;
  color: #fff;
  font-size: 74px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.qigh7ey_H7kL2__desc {
  max-width: 660px;
  margin: 0;
  color: #c7d2e2;
  font-size: 18px;
  line-height: 1.65;
}

.qigh7ey_H7kL2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.qigh7ey_H7kL2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #071427;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.qigh7ey_H7kL2__btn-text {
  display: inline-block;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}

.qigh7ey_H7kL2__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(7, 20, 39, .14);
}

.qigh7ey_H7kL2__btn:focus-visible,
.qigh7ey_H7kL2__thumb:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .82);
  outline-offset: 3px;
}

.qigh7ey_H7kL2__btn--primary {
  color: #fff;
  background: var(--theme_color);
  border-color: var(--theme_color);
}

.qigh7ey_H7kL2__btn--primary,
.qigh7ey_H7kL2__btn--primary .qigh7ey_H7kL2__btn-text {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.qigh7ey_H7kL2__btn--primary:hover {
  background: color-mix(in srgb, var(--theme_color) 78%, #000);
  border-color: color-mix(in srgb, var(--theme_color) 78%, #000);
}

.qigh7ey_H7kL2__btn--secondary {
  color: #071427;
  background: #fff;
  border-color: rgba(255, 255, 255, .72);
}

.qigh7ey_H7kL2__btn--secondary,
.qigh7ey_H7kL2__btn--secondary .qigh7ey_H7kL2__btn-text {
  color: #071427 !important;
  -webkit-text-fill-color: #071427;
}

.qigh7ey_H7kL2__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 640px;
  margin-top: 42px;
}

.qigh7ey_H7kL2__proof-item {
  min-height: 76px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.qigh7ey_H7kL2__proof-item strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.qigh7ey_H7kL2__proof-item span {
  display: block;
  margin-top: 5px;
  color: #c7d2e2;
  font-size: 12px;
  line-height: 1.35;
}

.qigh7ey_H7kL2__thumbs {
  display: grid;
  gap: 14px;
  width: 300px;
}

.qigh7ey_H7kL2__thumb {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  width: 300px;
  min-height: 80px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #c7d2e2;
  background: rgba(7, 16, 31, .44);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.qigh7ey_H7kL2__thumb:hover,
.qigh7ey_H7kL2__thumb.is-active {
  transform: translateX(-4px);
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .16);
}

.qigh7ey_H7kL2__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--theme_color);
  opacity: 0;
  transition: opacity .2s ease;
}

.qigh7ey_H7kL2__thumb.is-active::before {
  opacity: 1;
}

.qigh7ey_H7kL2__thumb-media {
  width: 78px;
  height: 58px;
  overflow: hidden;
  border-radius: 4px;
}

.qigh7ey_H7kL2__thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qigh7ey_H7kL2__thumb-text {
  display: block;
  min-width: 0;
  margin-top: 0;
}

.qigh7ey_H7kL2__thumb strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.qigh7ey_H7kL2__thumb span span {
  display: block;
  margin-top: 2px;
  color: #c7d2e2;
  font-size: 12px;
  line-height: 1.25;
}

.qigh7ey_H7kL2__timer {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: conic-gradient(var(--theme_color) var(--thumb-progress, 0%), rgba(255, 255, 255, .22) 0deg);
}

.qigh7ey_H7kL2__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: var(--hero-progress);
  height: 4px;
  background: var(--theme_color);
  transition: width .08s linear;
}

.rtlAr .qigh7ey_H7kL2 {
  text-align: right;
}

.rtlAr .qigh7ey_H7kL2::after {
  background:
    linear-gradient(270deg, rgba(7, 16, 31, .88) 0%, rgba(7, 16, 31, .62) 46%, rgba(7, 16, 31, .18) 100%),
    linear-gradient(0deg, rgba(7, 16, 31, .34), rgba(7, 16, 31, .08));
}

.rtlAr .qigh7ey_H7kL2__thumb {
  text-align: right;
}

.rtlAr .qigh7ey_H7kL2__thumb:hover,
.rtlAr .qigh7ey_H7kL2__thumb.is-active {
  transform: translateX(4px);
}

.rtlAr .qigh7ey_H7kL2__thumb::before {
  left: auto;
  right: 0;
}

.rtlAr .qigh7ey_H7kL2__progress {
  left: auto;
  right: 0;
}

@media (max-width: 1180px) {
  .qigh7ey_H7kL2__layout {
    grid-template-columns: 1fr;
  }

  .qigh7ey_H7kL2__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .qigh7ey_H7kL2__thumb {
    width: 100%;
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .qigh7ey_H7kL2__thumb-media {
    width: 60px;
  }

  .qigh7ey_H7kL2__timer {
    display: none;
  }
}

@media (max-width: 767px) {
  .qigh7ey_H7kL2 {
    min-height: auto;
  }

  .qigh7ey_H7kL2__inner {
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .qigh7ey_H7kL2__layout {
    min-height: auto;
  }

  .qigh7ey_H7kL2__title {
    font-size: 40px;
  }

  .qigh7ey_H7kL2__desc {
    font-size: 15px;
  }

  .qigh7ey_H7kL2__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .qigh7ey_H7kL2__btn {
    width: 100%;
  }

  .qigh7ey_H7kL2__proof {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .qigh7ey_H7kL2__thumbs {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qigh7ey_H7kL2 *,
  .qigh7ey_H7kL2 *::before,
  .qigh7ey_H7kL2 *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
