@charset "UTF-8";
@keyframes animateBackground {
  from {
    background-position: -100% 100%;
  }
  to {
    background-position: 0 0;
  }
}
.faq-section {
  background-image: linear-gradient(360deg, #0D0B0F 0%, #1E1923 100%);
}

.newsletter-section {
  background: url(/assets/img/pattern-bg.png), linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  animation: animateBackground 40s linear infinite;
  background-size: 270px, 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 70px 0 126px;
  position: relative;
}
.newsletter-section .response-message {
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 32px;
  color: #fff;
  display: none;
}
.newsletter-section .response-message.success {
  background: #678452;
}
.newsletter-section .response-message.error {
  background: #f33f3f;
}
.newsletter-section h2 {
  font-size: 50px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter-section .subline {
  margin: 0;
  font-size: 30px;
  text-align: center;
}
.newsletter-section form {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 90%;
  font-size: 13px;
  margin: auto;
  color: #fff;
  padding: 30px 18px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.1294117647);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 40px;
  text-align: center;
}
.newsletter-section form input[type=email] {
  font-size: 21px;
  border-radius: 4px;
  border: none;
  padding: 11px 14px;
  color: #000;
  margin-bottom: 9px;
}
.newsletter-section form button[type=submit] {
  margin-top: 20px;
  font-size: 21px;
  border-radius: 3px;
  border: none;
  padding: 11px;
  font-weight: normal;
  color: #000;
  width: 100%;
  background: #fff;
  height: auto;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s;
}
.newsletter-section form button[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1100px) {
  .newsletter-section h2 {
    font-size: 40px;
  }
  .newsletter-section .subline {
    font-size: 22px;
  }
}
@media (max-width: 828px) {
  .newsletter-section {
    animation: animateBackground 10s linear infinite;
    background-size: 190px, 100%;
  }
  .newsletter-section h2 {
    font-size: 27px;
  }
  .newsletter-section .subline {
    font-size: 16px;
  }
}

.giftcode {
  --gc-bg: #0b0f1a;
  --gc-card: #121828;
  --gc-text: #e9eefc;
  --gc-muted: #9fb2d6;
}
.giftcode .gc-container {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 24px 22px;
  color: var(--gc-text);
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.giftcode h1 {
  font-size: clamp(1.6rem, 1.4rem + 1.2vw, 2.2rem);
  margin-bottom: 0.5rem;
}
.giftcode h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 10px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.giftcode .gc-intro {
  color: var(--gc-muted);
  margin-bottom: 1.75rem;
}
.giftcode .gc-intro strong {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77);
}
.giftcode .gc-form .gc-input-row {
  display: flex;
  gap: 0.75rem;
}
.giftcode .gc-form .gc-input-row input {
  flex: 1;
  padding: 0.9rem 1rem;
  border-radius: 0.6rem;
  background: #fff;
  color: #111;
  border: 2px solid transparent;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.giftcode .gc-form .gc-input-row input:focus {
  outline: none;
  border-color: #5da9ff;
}
.giftcode .gc-form .gc-input-row button.btn.btn-primary {
  padding: 0.9rem 1.3rem;
  border-radius: 50px;
  white-space: nowrap;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  border: none;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.3s;
}
.giftcode .gc-form .gc-input-row button.btn.btn-primary:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.giftcode .gc-form .gc-error {
  color: #ff8ea1;
  margin-top: 0.75rem;
}
.giftcode .gc-form .gc-status {
  color: #a9e6a1;
  margin-top: 0.75rem;
}
.giftcode .gc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.giftcode .gc-trailer-btn {
  position: absolute;
  left: 50%;
  top: 218px;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 0 3px rgba(255, 255, 255, 0.14) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  opacity: 0.95;
}
.giftcode .gc-trailer-btn i {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}
.giftcode .gc-trailer-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55), 0 0 0 4px rgba(255, 255, 255, 0.18) inset;
  opacity: 1;
}
.giftcode .gc-trailer-btn:active {
  transform: translate(-50%, -50%) scale(0.98);
}
.giftcode .gc-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.giftcode .gc-card::before { /* subtle signature gradient on hover */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.25) 10%, rgba(33, 16, 181, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.giftcode .gc-card:hover {
  transform: translateY(-2px);
  box-shadow: 10px 6px 28px 0 rgba(0, 0, 0, 0.6);
}
.giftcode .gc-card:hover::before {
  opacity: 0.6;
}
.giftcode .gc-card .gc-card-image img {
  width: 100%;
  display: block;
}
.giftcode .gc-card .gc-card-body {
  padding: 1rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.giftcode .gc-card h2 {
  font-size: 1.15rem;
  margin: 0;
}
.giftcode .gc-card .gc-genre {
  display: inline-block;
  font-size: 0.86rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  text-align: center;
  padding: 2px 10px;
  width: 180px;
  margin: auto;
  margin-bottom: 20px;
}
.giftcode .gc-card .gc-meta {
  font-size: 0.95rem;
  color: var(--gc-muted);
  margin: 0;
}
.giftcode .gc-card .gc-desc {
  font-size: 0.98rem;
  color: var(--gc-text);
  opacity: 0.95;
}
.giftcode .gc-card form {
  margin-top: 0.5rem;
}
.giftcode .gc-card .btn.btn-primary {
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 12px 16px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.25s;
}
.giftcode .gc-card .btn.btn-primary:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Reuse/kleine Ergänzungen für Pass-Screen */
.giftcode-pass .ticket {
  margin-bottom: 4rem;
}

/* Giftcode selection specific helpers */
.giftcode-select .gc-container {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gc-links {
  display: flex;
  margin-top: 0.25rem;
}

.gc-more {
  font-size: 0.92rem;
  text-decoration: underline;
  color: var(--gc-text);
  opacity: 0.9;
  transition: 0.25s;
}

.gc-more:hover {
  opacity: 1;
}

.admin-page {
  background: #0D0B0F;
  color: #fff;
  min-height: 100vh;
}

/* ----------------- Login ----------------- */
.admin-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.admin-login-wrapper {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 80px;
}

.admin-login-card {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 10px;
  padding: 32px 30px 28px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
  position: relative;
}

.admin-login-logo {
  text-align: center;
  margin-bottom: 10px;
}
.admin-login-logo img {
  width: 36px;
  opacity: 0.9;
}

.admin-login-card h1 {
  font-size: 26px;
  margin: 0;
}

.admin-login-card h1::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin-top: 10px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.admin-login-sub {
  margin: 10px 0 22px;
  font-size: 14px;
  color: #c4c7e0;
}

.admin-login-error {
  background: rgba(255, 88, 88, 0.12);
  border: 1px solid rgba(255, 88, 88, 0.5);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-login-error i {
  color: #ff8a8a;
}

.admin-login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.admin-field label {
  font-size: 13px;
  color: #d5d7ef;
}
.admin-field label i {
  margin-right: 6px;
}
.admin-field input {
  background: #ffffff;
  border-radius: 6px;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.admin-field input:focus {
  box-shadow: 0 0 0 2px rgba(93, 169, 255, 0.6);
}

.admin-login-button {
  margin-top: 6px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 50px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.3s;
}
.admin-login-button i {
  font-size: 15px;
}
.admin-login-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.admin-login-button:active {
  transform: translateY(0);
  opacity: 0.9;
}

.admin-login-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  color: #a0a3c0;
  flex-wrap: wrap;
  gap: 6px;
}
.admin-login-meta .pill {
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 11px;
}
.admin-login-meta .pill i {
  margin-right: 5px;
}
.admin-login-meta .env-label {
  opacity: 0.8;
}

/* ----------------- Dashboard ----------------- */
.admin-shell {
  display: flex;
  max-width: 1400px;
  margin: 40px auto 80px;
  gap: 26px;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .admin-shell {
    flex-direction: column;
    margin-top: 20px;
  }
}

.admin-sidebar {
  width: 260px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 10px;
  padding: 22px 20px 20px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 900px) {
  .admin-sidebar {
    width: 100%;
  }
}

.admin-sidebar-head h2 {
  margin: 6px 0 14px;
  font-size: 18px;
}

.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 50px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}

.badge-live .live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ff0000;
  animation: glowing 1250ms infinite alternate;
}

.admin-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.admin-nav li a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: 0.3s;
}
.admin-nav li a i {
  width: 18px;
  text-align: center;
}
.admin-nav li a:hover {
  background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.4) 10%, rgba(33, 16, 181, 0.5) 100%);
}
.admin-nav li.active > a {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}

.admin-main {
  flex: 1;
  min-width: 0;
}

.admin-main-head h1 {
  font-size: 26px;
  margin: 0 0 4px;
}

.admin-main-head p {
  margin: 0 0 18px;
  font-size: 14px;
  color: #c4c7e0;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.admin-card {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 18px 18px 20px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.admin-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.admin-card h3 i {
  margin-right: 7px;
}
.admin-card p {
  margin: 0 0 14px;
  color: #d5d7ef;
  font-size: 14px;
}
.admin-card.highlight {
  background-image: linear-gradient(135deg, rgba(223, 32, 63, 0.24) 0%, rgba(33, 16, 181, 0.35) 60%, rgba(0, 0, 0, 0.5) 100%);
}

