/* [project]/src/app/(site)/title.css [app-client] (css) */
.title-container {
  --tc-em: max(13.66px, .87vw);
  font-size: var(--tc-em);
  color: #e8e8e8;
  margin-bottom: 2.5em;
  position: relative;
}

.title-container a:focus, .title-container button:focus, .title-container a:focus-visible, .title-container button:focus-visible, #title-single a:focus, #title-single button:focus, #title-single .owl-carousel a:focus {
  box-shadow: none;
  outline: none;
}

.title-container a:hover, .title-container a:focus {
  text-decoration: none;
}

.tc-bg-wrap {
  z-index: 0;
  height: 35em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tc-bg {
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0 0 0 28.6%;
}

.tc-hero-trailer {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .8s;
  position: absolute;
  inset: 0 0 0 28.6%;
  overflow: hidden;
}

.cx-tr-playing .tc-hero-trailer {
  opacity: 1;
}

.tc-hero-trailer iframe {
  pointer-events: none;
  border: 0;
  width: 71.4vw;
  min-width: 62.3em;
  height: 40.16vw;
  min-height: 35em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1.35);
}

.tc-trailer-mute {
  z-index: 6;
  cursor: pointer;
  color: #fff;
  opacity: .55;
  background: #14141499;
  border: 1px solid #ffffff59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6em;
  height: 2.6em;
  transition: background .2s, opacity .2s;
  display: flex;
  position: absolute;
  top: 28em;
  right: 3vw;
}

.tc-trailer-mute:hover {
  opacity: 1;
  background: #141414d9;
}

.tc-dark-left {
  background: #000;
  width: 32%;
  height: 100%;
  transition: width .35s;
  position: absolute;
  top: 0;
  left: 0;
}

