/** Shopify CDN: Minification failed

Line 427:78 Expected ":"

**/
.tg-native {
  --tg-color-ink: var(--color-foreground, #000);
  --tg-color-muted: #545454;
  --tg-color-line: #dfdfdf;
  --tg-color-soft: #f6f6f6;
  --tg-color-surface: #fff;
  --tg-radius: 14px;
  width: 100%;
  color: var(--tg-color-ink);
  font-family: var(--font-body--family);
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

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

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

.tg-native a:focus-visible,
.tg-native summary:focus-visible {
  outline: var(--focus-outline-width, 2px) solid currentcolor;
  outline-offset: var(--focus-outline-offset, 3px);
}

.tg-native__shell {
  width: min(calc(100% - (2 * clamp(1.5rem, 4vw, 3.5rem))), var(--tg-content-max, 1280px));
  margin-inline: auto;
}

.tg-native__section {
  width: 100%;
  padding-block: var(--tg-padding-top, 4rem) var(--tg-padding-bottom, 4rem);
  background: var(--tg-section-bg, var(--tg-color-surface));
  scroll-margin-top: 6.25rem;
}

.tg-native__header {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 5vw, 4.5rem);
  align-items: start;
  margin-block-end: 2.25rem;
}

.tg-native__eyebrow {
  display: block;
  margin-block-end: 0.5rem;
  color: var(--tg-color-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tg-native__heading {
  margin: 0;
  font-family: var(--font-body--family);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.tg-native__intro {
  color: var(--tg-color-muted);
}

.tg-native__intro > *:first-child,
.tg-native__richtext > *:first-child {
  margin-block-start: 0;
}

.tg-native__intro > *:last-child,
.tg-native__richtext > *:last-child {
  margin-block-end: 0;
}

.tg-native__button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border: 1px solid var(--tg-color-ink);
  border-radius: var(--tg-radius);
  color: var(--tg-color-surface);
  background: var(--tg-color-ink);
  font-family: var(--font-body--family);
  font-size: 1rem;
  font-weight: 500;
  transition: opacity var(--animation-speed, 0.2s) var(--animation-easing, ease);
}

.tg-native__button:hover {
  opacity: 0.76;
}

.tg-native__button--light {
  border-color: var(--tg-color-surface);
  color: var(--tg-color-ink);
  background: var(--tg-color-surface);
}

.tg-native__button--outline {
  border-color: var(--tg-color-surface);
  color: var(--tg-color-surface);
  background: transparent;
}

.tg-hero {
  position: relative;
  display: grid;
  min-height: var(--tg-hero-height, 620px);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--tg-color-surface);
  background: #111;
}

.tg-hero__media,
.tg-hero__overlay {
  position: absolute;
  inset: 0;
}

.tg-hero__media {
  z-index: -2;
}

.tg-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--tg-image-position, center);
}

.tg-hero__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 9, 11, var(--tg-overlay-opacity, 0.92)) 0%, rgba(8, 9, 11, 0.7) 42%, rgba(8, 9, 11, 0.08) 76%);
}

.tg-hero__shell {
  width: min(calc(100% - (2 * clamp(1.5rem, 4vw, 3.5rem))), var(--tg-content-max, 1280px));
  margin-inline: auto;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.tg-hero__content {
  width: min(100%, 34rem);
}

.tg-hero__eyebrow {
  margin: 0 0 0.75rem;
  color: #dfdfdf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-hero__heading {
  margin: 0 0 1rem;
  color: var(--tg-color-surface);
  font-family: var(--font-body--family);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.tg-hero__text {
  margin-block-end: 1.5rem;
  color: var(--tg-color-surface);
}

.tg-nav {
  width: 100%;
  padding-block: var(--tg-padding-top, 1.125rem) var(--tg-padding-bottom, 3.5rem);
  background: var(--tg-section-bg, var(--tg-color-surface));
}

.tg-nav__list {
  display: grid;
  width: min(calc(100% - (2 * clamp(1.5rem, 4vw, 3.5rem))), var(--tg-content-max, 1280px));
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 0.75rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.tg-nav__link {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border: 1px solid var(--tg-color-line);
  border-radius: var(--tg-radius);
  font-weight: 500;
}

.tg-nav__link:hover {
  border-color: var(--tg-color-ink);
}

.tg-sidewall {
  display: grid;
  grid-template-columns: minmax(17.5rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
}

.tg-sidewall__code {
  display: flex;
  min-height: 17.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--tg-color-surface);
  background: var(--tg-color-ink);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}

.tg-sidewall__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tg-sidewall__item {
  min-width: 0;
  padding: 1.125rem;
  border: 1px solid var(--tg-color-line);
  background: var(--tg-color-surface);
}

.tg-sidewall__item-title {
  display: block;
  margin-block-end: 0.25rem;
  font-weight: 700;
}

.tg-sidewall__item-text {
  color: var(--tg-color-muted);
}

.tg-alert {
  margin-block-start: 1rem;
  padding: 1.125rem 1.25rem;
  border-inline-start: 3px solid var(--tg-color-ink);
  background: var(--tg-color-soft);
}

.tg-alert__heading {
  display: block;
  margin-block-end: 0.25rem;
  font-weight: 700;
}

.tg-series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: 1rem;
}

.tg-series-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tg-color-line);
  background: var(--tg-color-surface);
}