.admin-card-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 13px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.admin-card-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.admin-activity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-activity li {
  display: flex;
  gap: 8px;
  font-size: 13px;
}
.admin-activity li .time {
  min-width: 70px;
  color: #9fa4d0;
}
.admin-activity li .text {
  flex: 1;
}

.admin-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #d5d7ef;
}
.admin-meta-list li i {
  margin-right: 7px;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 0px #FF0000;
  }
  100% {
    box-shadow: 0 0 8px #FF0000;
  }
}
/* -------- Source-Filter & Chart im Admin-Dashboard -------- */
.admin-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin: 12px 0 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 12px 14px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-filter-bar .filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
}

.admin-filter-bar label {
  font-size: 12px;
  color: #d5d7ef;
}
.admin-filter-bar label i {
  margin-right: 6px;
}

.admin-filter-bar input[type=date] {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 7px 9px;
  font-size: 13px;
  color: #000;
  outline: none;
  min-height: 36px;
  transition: box-shadow 0.25s ease;
}
.admin-filter-bar input[type=date]:focus {
  box-shadow: 0 0 0 2px rgba(93, 169, 255, 0.6);
}

.admin-filter-button {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.3s;
}
.admin-filter-button i {
  font-size: 14px;
}
.admin-filter-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.admin-filter-button:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* Chart-Karte */
.admin-card-chart {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.admin-card-chart .admin-card-sub {
  font-size: 13px;
  color: #c4c7e0;
  margin-bottom: 10px;
}

.admin-card-chart .chart-wrapper {
  position: relative;
  flex: 1;
  min-height: 180px;
}

/* Canvas füllt die Karte ordentlich aus */
.admin-card-chart .chart-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}

/* Pie-Chart-Card */
.admin-card-chart-pie {
  /* Optionale leichte Variation: bisschen mehr Höhe für Legend */
  min-height: 280px;
}

.admin-card-chart-pie .chart-wrapper {
  padding-top: 4px;
}

.admin-card-chart-pie .chart-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}

/* ---------- Admin Sources Unterseite ---------- */
.admin-sources .admin-main-head h1 {
  font-size: 24px;
  margin-bottom: 4px;
}

.admin-sources .admin-main-head p {
  font-size: 14px;
  color: #c4c7e0;
}

.admin-sources-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  grid-auto-rows: minmax(260px, auto);
}
@media (max-width: 900px) {
  .admin-sources-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.admin-sources .admin-card-chart .chart-wrapper {
  position: relative;
  min-height: 220px;
}

.admin-sources .admin-card-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

/* Trend-Tabelle */
.admin-card-trend {
  grid-column: 1/-1;
  overflow: hidden;
}

.trend-table-wrapper {
  max-height: 360px;
  overflow: auto;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trend-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.trend-table thead {
  background: rgba(255, 255, 255, 0.06);
}
.trend-table th, .trend-table td {
  padding: 8px 10px;
  text-align: left;
}
.trend-table th {
  font-weight: 500;
}
.trend-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.trend-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 50px;
  font-size: 12px;
}

.trend-up {
  background: rgba(5, 255, 161, 0.12);
  color: #05ffa1;
}

.trend-down {
  background: rgba(223, 32, 63, 0.15);
  color: #ff8a9e;
}

.trend-flat {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7607843137);
}

.admin-empty {
  font-size: 13px;
  color: #c4c7e0;
  margin-top: 10px;
}

.trend-range-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.trend-range-btn {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-decoration: none;
  color: #e9eefc;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.25s;
}

.trend-range-btn:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.trend-range-btn.active {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-color: transparent;
  color: #fff;
}

/* ---------- Admin Odysseys ---------- */
.admin-odysseys .admin-main-head h1 {
  font-size: 24px;
}

.admin-odysseys .admin-main-head p {
  font-size: 14px;
  color: #c4c7e0;
}

.admin-odysseys-section {
  margin-bottom: 30px;
}

.admin-subheadline {
  font-size: 18px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-dot.big {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #ff0000;
  animation: glowing 1250ms infinite alternate;
}

.odyssey-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-odyssey-card {
  display: flex;
  gap: 16px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
}

.admin-odyssey-card.is-active {
  border-color: rgba(223, 32, 63, 0.7);
  box-shadow: 0 0 0 1px rgba(223, 32, 63, 0.5), 10px 2px 24px 0 rgba(0, 0, 0, 0.6);
}

.odyssey-cover {
  position: relative;
  width: 140px;
  min-width: 140px;
  border-radius: 8px;
  overflow: hidden;
  background: #151219;
}
.odyssey-cover img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.odyssey-status-dot {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff0000;
  animation: glowing 1250ms infinite alternate;
}

.odyssey-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.odyssey-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.odyssey-title {
  margin: 0;
  font-size: 18px;
}

.odyssey-subline {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
}

.odyssey-head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.odyssey-badge.story {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 50px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}

.odyssey-status-label {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.odyssey-status-setup {
  background: rgba(255, 255, 255, 0.08);
}

.odyssey-status-lobby {
  background: rgba(5, 255, 161, 0.12);
  color: #05ffa1;
}

.odyssey-status-running {
  background: rgba(0, 174, 255, 0.16);
  color: #63caff;
}

.odyssey-status-done {
  background: rgba(223, 32, 63, 0.16);
  color: #ff8aa0;
}

.odyssey-body {
  font-size: 13px;
}

.odyssey-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 8px;
}

.odyssey-row-setup-only {
  justify-content: center;
}

.odyssey-setup-text {
  text-align: center;
  margin: 4px 0 0;
  font-size: 13px;
  color: #d5d7ef;
}

.odyssey-label {
  min-width: 140px;
  max-width: 140px;
  color: #c4c7e0;
  font-size: 12px;
}
.odyssey-label i {
  margin-right: 6px;
}

.odyssey-value {
  flex: 1;
}

.odyssey-participants {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.12);
}

.pill-small {
  font-size: 11px;
  padding: 3px 8px;
}

.pill-muted {
  background: rgba(255, 255, 255, 0.06);
  color: #c4c7e0;
}

/* JSON-Viewer */
.json-block summary {
  cursor: pointer;
  font-size: 13px;
  color: #e9eefc;
}
.json-block summary i {
  margin-right: 6px;
}

.odyssey-json {
  margin-top: 8px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  max-height: 260px;
  overflow: auto;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.json-list {
  list-style: none;
  margin: 0;
  padding-left: 14px;
}

.json-key {
  color: #ffb86c;
}

.json-string {
  color: #50fa7b;
}

.json-number {
  color: #8be9fd;
}

.json-bool {
  color: #ff79c6;
}

.json-null,
.json-empty {
  color: #6272a4;
}

@media (max-width: 900px) {
  .admin-odyssey-card {
    flex-direction: column;
  }
  .odyssey-cover {
    width: 100%;
    max-width: 280px;
  }
  .odyssey-row {
    flex-direction: column;
  }
  .odyssey-label {
    max-width: 100%;
  }
}
/* --- Odyssey Admin: neue Styles --- */
.admin-odysseys .admin-main-head h1 {
  font-size: 24px;
}

.admin-odysseys .admin-main-head p {
  font-size: 14px;
  color: #c4c7e0;
}

.admin-odysseys-section {
  margin-bottom: 30px;
}

.odyssey-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Fullwidth-Karten sind schon vorhanden – hier nur Ergänzungen */
.pill-id {
  background: rgba(255, 255, 255, 0.12);
}

.pill-start {
  background: rgba(0, 174, 255, 0.22);
}

.pill-source,
.pill-chapter {
  color: #fff;
}

.odyssey-row-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
}
@media (max-width: 900px) {
  .odyssey-row-topline {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

.odyssey-row-actions {
  margin-top: 10px;
}

.admin-control-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.admin-control-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6);
}
.admin-control-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s;
}
.admin-control-button:hover::before {
  opacity: 1;
  transform: translateX(250%) skewX(-25deg);
}

/* Update-Highlight bei geänderten Daten */
@keyframes odysseyGlow {
  0% {
    box-shadow: 0 0 0 rgba(5, 255, 161, 0);
    border-color: rgba(5, 255, 161, 0);
  }
  50% {
    box-shadow: 0 0 22px rgba(5, 255, 161, 0.55);
    border-color: rgba(5, 255, 161, 0.8);
  }
  100% {
    box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
  }
}
.admin-odyssey-card.odyssey-updated {
  animation: odysseyGlow 1.3s ease-out 1;
}

/* Status "Beendet" */
.odyssey-status-ended {
  background: rgba(223, 32, 63, 0.22);
  color: #ffb0c0;
}

/* Chips & Layout */
.pill-id {
  background: rgba(255, 255, 255, 0.12);
}

.pill-start {
  background: rgba(0, 174, 255, 0.22);
}

.pill-source,
.pill-chapter {
  color: #fff;
}

.odyssey-row-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
}
@media (max-width: 900px) {
  .odyssey-row-topline {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

.odyssey-row-actions {
  margin-top: 10px;
}

/* Control Panel Button */
.admin-control-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.admin-control-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6);
}
.admin-control-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s;
}
.admin-control-button:hover::before {
  opacity: 1;
  transform: translateX(250%) skewX(-25deg);
}