.tc-left-shadow {
  background: linear-gradient(to left, #0000, #000);
  width: 34%;
  height: 100%;
  transition: left .35s, width .35s;
  position: absolute;
  top: 0;
  left: 32%;
}

.tc-on-details .tc-dark-left {
  width: 45%;
}

.tc-on-details .tc-left-shadow {
  width: 38%;
  left: 45%;
}

.tc-bottom-shadow {
  background: linear-gradient(#0000, #000);
  height: 12em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tc-scrim {
  opacity: 0;
  pointer-events: none;
  background: #00000073;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.tc-tabbed .tc-scrim {
  opacity: 1;
}

.tc-info-wrap {
  z-index: 1;
  flex-direction: column;
  min-height: 35em;
  padding: 1.5em 4em 4.5em;
  display: flex;
  position: relative;
}

.tc-title {
  min-height: 3.25em;
  padding-top: 1.25em;
}

.tc-title h1 {
  color: #fff;
  margin: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.tc-title .tc-logo {
  max-height: calc(var(--tc-em) * 6);
  width: auto;
  max-width: 400px;
  height: auto;
  display: block;
}

.tc-title .sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.tc-features {
  color: #e8e8e8;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.65em;
  font-size: 1.1em;
  display: flex;
}

.tc-features .badge {
  color: #e0e0e0;
  background: none;
  border: 1px solid #8c8c8c;
  border-radius: .18em;
  margin-left: .7em;
  padding: .05em .42em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.35;
}

.tc-buttons {
  flex-wrap: wrap;
  align-items: center;
  gap: .9em 0;
  margin-top: 1.4em;
  display: flex;
}

.tc-video-actions {
  align-items: center;
  display: flex;
}

.tc-play {
  color: #000;
  white-space: nowrap;
  background: #fff;
  border-radius: 3px;
  align-items: center;
  height: 2.8em;
  margin-right: 1em;
  padding: 0 2em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.tc-play:hover {
  color: #000;
  background: #e6e6e6;
}

.tc-play .play-icon {
  margin-right: .6em;
}

.tc-download {
  color: #fff;
  white-space: nowrap;
  background: #ffffff1f;
  border-radius: 3px;
  align-items: center;
  height: 2.8em;
  margin-right: 1em;
  padding: 0 1.4em;
  font-size: 1em;
  text-decoration: none;
  display: inline-flex;
}

.tc-download:hover {
  color: #fff;
  background: #fff3;
}

.tc-download .download-icon {
  margin-right: .5em;
}

.tc-user-action {
  flex-direction: column;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.tc-title-btn {
  color: #fff;
  cursor: pointer;
  background: #78787859;
  border: none;
  border-radius: 50%;
  place-items: center;
  width: 3em;
  height: 3em;
  transition: background .15s;
  display: grid;
}

.tc-title-btn:hover {
  background: #9696968c;
}

.tc-rating .tc-title-btn {
  background: none;
  position: relative;
}

.tc-rating .tc-ring {
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.tc-rating .tc-ring:after {
  content: "";
  background: #181818;
  border-radius: 50%;
  position: absolute;
  inset: .28em;
}

.tc-rating .tc-value {
  z-index: 1;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  position: relative;
}

.tc-title-btn.tc-active {
  color: #111;
  background: #fff;
}

.tc-title-btn.tc-active:hover {
  background: #e6e6e6;
}

.tc-title-btn, .tc-rate-wrap {
  position: relative;
}

.tc-title-btn.tc-rated {
  color: #f5c518;
}

.tc-rate-tooltip {
  z-index: 50;
  white-space: nowrap;
  background: #14161af2;
  border: 1px solid #ffffff1a;
  border-radius: 2em;
  align-items: center;
  gap: .5em;
  padding: .45em .8em;
  display: flex;
  position: absolute;
  top: calc(100% + .6em);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 .5em 1.5em #00000080;
}

.tc-rate-tooltip:before {
  content: "";
  border: .45em solid #0000;
  border-bottom-color: #14161af2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tc-rate-clear {
  color: #ff6b6b;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 0;
  font-size: 1em;
  display: inline-flex;
}

.tc-rate-clear:hover {
  color: #ff8585;
}

.tc-rate-stars {
  cursor: pointer;
  line-height: 0;
  display: inline-block;
  position: relative;
}

.tc-rate-empty, .tc-rate-full-inner {
  display: flex;
}

.tc-rate-empty {
  color: #ffffff4d;
}

.tc-rate-full {
  color: #f5c518;
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.tc-rate-stars .star {
  flex: none;
  width: 1.2em;
  height: 1.2em;
}

.tc-plot {
  color: #e8e8e8;
  max-width: 40em;
  margin: 0;
  padding: 1.5em 0 1em;
  font-size: 1em;
  line-height: 1.5;
}

.tc-plot-gap {
  height: 1.25em;
}

.tc-extra {
  color: #b3b3b3;
  max-width: 46em;
  font-size: 1em;
  line-height: 1.5;
}

.tc-extra .tc-extra-title {
  color: #b3b3b3;
  font-weight: 700;
}

.tc-extra a {
  color: #b3b3b3;
  text-decoration: none;
}

.tc-extra a:hover {
  color: #fff;
  text-decoration: none;
}

.tc-details {
  align-items: flex-start;
  gap: 2em;
  padding-top: 1.5em;
  display: flex;
}

.tc-detail-col {
  width: 24em;
}

.tc-detail-block {
  margin-bottom: 1.5em;
}

.tc-detail-block:last-child {
  margin-bottom: 0;
}

.tc-details .tc-col-label {
  color: #b3b3b3;
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.5;
}

.tc-details .tc-record {
  color: #e8e8e8;
  font-size: 1.1em;
  line-height: 1.65;
}

.tc-details .tc-record a {
  color: #e8e8e8;
  text-decoration: none;
}

.tc-details .tc-record a:hover {
  color: #fff;
  text-decoration: none;
}

.tc-episodes {
  padding-top: 1em;
}

.tc-episodes-empty {
  color: #9a9a9a;
  padding: 2em 0;
  font-size: 1.1em;
}

.tc-ep-seasons {
  justify-content: flex-end;
  margin-bottom: 1em;
  display: flex;
}

.tc-season-dd {
  position: relative;
}

.tc-season-trigger {
  color: #fff;
  cursor: pointer;
  background: #1a1a1a;
  border: none;
  align-items: center;
  gap: .4em;
  padding: .15em 1em .25em .8em;
  font-size: 1em;
  display: inline-flex;
}

.tc-season-list {
  z-index: 5;
  background: #1a1a1a;
  min-width: 14em;
  max-height: 18em;
  margin-top: .3em;
  margin-bottom: 0;
  padding: .3em 0;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: auto;
  box-shadow: 0 6px 20px #00000080;
}

.tc-season-list li {
  color: #e0e0e0;
  cursor: pointer;
  white-space: nowrap;
  padding: .5em 1em;
  font-size: 1em;
}

.tc-season-list li span {
  color: #888;
}

.tc-season-list li:hover, .tc-season-list li.active {
  color: #fff;
  background: #2a2a2a;
}

.tc-ep-slider {
  position: relative;
}

.tc-ep-row {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: .37em;
  padding-bottom: .5em;
  display: flex;
  overflow-x: auto;
}

.tc-ep-row::-webkit-scrollbar {
  display: none;
}

.tc-ep-arrow {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 3.66em;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.tc-ep-arrow svg {
  width: 1.5em;
  height: 2.4em;
  transition: transform .15s;
}

.tc-ep-arrow:hover svg {
  transform: scale(1.25);
}

.tc-ep-prev {
  left: -3.66em;
}

.tc-ep-next {
  right: -3.66em;
}

.tc-ep-card {
  flex: 0 0 18em;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .tc-ep-card {
    flex: 0 0 calc(16.6667% - .308333em);
  }
}

.tc-ep-box {
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  border-radius: .25em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tc-ep-box .cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.tc-ep-number {
  color: #fff;
  text-shadow: 2px 2px 4px #00000073;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  bottom: .1em;
  left: .6em;
}

.tc-ep-play {
  opacity: 0;
  place-items: center;
  transition: opacity .15s;
  display: grid;
  position: absolute;
  inset: 0;
}

.tc-ep-card:hover .tc-ep-play {
  opacity: 1;
}

.tc-ep-playbtn {
  background: #00000080;
  border: 1px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 3.75em;
  height: 3.75em;
  display: grid;
}

.tc-ep-playbtn svg {
  color: #fff;
  width: 1.2em;
  height: 1.6em;
  margin-left: .15em;
}

.tc-ep-details {
  width: 100%;
  padding-top: .5em;
}

.tc-ep-titlerow {
  justify-content: space-between;
  align-items: center;
  gap: .5em;
  display: flex;
}

.tc-ep-name {
  color: #e8e8e8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-width: 0;
  font-size: 1.1em;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
}

.tc-ep-dl {
  color: #b3b3b3;
  cursor: pointer;
  flex: none;
  align-items: center;
  display: inline-flex;
}

.tc-ep-dl:hover {
  color: #fff;
}

.tc-ep-dl svg {
  width: 1.2em;
  height: 1.2em;
}

.tc-ep-plot {
  color: #b3b3b3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: .25em;
  font-size: 1em;
  line-height: 1.15;
  display: -webkit-box;
  overflow: hidden;
}

.tc-trailer {
  max-width: 56em;
  padding-top: 1.5em;
}

.tc-trailer-frame {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tc-trailer-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.tc-trailer-empty {
  color: #9a9a9a;
  padding: 2em 0;
  font-size: 1.1em;
}

.tc-panel {
  animation: .3s tc-panel-fade;
}

@keyframes tc-panel-fade {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: none;
  }
}

.tc-tabnav {
  justify-content: center;
  align-items: flex-end;
  gap: 2em;
  padding: 0;
  display: flex;
  position: absolute;
  top: 35em;
  left: 4em;
  right: 4em;
  transform: translateY(-100%);
}

.tc-tab {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b3b3b3;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0 .2em .825em;
  font-size: 1.1em;
  text-decoration: none;
  transition: color .15s;
  position: relative;
}

.tc-tab:hover {
  color: #e8e8e8;
}

.tc-tab.active {
  color: #fff;
}

.tc-tab-download {
  align-items: center;
  gap: .4em;
  display: inline-flex;
}

.tc-tab.active:after {
  content: "";
  background: #018850;
  border-radius: 1.1em 1.1em 0 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tc-player-overlay, .tc-player-page {
  z-index: 100000;
  background: #000;
  animation: .3s tc-player-in;
  position: fixed;
  inset: 0;
}

@keyframes tc-player-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.tc-player-overlay.closing {
  animation: .26s forwards tc-player-out;
}

@keyframes tc-player-out {
  from {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    transform: scale(1.04);
  }
}

.tc-player-overlay-frame, .tc-player-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.tc-player-close {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background: #14141499;
  border: none;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  display: grid;
  position: absolute;
  top: 16px;
  right: 20px;
}

.tc-player-close:hover {
  background: #2d2d2de6;
}

.tc-player-empty {
  color: #9a9a9a;
  place-items: center;
  font-size: 16px;
  display: grid;
  position: absolute;
  inset: 0;
}

.tc-related {
  margin-top: 1em;
}

#title-single .row-header .header-wrap .label {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.4em;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .title-container {
    font-size: 15px;
  }

  .tc-info-wrap {
    min-height: 0;
    padding: 1.5em 1.2em 0;
  }

  .tc-bg-wrap {
    height: 26em;
  }

  .tc-dark-left {
    display: none;
  }

  .tc-left-shadow {
    background: linear-gradient(to top, #000 10%, #0003);
    width: 100%;
    left: 0;
  }

  .tc-plot, .tc-details {
    max-width: 100%;
  }

  .tc-tabnav {
    gap: 1.2em;
    margin-top: 1.5em;
    padding: 0 0 1.2em;
    position: static;
    left: auto;
    right: auto;
    overflow-x: auto;
    transform: none;
  }
}

#title-single .owl-carousel .owl-nav {
  margin: 0;
}

#title-single .owl-carousel .owl-nav button.owl-prev, #title-single .owl-carousel .owl-nav button.owl-next {
  opacity: 0;
  z-index: 20;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: 0;
  box-shadow: none !important;
  color: #fff !important;
  outline: none !important;
  margin: 0 !important;
}

#title-single .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: linear-gradient(to left, #14141459, #141414f7) !important;
}

#title-single .owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: linear-gradient(to right, #14141459, #141414f7) !important;
}

#title-single .slider-title:hover .owl-carousel .owl-nav button.owl-prev:not(.disabled), #title-single .slider-title:hover .owl-carousel .owl-nav button.owl-next:not(.disabled) {
  opacity: 1;
}

#title-single .owl-carousel .owl-nav button:hover {
  background: #141414bf !important;
}

#title-single .owl-carousel .owl-nav button svg {
  width: 1.6em;
  height: 1.6em;
  transition: transform .15s;
}

#title-single .owl-carousel .owl-nav button:hover svg {
  transform: scale(1.25);
}

#title-single .owl-carousel .owl-nav button.disabled {
  display: none !important;
}

#title-single .owl-carousel .owl-dots {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  right: calc(4vw - 15px) !important;
}

