.tgvc {
  --tgvc-accent: #ff2f7d;
  --tgvc-accent-2: #22c9d6;
  --tgvc-surface: #ffffff;
  --tgvc-text: #07142f;
  --tgvc-timer: #543824;
  --tgvc-max-width: 1280px;
  --tgvc-radius: 34px;
  --tgvc-video-col: 28%;
  --tgvc-aspect: 6 / 7;
  --tgvc-shadow: 0 28px 80px rgba(7, 20, 47, .16);
  position: relative;
  width: 100%;
  max-width: var(--tgvc-max-width);
  margin-inline: auto;
  color: var(--tgvc-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

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


/* Scoped protection against aggressive Gantry/template resets. */
.tgvc__shell { display: grid !important; }
.tgvc__media-column { display: flex !important; }
.tgvc__content { display: flex !important; }
.tgvc__counter { display: grid !important; }
.tgvc__play { position: absolute !important; border: 0 !important; box-shadow: none !important; }
.tgvc__play-core { display: grid !important; border-radius: 50% !important; }
.tgvc__thumbnail,
.tgvc__preview,
.tgvc__iframe { max-width: none !important; margin: 0 !important; }


.tgvc__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, var(--tgvc-video-col)) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(7, 20, 47, .08);
  border-radius: var(--tgvc-radius);
  background:
    linear-gradient(112deg, color-mix(in srgb, var(--tgvc-accent-2) 10%, transparent), transparent 35%),
    var(--tgvc-surface);
  box-shadow: var(--tgvc-shadow);
}

@supports not (background: color-mix(in srgb, white 50%, black)) {
  .tgvc__shell {
    background: var(--tgvc-surface);
  }
}

.tgvc__shell::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--tgvc-accent-2), #ffe379 44%, var(--tgvc-accent));
}

.tgvc__media-column,
.tgvc__content {
  min-width: 0;
}

.tgvc--layout-split-reverse .tgvc__media-column {
  order: 2;
}

.tgvc--layout-split-reverse .tgvc__content {
  order: 1;
}

.tgvc--layout-stacked .tgvc__shell {
  grid-template-columns: 1fr;
}

.tgvc__media-column {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(16px, 2.2vw, 28px);
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.32), transparent 34%),
    linear-gradient(145deg, var(--tgvc-accent-2), #76d9f2 52%, #ffcb73 120%);
}

.tgvc--theme-sunset .tgvc__media-column {
  background: linear-gradient(145deg, #ff6b8b, #ffb55f 50%, #5ab8dc 120%);
}

.tgvc--theme-night .tgvc__media-column {
  background: linear-gradient(145deg, #07142f, #243a73 58%, #8f5cc8 130%);
}

.tgvc--theme-clean .tgvc__media-column {
  background: linear-gradient(145deg, #edf9fb, #fff5f8);
}

.tgvc__media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: var(--tgvc-aspect);
  overflow: hidden;
  border-radius: calc(var(--tgvc-radius) * .72);
  background: #08142e;
  box-shadow: 0 24px 45px rgba(7, 20, 47, .28);
  transform: translateZ(0);
}

.tgvc--layout-stacked .tgvc__media {
  max-height: 680px;
}

.tgvc__thumbnail,
.tgvc__preview,
.tgvc__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.tgvc__thumbnail,
.tgvc__preview {
  transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.tgvc__media:hover .tgvc__thumbnail,
.tgvc__media:hover .tgvc__preview {
  transform: scale(1.035);
}

.tgvc__media-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 12, 31, .42), transparent 38%),
    linear-gradient(0deg, rgba(5, 12, 31, .72), transparent 45%);
  transition: opacity .35s ease;
}

.tgvc__video-badge {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 12, 31, .48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.15;
  text-transform: uppercase;
}

.tgvc__play {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 15px;
  width: min(220px, 74%);
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.tgvc__play:focus-visible,
.tgvc__sound:focus-visible,
.tgvc__cta:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 5px;
}