/* Update Highlight */
@keyframes odysseyGlowHard {
  0% {
    box-shadow: 0 0 0 rgba(5, 255, 161, 0);
    border-color: rgba(5, 255, 161, 0);
    background-color: rgba(5, 255, 161, 0);
  }
  40% {
    box-shadow: 0 0 25px rgba(5, 255, 161, 0.8);
    border-color: rgba(5, 255, 161, 0.9);
    background-color: rgba(5, 255, 161, 0.12);
  }
  100% {
    box-shadow: 10px 2px 24px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.06);
  }
}
.admin-odyssey-card.odyssey-updated {
  animation: odysseyGlowHard 1.5s ease-out 1;
}

/* Status "Beendet" */
.odyssey-status-ended {
  background: rgba(223, 32, 63, 0.22);
  color: #ffb0c0;
}

.odyssey-row-ratings {
  margin-top: 10px;
}

.odyssey-ratings {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.odyssey-rating-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.rating-headline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
}

.rating-stars {
  font-size: 14px;
  background-image: linear-gradient(-52deg, #ffa63d, #ff3d77);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-user {
  font-weight: 500;
}

.rating-badge-tester {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rating-date {
  margin-left: auto;
  opacity: 0.7;
  font-size: 12px;
}

.rating-text {
  margin-top: 2px;
}

.rating-op-comment {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.85;
}

/* ===========================
   Corporate / Firmenevent Landing
   =========================== */
.about-page {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.about-page::before {
  /* softer global background gradient */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 10% 0%, rgba(223, 32, 63, 0.33) 0, transparent 55%), radial-gradient(circle at 90% 100%, rgba(33, 16, 181, 0.33) 0, transparent 55%), linear-gradient(180deg, #0D0B0F 0%, #1E1923 100%);
}
.about-page::after {
  /* very subtle grid overlay */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.7;
  pointer-events: none;
}

/* ========= Hero ========== */
.corporate-hero {
  position: relative;
  max-width: 1080px;
  margin: 40px auto 70px;
  padding: 40px 32px 45px !important;
  text-align: center;
  border-radius: 18px;
  background: rgba(13, 11, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.corporate-hero::before {
  /* glowing gradient bar on top */
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  height: 4px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  opacity: 0.9;
}
.corporate-hero::after {
  /* floating glow blob */
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(223, 32, 63, 0.45), transparent 60%);
  right: -80px;
  top: -80px;
  opacity: 0.7;
  pointer-events: none;
  animation: corporateGlow 9s ease-in-out infinite alternate;
}
.corporate-hero h1 {
  font-size: 2.5vw;
  margin-bottom: 14px;
  color: #fff;
}
@media (max-width: 960px) {
  .corporate-hero h1 {
    font-size: 29px;
    margin-top: 230px !important;
  }
}
.corporate-hero p {
  font-size: 0.95vw;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.85);
  max-width: 720px;
  margin: 0 auto 26px;
}
@media (max-width: 960px) {
  .corporate-hero p {
    font-size: 16px;
  }
}

/* ========= Hero Feature-Kacheln ========= */
.corporate-hero-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
}
.corporate-hero-features li {
  position: relative;
  width: 290px;
  max-width: 100%;
  padding: 20px 18px 22px;
  border-radius: 14px;
  background: radial-gradient(circle at top left, rgba(223, 32, 63, 0.22), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
  text-align: left;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.corporate-hero-features li::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.11), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.corporate-hero-features li:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.35);
}
.corporate-hero-features li:hover::before {
  opacity: 1;
}
.corporate-hero-features li .icon {
  font-size: 30px;
  margin-bottom: 8px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.corporate-hero-features li .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 4px;
}
.corporate-hero-features li p {
  font-size: 13px;
  line-height: 170%;
  margin: 0;
}

/* CTA Mail im Hero */
.corporate-hero .support-mails {
  margin-top: 30px;
}
.corporate-hero .support-mails .email {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.corporate-hero .support-mails .email a {
  color: #fff;
  text-decoration: none;
}
.corporate-hero .support-mails .email:hover {
  opacity: 0.94;
}

/* ========= Benefits / Remote Sektionen ========= */
.corporate-benefits .icon,
.corporate-remote-points .icon {
  font-size: 30px;
  margin-bottom: 8px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.corporate-benefits .title,
.corporate-remote-points .title {
  font-weight: 600;
  margin-bottom: 6px;
}
.corporate-benefits p,
.corporate-remote-points p {
  font-size: 13px;
  line-height: 175%;
  font-weight: 300;
}

.corporate-benefits li {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.corporate-remote-points li {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========= Timeline (Ablauf) ========= */
.timeline {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.timeline li.timeline-up {
  max-width: 240px;
}
.timeline li.timeline-up p {
  font-size: 13px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
}
.timeline li.timeline-up .game-cover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75);
}

/* ========= Szenario-Teaser ========= */
.teaser-videos {
  margin-top: 40px;
}

.teaser-video {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transform: translateY(0) scale(1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.teaser-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}
.teaser-video i {
  position: relative;
  z-index: 2;
  font-size: 34px;
  margin-bottom: 4px;
}
.teaser-video span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}
.teaser-video:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.95);
  border-color: rgba(255, 255, 255, 0.4);
}

/* ========= Info-Boxen & zweite CTA ========= */
.info-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}
.info-box i {
  color: #fff;
}
.info-box strong {
  font-weight: 600;
}

.support-mails .email {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-radius: 999px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.85);
}

/* ========= FAQ-Feinschliff ========= */
.faq-list {
  margin-top: 26px;
}

.faq .question {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq .answer {
  font-size: 14px;
  line-height: 175%;
}

/* ========= Animationen ========= */
@keyframes corporateGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate3d(-10px, 10px, 0) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(10px, -6px, 0) scale(1.02);
    opacity: 0.7;
  }
}
.about-page {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

/* === Corporate Feature Reels ================================================= */
.feature-reels {
  position: relative;
}
.feature-reels .page-wrapper {
  padding-top: 30px;
}
.feature-reels h2 {
  margin-bottom: 36px;
}

.feature-reel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  margin: 38px 0 64px;
}
.feature-reel--alt {
  grid-auto-flow: dense;
}
.feature-reel--alt .feature-reel__copy {
  order: 2;
}
.feature-reel--alt .feature-reel__media {
  order: 1;
}
@media (max-width: 980px) {
  .feature-reel {
    grid-template-columns: 1fr;
  }
  .feature-reel--alt .feature-reel__copy, .feature-reel--alt .feature-reel__media {
    order: initial;
  }
}

.feature-reel__copy {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  padding: 24px 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.feature-reel__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.4vw, 28px);
}
.feature-reel__copy p {
  color: rgba(255, 255, 255, 0.8392156863);
}
.feature-reel__copy .feature-reel__bullets {
  margin: 14px 0 0;
  padding-left: 20px;
  line-height: 1.6;
}
.feature-reel__copy .feature-reel__bullets li {
  margin: 4px 0;
}
.feature-reel__copy .feature-reel__footnote {
  display: block;
  opacity: 0.7;
  margin-top: 10px;
}

.feature-reel__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #141218;
  /* 16:9 Fallback ohne aspect-ratio */
}
.feature-reel__media::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.feature-reel__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}
.feature-reel__media .video-ctrl {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.9) 10%, rgba(33, 16, 181, 0.9) 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.feature-reel__media .video-ctrl::before {
  /* Play-Icon */
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 12px auto 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.feature-reel__media .video-ctrl[data-state=paused]::before {
  /* Pause-Icon */
  content: "";
  width: 14px;
  height: 14px;
  margin: 12px auto 0;
  border: none;
  background: linear-gradient(90deg, #fff 0 40%, transparent 40% 60%, #fff 60% 100%);
}

/* ============================
   Team Config Widget (Teams-Variante)
   ============================ */
.team-config-widget {
  margin: 80px auto 120px;
  max-width: 1080px;
  padding: 0 6vw;
}
.team-config-widget__inner {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.6);
  padding: 28px 26px 22px;
}
@media (max-width: 768px) {
  .team-config-widget__inner {
    padding: 22px 18px;
  }
}
.team-config-widget__header {
  text-align: left;
  margin-bottom: 30px;
}
.team-config-widget__header h2 {
  margin: 0 0 8px;
  font-size: 26px;
}
@media (max-width: 768px) {
  .team-config-widget__header h2 {
    font-size: 22px;
  }
}
.team-config-widget__header p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
  max-width: 620px;
}
.team-config-widget__steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
.team-config-widget__summary {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .team-config-widget__summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-config-widget__cta {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border: none;
  border-radius: 999px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.team-config-widget__cta.is-active {
  opacity: 1;
}
.team-config-widget__cta.is-active:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}
.team-config-widget__cta:disabled {
  cursor: default;
}
@media (max-width: 700px) {
  .team-config-widget__cta {
    width: 100%;
    text-align: center;
  }
}

/* Steps */
.team-config-step {
  display: flex;
  gap: 16px;
  padding: 14px 14px 14px 10px;
  border-radius: 10px;
  background: radial-gradient(circle at 0 0, rgba(223, 32, 63, 0.12), transparent 55%), radial-gradient(circle at 100% 100%, rgba(33, 16, 181, 0.15), transparent 55%), rgba(10, 8, 20, 0.85);
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
}
.team-config-step__index {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 4px;
  color: #fff;
}
.team-config-step__body {
  flex: 1;
}
.team-config-step__body h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
.team-config-step__body .team-config-hint {
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.team-config-step.is-active {
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}
.team-config-step.is-complete .team-config-step__index {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-color: transparent;
}
@media (max-width: 768px) {
  .team-config-step {
    padding: 12px 10px;
  }
}

/* Slider + player count */
.team-config-input-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.team-config-range {
  flex: 1;
  min-width: 180px;
}

.player-count {
  width: auto;
}

/* Gruppengröße */
.team-config-group-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.team-config-group-size-option input {
  display: none;
}
.team-config-group-size-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  background: rgba(255, 255, 255, 0.05);
}
.team-config-group-size-option input:checked + label {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-color: transparent;
  transform: translateY(-1px);
}
.team-config-group-size-option label:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

/* Szenario-Auswahl */
.team-config-scenarios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .team-config-scenarios {
    grid-template-columns: 1fr;
  }
}