#title-single .slider-title:hover .owl-carousel .owl-dots {
  opacity: 1;
}

#title-single .owl-carousel .owl-dots .owl-dot span {
  display: none;
}

#title-single .owl-carousel .owl-dots .owl-dot {
  width: 12px !important;
  height: 2px !important;
}

#title-single.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#title-single .slider-title .row-content {
  margin-left: calc(15px - 4vw);
  margin-right: calc(15px - 4vw);
}

#title-single .tile-image, #title-single .poster-image, #title-single .box-7x10 {
  background-image: none !important;
}

.tc-trailer-card {
  text-align: left;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 799px) {
  .tc-ep-row {
    flex-direction: column;
    gap: 1.9em;
    padding-bottom: 0;
    overflow-x: visible;
  }

  .tc-ep-arrow {
    display: none !important;
  }

  .tc-ep-card {
    flex-direction: column;
    gap: .7em;
    width: 100%;
    display: flex;
    flex: none !important;
  }

  .tc-ep-top {
    align-items: center;
    gap: .8em;
    width: 100%;
    display: flex;
  }

  .tc-ep-box {
    flex: 0 0 36%;
    width: 36%;
  }

  .tc-ep-details {
    flex: auto;
    min-width: 0;
  }

  .tc-ep-plot {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
  }
}

