/* TvojaMajica home hero CMYK background v35 */
.tmx-home > .tmx-hero {
  isolation: isolate;
  color: #fff;
  background-color: #101018 !important;
  background-image: url("/assets/tvojamajica/v35/hero-cmyk-splashes-v35.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.tmx-home > .tmx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 31% 50%, rgba(8, 9, 15, .82) 0%, rgba(8, 9, 15, .72) 34%, transparent 67%),
    linear-gradient(90deg, rgba(8, 9, 15, .52) 0%, rgba(8, 9, 15, .38) 47%, rgba(8, 9, 15, .25) 100%),
    linear-gradient(180deg, rgba(8, 9, 15, .08), rgba(8, 9, 15, .28));
}

.tmx-home > .tmx-hero .tmx-wrap {
  position: relative;
  z-index: 1;
}

.tmx-home > .tmx-hero .tmx-kicker {
  color: #76e9f7 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.tmx-home > .tmx-hero .tmx-hero-copy .tmx-h1-ena > span {
  color: #fff !important;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .72);
}

.tmx-home > .tmx-hero .tmx-hero-copy .tmx-h1-ena > em {
  color: #ff70c2 !important;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .78);
}

.tmx-home > .tmx-hero .tmx-hero-lead,
.tmx-home > .tmx-hero .tmx-ladder,
.tmx-home > .tmx-hero .tmx-assurances {
  color: #f4f8fb !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .86);
}

.tmx-home > .tmx-hero .tmx-ladder a {
  color: #87ecf8 !important;
  text-decoration-color: rgba(135, 236, 248, .72);
  text-underline-offset: 3px;
}

.tmx-home > .tmx-hero .tmx-ladder a:hover,
.tmx-home > .tmx-hero .tmx-ladder a:focus-visible {
  color: #fff !important;
}

.tmx-home > .tmx-hero .tmx-actions .tmx-btn {
  border-color: #00c9e8 !important;
  background: #00c9e8 !important;
  color: #101018 !important;
  box-shadow: 0 16px 36px -16px rgba(0, 201, 232, .9) !important;
}

.tmx-home > .tmx-hero .tmx-actions .tmx-btn:hover,
.tmx-home > .tmx-hero .tmx-actions .tmx-btn:focus-visible {
  border-color: #67ecfb !important;
  background: #67ecfb !important;
  color: #101018 !important;
}

.tm-header .tm-btn,
.tm-header .tmx-btn {
  border-color: #00c9e8 !important;
  background: #00c9e8 !important;
  color: #101018 !important;
  box-shadow: 0 12px 28px -16px rgba(0, 201, 232, .86) !important;
}

.tm-header .tm-btn:hover,
.tm-header .tm-btn:focus-visible,
.tm-header .tmx-btn:hover,
.tm-header .tmx-btn:focus-visible {
  border-color: #67ecfb !important;
  background: #67ecfb !important;
  color: #101018 !important;
}

.tmx-home > .tmx-hero .tmx-actions .tmx-btn-secondary {
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(12, 13, 21, .58) !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.tmx-home > .tmx-hero .tmx-actions .tmx-btn-secondary:hover,
.tmx-home > .tmx-hero .tmx-actions .tmx-btn-secondary:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: #101018 !important;
}

.tmx-home > .tmx-hero .tmx-assurances span::before {
  background: #f5c400 !important;
  color: #17161f !important;
  box-shadow: 0 0 0 4px rgba(245, 196, 0, .12);
}

.tmx-home > .tmx-hero .tmx-hero-media::after {
  border-color: rgba(255, 255, 255, .5);
}

.tmx-home > .tmx-hero .tmx-hero-media img {
  border-color: rgba(255, 255, 255, .48);
  box-shadow: 0 34px 80px -34px rgba(0, 0, 0, .9);
}

@media (max-width: 980px) {
  .tmx-home > .tmx-hero {
    background-position: 62% center !important;
  }

  .tmx-home > .tmx-hero::before {
    background:
      radial-gradient(ellipse at 50% 26%, rgba(8, 9, 15, .84) 0%, rgba(8, 9, 15, .70) 48%, transparent 78%),
      linear-gradient(180deg, rgba(8, 9, 15, .60) 0%, rgba(8, 9, 15, .54) 55%, rgba(8, 9, 15, .30) 78%, rgba(8, 9, 15, .40) 100%);
  }
}

@media (max-width: 640px) {
  .tmx-home > .tmx-hero {
    background-position: 58% center !important;
  }

  .tmx-home > .tmx-hero::before {
    background:
      radial-gradient(ellipse at 50% 26%, rgba(8, 9, 15, .86) 0%, rgba(8, 9, 15, .74) 52%, transparent 82%),
      rgba(8, 9, 15, .56);
  }

  .tmx-home > .tmx-hero .tmx-hero-copy .tmx-h1-ena > em {
    color: #ff84cc !important;
  }
}

@media (prefers-reduced-data: reduce) {
  .tmx-home > .tmx-hero {
    background-image: none !important;
  }
}