.team-config-scenario {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 7, 17, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 8px;
  display: flex;
  gap: 10px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease, background-color 0.25s ease;
  color: #fff;
}
.team-config-scenario:hover {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.8);
  transform: translateY(-1px);
}
.team-config-scenario.is-selected {
  border-color: transparent;
  background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.85) 10%, rgba(33, 16, 181, 0.9) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9);
}
.team-config-scenario__cover-wrapper {
  width: 32px;
  min-width: 44px;
}
@media (max-width: 768px) {
  .team-config-scenario__cover-wrapper {
    width: 32px;
    min-width: 44px;
  }
}
.team-config-scenario__cover {
  width: 42px;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.7);
}
.team-config-scenario__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-config-scenario__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.team-config-scenario__title {
  font-weight: 500;
  font-size: 15px;
}
.team-config-scenario__info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.team-config-scenario__info i {
  font-size: 15px;
}
.team-config-scenario__info:hover {
  color: #fff;
}
.team-config-scenario__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  margin-top: 3px;
}
.team-config-scenario__genre, .team-config-scenario__time {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px;
}
.team-config-scenario__genre {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Summary links */
.team-config-summary__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
}

.team-config-summary__line {
  margin-top: 4px;
  font-size: 14px;
}

.team-config-summary__scenario {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.team-config-summary__note {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

/* ============================
   Stripe Overlay mit Inline-Video
   ============================ */
.team-config-stripe-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}
.team-config-stripe-overlay.is-visible {
  display: flex;
}
.team-config-stripe-overlay__inner {
  max-width: 520px;
  width: 100%;
  background: rgba(10, 8, 20, 0.96);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.85);
  padding: 16px 18px 16px;
  text-align: center;
  position: relative;
}
.team-config-stripe-overlay__inner h3 {
  margin: 6px 0 6px;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.team-config-stripe-overlay__inner p {
  margin: 2px 0 10px;
  font-size: 14px;
  line-height: 165%;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(71, 255, 177, 0.18);
  border-radius: 7px;
  padding: 10px;
  border: 1px solid rgba(51, 223, 133, 0.32);
}
.team-config-stripe-overlay__inner ul {
  margin: 6px 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.82);
}
.team-config-stripe-overlay__inner ul li {
  position: relative;
  padding-left: 18px;
  margin: 3px 0;
}
.team-config-stripe-overlay__inner ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  transform: translateY(-50%);
}
.team-config-stripe-overlay__inner strong {
  font-weight: 600;
}
.team-config-stripe-overlay__inner #stripe-groups-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding: 1px 20px;
  border-radius: 6px;
  margin: 0 9px;
  font-size: 17px;
  background-color: #fff;
  color: #153530;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}
@media (max-width: 600px) {
  .team-config-stripe-overlay__inner {
    padding: 12px 12px 14px;
  }
  .team-config-stripe-overlay__inner h3 {
    font-size: 17px;
  }
  .team-config-stripe-overlay__inner p,
  .team-config-stripe-overlay__inner ul {
    font-size: 13px;
  }
}
.team-config-stripe-overlay__video {
  width: 100%;
  border-radius: 6px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000;
}
.team-config-stripe-overlay__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.team-config-stripe-overlay__actions .primary-button,
.team-config-stripe-overlay__actions .secondary-button {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .team-config-stripe-overlay__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .team-config-stripe-overlay__actions .primary-button,
  .team-config-stripe-overlay__actions .secondary-button {
    width: 100%;
    text-align: center;
  }
}

/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/jost-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/jost-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/jost-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/jost-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, html {
  padding: 0;
  margin: 0;
  color: #fff;
}
body::before, html::before {
  /* softer global background gradient */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 10% 0%, rgba(223, 32, 63, 0.33) 0, transparent 55%), radial-gradient(circle at 90% 100%, rgba(33, 16, 181, 0.33) 0, transparent 55%), linear-gradient(180deg, #0D0B0F 0%, #1E1923 100%);
}
body::after, html::after {
  /* very subtle grid overlay */
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.7;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.6px;
}

.primary-button {
  background: #fff;
  padding: 10px 29px;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.5s;
}
.primary-button:hover {
  background-color: #000;
  color: #fff;
}

.subpage {
  width: 1200px;
  max-width: 90%;
  background: #fff;
  color: #000;
  margin: auto;
  border-radius: 6px;
  padding: 40px;
  border-bottom: 42px solid #2b2b2b;
}
.subpage * {
  letter-spacing: 0;
  line-height: 167%;
}
.subpage h1 {
  font-size: 41px;
}
.subpage h3 {
  font-size: 20px;
  margin: 10px 0;
}
.subpage h2 {
  text-align: left;
  font-size: 24px;
  margin: 0;
  margin-top: 50px;
}

.role {
  padding: 0 12px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  width: 7vw;
  align-items: center;
  height: 1.8vw;
  display: inline-block;
  overflow: hidden;
  font-weight: 500;
  vertical-align: bottom;
  border-radius: 4px;
  margin-left: 5px;
}

.role * {
  transition: transform 0.5s;
  animation: slide 7s infinite;
  display: block;
  text-align: center;
}

@keyframes slide {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-200%);
  }
  75% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(0%);
  }
}
.primary-header-button {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  padding: 0.8vw 4vw;
  color: #fff;
  margin-top: 1vw;
  font-weight: 500;
  font-size: 0.8vw;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  text-decoration: none;
}
.primary-header-button:hover {
  transform: translateY(-3px);
}

.page-wrapper {
  padding: 65px 6vw;
  color: #fff;
}

.scenario {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.scenario:after {
  background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.68) 45%, #2110b5 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.scenario .scenario-meta {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 65px 6vw;
  z-index: 3;
  display: flex;
}
.scenario .scenario-meta .meta {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  flex-direction: column;
}
.scenario .scenario-meta .primary-button {
  background: #fff;
  display: flex;
  padding: 11px 50px;
  align-items: center;
  color: #000;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  justify-content: center;
}
.scenario .scenario-meta .primary-button:hover {
  background-color: #000;
  color: #fff;
}
.scenario .scenario-meta .secondary-button {
  border: 1px solid #fff;
  padding: 11px 50px;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}
.scenario .scenario-meta .secondary-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.scenario .scenario-meta .buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.scenario .scenario-meta .szenario-info {
  width: 32vw;
  font-size: 0.9vw;
  font-weight: 300;
  line-height: 1.6vw;
}
.scenario .scenario-meta .meta-list {
  display: flex;
  list-style: none;
  margin: 40px 0px;
  font-weight: 500;
  gap: 5px;
  font-size: 1vw;
  padding: 0;
}
.scenario .scenario-meta .meta-list li {
  border-radius: 50px;
  padding: 6px 16px;
}
.scenario .scenario-meta .meta-list li.playtime {
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.scenario .scenario-meta .scenario-logo {
  width: 20vw;
}
.scenario video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .scenario video {
    display: none;
  }
}
.scenario .video-play {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scenario .video-play:after {
  content: "Trailer ansehen";
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  color: white;
  margin-top: 187px;
}
.scenario .play-button {
  display: block;
  height: 220px;
  width: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/play-icon.png);
}
@media (max-width: 1100px) {
  .scenario {
    height: auto;
    background-image: linear-gradient(-52deg, rgba(223, 32, 63, 0.68) 45%, #2110b5 100%);
  }
  .scenario .scenario-meta {
    flex-wrap: wrap;
    justify-content: center;
    position: static;
    padding: 0;
  }
  .scenario .scenario-meta .primary-button, .scenario .scenario-meta .secondary-button {
    font-size: 16px;
  }
  .scenario .scenario-meta .play-button {
    height: 110px;
    width: 110px;
  }
  .scenario .scenario-meta .video-play:after {
    margin-top: 97px;
  }
  .scenario .scenario-meta .szenario-info {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
  }
  .scenario .scenario-meta .meta {
    text-align: center;
    align-items: center;
  }
  .scenario .scenario-meta .meta-list {
    font-size: 15px;
  }
  .scenario .scenario-meta .scenario-logo {
    width: 210px;
  }
  .scenario video {
    display: none;
  }
  .scenario:after {
    display: none;
  }
}
@media (max-width: 500px) {
  .scenario .scenario-meta .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .scenario .scenario-meta .video-play {
    margin-top: 36px;
  }
  .scenario .scenario-meta .primary-button, .scenario .scenario-meta .secondary-button {
    width: 100%;
  }
}

.scenario .scenario-box {
  width: 1120px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 0 44px 1px rgba(0, 0, 0, 0.34);
  height: 590px;
  background-size: cover;
  background-position: center;
}

.page-header {
  padding: 65px 6vw;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background-size: cover;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mobile-nav-trigger {
  font-size: 31px;
  margin-left: 19px;
  display: none;
}

.mobile-nav {
  position: fixed;
  background: #fff;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 222;
  color: #000;
  display: none;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 20px;
  list-style: none;
  font-size: 6vw;
  gap: 30px;
  overflow-y: auto;
}
.mobile-nav .games-dropdown {
  transition: 0.5s;
  padding: 17px;
  cursor: default;
}
.mobile-nav .games-dropdown a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.168627451);
}
.mobile-nav .games-dropdown a:last-child {
  border: none;
}
.mobile-nav .games-dropdown a .genre {
  display: block;
  font-size: 24px;
  text-align: left;
}
.mobile-nav .games-dropdown a img {
  width: 50px;
  border-radius: 5px;
}
.mobile-nav .foot-logo {
  margin-top: auto;
}
.mobile-nav .foot-logo img {
  width: 22px;
}

