:root {
  --vtx-clr-bg-deep: #414770;
  --vtx-clr-bg-mid: #555b8e;
  --vtx-clr-bg-light: #6a71a3;
  --vtx-clr-bg-darker: #313659;
  --vtx-clr-bg-black: #0e0e0e;
  --vtx-clr-accent: #fbc531;
  --vtx-clr-text-main: #ffffff;
  --vtx-clr-text-sub: #b2b8d4;
  --vtx-font-primary: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --vtx-radius-sm: 4px;
  --vtx-transition-base: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --bg-dark: #3b4c95;
  --bg-light: #5e72b6;
  --accent-white: #ffffff;
  --line-thickness: 2px;
  --step-height: 60px;
  --border-deep: 3px solid var(--vtx-clr-text-main);
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

body.vtx-root-layer {
  font-family: var(--vtx-font-primary);
  background-color: var(--vtx-clr-bg-mid);
  color: var(--vtx-clr-text-main);
  overflow-x: hidden;
}

.ad-container {
  margin: 16px auto;
  text-align: center;
}

.ad-container[data-ad-index="0"] {
  margin-top: 0;
}

.ad-slot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 250px;
  max-width: 300px;
  margin: auto;
}

.vtx-top-masthead {
  background-color: var(--vtx-clr-bg-darker);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 40px;
  height: 60px;
}

.vtx-brand-identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
}

.vtx-nav-pathways {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 30px;
}

.vtx-nav-node {
  color: var(--vtx-clr-text-main);
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
  text-transform: uppercase;
}

.vtx-node-active {
  border-bottom: 3px solid var(--vtx-clr-accent);
}

.vtx-search-trigger {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
}

.vtx-top-masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 15px 40px;
  color: #fff;
}

.vtx-brand-identity,
.vtx-footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.vtx-star {
  color: #d1d8f0;
  font-size: 28px;
  vertical-align: middle;
}

.vtx-skew-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background: #111;
  color: #fff;
  padding: 8px 20px;
  margin: 0 5px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vtx-unskew {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  display: inline-block;
}

.vtx-skew-btn:hover {
  background: #333;
}

.vtx-search-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.vtx-search-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  padding-bottom: 2px;
}

.vtx-search-icon {
  width: 30px;
  aspect-ratio: 1;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../../images/search.191a4e0.png);
}

#vtx-search-input {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  width: 150px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

#vtx-search-input:focus {
  width: 200px;
}

.vtx-yellow-btn {
  background: #fbc531;
  color: #000;
}

.vtx-yellow-btn:hover {
  background: #e1b12c;
}

.vtx-dropdown-trigger {
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.vtx-chevron {
  font-size: 10px;
  margin-left: 5px;
}

.vtx-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  min-width: 150px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 10px 0;
  z-index: 1001;
  top: 100%;
  position: absolute;
  overflow: visible;
}

.vtx-dropdown-trigger:hover .vtx-dropdown-menu {
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  pointer-events: auto;
}

.vtx-dropdown-menu .cate-item {
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 13px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
  position: relative;
  z-index: 1003;
}

.vtx-dropdown-menu .cate-item p {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);

}

.vtx-dropdown-menu .cate-item:hover {
  background: #fbc531;
  color: #000;
}

.vtx-base-footer {
  background: #3e4a82;
  padding: 40px 20px;
  text-align: center;
}

.vtx-footer-matrix-wrapper {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

.vtx-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.vtx-footer-grid div {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  color: #ccc;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vtx-footer-grid div:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.vtx-footer-more-wrapper {
  padding: 10px;
}

.vtx-footer-more-wrapper .vtx-divider-action {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.vtx-footer-more-wrapper .vtx-action-text {
  font-size: 18px;
  color: var(--accent-white);
}

.vtx-black-btn {
  padding: 10px 30px;
}

.vtx-glow-arrows {
  margin-left: 8px;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.vtx-legal-bar {
  margin: 30px 0 20px 0;
  color: #fff;
  font-size: 14px;
}

.vtx-slash {
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.4);
}

.vtx-core-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.vtx-tech-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 30px 0 20px 0;
  position: relative;
  height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.line-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-white);
  z-index: 1;
  -webkit-clip-path: polygon(0 0,
      45% 0,
      55% -webkit-calc(100% - 20%),
      100% -webkit-calc(100% - 20%),
      -webkit-calc(55%) -webkit-calc(100% - 20% - var(--line-thickness)),
      -webkit-calc(45%) var(--line-thickness));
          clip-path: polygon(0 0,
      45% 0,
      55% calc(100% - 20%),
      100% calc(100% - 20%),
      calc(55%) calc(100% - 20% - var(--line-thickness)),
      calc(45%) var(--line-thickness));
}