.tgvc__play-core {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(66px, 7vw, 92px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--tgvc-accent), #ff174f);
  box-shadow:
    0 18px 35px rgba(255, 47, 125, .38),
    inset 0 1px 0 rgba(255,255,255,.38);
  transition: transform .28s ease, box-shadow .28s ease;
}

.tgvc__play-core svg {
  width: 38%;
  fill: currentColor;
  transform: translateX(5%);
}

.tgvc__play-rings,
.tgvc__play-rings::before,
.tgvc__play-rings::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(66px, 7vw, 92px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.tgvc__play-rings::before {
  top: -10px;
  width: calc(100% + 20px);
  opacity: .48;
}

.tgvc__play-rings::after {
  top: -22px;
  width: calc(100% + 44px);
  opacity: .22;
}

.tgvc__play:hover .tgvc__play-core {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 24px 48px rgba(255, 47, 125, .5);
}

.tgvc__play-text {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(5, 12, 31, .48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tgvc__sound {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 12, 31, .58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.tgvc__sound.is-audible {
  background: var(--tgvc-accent);
}

.tgvc__privacy-note {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 150px);
  color: rgba(255,255,255,.86);
  font-size: 11px;
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0,0,0,.65);
}

.tgvc--has-preview .tgvc__privacy-note {
  bottom: 66px;
  max-width: calc(100% - 32px);
}

.tgvc__video-error {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: min(280px, 78%);
  padding: 14px 18px;
  border-radius: 16px;
  color: #fff;
  background: rgba(158, 16, 57, .85);
  text-align: center;
  transform: translate(-50%, -50%);
}

.tgvc__media.is-loading::after {
  content: "";
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  width: 48px;
  aspect-ratio: 1;
  border: 4px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tgvc-spin .75s linear infinite;
  transform: translate(-50%, -50%);
}

.tgvc__media.is-loaded > :not(.tgvc__iframe) {
  opacity: 0;
  pointer-events: none;
}

.tgvc__iframe {
  z-index: 7;
  background: #000;
}

.tgvc__fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(165deg, #5fd5ef 0%, #bdeef3 46%, #ffc987 100%);
}

.tgvc__fallback-sun {
  position: absolute;
  top: 14%;
  right: 12%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffef95;
  box-shadow: 0 0 0 18px rgba(255,239,149,.18), 0 0 55px rgba(255,239,149,.85);
}

.tgvc__fallback-wing {
  position: absolute;
  z-index: 2;
  top: 26%;
  left: 18%;
  width: 46%;
  height: 18%;
  border: 7px solid #fff;
  border-bottom: 0;
  border-radius: 60% 60% 12% 12% / 90% 90% 15% 15%;
  filter: drop-shadow(0 12px 12px rgba(0,0,0,.15));
  transform: rotate(-8deg);
}

.tgvc__fallback-mountain {
  position: absolute;
  bottom: -18%;
  width: 80%;
  height: 55%;
  background: #294b67;
  clip-path: polygon(0 100%, 34% 18%, 52% 49%, 70% 8%, 100% 100%);
}

.tgvc__fallback-mountain--one {
  left: -15%;
  opacity: .9;
}

.tgvc__fallback-mountain--two {
  right: -18%;
  bottom: -24%;
  background: #17344d;
  transform: scaleX(-1);
}

.tgvc__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
}

.tgvc--align-center .tgvc__content {
  align-items: center;
  text-align: center;
}

.tgvc__kicker,
.tgvc__counter-kicker {
  margin: 0 0 14px;
  color: var(--tgvc-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tgvc__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tgvc__kicker span {
  display: inline-block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tgvc-accent-2), var(--tgvc-accent));
}

.tgvc__headline {
  position: relative;
  z-index: 2;
  max-width: 18ch;
  margin: 0;
  color: var(--tgvc-text);
  font-size: clamp(28px, 2.55vw, 44px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.tgvc__intro {
  position: relative;
  z-index: 2;
  max-width: 68ch;
  margin-top: 24px;
  color: color-mix(in srgb, var(--tgvc-text) 84%, transparent);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.7;
}

@supports not (color: color-mix(in srgb, black 50%, transparent)) {
  .tgvc__intro {
    color: var(--tgvc-text);
  }
}

.tgvc__intro > :first-child {
  margin-top: 0;
}

.tgvc__intro > :last-child {
  margin-bottom: 0;
}

.tgvc__event-date {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 9px 13px;
  border: 1px solid color-mix(in srgb, var(--tgvc-accent-2) 35%, transparent);
  border-radius: 999px;
  color: var(--tgvc-text);
  background: color-mix(in srgb, var(--tgvc-accent-2) 10%, transparent);
  font-size: 13px;
  font-weight: 800;
}

.tgvc__event-date span {
  color: var(--tgvc-accent);
}

.tgvc__countdown-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.tgvc__counter-kicker {
  margin-bottom: 11px;
  color: color-mix(in srgb, var(--tgvc-text) 66%, transparent);
  font-size: 10px;
}

.tgvc__counter {
  display: grid;
  grid-template-columns: repeat(4, minmax(76px, 1fr));
  gap: clamp(8px, 1.1vw, 14px);
  width: min(100%, 540px);
  margin-inline: auto;
}

.tgvc--align-center .tgvc__counter {
  margin-inline: auto;
}

.tgvc__time-card {
  position: relative;
  min-width: 0;
  overflow: visible;
  color: var(--tgvc-text);
  background: transparent;
  box-shadow: none;
  text-align: center;
  transform: translateZ(0);
}

.tgvc__time-card::after {
  display: none;
}

.tgvc__time-value {
  display: block;
  padding: 17px 8px 16px;
  border-radius: 9px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), transparent 46%),
    var(--tgvc-timer);
  box-shadow:
    0 11px 22px color-mix(in srgb, var(--tgvc-timer) 24%, transparent),
    inset 0 1px 0 rgba(255,255,255,.16);
  font-variant-numeric: tabular-nums;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}

.tgvc__time-label {
  display: block;
  padding: 10px 4px 0;
  color: var(--tgvc-text);
  font-size: clamp(9px, .8vw, 12px);
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.tgvc__time-card.is-ticking .tgvc__time-value {
  animation: tgvc-tick .38s cubic-bezier(.2,.8,.2,1);
}

.tgvc--final-day .tgvc__time-card {
  box-shadow: 0 14px 34px color-mix(in srgb, var(--tgvc-accent) 30%, transparent);
}

.tgvc__expired {
  margin: 0;
  padding: 18px 22px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--tgvc-accent), #ff8d5d);
  font-weight: 850;
  text-align: center;
}

.tgvc__cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding: 14px 18px 14px 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--tgvc-accent), #ff5b62);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--tgvc-accent) 28%, transparent);
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tgvc__cta:hover {
  color: #fff;
  box-shadow: 0 18px 35px color-mix(in srgb, var(--tgvc-accent) 40%, transparent);
  transform: translateY(-3px);
}