.close-mobile-nav {
  display: inline-block;
  margin: 50px 0;
}

.figures {
  position: absolute;
  top: 170px;
  right: 30px;
  z-index: 4;
  width: 40vw;
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 1100px) {
  .figures {
    display: none;
  }
}

.page-header h1 {
  font-weight: 900;
  color: #fff;
  font-size: 3.5vw;
  margin-bottom: 0;
  margin-top: -20px;
}

.page-header h1 .highlight {
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77);
}

.page-header p {
  font-size: 0.9vw;
  color: #fff;
  width: 33vw;
  line-height: 1.8vw;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .page-header {
    text-align: center;
  }
  .page-header p {
    font-size: 17px;
    width: 100%;
    margin-bottom: 40px;
  }
  .page-header .role {
    height: 25px;
    width: 135px;
  }
  .page-header p:not(.head-pre) {
    max-width: 640px;
    line-height: 153%;
    margin: 10px auto;
  }
  .page-header h1 {
    font-size: 56px;
  }
  .page-header .mobile-nav {
    display: flex;
  }
  .page-header .mobile-nav.active {
    left: 0;
  }
  .page-header .mobile-nav-trigger {
    display: inline-block;
  }
  .page-header .topnav li:not(.logo-nav-item) {
    display: none;
  }
  .page-header .topnav .login-button {
    display: none;
  }
  .page-header .primary-header-button {
    font-size: 26px;
    margin-top: 30px;
  }
  .page-header .first-game {
    right: 50%;
    width: 520px;
    margin-right: -260px;
    bottom: 0px;
  }
}
@media (max-width: 828px) {
  .page-header {
    height: auto;
    gap: 130px;
    position: relative;
  }
  .page-header h1 {
    font-size: 7vw;
  }
  .page-header .role {
    height: 31px;
    width: 165px;
  }
  .page-header .head-pre {
    display: none;
  }
  .page-header p:not(.head-pre) {
    font-size: 20px;
    line-height: 193%;
  }
  .page-header .first-game {
    left: 5px;
    width: auto;
    right: 5px;
    bottom: 30px;
    margin: 0;
  }
  .page-header .primary-header-button {
    font-size: 20px;
    margin-top: 60px;
    width: 260px;
    padding: 15px;
  }
  .page-header .head-pre {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .page-header p:not(.head-pre) {
    font-size: 16px;
    line-height: 210%;
  }
  .page-header .role {
    margin-top: 10px;
  }
}

.head-pre {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 7.5px;
}

.page-header .logo {
  width: 211px;
  margin: 0 40px;
}

.page-header .topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header .topnav .fa-caret-down {
  font-size: 12px;
}
.page-header .topnav .with-dropdown:hover .games-dropdown {
  opacity: 1;
  pointer-events: all;
}
.page-header .topnav .games-dropdown {
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.79);
  padding: 17px;
  border-radius: 5px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
}
.page-header .topnav .games-dropdown a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.168627451);
}
.page-header .topnav .games-dropdown a:last-child {
  border: none;
}
.page-header .topnav .games-dropdown a .genre {
  display: block;
  font-size: 14px;
}
.page-header .topnav .games-dropdown a img {
  width: 50px;
  border-radius: 5px;
}
.page-header .topnav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 12px 30px;
  background-color: rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.page-header .topnav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: auto;
  padding: 0;
  align-items: center;
}

.page-header .topnav ul a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.78);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-header .topnav ul a:hover {
  background-color: #fff;
}
.page-header .topnav ul .active a {
  background-color: #fff;
}

.centered-step {
  display: flex;
  justify-content: center;
  text-align: center;
}
.centered-step .step-indicator {
  margin: auto;
}

.trailer-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.831372549);
  z-index: 99;
  display: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.trailer-popup .trailer-wrapper {
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.trailer-popup .load-trailer {
  background: #fff;
  color: #000;
  padding: 14px 50px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 16px;
}
.trailer-popup .inner {
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 5vw;
}
.trailer-popup .inner iframe, .trailer-popup .inner object, .trailer-popup .inner embed {
  width: 900px;
  height: 500px;
  max-width: 100%;
}

.first-game {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  right: 9vw;
  z-index: 99;
  color: rgba(255, 255, 255, 0.79);
  bottom: 10px;
  padding: 17px;
  border-radius: 5px;
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
}

.explain-section {
  padding: 80px 0;
  background-image: linear-gradient(180deg, #0D0B0F 0%, #1E1923 100%);
}
.explain-section img {
  max-width: 100%;
}

.divider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 90px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}
.divider .half {
  width: 50%;
  max-width: 680px;
}
.divider .half.align-half {
  display: flex;
}
.divider .half.align-middle {
  align-items: center;
  justify-content: center;
}
@media (max-width: 828px) {
  .divider .half {
    width: 100%;
  }
}

h2 {
  font-size: 2.4vw;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
@media (max-width: 828px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 27px;
  margin-bottom: 0px;
}

.step-description {
  margin: 6px auto;
  font-weight: 100;
  line-height: 173%;
  font-size: 16px;
  width: 90%;
  max-width: 490px;
}

.meeting-logos {
  width: 340px;
  margin-top: 20px;
}

.step-indicator {
  background-image: url(/assets/img/step-shape1.svg);
  background-repeat: no-repeat;
  width: 117px;
  height: 117px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
  font-weight: bold;
  background-size: contain;
}
.step-indicator.shape-2 {
  background-image: url(/assets/img/step-shape2.svg);
}

.explain-section {
  color: #fff;
}
.explain-section .explain-wrapper {
  width: 1530px;
  margin: auto;
  max-width: 100%;
}

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

.main-footer {
  padding: 47px 0 20px;
  position: relative;
}
@media (max-width: 800px) {
  .main-footer.promo-window-visible {
    padding-bottom: 190px;
  }
}
.main-footer:before {
  background: url(/assets/img/icon-white.svg);
  content: "";
  position: absolute;
  height: 64px;
  margin-left: -15px;
  top: -32px;
  left: 50%;
  width: 30px;
  background-size: 100%;
}
.main-footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  color: #fff;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  flex-wrap: wrap;
}
.main-footer ul a {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-footer ul a:hover {
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77);
}
.main-footer .social-footer {
  font-size: 22px;
  margin-top: 15px;
}

.subpage-header {
  height: 220px;
}

.brimstone-theme {
  background: transparent !important;
}

.brimstone-theme-gradient {
  background-image: linear-gradient(0deg, rgba(20, 46, 108, 0) 0%, #08132e 43%, #ff004c 91%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1720px;
  z-index: -1;
  overflow: hidden;
}
.brimstone-theme-gradient video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.05;
}

.sherlock-theme-gradient {
  background-image: linear-gradient(0deg, rgba(20, 46, 108, 0) 0%, #08132e 43%, #bb5900 91%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1720px;
  z-index: -1;
  overflow: hidden;
}
.sherlock-theme-gradient video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.05;
}

.nightjump-theme-gradient {
  background-image: linear-gradient(0deg, rgba(20, 46, 108, 0) 0%, #08132e 43%, #171b24 91%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1720px;
  z-index: -1;
  overflow: hidden;
}
.nightjump-theme-gradient video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.05;
}

.halloween-theme-gradient {
  background-image: linear-gradient(0deg, rgba(30, 52, 103, 0) 0%, #08132e 43%, #145262 91%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1720px;
  z-index: -1;
  overflow: hidden;
}
.halloween-theme-gradient video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.05;
}

.play-trailer {
  background: #fff;
  color: #0c122d;
  padding: 12px 32px;
  border-radius: 4px;
  margin-top: 16px;
  display: inline-block;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  transition: 0.5s;
}
.play-trailer:hover {
  color: #DC0041;
}

.game-header {
  text-align: center;
}

.description p {
  line-height: 180%;
}

.button-shiny {
  position: relative;
  overflow: hidden;
}
.button-shiny::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  transform: skewX(-45deg);
  background: linear-gradient(to right, white, white 40px, transparent 40px);
  transform-origin: left bottom;
  animation: shine 7s ease-in infinite;
}
.button-shiny:hover:before {
  animation: shine 7s ease-in infinite;
}