.right-divider,
.thick-divider {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.right-divider .line-decoration {
  -webkit-clip-path: polygon(0 100%,
      45% 100%,
      55% 20%,
      100% 20%,
      -webkit-calc(55%) -webkit-calc(20% + var(--line-thickness)),
      -webkit-calc(45%) -webkit-calc(100% - var(--line-thickness)));
          clip-path: polygon(0 100%,
      45% 100%,
      55% 20%,
      100% 20%,
      calc(55%) calc(20% + var(--line-thickness)),
      calc(45%) calc(100% - var(--line-thickness)))
}

.thick-divider .line-decoration {
  -webkit-clip-path: polygon(0 100%,
      45% 100%,
      55% 20%,
      100% 20%,
      100% -webkit-calc(20% + var(--line-thickness)),
      -webkit-calc(55% + 0.5%) -webkit-calc(20% + var(--line-thickness)),
      -webkit-calc(45% - 0.5%) -webkit-calc(100% - var(--line-thickness)),
      0 -webkit-calc(100% - var(--line-thickness)));
          clip-path: polygon(0 100%,
      45% 100%,
      55% 20%,
      100% 20%,
      100% calc(20% + var(--line-thickness)),
      calc(55% + 0.5%) calc(20% + var(--line-thickness)),
      calc(45% - 0.5%) calc(100% - var(--line-thickness)),
      0 calc(100% - var(--line-thickness)));
}

.vtx-divider-action {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 10px;
}

.vtx-action-text {
  background: var(--vtx-clr-bg-black);
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  -webkit-clip-path: polygon(15px 0, 100% 0, -webkit-calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.vtx-action-arrows {
  width: 55px;
  height: 26px;
  background-image: url(../../images/more-videos.7c884b7.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.vtx-action-left {
  margin-left: 0;
  margin-right: 20px;
}

.vtx-sect-heading {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.vtx-dual-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.vtx-horiz-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--vtx-transition-base);
  transition: var(--vtx-transition-base);
  position: relative;
  gap: 20px;
}

.vtx-horiz-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.vtx-horiz-visual:hover,
.vtx-horiz-data:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

}

.vtx-horiz-visual {
  width: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-top: var(--border-deep);
  aspect-ratio: 2;
}

.vtx-horiz-card::before {
  content: '';
  width: 6px;
  height: 60px;
  background-color: #000;
  position: absolute;
  left: -webkit-calc(50% + 7px);
  left: calc(50% + 7px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.vtx-horiz-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vtx-duration-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
}

.vtx-horiz-data {
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-color: var(--vtx-clr-bg-darker);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-top: 10px solid var(--accent-white);
  margin: 10px 0;
}

.vtx-horiz-data::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 50px;
  height: 30px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.vtx-horiz-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vtx-horiz-sub {
  font-size: 10px;
  color: var(--vtx-clr-text-sub);
}

.vtx-mid-showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: var(--vtx-clr-bg-deep);
  padding: 30px;
  border-radius: var(--vtx-radius-sm);
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 30px 0;
}

.vtx-showcase-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.vtx-showcase-visual {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  position: relative;
  border-radius: var(--vtx-radius-sm);
  overflow: hidden;
}

.vtx-showcase-visual img {
  width: 100%;
  display: block;
}

.vtx-showcase-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.vtx-page-btn {
  background: #fff;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.vtx-page-dots span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin: 0 2px;
  opacity: 0.5;
}

.vtx-hexa-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.vtx-vert-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  border-radius: var(--vtx-radius-sm);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--vtx-transition-base);
  transition: var(--vtx-transition-base);
}

.vtx-vert-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.vtx-vert-visual {
  position: relative;
  aspect-ratio: 1.2;
  overflow: hidden;
}

.vtx-vert-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vtx-vert-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 10px;
  background-color: var(--accent-white);
  color: var(--vtx-clr-bg-black);
  -webkit-clip-path: polygon(0 0,
      100% 0,
      100% -webkit-calc(100% - 16px),
      -webkit-calc(100% - 16px) 100%,
      0 100%);
          clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 16px),
      calc(100% - 16px) 100%,
      0 100%);
}