.tgvc__cta-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: transform .25s ease;
}

.tgvc__cta:hover .tgvc__cta-arrow {
  transform: rotate(14deg) scale(1.06);
}

.tgvc__orb,
.tgvc__skyline {
  position: absolute;
  pointer-events: none;
}

.tgvc__orb {
  border-radius: 50%;
  filter: blur(.2px);
}

.tgvc__orb--one {
  top: -8%;
  right: 7%;
  width: clamp(80px, 12vw, 170px);
  aspect-ratio: 1;
  background: color-mix(in srgb, var(--tgvc-accent-2) 9%, transparent);
}

.tgvc__orb--two {
  right: -4%;
  bottom: -14%;
  width: clamp(150px, 22vw, 310px);
  aspect-ratio: 1;
  border: 36px solid color-mix(in srgb, var(--tgvc-accent) 6%, transparent);
}

.tgvc__skyline {
  top: 0;
  left: 12%;
  width: 22%;
  height: 72%;
  border-radius: 0 0 999px 999px;
  background: color-mix(in srgb, var(--tgvc-accent-2) 7%, transparent);
}

.tgvc__noscript {
  margin: 12px 0 0;
  text-align: center;
}

.tgvc__noscript a {
  color: var(--tgvc-text);
}

.tgvc--theme-night {
  --tgvc-surface: #09142d;
  --tgvc-text: #f7fbff;
  --tgvc-timer: #243a73;
  --tgvc-shadow: 0 30px 90px rgba(3, 8, 24, .45);
}