@keyframes shine {
  0% {
    transform: skewX(-45deg) translateX(-100%);
  }
  20% {
    transform: skewX(-45deg) translateX(100%);
  }
  100% {
    transform: skewX(-45deg) translateX(100%);
  }
}
.new-label {
  display: block;
  text-transform: uppercase;
  width: 83px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  margin: auto;
  font-size: 19px;
  padding: 2px;
}

.ratings {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  margin-top: 16px;
  max-height: 1270px;
}
.ratings .meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.ratings .meta .highlight, .ratings .meta .difficulty {
  background: rgba(255, 255, 255, 0.1294117647);
  padding: 0 6px;
  border-radius: 3px;
}
.ratings .meta .highlight.easy, .ratings .meta .difficulty.easy {
  background: #1e7e5e;
}
.ratings .meta .highlight.normal, .ratings .meta .difficulty.normal {
  background: #b35031;
}
.ratings .meta .highlight.hard, .ratings .meta .difficulty.hard {
  background: #b63131;
}
@media (max-width: 700px) {
  .ratings .meta .date {
    position: absolute;
    top: 32px;
    right: 34px;
  }
}
.ratings .meta .right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 700px) {
  .ratings .meta .right {
    font-size: 13px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.rating-display {
  position: relative;
  margin: 20px auto;
  width: 158px;
  cursor: pointer;
}

.rating, .base-rating {
  font-size: 24px;
  color: #fff;
  display: flex;
  gap: 4px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.base-rating {
  position: absolute;
}

.rating {
  background-color: #fff;
}

.star-rating {
  width: 113px;
  position: relative;
}

.op-comment img {
  width: 30px;
  border-radius: 52px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
}
.op-comment .op-head {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.0588235294);
}
.op-comment .op-answer {
  margin-top: 6px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 11px 16px;
  margin-left: 39px;
  display: inline-block;
  border-radius: 4px;
}

.rating-row {
  background: rgba(255, 255, 255, 0.1098039216);
  border-radius: 7px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 29px;
  text-align: left;
  margin-bottom: 20px;
}
.rating-row .tester-label {
  position: absolute;
  top: 0;
  padding: 3px 13px;
  border-radius: 0 0 3px 3px;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  right: 30px;
  background: rgba(0, 0, 0, 0.2588235294);
  color: rgba(255, 255, 255, 0.4117647059);
}
.rating-row .base-rating {
  position: absolute;
  top: 0;
  z-index: -2;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.368627451);
  background-image: none;
}
.rating-row .rating {
  width: 100%;
  font-size: 17px;
  margin: 4px 0 11px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #604eff 100%);
}
.rating-row .rating-text {
  font-size: 13px;
  font-weight: 100;
}

.game-detail-wrapper {
  position: relative;
}
.game-detail-wrapper .faq-list {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.game-detail-wrapper h2 {
  width: 710px;
  max-width: 100%;
  text-align: left;
  font-size: 38px;
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 828px) {
  .game-detail-wrapper h2 {
    font-size: 28px;
  }
}

.star::before {
  content: "\f005";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 40px;
  justify-content: space-between;
  margin-top: 60px;
}
.feature-list .icon {
  font-size: 41px;
  margin-bottom: 9px;
}
.feature-list p {
  font-size: 13px;
  font-weight: 100;
}
.feature-list li {
  width: 302px;
  text-align: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1098039216);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media (max-width: 828px) {
  .feature-list {
    justify-content: center;
  }
}

.game-meta {
  background: #fff;
  display: inline-block;
  color: #000;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  border-radius: 7px;
  width: 100%;
  margin-top: 44px;
  margin-bottom: 40px;
  top: -1px;
  transition: 0.5s;
  font-size: 19px;
}
.game-meta .game-text {
  display: none;
}
.game-meta .price {
  font-size: 26px;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.game-meta .buy-game {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  display: block;
  padding: 13px 62px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 16px;
  transition: 0.5s;
}
.game-meta .buy-game:hover {
  opacity: 0.9;
}
.game-meta ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 30px;
  align-items: center;
}
.game-meta ul li {
  text-align: center;
}
.game-meta ul li .label {
  font-weight: 300;
  font-size: 16px;
  color: #51525b;
}
@media (max-width: 990px) {
  .game-meta ul {
    flex-direction: column;
    gap: 30px;
  }
  .game-meta ul .button-col {
    order: -1;
  }
}
@media (min-width: 1100px) {
  .game-meta {
    position: sticky;
  }
  .game-meta.is-pinned {
    background-color: rgba(0, 0, 0, 0.46);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.23);
  }
  .game-meta.is-pinned .game-text {
    display: block;
  }
  .game-meta.is-pinned .label {
    color: rgba(255, 255, 255, 0.64);
  }
  .game-meta.is-pinned .price-text {
    display: none;
  }
}

.poster-illustration {
  opacity: 0.5;
  position: absolute;
  right: 0;
  z-index: -1;
  margin-right: 3%;
}
@media (max-width: 1100px) {
  .poster-illustration {
    display: none;
  }
}

.fingerprints-illustration {
  opacity: 0.5;
  position: absolute;
  right: 0;
  z-index: -1;
  margin-right: 0;
}
@media (max-width: 1100px) {
  .fingerprints-illustration {
    display: none;
  }
}

.dude-illustration {
  opacity: 0.5;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1100px) {
  .dude-illustration {
    display: none;
  }
}

.chip-illustration {
  animation: float 2s ease-in-out infinite;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .chip-illustration {
    display: none;
  }
}

.teaser-videos {
  display: flex;
  gap: 10px;
  margin-bottom: 110px;
  flex-wrap: wrap;
}

.teaser-video {
  width: 290px;
  margin-bottom: 37px;
  border-radius: 6px;
  height: 162px;
  background: #272628;
  text-align: center;
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.5s;
  cursor: pointer;
  background-position: -1px;
  background-size: 101% 102%;
}
.teaser-video:hover {
  border-color: #fff;
  background-size: 121% 122%;
  background-position: center;
}
.teaser-video i {
  font-size: 37px;
}
.teaser-video span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
}

.game-meta-wrapper {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

.game-detail h1 {
  font-size: 70px;
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
}
.game-detail .game-cover {
  margin: auto;
  margin-top: 29px;
  width: 218px;
  display: block;
  box-shadow: -4px -17px 24px 0 rgba(0, 0, 0, 0.24);
  border-radius: 15px;
}
@media (max-width: 828px) {
  .game-detail .game-cover {
    width: 190px;
  }
  .game-detail h1 {
    font-size: 40px;
  }
}

.tickets {
  display: flex;
  justify-content: left;
  gap: 16px;
  flex-wrap: wrap;
}

.ticket {
  width: 400px;
  height: 775px;
  background-color: white;
  position: relative;
  color: #000;
  height: auto;
}
.ticket img {
  max-width: 100%;
  height: auto;
}
.ticket .holes-top {
  height: 50px;
  width: 50px;
  background-color: #0d0b0f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
}
.ticket .holes-top:before, .ticket .holes-top:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: #0d0b0f;
  position: absolute;
  border-radius: 50%;
}
.ticket .holes-top:before {
  left: -200px;
}
.ticket .holes-top:after {
  left: 200px;
}
.ticket .holes-lower {
  position: relative;
  margin: 25px;
  border: 1px dashed #aaa;
}
.ticket .holes-lower:before, .ticket .holes-lower:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: #0d0b0f;
  position: absolute;
  border-radius: 50%;
}
.ticket .holes-lower:before {
  top: -25px;
  left: -50px;
}
.ticket .holes-lower:after {
  top: -25px;
  left: 350px;
}
.ticket .title {
  padding: 50px 25px 10px;
}
.ticket .cinema {
  color: #aaa;
  font-size: 22px;
}
.ticket .btn-primary {
  width: 100%;
  border-radius: 0;
  background: #df1f3f;
  display: block;
  padding: 17px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
  transition: 0.5s;
  text-align: center;
}
.ticket .btn-primary:hover {
  opacity: 0.9;
}
.ticket .movie-title {
  margin: 11px;
  font-size: 30px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #ffa63d, #ff3d77);
}
.ticket .info {
  padding: 15px 25px 0px;
}
.ticket table {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}
.ticket table tr {
  margin-bottom: 10px;
}
.ticket table th {
  text-align: left;
}
.ticket table th:nth-of-type(1) {
  width: 38%;
}
.ticket table th:nth-of-type(2) {
  width: 40%;
}
.ticket table th:nth-of-type(3) {
  width: 15%;
}
.ticket table td {
  width: 33%;
  font-size: 17px;
}
.ticket .bigger {
  font-size: 48px;
}
.ticket .serial {
  padding: 25px;
}
.ticket .serial table {
  border-collapse: collapse;
  margin: 0 auto;
}
.ticket .serial td {
  width: 3px;
  height: 50px;
}
.ticket .numbers td {
  font-size: 16px;
  text-align: center;
}