.tc-ep-header {
  display: none;
}

@media (max-width: 799px) {
  .tc-ep-header {
    margin-bottom: 1.3em;
    display: block;
  }

  .tc-buttons {
    gap: .9em;
  }

  .tc-buttons .tc-video-actions {
    order: -1;
    width: 100%;
  }

  .tc-play {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}

.tc-download-all {
  display: none;
}

@media (max-width: 799px) {
  .tc-download-all {
    color: #fff;
    background: #6d6d6e80;
    border-radius: 3px;
    order: 0;
    justify-content: center;
    align-items: center;
    gap: .55em;
    width: 100%;
    height: 2.8em;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .tc-download-all svg {
    width: 1.1em;
    height: 1.1em;
  }
}

.tc-act-label, .tc-act-more {
  display: none;
}

@media (min-width: 800px) {
  .tc-act-rating {
    display: contents;
  }
}

@media (max-width: 799px) {
  .tc-buttons {
    align-items: flex-start;
    gap: 1.6em 1.5em;
  }

  .tc-buttons .tc-user-action {
    flex-direction: column;
    align-items: center;
    gap: .5em;
    display: flex;
  }

  .tc-act-label {
    color: #d2d2d2;
    white-space: nowrap;
    font-size: .72em;
    font-weight: 400;
    display: block;
  }

  .tc-act-more {
    display: flex;
  }

  .tc-buttons {
    justify-content: center;
  }

  .tc-buttons .tc-title-btn {
    width: 3.6em;
    height: 3.6em;
  }

  .tc-act-label {
    font-size: .78em;
  }
}

.tc-ep-box.box-16x9, .tc-ep-card .tc-ep-box {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  padding-top: 0 !important;
}

@media (max-width: 799px) {
  .tc-ep-play {
    opacity: 1 !important;
  }

  .tc-ep-playbtn {
    width: 1.9em;
    height: 1.9em;
  }

  .tc-ep-playbtn svg {
    width: .62em;
    height: .85em;
  }
}

.tc-download-all, .tc-download-all:link, .tc-download-all:visited, .tc-download-all:hover, .tc-download-all:active, .tc-download-all:focus {
  -webkit-tap-highlight-color: transparent;
  color: #fff !important;
}

@media (max-width: 799px) {
  .tc-below-detail {
    display: none !important;
  }

  .tc-ep-seasons {
    justify-content: flex-start !important;
  }

  .tc-ep-seasons .tc-season-dd {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .tc-info-wrap {
    flex-direction: column;
    display: flex;
  }

  .tc-info-wrap .tc-title {
    order: 0;
  }

  .tc-info-wrap .tc-tabnav {
    order: 2;
    position: static !important;
  }

  .tc-info-wrap .tc-panel {
    order: 3;
  }
}

.tc-mhead {
  display: none;
}

@media (max-width: 799px) {
  .tc-mhead {
    order: 1;
    display: block;
  }

  .tc-tab-overview, .tc-tab-download {
    display: none !important;
  }

  .tc-season-list {
    min-width: 17em;
    max-width: calc(100vw - 8%);
    font-size: 1.15em;
    left: 0;
    right: auto;
  }

  .tc-season-list li {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .tc-tabnav {
    justify-content: flex-start !important;
  }
}

/*# sourceMappingURL=src_app_%28site%29_title_0l_wx3t.css.map*/