.tg-series-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--tg-color-soft);
}

.tg-series-card__image,
.tg-series-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-series-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.125rem;
}

.tg-series-card__title {
  margin: 0 0 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.tg-series-card__description {
  margin-block-end: 0.75rem;
  color: var(--tg-color-muted);
}

.tg-series-card__label {
  margin-block-start: auto;
  font-weight: 500;
}

.tg-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1rem;
  counter-reset: tg-card;
}

.tg-info-card {
  min-width: 0;
  padding: 1.75rem;
  border: 1px solid var(--tg-color-line);
  background: var(--tg-color-surface);
}

.tg-info-card--numbered {
  counter-increment: tg-card;
}

.tg-info-card--numbered::before {
  content: counter(tg-card, decimal-leading-zero);
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-block-end: 1rem;
  border-radius: 50%;
  color: var(--tg-color-surface);
  background: var(--tg-color-ink);
  font-weight: 700;
}

.tg-info-card__heading {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.tg-info-card__text {
  color: var(--tg-color-muted);
}

.tg-info-card__button {
  display: inline-flex;
  margin-block-start: 1rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.tg-faq {
  display: grid;
  gap: 0.75rem;
}

.tg-faq__item {
  border: 1px solid var(--tg-color-line);
  background: var(--tg-color-surface);
}

.tg-faq__question {
  position: relative;
  cursor: pointer;
  padding: 1.05rem 3.25rem 1.05rem 1.125rem;
  font-weight: 500;
  list-style: none;
}

.tg-faq__question::-webkit-details-marker {
  display: none;
}

.tg-faq__question::after {
  content: '+';
  position: absolute;
  inset-inline-end: 1.125rem;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.25rem;
}

.tg-faq__item[open] .tg-faq__question::after {
  content: '−';
}

.tg-faq__answer {
  padding: 0 1.125rem 1.125rem;
  color: var(--tg-color-muted);
}

.tg-cta {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 1.75rem;
  align-items: center;
  padding-block: var(--tg-padding-top, 3rem) var(--tg-padding-bottom, 3rem);\n  padding-inline: max(clamp(1.5rem, 4vw, 3.5rem), calc((100vw - var(--tg-content-max, 1280px)) / 2));
  color: var(--tg-color-surface);
  background: var(--tg-section-bg, var(--tg-color-ink));
}

.tg-cta__heading {
  margin: 0 0 0.625rem;
  color: var(--tg-color-surface);
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 700;
}

.tg-cta__text {
  color: #dfdfdf;
}

.tg-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

@media screen and (max-width: 900px) {
  .tg-native__header,
  .tg-sidewall,
  .tg-cta {
    grid-template-columns: 1fr;
  }

  .tg-cta__actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 620px) {
  .tg-native__shell,
  .tg-hero__shell,
  .tg-nav__list {
    width: min(calc(100% - 2.5rem), var(--tg-content-max, 1280px));
  }

  .tg-native__section {
    padding-block: var(--tg-padding-top-mobile, 3rem) var(--tg-padding-bottom-mobile, 3rem);
  }

  .tg-hero {
    min-height: var(--tg-hero-height-mobile, 500px);
  }

  .tg-hero__overlay {
    background: linear-gradient(0deg, rgba(8, 9, 11, 0.98) 0%, rgba(8, 9, 11, 0.68) 50%, rgba(8, 9, 11, 0.08) 82%);
  }

  .tg-hero__image {
    object-position: 68% center;
  }

  .tg-sidewall__items {
    grid-template-columns: 1fr;
  }

  .tg-cta {
    padding-inline: 1.25rem;
  }

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

  .tg-native__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-native *,
  .tg-native *::before,
  .tg-native *::after {
    scroll-behavior: auto;
    transition: none;
  }
}