.vtx-vert-title {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vtx-vert-sub {
  font-size: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 5px;
  color: var(--vtx-clr-bg-black);
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}

.vtx-vert-sub .vtx-tag-badge {
  padding: 2px 20px;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--vtx-clr-bg-black);
  color: var(--accent-white);
  white-space: nowrap;
  -webkit-clip-path: polygon(15px 0, 100% 0, -webkit-calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.vtx-bottom-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.vtx-bottom-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .vtx-hexa-matrix {
    grid-template-columns: repeat(4, 1fr);
  }

  .vtx-dual-matrix {
    grid-template-columns: 1fr;
  }

  .vtx-nav-pathways {
    display: none;
  }
}

@media (max-width: 480px) {
  .vtx-hexa-matrix {
    grid-template-columns: repeat(2, 1fr);
  }

  .vtx-carousel-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
  }

  .vtx-slide-visual,
  .vtx-slide-data {
    width: 100%;
  }

  .vtx-footer-links-matrix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }

  .vtx-top-masthead {
    padding: 10px;
  }

  #vtx-search-input {
    width: 50%;
  }

  #vtx-search-input:focus {
    width: 70%;
  }

  .vtx-skew-btn {
    padding: 4px 10px;
  }

  .vtx-horiz-visual {
    height: 110px;
    aspect-ratio: auto;
  }

  .vtx-horiz-title {
    max-height: 32px;
  }

  .vtx-vert-visual {
    height: 175px;
    aspect-ratio: auto;
  }

  .vtx-vert-sub {
    /* flex-direction: column; */
    height: 37px;
  }
}
.vtx-hero-carousel-zone {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: var(--vtx-clr-bg-deep);
    border-radius: var(--vtx-radius-sm);
    margin-bottom: 20px;
}

.vtx-carousel-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.vtx-carousel-slide {
    min-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 40px;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.vtx-slide-visual {
    width: 45%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-top: var(--border-deep);
}

.vtx-slide-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: var(--vtx-transition-base);
    transition: var(--vtx-transition-base);
}

.vtx-slide-visual:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.vtx-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../images/play.c0de2e0.png);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: var(--vtx-transition-base);
    transition: var(--vtx-transition-base);
}

.vtx-slide-data {
    width: 55%;
}

.vtx-slide-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.vtx-tag-badge {
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.vtx-author-tag {
    font-size: 16px;
    margin: 10px 0;
    color: var(--vtx-clr-text-main);
    font-weight: 600;
}

.vtx-action-btn {
    background: var(--vtx-clr-accent);
    color: #000;
    border: none;
    padding: 10px 24px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: var(--vtx-transition-base);
    transition: var(--vtx-transition-base);
    white-space: nowrap;
}

.vtx-action-btn:hover {
    background: #fff;
}

.vtx-carousel-indicators {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 8px;
}

.vtx-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: var(--vtx-transition-base);
    transition: var(--vtx-transition-base);
}

.vtx-dot-active {
    background: var(--vtx-clr-text-main);
    box-shadow: 0 0 5px #fff;
}

.vtx-square-btn {
    width: 28px;
    height: 28px;
    background: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.vtx-square-btn:hover {
    background: var(--vtx-clr-accent, #fbc531);
}

.vtx-pill-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 6px;
    padding: 0 10px;
}

.vtx-pill-dot {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vtx-pill-dot.active {
    width: 16px;
    background: #ffffff;
    border-radius: 3px;
}

.vtx-mid-slider-zone {
    position: relative;
    background: var(--vtx-clr-bg-deep);
    border-radius: var(--vtx-radius-sm);
    padding: 30px;
    margin: 30px 0;
    overflow: hidden;
    cursor: pointer;
}

.vtx-mid-track-wrapper {
    width: 100%;
    overflow: hidden;
}

.vtx-mid-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.vtx-mid-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.vtx-mid-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding-bottom: 40px;
}

.vtx-mid-visual {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.vtx-mid-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.vtx-mid-controls {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.vtx-sphere-carousel-zone {
    margin: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.vtx-sphere-stage {
    position: relative;
    width: 100%;
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    overflow: hidden;
}

.vtx-sphere-item {
    position: absolute;
    width: 50%;
    max-width: 450px;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.vtx-sphere-item:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.vtx-sphere-item img {
    width: 100%;
    display: block;
    -webkit-transition: var(--vtx-transition-base);
    transition: var(--vtx-transition-base);
}

.vtx-sphere-active {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
}

.vtx-sphere-prev {
    -webkit-transform: translateX(-65%) scale(0.8);
            transform: translateX(-65%) scale(0.8);
    opacity: 0.6;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.vtx-sphere-next {
    -webkit-transform: translateX(65%) scale(0.8);
            transform: translateX(65%) scale(0.8);
    opacity: 0.6;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.vtx-sphere-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .vtx-mid-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
                flex-direction: column-reverse;
    }

    .vtx-mid-controls {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .vtx-mid-visual {
        min-height: 220px;
        aspect-ratio: auto;
    }

    .vtx-showcase-title {
        max-height: 60px;
        overflow: hidden;
    }

    .vtx-sphere-stage {
        height: 160px;
    }

    .vtx-dual-matrix .vtx-horiz-card:nth-child(n+7) {
        display: none;
    }

    .vtx-slide-title {
        font-size: 12px;
    }

    .vtx-slide-visual,
    .vtx-slide-data {
        width: 100%;
    }
}