.tgvc--theme-night .tgvc__shell {
  border-color: rgba(255,255,255,.08);
}

.tgvc--theme-night .tgvc__intro,
.tgvc--theme-night .tgvc__event-date {
  color: rgba(247,251,255,.82);
}

.tgvc--theme-clean {
  --tgvc-shadow: 0 18px 50px rgba(7, 20, 47, .09);
}

.tgvc--motion .tgvc__play-rings::before {
  animation: tgvc-pulse 2.4s ease-out infinite;
}

.tgvc--motion .tgvc__play-rings::after {
  animation: tgvc-pulse 2.4s .65s ease-out infinite;
}

.tgvc--motion .tgvc__orb--one {
  animation: tgvc-float 7s ease-in-out infinite;
}

.tgvc--motion .tgvc__orb--two {
  animation: tgvc-float 9s 1.2s ease-in-out infinite reverse;
}

@keyframes tgvc-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes tgvc-pulse {
  0% { opacity: .5; transform: translateX(-50%) scale(.86); }
  80%, 100% { opacity: 0; transform: translateX(-50%) scale(1.42); }
}

@keyframes tgvc-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,14px,0); }
}

@keyframes tgvc-tick {
  0% { opacity: .25; transform: translateY(-8px) rotateX(40deg); }
  100% { opacity: 1; transform: translateY(0) rotateX(0); }
}

@media (max-width: 760px) {
  .tgvc__shell,
  .tgvc--layout-split-reverse .tgvc__shell {
    grid-template-columns: 1fr;
  }

  .tgvc--layout-split-reverse .tgvc__media-column,
  .tgvc--layout-split-reverse .tgvc__content {
    order: initial;
  }

  .tgvc__media-column {
    padding: 18px;
  }

  .tgvc__media {
    min-height: 0;
    max-height: 650px;
  }

  .tgvc__content {
    padding: clamp(30px, 7vw, 54px);
  }

  .tgvc__headline {
    max-width: 21ch;
  }
}

@media (max-width: 640px) {
  .tgvc--mobile-full-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .tgvc__shell {
    min-height: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .tgvc:not(.tgvc--mobile-full-bleed) .tgvc__shell {
    border-right: 1px solid rgba(7,20,47,.08);
    border-left: 1px solid rgba(7,20,47,.08);
    border-radius: min(var(--tgvc-radius), 24px);
  }

  .tgvc__media-column {
    padding: 12px;
  }

  .tgvc__media {
    border-radius: min(calc(var(--tgvc-radius) * .55), 20px);
  }

  .tgvc__content {
    padding: 31px 18px 36px;
  }

  .tgvc__headline {
    max-width: none;
    font-size: clamp(29px, 10vw, 42px);
  }

  .tgvc__intro {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .tgvc__counter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tgvc__time-card {
    border-radius: 15px;
  }

  .tgvc__time-value {
    padding-top: 14px;
    font-size: 34px;
  }

  .tgvc__time-label {
    font-size: 10px;
  }

  .tgvc__privacy-note {
    display: none;
  }

  .tgvc__sound [data-tgvc-sound-label] {
    display: none;
  }

  .tgvc__sound {
    width: 42px;
    justify-content: center;
    padding-inline: 0;
  }

  .tgvc__play-text {
    font-size: 11px;
  }

  .tgvc__cta {
    width: 100%;
    justify-content: space-between;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .tgvc__media {
    height: auto;
    min-height: 0;
  }

  .tgvc__media::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgvc *,
  .tgvc *::before,
  .tgvc *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