.payment-success {
  text-align: center;
}
.payment-success h1 {
  width: 400px;
  margin: 20px auto 70px;
}
.payment-success .ticket {
  margin: auto;
  margin-bottom: 90px;
  text-align: left;
}
.payment-success .badge {
  background: #d7d7d7;
  color: #fff;
  padding: 6px 11px;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
}

.icon-holder {
  background: rgba(255, 255, 255, 0.0901960784);
  width: 70px;
  text-align: center;
  height: 70px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
}

.fireworks {
  position: absolute;
  height: 10px;
  width: 10px;
  animation: 5s position ease-out infinite;
}

.firework {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  offset-distance: 0;
  z-index: -1;
}
.firework:nth-of-type(0) {
  offset-path: path("M 0, 0 q 0, -40, 184, 203 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(1) {
  offset-path: path("M 0, 0 q 0, -41, -226, 177 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(2) {
  offset-path: path("M 0, 0 q 0, -15, 35, -267 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(3) {
  offset-path: path("M 0, 0 q 0, -18, -262, 140 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(4) {
  offset-path: path("M 0, 0 q 0, -33, 228, 65 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(5) {
  offset-path: path("M 0, 0 q 0, -21, 20, -296 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(6) {
  offset-path: path("M 0, 0 q 0, -46, 61, -226 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(7) {
  offset-path: path("M 0, 0 q 0, -32, 14, 112 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(8) {
  offset-path: path("M 0, 0 q 0, -12, -117, -221 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(9) {
  offset-path: path("M 0, 0 q 0, -18, -52, 65 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(10) {
  offset-path: path("M 0, 0 q 0, -18, -184, 77 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(11) {
  offset-path: path("M 0, 0 q 0, -47, -141, 262 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(12) {
  offset-path: path("M 0, 0 q 0, -1, 11, -213 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(13) {
  offset-path: path("M 0, 0 q 0, -19, -153, 299 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(14) {
  offset-path: path("M 0, 0 q 0, -32, -255, -251 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(15) {
  offset-path: path("M 0, 0 q 0, -3, -244, 225 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(16) {
  offset-path: path("M 0, 0 q 0, -19, -253, 121 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(17) {
  offset-path: path("M 0, 0 q 0, -42, -27, 243 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(18) {
  offset-path: path("M 0, 0 q 0, -20, 29, -9 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(19) {
  offset-path: path("M 0, 0 q 0, -33, -3, 68 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(20) {
  offset-path: path("M 0, 0 q 0, -47, 132, 15 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(21) {
  offset-path: path("M 0, 0 q 0, -47, 71, -148 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(22) {
  offset-path: path("M 0, 0 q 0, -17, -137, 16 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(23) {
  offset-path: path("M 0, 0 q 0, -15, -208, -88 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(24) {
  offset-path: path("M 0, 0 q 0, -22, 292, -192 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(25) {
  offset-path: path("M 0, 0 q 0, -47, 104, -170 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(26) {
  offset-path: path("M 0, 0 q 0, -39, 267, -233 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(27) {
  offset-path: path("M 0, 0 q 0, -17, 88, 215 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(28) {
  offset-path: path("M 0, 0 q 0, -42, -195, 1 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(29) {
  offset-path: path("M 0, 0 q 0, -5, -271, -24 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(30) {
  offset-path: path("M 0, 0 q 0, -6, 127, -97 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(31) {
  offset-path: path("M 0, 0 q 0, -40, 168, -91 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(32) {
  offset-path: path("M 0, 0 q 0, -13, 34, -225 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(33) {
  offset-path: path("M 0, 0 q 0, -10, -283, 178 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(34) {
  offset-path: path("M 0, 0 q 0, -38, 137, -113 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(35) {
  offset-path: path("M 0, 0 q 0, -30, 235, 75 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(36) {
  offset-path: path("M 0, 0 q 0, -30, 84, 219 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(37) {
  offset-path: path("M 0, 0 q 0, -10, -60, 240 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(38) {
  offset-path: path("M 0, 0 q 0, -30, -80, -267 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(39) {
  offset-path: path("M 0, 0 q 0, -44, 247, 72 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(40) {
  offset-path: path("M 0, 0 q 0, -21, -241, -299 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(41) {
  offset-path: path("M 0, 0 q 0, -15, 57, 207 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(42) {
  offset-path: path("M 0, 0 q 0, -31, 207, -208 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}
.firework:nth-of-type(43) {
  offset-path: path("M 0, 0 q 0, -41, 298, 206 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(44) {
  offset-path: path("M 0, 0 q 0, -17, -66, -29 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(45) {
  offset-path: path("M 0, 0 q 0, -18, -230, -197 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(107, 255, 199.352);
}
.firework:nth-of-type(46) {
  offset-path: path("M 0, 0 q 0, -40, 7, -213 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(47) {
  offset-path: path("M 0, 0 q 0, -9, -73, -144 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(48) {
  offset-path: path("M 0, 0 q 0, -28, -263, 121 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(49) {
  offset-path: path("M 0, 0 q 0, -44, 13, 118 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(236.2047244094, 119.7952755906, 139.1968503937);
}
.firework:nth-of-type(50) {
  offset-path: path("M 0, 0 q 0, -27, -53, 105 ");
  animation: 1s scatter ease-out infinite;
  background: rgb(102.6, 225, 254.4);
}

@keyframes scatter {
  0% {
    offset-distance: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    transform: translate(10vw, 40vh);
  }
  20%, 39.9% {
    transform: translate(40vw, 30vh);
  }
  40%, 59.9% {
    transform: translate(20vw, 90vh);
  }
  60%, 79.9% {
    transform: translate(30vw, 20vh);
  }
  80%, 99.9% {
    transform: translate(80vw, 50vh);
  }
}
.faq-list {
  list-style: none;
  padding: 0;
  max-width: 910px;
  margin: auto;
}

.faq {
  margin-bottom: 20px;
  border-radius: 5px;
}
.faq .fas {
  margin-right: 7px;
}

.faq .question {
  cursor: pointer;
  padding: 10px;
  background: rgba(242, 242, 242, 0.1490196078);
  transition: 0.5s;
  border-radius: 50px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.0196078431) 100%);
}
.faq .question:hover {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}

.faq .answer {
  display: none;
  padding: 10px;
}

.features-section {
  background-image: linear-gradient(118deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}
.features-section .feature-list {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}

.about-h3 {
  font-size: 1.7vw;
}

.about-p {
  width: 30vw;
  font-size: 0.8vw;
  line-height: 210%;
  color: rgba(255, 255, 255, 0.8588235294);
  font-weight: 300;
}
.about-p a {
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  background: rgba(0, 0, 0, 0.77);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.cookie-popup {
  width: 800px;
  z-index: 999999;
  background: #fff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  margin-top: -209px;
  left: 50%;
  margin-left: -400px;
  padding: 30px;
}
.cookie-popup .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 7px;
}
.cookie-popup .buttons .set-cookies {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 23px;
  border-radius: 3px;
  margin-right: 10px;
}
.cookie-popup .buttons .set-all-cookies {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 56px;
  border-radius: 3px;
  transition: 0.5s;
}
.cookie-popup .buttons .set-all-cookies:hover {
  background-image: linear-gradient(-52deg, rgb(236, 59, 88) 10%, #4737d4 100%);
}
.cookie-popup .options {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
  flex-wrap: wrap;
}
.cookie-popup .options .option {
  position: relative;
}
.cookie-popup .options .option .disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cookie-popup .option {
  position: relative;
  color: #000;
}
@media (max-width: 870px) {
  .cookie-popup {
    width: auto;
    left: 20px;
    margin-left: auto;
    right: 20px;
    margin-top: 0;
    top: 20px;
    position: absolute;
  }
  .cookie-popup .explain-notice {
    font-size: 12px;
  }
  .cookie-popup .options {
    margin-top: 28px;
  }
  .cookie-popup .head {
    margin-top: -9px;
    padding-bottom: 15px;
  }
  .cookie-popup .set-cookies, .cookie-popup .set-all-cookies {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .cookie-popup .buttons {
    margin-top: 10px !important;
  }
  .cookie-popup .option {
    width: 100%;
    margin-bottom: 10px;
  }
}

.head {
  font-size: 25px;
  color: #05164D;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
}

.explain-notice {
  font-size: 14px;
  line-height: 166%;
  margin-top: 26px;
  color: #171b33;
}

.ody-checkbox-el {
  width: 30px;
  height: 30px;
  padding-top: 8px;
}

.imprint-link {
  margin-right: auto;
  margin-top: 16px;
  color: #636b82;
}

a {
  text-decoration: none;
}

.ody-checkbox {
  display: none;
}

.ody-checkbox-label img {
  width: 15px;
  vertical-align: middle;
  margin-right: 3px;
}

.ody-checkbox-el {
  display: inline-block;
  border: 1px solid #bbc1d5;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
}
.ody-checkbox-el:hover {
  border-color: #000;
}
.ody-checkbox-el i {
  color: #000 !important;
  margin: 0 !important;
}

.ody-checkbox:checked + label .ody-checkbox-el {
  font-size: 10px;
}

.workstage {
  position: absolute;
  right: -180px;
  top: 0px;
  width: 60vw;
  opacity: 0.5;
}
@media (max-width: 1097px) {
  .workstage {
    position: static;
    width: 100%;
    margin-top: -230px;
  }
}

.inline-image {
  float: left;
  width: 20vw;
}

.with-image {
  width: 40vw;
}

.about-page {
  overflow-x: hidden;
}

@media (max-width: 1097px) {
  .about-p {
    font-size: 15px;
    width: 80%;
  }
  .about-h3 {
    font-size: 30px;
  }
  .with-image {
    width: 100%;
  }
  .inline-image {
    width: 290px;
  }
  .about-page .page-wrapper {
    padding: 0 6vw 10px;
    color: #fff;
  }
}
@media (max-width: 548px) {
  .about-p {
    font-size: 15px;
    width: 100%;
  }
  .about-h3 {
    font-size: 30px;
  }
  .with-image {
    width: 100%;
  }
  .inline-image {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.screens-slider img {
  width: 100%;
  margin-top: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 78px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}

.slider-nav img {
  width: 92%;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4784313725);
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f0a8";
}

[dir=rtl] .slick-prev:before {
  content: "\f0a9";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f0a9";
}

[dir=rtl] .slick-next:before {
  content: "\f0a8";
}

.compare {
  width: 100%;
  position: relative;
  margin: 57px 0 90px;
  min-width: 790px;
}
.compare i {
  font-size: 26px;
}
.compare .fill {
  position: relative;
}
.compare tr td, .compare tr th {
  transition: 0.5s;
}
.compare tr:hover td, .compare tr:hover th {
  background: rgba(255, 255, 255, 0.1098039216);
}
.compare .filler {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 13px;
  height: 547px;
}
.compare td {
  text-align: center;
}
.compare th {
  padding-block-start: 25px;
  padding-block-end: 25px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 11px;
  flex-direction: column;
}

.player-count {
  width: 130px;
  text-align: center;
  padding: 7px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
}

@media (max-width: 900px) {
  .table-wrapper {
    width: 100%;
    overflow: scroll;
  }
}
.slider {
  width: 300px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #272628;
  color: #fff;
  border-radius: 30px;
  height: 20px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  overflow: visible;
  cursor: pointer;
}

.price {
  margin-top: 20px;
}

.support-mails {
  max-width: 100%;
  width: 730px;
  margin: auto;
  text-align: center;
}

.email {
  width: 260px;
  text-align: center;
  display: block;
  padding: 17px;
  border-radius: 4px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 8px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}

.info-box {
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 28px;
  border-radius: 2px;
  max-width: 740px;
  margin: auto;
  display: flex;
  gap: 11px;
}
.info-box i {
  font-size: 30px;
  margin-top: 9px;
  float: left;
}
@media (max-width: 850px) {
  .info-box {
    line-height: 160%;
  }
  .info-box i {
    float: none;
    display: block;
    margin-bottom: 18px;
  }
}

#loader-el {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.61);
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.promo-action {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.768627451);
  width: 380px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  padding: 10px 30px;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 10px 2px 24px 0 rgba(0, 0, 0, 0.5);
  max-width: 88vw;
}
.promo-action .promo-action-button {
  display: block;
  padding: 14px;
  margin-top: 10px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-radius: 4px;
}
.promo-action .code {
  padding: 10px;
  border: 3px dashed #fff;
}
.promo-action .close-promo {
  position: absolute;
  right: 17px;
  top: 11px;
}
.promo-action .discount {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  position: absolute;
  align-items: center;
  top: -32px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .promo-action p {
    display: none;
  }
  .promo-action h3 {
    font-size: 22px;
  }
  .promo-action .code {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 3px dashed #fff;
  }
}

.gift-info {
  margin: auto;
  width: 580px;
  text-align: center;
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 20px;
  margin-top: 30px;
  line-height: 28px;
  margin-bottom: 70px;
  padding-top: 43px;
  border-radius: 5px;
  position: relative;
}
.gift-info .gift-icon {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  position: absolute;
  align-items: center;
  top: -32px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
}

.personalized-fields {
  width: 500px;
  margin: 30px auto;
}
.personalized-fields input {
  background: #ffffff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 19px;
  border-radius: 6px;
}
.personalized-fields label {
  margin-bottom: 10px;
  display: block;
}
.personalized-fields .button {
  text-decoration: none;
  display: block;
  padding: 14px;
  margin-top: 10px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  border-radius: 4px;
  text-align: center;
}

.download-gift {
  filter: blur(18px);
}
.download-gift.data-set {
  filter: none;
}

.alderbrook-login {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.alderbrook-login svg {
  height: 210px;
}
.alderbrook-login .error {
  background: #cd3939;
  border-radius: 2px;
  padding: 9px;
}
.alderbrook-login label {
  display: block;
}
.alderbrook-login form {
  background: rgba(255, 255, 255, 0.0705882353);
  padding: 14px;
  border-radius: 3px;
  text-align: center;
  max-width: 490px;
  margin: 28px auto;
}
.alderbrook-login input[type=text] {
  padding: 10px;
  width: 100%;
  margin: 9px 0;
  text-align: center;
}
.alderbrook-login input[type=submit] {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: none;
  cursor: pointer;
}
.alderbrook-login .legal-row {
  display: flex;
  list-style: none;
  gap: 17px;
  color: rgba(255, 255, 255, 0.3803921569);
  padding: 0;
}

.gift-step {
  margin-top: 90px;
}

.gift-teaser {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  padding: 20px 30px;
  border-radius: 9px;
  margin-top: 70px;
}
.gift-teaser h2 {
  margin: 0;
}
.gift-teaser .button {
  display: inline-block;
  background: #fff;
  padding: 12px 32px;
  color: #000;
  border-radius: 4px;
}

.load-more {
  width: 200px;
  display: block;
  margin: auto;
  background: #272628;
  text-align: center;
  padding: 9px;
  border-radius: 4px;
}

.stream-dummy {
  max-width: 100%;
  width: 950px;
  margin: auto;
  margin-top: -150px;
  position: relative;
}
.stream-dummy .stream {
  background: #333038;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.stream-dummy .stream video {
  width: 100%;
}
.stream-dummy .stream-meta {
  display: flex;
  background: rgba(36, 32, 44, 0.7490196078);
  padding: 12px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.stream-dummy .stream-meta .profile-picture {
  background: rgba(255, 255, 255, 0.1411764706);
  width: 40px;
  height: 40px;
  border-radius: 44px;
}
.stream-dummy .stream-meta .profile-picture img {
  width: 100%;
  border-radius: 44px;
}
.stream-dummy .stream-meta .name-line {
  display: flex;
  gap: 19px;
  height: 63px;
  justify-content: center;
}
.stream-dummy .stream-meta .live {
  position: absolute;
  background: #e91916;
  padding: 1px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  bottom: 10px;
  left: 18px;
  display: inline-block;
  animation: glowing 1250ms infinite;
  animation-direction: alternate;
}
.stream-dummy .stream-meta .viewer {
  margin-left: auto;
  padding-top: 19px;
  color: #ff8280;
}
.stream-dummy .stream-meta .stream-category {
  color: #bf94ff;
  font-size: 14px;
}

.centered-features {
  justify-content: center;
}

.streamer-program {
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
}
.streamer-program .compare {
  max-width: 520px;
  margin: 40px auto;
  min-width: auto;
}
.streamer-program .compare td {
  padding: 21px;
}
.streamer-program .compare th {
  background-color: rgba(255, 255, 255, 0.1098039216);
}
@media (max-width: 1097px) {
  .streamer-program {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.streamer-notice {
  margin-bottom: 59px;
}

.pag {
  width: 50px;
  vertical-align: text-top;
}

.twitch-cats {
  width: 720px;
  margin: 70px auto;
  display: block;
  max-width: 100%;
  border-radius: 0px;
}

.live-dot {
  background-color: #FF0000;
  width: 18px;
  height: 18px;
  border-radius: 34px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -10px;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 0px #FF0000;
  }
  100% {
    box-shadow: 0 0 8px #FF0000;
  }
}
.glow {
  animation: glowing 1250ms infinite;
  animation-direction: alternate;
}

.timeline {
  display: flex;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
  justify-content: space-around;
  margin-bottom: 180px;
  counter-reset: timeline-item;
}
.timeline li.timeline-up {
  text-align: center;
  position: relative;
  counter-increment: timeline-item;
}
.timeline li.timeline-up .game-cover {
  position: relative;
  width: 110px;
  transition: 0.5s;
  border-radius: 10px;
}
.timeline li.timeline-up .game-cover:hover {
  transform: scale(1.2);
}
.timeline li.timeline-up .game-cover::after {
  content: counter(timeline-item);
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff5050;
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  z-index: 1;
}

.odyssey-notice {
  background: rgba(255, 255, 255, 0.1019607843);
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  background-image: linear-gradient(-52deg, rgb(223, 32, 63) 10%, #2110b5 100%);
  color: #fff;
}

.video-call {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust the gap value as needed */
}
.video-call video {
  width: calc(50% - 10px); /* Adjust the gap value as needed */
  box-sizing: border-box;
  border-radius: 9px;
}

.corporate-benefits {
  justify-content: center;
}

/*# sourceMappingURL=landings.css.map*/