@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Karla:wght@400;500;700&family=Space+Mono:wght@400;700&display=swap);

.fade-enter[data-v-3734467c],
.fade-leave-to[data-v-3734467c],
.fade-leave-active[data-v-3734467c] {
  opacity: 0;
}
.fade-enter-active[data-v-3734467c],
.fade-leave-active[data-v-3734467c] {
  transition: opacity 0.3s ease;
}


.modal.show {
  display: block;
}


.search[data-v-c3d67e70] {
  margin-right: 20px;
}
@media (max-width: 667px) {
.search[data-v-c3d67e70] {
        margin-right: 10px;
}
}
.search input[data-v-c3d67e70] {
  height: 38px;
  border-radius: 9px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--pm-tile-border, #34344E);
  background: var(--pm-tile, #26263C);
  color: var(--pm-cream, #F4EFE2);
  width: 200px;
  font-size: 13px;
  font-family: var(--pm-sans, inherit);
}
.search input[data-v-c3d67e70]::-moz-placeholder { color: var(--pm-muted, #8A8AA3);
}
.search input[data-v-c3d67e70]::placeholder { color: var(--pm-muted, #8A8AA3);
}
@media (max-width: 1280px) and (min-width: 668px) {
.search input[data-v-c3d67e70] { width: 160px;
}
}
@media (max-width: 667px) {
.search input[data-v-c3d67e70] {
        display: block;
        width: 100%;
        border-radius: 0;
        position: absolute;
        top: 0;
        left: 0;
        top: 100%;
        height: 47px;
        max-width: 100%;
        padding-right: 90px;
}
}
.search input[data-v-c3d67e70]:focus {
  outline: none;
  border-color: var(--pm-yellow, #FFC633);
}
.input-wrapper[data-v-c3d67e70] {
  position: relative;
}
@media (max-width: 667px) {
.input-wrapper[data-v-c3d67e70] {
        display: none;
        position: fixed;
        width: 100%;
        top: 64px;
        left: 0;
        z-index: 4000;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: var(--pm-card, #1C1C2E);
        border-top: 1px solid var(--pm-tile, #26263C);
        border-bottom: 1px solid var(--pm-tile, #26263C);
}
.search input[data-v-c3d67e70] { order: 0; flex: 1; min-width: 0; width: auto; position: static; height: 38px; border-radius: 9px; padding: 0 14px;
}
.search__btn[data-v-c3d67e70] { order: 1;
}
.btn--search-close[data-v-c3d67e70] { order: 2; position: static;
}
}
@media (min-width: 668px) {
.search .input-wrapper[data-v-c3d67e70] {
        display: flex !important;
        align-items: center;
}
}
.input-wrapper.hidden[data-v-c3d67e70] {
    display: none;
}
.search__btn[data-v-c3d67e70] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 34px;
  height: 34px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 667px) {
.search__btn[data-v-c3d67e70] {
        position: static;
        margin: 0;
        top: auto;
        right: auto;
        width: 36px;
        height: 36px;
        background: transparent;
        border-radius: 8px;
        flex: 0 0 auto;
}
}
.search .search-icon[data-v-c3d67e70] {
  width: 15px;
  height: 15px;
}
.search .search-icon path[data-v-c3d67e70] { fill: var(--pm-muted, #8A8AA3);
}
.search-toggle .search-icon path[data-v-c3d67e70] { fill: var(--pm-cream, #F4EFE2);
}
@media (max-width: 667px) {
.search .search-icon[data-v-c3d67e70] {
        width: 18px;
        height: 18x;
}
}
.search .search-icon path[data-v-c3d67e70] {
  /* fill: #111; */
  transition: all 0.25s ease-in-out;
}
.btn--search-close[data-v-c3d67e70] {
    position: absolute;
    right: 10px;
    top: 15px;
}
.btn--search-close svg[data-v-c3d67e70] {
    width: 17px;
    height: 17px;
    fill: #999;
}
.search-toggle[data-v-c3d67e70] {
    position: relative;
    width: 45px;
    height: 45px;
    left: 10px;
}
@media (min-width: 667px) {
.search-toggle[data-v-c3d67e70] {
        display: none;
}
.btn--search-close[data-v-c3d67e70] {
        display: none;
}
}


/* Uses the shared --pm-* design tokens defined in portal.css */
.pm-masthead[data-v-4faf3301] {
  background: var(--pm-paper);
  border-bottom: 1px solid var(--pm-tile);
  font-family: var(--pm-sans);
}
.pm-masthead__inner[data-v-4faf3301] {
  max-width: var(--pm-maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
}
.pm-logo[data-v-4faf3301] { display: inline-flex; align-items: center; gap: 11px; text-decoration: none;
}
.pm-logo__chip[data-v-4faf3301] {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--pm-yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-3deg);
}
.pm-logo__word[data-v-4faf3301] { font-family: var(--pm-serif); font-size: 26px; color: var(--pm-cream);
}
.pm-tagline[data-v-4faf3301] {
  font-family: var(--pm-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pm-muted);
}
.pm-masthead__right[data-v-4faf3301] { display: flex; align-items: center; gap: 18px; margin-left: auto;
}
.pm-live[data-v-4faf3301] { display: inline-flex; align-items: center; gap: 7px; font-family: var(--pm-mono); font-size: 11px; color: var(--pm-body); white-space: nowrap;
}
.pm-live__dot[data-v-4faf3301] { width: 7px; height: 7px; border-radius: 50%; background: var(--pm-green); animation: pm-pulse-4faf3301 1.6s ease-in-out infinite;
}
@keyframes pm-pulse-4faf3301 {
0%, 100% { opacity: 1; transform: scale(1);
}
50% { opacity: 0.45; transform: scale(0.8);
}
}
.pm-signin[data-v-4faf3301] {
  background: transparent;
  border: none;
  color: var(--pm-body);
  font-family: var(--pm-sans);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}
.pm-signin[data-v-4faf3301]:hover { color: var(--pm-cream);
}
.pm-logout[data-v-4faf3301] { background: transparent; border: none; color: var(--pm-body); cursor: pointer; display: inline-flex; padding: 2px;
}
.pm-logout[data-v-4faf3301]:hover { color: var(--pm-cream);
}
.pm-getpass[data-v-4faf3301] {
  background: var(--pm-yellow);
  color: var(--pm-on-yellow);
  font-family: var(--pm-sans);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 9px;
  border: 1px solid var(--pm-cream);
  box-shadow: 3px 3px 0 var(--pm-cream);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.pm-getpass[data-v-4faf3301]:hover { transform: translateY(-1px); box-shadow: 4px 4px 0 var(--pm-cream);
}
.pm-burger[data-v-4faf3301] {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.pm-burger span[data-v-4faf3301] { display: block; width: 20px; height: 2px; background: var(--pm-cream); border-radius: 2px; margin: 0 auto;
}
@media (max-width: 900px) {
.pm-tagline[data-v-4faf3301], .pm-live[data-v-4faf3301] { display: none;
}
.pm-burger[data-v-4faf3301] { display: flex;
}
}
@media (max-width: 560px) {
.pm-masthead__inner[data-v-4faf3301] { gap: 10px; padding: 14px 16px; flex-wrap: nowrap;
}
.pm-signin[data-v-4faf3301] { display: none;
}
.pm-logo__word[data-v-4faf3301] { font-size: 20px;
}
.pm-masthead__right[data-v-4faf3301] { gap: 10px;
}
.pm-getpass[data-v-4faf3301] { padding: 9px 13px; box-shadow: 2px 2px 0 var(--pm-cream);
}
}
@media (max-width: 400px) {
.pm-masthead__right .search[data-v-4faf3301] { display: none;
}
.pm-logo__word[data-v-4faf3301] { font-size: 18px;
}
.pm-getpass[data-v-4faf3301] { padding: 8px 12px; font-size: 13px;
}
}


/* Uses the shared --pm-* design tokens defined in portal.css */
.pm-footer[data-v-7df1147e] {
  background: var(--pm-paper);
  border-top: 1px solid var(--pm-tile);
  font-family: var(--pm-sans);
}
.pm-footer__inner[data-v-7df1147e] {
  max-width: var(--pm-maxw);
  margin: 0 auto;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
}
.pm-footer__index[data-v-7df1147e],
.pm-footer__legal[data-v-7df1147e] { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px;
}
.pm-footer__label[data-v-7df1147e] {
  font-family: var(--pm-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pm-muted);
}
.pm-footer__link[data-v-7df1147e] { color: var(--pm-body); text-decoration: none; font-size: 13px;
}
.pm-footer__link[data-v-7df1147e]:hover { color: var(--pm-yellow);
}
.pm-footer__copy[data-v-7df1147e] { font-family: var(--pm-mono); font-size: 11.5px; color: var(--pm-muted);
}


.fade-enter,
.fade-leave-to,
.fade-leave-active {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.Cookie--portal {
  background: #000;
  padding: 8px 25px;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
}
.Cookie--portal {
  color: #fff;
  font-size: 14px;
}
.Cookie--portal a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.Cookie--portal a:hover {
  color: #ffdd3d;
}
.Cookie--portal .Cookie__button {
  background: #222;
  color: #ffdd3d;
  border-radius: 5px;
  padding: 10px 35px;
}
.Cookie--portal .Cookie__button:hover {
  background: #ffdd3d;
  color: #222;
}
@media (max-width: 667px) {
.Cookie--portal .Cookie__button {
    margin-bottom: 0;
}
.Cookie--portal .Cookie__content {
    margin: 0;
}
.Cookie--portal .Cookie__button {
    font-size: 12px;
}
.Cookie--portal .Cookie__buttons {
    margin-top: 5px;
}
}


/* Uses the shared --pm-* design tokens defined in portal.css */
.pm-home[data-v-44666718] {
  background: var(--pm-paper);
  color: var(--pm-body);
  font-family: var(--pm-sans);
  font-size: 14px;
  line-height: 1.55;
}
.pm-home *[data-v-44666718] { box-sizing: border-box;
}
.pm-container[data-v-44666718] { max-width: var(--pm-maxw); margin: 0 auto; padding: 0 24px; width: 100%;
}
.pm-h2[data-v-44666718] {
  font-family: var(--pm-serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  color: var(--pm-cream);
  margin: 0 0 24px;
}

/* ---- buttons ---- */
.pm-btn[data-v-44666718] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pm-sans);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 9px;
  padding: 12px 20px;
  border: 1px solid var(--pm-cream);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.pm-btn--yellow[data-v-44666718] {
  background: var(--pm-yellow);
  color: var(--pm-on-yellow);
  box-shadow: 3px 3px 0 var(--pm-cream);
}
.pm-btn--yellow[data-v-44666718]:hover { transform: translateY(-1px); box-shadow: 4px 4px 0 var(--pm-cream);
}
.pm-btn--dark[data-v-44666718] {
  background: var(--pm-paper);
  color: var(--pm-yellow);
  border-color: var(--pm-on-yellow);
  box-shadow: 3px 3px 0 var(--pm-on-yellow);
}
.pm-btn--dark[data-v-44666718]:hover { transform: translateY(-1px); box-shadow: 4px 4px 0 var(--pm-on-yellow);
}

/* ---- stamps ---- */
.pm-stamp[data-v-44666718] {
  display: inline-block;
  font-family: var(--pm-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 9px;
  border: 1.5px dashed;
  border-radius: 4px;
  transform: rotate(-2deg);
}
.pm-stamp--coral[data-v-44666718] { color: var(--pm-coral); border-color: var(--pm-coral);
}
.pm-stamp--yellow[data-v-44666718] { color: var(--pm-yellow); border-color: var(--pm-yellow); background: rgba(19, 19, 32, 0.6);
}
.pm-compliance[data-v-44666718] {
  font-family: var(--pm-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--pm-body);
  margin: 14px 0 0;
}

/* ============================ HERO ============================ */
.pm-hero[data-v-44666718] { padding: 56px 0 64px;
}
.pm-hero__grid[data-v-44666718] { display: flex; flex-wrap: wrap; gap: 48px; align-items: center;
}
.pm-hero__text[data-v-44666718] { flex: 1.1 1 320px;
}
.pm-hero__title[data-v-44666718] {
  font-family: var(--pm-serif);
  font-weight: 400;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  color: var(--pm-cream);
  margin: 18px 0 0;
}
.pm-hero__sub[data-v-44666718] { max-width: 46ch; color: var(--pm-body); font-size: 15px; margin: 16px 0 24px;
}
.pm-hero__cta[data-v-44666718] { font-size: 15px; padding: 14px 22px;
}
.pm-hero__game[data-v-44666718] { flex: 1 1 320px; max-width: 440px;
}

/* ---- game card ---- */
.pm-gamecard[data-v-44666718] {
  background: var(--pm-card);
  border: 1px solid var(--pm-cream);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--pm-yellow);
  padding: 18px;
  transform: rotate(1deg);
}
.pm-gamecard__head[data-v-44666718],
.pm-gamecard__foot[data-v-44666718] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--pm-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--pm-muted);
}
.pm-gamecard__head[data-v-44666718] { margin-bottom: 14px;
}
.pm-gamecard__foot[data-v-44666718] { margin-top: 14px; font-size: 12px; color: var(--pm-body);
}
.pm-gamecard__status[data-v-44666718] { color: var(--pm-green);
}
.pm-grid[data-v-44666718] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.pm-tile[data-v-44666718] {
  aspect-ratio: 1 / 1;
  min-height: 40px;
  background: var(--pm-tile);
  border: 1px solid var(--pm-tile-border);
  border-radius: 8px;
  cursor: pointer;
  padding: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pm-minion[data-v-44666718] {
  display: block;
  width: 100%;
  height: 100%;
  animation: pm-pop-44666718 250ms ease-out;
}
@keyframes pm-pop-44666718 {
0% { transform: scale(0.6);
}
60% { transform: scale(1.12);
}
100% { transform: scale(1);
}
}
.pm-endoverlay[data-v-44666718] {
  position: absolute;
  inset: 0;
  background: rgba(19, 19, 32, 0.94);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  text-align: center;
}
.pm-endoverlay__text[data-v-44666718] { font-family: var(--pm-serif); font-size: 20px; color: var(--pm-cream); margin: 0; line-height: 1.25;
}
.pm-gamecaption[data-v-44666718] { font-family: var(--pm-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pm-muted); margin: 12px 0 0; text-align: center;
}

/* ========================= MOOD NAV ========================= */
.pm-moods[data-v-44666718] { padding: 40px 0;
}
.pm-moodgrid[data-v-44666718] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px;
}
.pm-mood[data-v-44666718] {
  display: block;
  background: var(--pm-card);
  border: 1px solid var(--pm-cream);
  border-radius: 12px;
  box-shadow: 3px 3px 0 var(--pm-cream);
  padding: 20px;
  text-decoration: none;
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.15s ease;
}
.pm-mood[data-v-44666718]:hover { transform: translateY(-4px) rotate(var(--rot, 0deg));
}
.pm-mood__title[data-v-44666718] { font-family: var(--pm-serif); font-weight: 400; font-size: 22px; color: var(--pm-cream); margin: 0 0 10px;
}
.pm-mood__games[data-v-44666718] { font-size: 13px; color: var(--pm-body); margin: 0 0 14px;
}
.pm-mood__link[data-v-44666718] { font-family: var(--pm-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pm-yellow);
}

/* ===================== DROPS BAND ===================== */
.pm-dropsband[data-v-44666718] { background: var(--pm-cream); color: var(--pm-paper);
}
.pm-dropsband__inner[data-v-44666718] { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 24px;
}
.pm-dropsband__line[data-v-44666718] { font-family: var(--pm-mono); font-size: 12px; letter-spacing: 0.04em; margin: 0;
}
.pm-dropsband__label[data-v-44666718] { font-weight: 700;
}
.pm-dropsband__sep[data-v-44666718], .pm-dropsband__slash[data-v-44666718] { color: #9a9683; margin: 0 6px;
}
.pm-dropsband__big[data-v-44666718] { color: var(--pm-coral); font-weight: 700;
}
.pm-dropsband__note[data-v-44666718] { font-family: var(--pm-serif); font-style: italic; font-size: 15px; margin: 0;
}

/* ===================== LINEUP ===================== */
.pm-lineup[data-v-44666718] { padding: 48px 0;
}
.pm-lineup__grid[data-v-44666718] { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start;
}
.pm-lineup__featured[data-v-44666718] { flex: 1.2 1 320px; max-width: 420px;
}
.pm-lineup__list[data-v-44666718] { flex: 1 1 280px;
}
.pm-lineup__featTitle[data-v-44666718] { font-size: 19px; margin: 12px 0 0;
}
.pm-lineup__blurb[data-v-44666718] { color: var(--pm-body); font-size: 13.5px; margin: 6px 0 0;
}
.pm-lineup__pick[data-v-44666718] {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--pm-tile);
}
.pm-lineup__pick[data-v-44666718]:first-child { padding-top: 0;
}
.pm-thumb[data-v-44666718] { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 8px; overflow: hidden; border: 1px solid var(--pm-cream); transform: rotate(-2deg);
}
.pm-thumb img[data-v-44666718] { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block;
}
.pm-lineup__pickTitle[data-v-44666718] { font-weight: 700; color: var(--pm-cream);
}
.pm-lineup__pickBlurb[data-v-44666718] { font-size: 13px; color: var(--pm-body); margin-top: 3px;
}

/* ---- shared card/cover ---- */
.pm-card[data-v-44666718] {
  display: block;
  text-decoration: none;
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.15s ease;
}
.pm-card[data-v-44666718]:hover { transform: translateY(-4px) rotate(var(--rot, 0deg));
}
.pm-cover[data-v-44666718] {
  position: relative;
  border: 1px solid var(--pm-cream);
  border-radius: 8px;
  overflow: hidden;
  background: var(--pm-tile);
  aspect-ratio: 1 / 1;
}
.pm-cover img[data-v-44666718] { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block;
}
.pm-cover__grad[data-v-44666718] { position: absolute; inset: 0; display: block;
}
.pm-cover__stamp[data-v-44666718] { position: absolute; top: 10px; left: 10px; z-index: 2;
}
.pm-cover__title[data-v-44666718] {
  position: absolute;
  left: 14px;
  bottom: 12px;
  right: 14px;
  z-index: 2;
  font-family: var(--pm-serif);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.1;
  color: var(--pm-cream);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* ===================== CATALOGUE ROWS ===================== */
.pm-catrow[data-v-44666718] { padding: 52px 0; background: var(--pm-paper);
}
.pm-catrow--lifted[data-v-44666718] { background: var(--pm-band);
}
.pm-catrow__head[data-v-44666718] { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px;
}
.pm-catrow__title[data-v-44666718] { font-family: var(--pm-serif); font-weight: 400; font-size: 28px; color: var(--pm-cream); margin: 0;
}
.pm-catrow__page[data-v-44666718] { font-family: var(--pm-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--pm-muted);
}
.pm-seemore[data-v-44666718] { margin-left: auto; font-family: var(--pm-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pm-body); text-decoration: none;
}
.pm-seemore[data-v-44666718]:hover { color: var(--pm-yellow);
}
.pm-catrow__cards[data-v-44666718] { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start;
}
.pm-catrow__cards--right .pm-card--featured[data-v-44666718] { order: 2;
}
.pm-card--std[data-v-44666718] { flex: 1 1 130px; min-width: 120px; max-width: 200px;
}
.pm-card--featured[data-v-44666718] { flex: 1.2 1 200px; min-width: 190px; max-width: 280px;
}
.pm-card__meta[data-v-44666718] { display: flex; align-items: baseline; gap: 8px; margin-top: 8px;
}
.pm-card__title[data-v-44666718] { font-weight: 700; font-size: 13.5px; color: var(--pm-cream);
}
.pm-card__tag[data-v-44666718] { font-family: var(--pm-mono); font-size: 10px; letter-spacing: 0.08em; color: var(--pm-muted); text-transform: uppercase;
}

/* ===================== TICKET ===================== */
.pm-passwrap[data-v-44666718] { padding: 40px 24px 72px; display: flex; justify-content: center;
}
.pm-ticket[data-v-44666718] {
  display: flex;
  width: 100%;
  max-width: 520px;
  background: var(--pm-yellow);
  color: var(--pm-on-yellow);
  border: 1px solid var(--pm-cream);
  border-radius: 12px;
  box-shadow: 4px 4px 0 var(--pm-cream);
  transform: rotate(-1deg);
  overflow: hidden;
}
.pm-ticket__price[data-v-44666718] { flex: 1 1 auto; box-sizing: border-box; padding: 24px 26px;
}
.pm-ticket__header[data-v-44666718] { font-family: var(--pm-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px;
}
.pm-ticket__amount[data-v-44666718] { font-family: var(--pm-serif); font-size: 38px; line-height: 1; margin: 0;
}
.pm-ticket__per[data-v-44666718] { font-size: 18px;
}
.pm-ticket__trial[data-v-44666718] { font-family: var(--pm-serif); font-style: italic; font-size: 16px; margin: 6px 0 14px;
}
.pm-ticket__small[data-v-44666718] { font-size: 12px; line-height: 1.5; margin: 0; max-width: 34ch;
}
.pm-ticket__stub[data-v-44666718] {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 22px;
  border-left: 2px dashed var(--pm-on-yellow);
}
.pm-ticket__serial[data-v-44666718] { font-family: var(--pm-mono); font-size: 11px; letter-spacing: 0.08em; margin: 0;
}
.pm-ticket__unsub[data-v-44666718] { display: inline-block; margin-top: 10px; font-family: var(--pm-mono); font-size: 11px; color: var(--pm-on-yellow); text-decoration: underline;
}
.pm-ticket__unsub[data-v-44666718]:hover { opacity: 0.75;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 560px) {
.pm-ticket[data-v-44666718] { flex-direction: column;
}
.pm-ticket__stub[data-v-44666718] { border-left: none; border-top: 2px dashed var(--pm-on-yellow);
}
.pm-card--std[data-v-44666718] { max-width: none;
}
}


.faq-item__bar.is-dropped + .faq-item__dropdown {
  display: block;
}


.c-stars[data-v-e7a1ae42] {
}
.c-stars__message[data-v-e7a1ae42] {
  margin-left: 15px;
}


.c-favourite[data-v-305c9c66] {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.c-favourite__btn[data-v-305c9c66] {
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
.c-favourite__btn svg[data-v-305c9c66] {
  display: block;
  width: 30px;
  height: 30px;
}
.fav-message[data-v-305c9c66] {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}


.video-thumb[data-v-57cb1261] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  height: 30vw;
}
.product-entry--video-type[data-v-57cb1261]  {
    padding-top: 0;
}
.product-entry--video-type .product-entry__content[data-v-57cb1261] {
  max-width: 1000px;
}
.product-entry--video-type .video-type__item .item-data[data-v-57cb1261] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-entry--video-type .video-type__item .item-data h2[data-v-57cb1261] {
  margin-bottom: 0;
}
.product-entry--video-type .product-entry__content .img-wrapper[data-v-57cb1261] {
    padding: 0;
}
@media (max-width: 576px) {
.video-thumb[data-v-57cb1261] {
        height: 300px;
}
.video-type__item[data-v-57cb1261] {
        margin-top: 20px;
}
.product-entry--video-type .video-type__item .item-data h2[data-v-57cb1261] {
        margin-bottom: 10px;
}
}


.product-entry.product-entry--ebook .product-entry__head img {
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none;
  height: 240px;
  border-radius: 0;
}
.product-entry__body .c-stars {
  margin-bottom: 15px;
}
.product-entry__body .c-stars .vue-star-rating {
    justify-content: flex-start;
}
@media (max-width: 576px) {
.product-entry__body .c-stars .vue-star-rating {
    justify-content: flex-start;
}
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.button-wrapper .product-entry__action-btn {
  margin-top: 0;
}
.button-wrapper .c-favourite {
  margin-left: 15px;
  margin-top: 0;
}
.button-wrapper .c-favourite__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.2);
}
.button-wrapper .c-favourite__btn svg path {
  fill: #171717;
}
@media (max-width: 667px) {
.button-wrapper .c-favourite {
    margin-left: 0;
}
.product-entry__content {
    padding: 0 15px;
}
}


.card--v4[data-v-eca2a238] {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block;
}
.card--v4 .item-data h3[data-v-eca2a238] {
    font-size: 16px;
}
.card--v4 .item-img[data-v-eca2a238] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.card--v4 .item-img:hover img[data-v-eca2a238] {
    transform: scale(1.1);
}
.card--v4 .data-category[data-v-eca2a238] {
    display: none;
}
.card--v4.card--ebook .item-img img[data-v-eca2a238] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  transition: all .35s ease-in-out;
}
.card--v4 .item-data[data-v-eca2a238] {
    padding-left: 0;
    text-align: center;
    display: block;
    min-height: auto;
    padding-top: 5px;
}
.category-products .card--v4 a[data-v-eca2a238] {
    display: block;
}
.section__box .box-title[data-v-eca2a238] {
    margin-bottom: 20px;
}
@media (max-width: 576px) {
.section__box .box-title[data-v-eca2a238] {
        margin-bottom: 10px;
}
.card--v4 .item-img[data-v-eca2a238] {
        height: 40vw;
}
}


/* .card--v4.card--ebook .item-img {
  width: 50px;
  height: 90px;
}

@media (min-width: 1200px) {
  .card--v4.card--ebook .item-img {
    width: 90px;
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .card--v4.card--ebook .item-img {
    width: 80px;
    height: 135px;
  }
} */


.card--v4[data-v-20514761] {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.section__box .box-title[data-v-20514761] {
    margin-bottom: 20px;
}
.card--v4 .item-data h3[data-v-20514761] {
    font-size: 16px;
}
.card--v4 .item-img[data-v-20514761] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.card--v4 .item-img:hover img[data-v-20514761] {
    transform: scale(1.1);
}
.card--v4 .data-category[data-v-20514761] {
    display: none;
}
.category-products .card--v4 a[data-v-20514761] {
    display: block;
}

/* .card--v4.card--ebook .item-img img {
  object-fit: contain;
  object-position: top;
  transition: all .35s ease-in-out;
} */
.card--v4 .item-data[data-v-20514761] {
    padding-left: 0;
    text-align: center;
    display: block;
    min-height: auto;
    padding-top: 5px;
}

/* .card--v4.card--ebook .item-img img {
  object-fit: contain;
  object-position: top;
}

.card--v4.card--ebook .item-img {
  width: 50px;
  height: 90px;
}

@media (min-width: 1200px) {
  .card--v4.card--ebook .item-img {
    width: 90px;
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .card--v4.card--ebook .item-img {
    width: 80px;
    height: 135px;
  }
} */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #FFBB00;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

.signin-btn span,
template {
  display: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body,
html {
  background: #f9f9f9;
  font-family: "Play", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 600px) {
  body,
  html {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  body,
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  body,
  html {
    font-size: 17px;
  }
}

h1,
h2 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFBB00;
  font-family: inherit;
  margin: 0;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4,
p {
  font-size: 1rem;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h5,
h6 {
  font-size: 14px;
}

p {
  color: #0F3054;
  font-family: inherit;
}

a {
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}

button {
  cursor: pointer;
  background: 0 0;
  border: 0;
}

button:focus {
  outline: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-wrapper {
  background: linear-gradient(
    135deg,
    #0F3054 0%,
    rgba(0, 194, 238, 1) 100%
  );
  min-height: 100vh;
}

.page-footer__list li a:hover,
.page-footer__list--utility li a:hover,
strong {
  color: #0F3054;
}

.slide-menu {
  background: linear-gradient(
    135deg,
    #0F3054 0%,
    rgba(0, 194, 238, 1) 100%
  );
  min-width: 304px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  z-index: 9999;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
  transform: translate(-101%, 0);
}

.slide-menu.is-showed {
  transform: none;
}

.slide-menu__title {
  /* color: #ffdd3d; */
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slide-menu__list {
  padding-left: 0;
}

.slide-menu__list li,
article.article h2,
article.article h3 {
  margin-bottom: 20px;
}

.slide-menu__list li a {
  font-size: 1.1rem;
  color: #FFBB00;
  letter-spacing: 0.34px;
  padding-left: 15px;
  font-weight: 600;
}

.slide-menu__list--utility {
  border-top: 1px solid #707070;
  padding-top: 18px;
}

.slide-menu__list--utility li a {
  color: #a8a8a8;
}

.slide-menu__close {
  position: absolute;
  right: 16px;
  top: 20px;
}

@media (min-width: 1200px) {
  .slide-menu {
    display: none !important;
  }
}

.btn,
.btn--primary {
  border: 0;
}

.btn,
.btn--outline,
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.27s ease-in-out;
  outline: 0;
  white-space: nowrap;
}

.btn--outline:active,
.btn--outline:focus,
.btn--primary:active,
.btn--primary:focus,
.btn:active,
.btn:focus {
  border: 0;
  outline: 0;
}

.btn--primary {
  /* background: #ffdd3d;*/
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.34px;
}

.btn--primary:hover {
  /*background: #000; */
  /* color: #ffdd3d */
}

.btn--primary:hover svg path {
  transition: fill 0.3s ease-in-out;
  /* fill: #ffdd3d */
}

.btn--outline {
  border: 1px solid #18826e;
  border-radius: 35px;
}

.btn--outline:active,
.btn--outline:focus,
.btn--outline:hover {
  color: #fff;
}

.btn--lg {
  height: 35px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .btn--lg {
    height: 55px;
    font-size: 1.1rem;
  }
}

.btn--sm {
  height: 35px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .btn--sm {
    height: 47px;
    font-size: 1rem;
  }
}

.modal-backdrop {
  background: #fff;
  z-index: 9999;
  opacity: 0.8;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  z-index: 999999;
}

.modal .modal-header {
  border-top: 4px solid #000;
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.modal .modal-dialog {
  margin-top: 30px;
}

.modal .modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.modal .modal-body {
  padding: 15px 20px 0;
}

@media (min-width: 1200px) {
  .modal .modal-body {
    padding: 15px 45px 0;
  }
}

.modal .modal-title {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.modal .modal-close {
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2000;
}

.modal .modal-footer {
  background: #f8f8f8;
  justify-content: center;
}

#singInModal,
.modal--signin {
  text-align: center;
}

#singInModal form,
.modal--signin form {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #singInModal form,
  .modal--signin form {
    max-width: 100%;
  }
}

#singInModal form label,
.modal--signin form label {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #singInModal form label,
  .modal--signin form label {
    font-size: 1rem;
  }
}

#singInModal form input,
.modal--signin form input {
  font-family: "Monsterrat", sans-serif;
  border: 3px solid #e8e8e8;
  height: 52px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  #singInModal form input,
  .modal--signin form input {
    height: 60px;
    font-size: 1rem;
  }
}

#singInModal .form-button,
.modal--signin .form-button {
  padding: 20px 0;
}

#singInModal .btn--submit,
.modal--signin .btn--submit {
  height: 54px;
  padding: 0 2rem;
  font-size: 1rem;
}

#singInModal .btn--submit span,
.modal--signin .btn--submit span {
  display: inline-block;
  margin-left: 10px;
}

#singInModal .registration-text,
.modal--signin .registration-text {
  letter-spacing: 0.34px;
}

#singInModal .registration-text h4,
.modal--signin .registration-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

#singInModal .registration-text a,
.modal--signin .registration-text a {
  font-weight: 600;
  /* color: #e7bf00 */
}

#singInModal .registration-text a:hover,
.modal--signin .registration-text a:hover {
  color: #000;
}

#unsubform,
.modal--unsubscribe {
  text-align: center;
}

#unsubform form,
.modal--unsubscribe form {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #unsubform form,
  .modal--unsubscribe form {
    max-width: 100%;
  }
}

#unsubform form label,
.modal--unsubscribe form label {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #unsubform form label,
  .modal--unsubscribe form label {
    font-size: 1rem;
  }
}

#unsubform form input,
.modal--unsubscribe form input {
  font-family: "Monsterrat", sans-serif;
  border: 3px solid #e8e8e8;
  height: 52px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 300px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  #unsubform form input,
  .modal--unsubscribe form input {
    height: 60px;
    font-size: 1rem;
  }
}

#unsubform .form-button,
.modal--unsubscribe .form-button {
  padding: 20px 0;
}

#unsubform .btn--submit,
.modal--unsubscribe .btn--submit {
  height: 54px;
  padding: 0 2rem;
  font-size: 1rem;
}

#unsubform .btn--submit span,
.modal--unsubscribe .btn--submit span {
  display: inline-block;
  margin-left: 10px;
}

.carousel-wrapper {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.carousel-wrapper--nopad {
  padding: 0;
}

.carousel-wrapper--smpad {
  padding: 0 15px;
  position: relative;
  left: -15px;
  width: calc(100% + 15px) !important;
}

@media (min-width: 1200px) {
  .carousel-wrapper--smpad {
    padding: 0;
    left: 0;
    width: 100%;
  }
}

.swiper {
  padding-bottom: 0;
}

.faqs .faq-item__bar.is-dropped:before,
.swiper-container {
  width: 100%;
}

.carousel {
  padding-right: 20px;
}

.div-recaptcha div {
  display: contents;
  align-content: center;
}

.unsub {
  text-align: center;
  position: relative;
}

.unsub .graphics-title {
  position: absolute;
  left: 10%;
  top: -30px;
  line-height: 1;
  font-weight: 700;
  color: #212121;
  font-size: 10rem;
  opacity: 0.05;
}

@media (min-width: 1200px) {
  .unsub .graphics-title {
    font-size: 15rem;
    left: 30%;
    top: -50px;
  }
}

.unsub__text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .unsub__text {
    margin-bottom: 40px;
  }
}

.page-header,
.unsub form {
  position: relative;
  z-index: 10;
}

.page-header {
  z-index: 8000;
  padding: 0 0 0 10px;
  background: #fff;
  position: static;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .page-header {
    height: 90px;
  }
}

@media (min-width: 1200px) {
  .page-header {
    height: 90px;
    padding: 0 0 0 30px;
  }
}

.page-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  flex: 0 0 auto;
}

.page-header__logo {
  line-height: 1;
  margin-left: 8px;
}

.page-header__logo img {
  display: block;
  width: 120px;
  height: auto;
}

@media (min-width: 767px) {
  .page-header__logo img {
    display: block;
    width: 150px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .page-header__logo img {
    display: block;
    width: 180px;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .page-header__logo img {
    width: 180px;
  }
}

@media (max-width: 1024px) {
  .page-header__menu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .page-header__menu {
    height: 100%;
    flex: 1;
  }

  .page-header__menu ul li svg {
    width: auto;
    height: 30px;
  }

  .page-header__menu ul li span {
    display: block;
    margin: 0 auto 10px auto;
  }

  .page-header__menu ul {
    display: flex;
    height: inherit;
    align-items: flex-end;
    margin-left: 70px;
    width: 100%;
  }
  .page-header__menu ul li {
    text-align: center;
    flex: 1 1 25%;
  }
  .page-header__menu ul li a {
    color: #0F3054;
    display: block;
    font-weight: 500;
    height: inherit;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 20px 20px 10px 20px;
    white-space: nowrap;
    margin-right: 0;
    text-align: center;
  }
  .page-header__menu ul li a:hover {
    color: #FFBB00;
    background: #fff;
  }
  .page-header__menu ul li.is-active a {
    color: #0F3054;
    /*background: #D5F7F1;*/
    background: linear-gradient(
      135deg,
      #0F3054 0%,
      rgba(0, 194, 238, 1) 100%
    );
    position: relative;
  }
  /* .page-header__menu ul li.is-active div:before {
        content: '';
        width: 100%;
        position: absolute;
        bottom: -20px;
        left: 0;
        height: 4px;
    } */
}

@media (min-width: 1600px) {
  .page-header__menu ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .page-header__menu ul {
    margin-left: 20px;
  }

  .page-header__menu ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.menu-btn {
  background: url(/img/menu.5f01a89b.svg) no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

.logout-btn,
.signin-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 33px;
  font-size: 0.95rem;
  padding: 0 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  outline: 0;
}

.logout-btn svg {
  max-width: 40px;
}

.logout-btn:hover {
  background: linear-gradient(
    135deg,
    #0F3054 0%,
    rgba(0, 194, 238, 1) 100%
  );
}

@media (max-width: 576px) {
    .logout-btn svg {
        max-width: 24px;
      }
}

.signin-btn:active,
.signin-btn:focus {
  outline: 0;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.signin-btn path {
  transition: all 0.35s ease-in-out;
}

.signin-btn:hover {
  /* background: #101010;
    color: #ffdd3d */
}

.signin-btn:hover path {
  /*fill: #ffdd3d*/
}

@media (min-width: 1200px) {
  .signin-btn {
    height: 50px;
  }
  .signin-btn span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 10px;
  }
}

@media (max-width: 567px) {
  .signin-btn span {
    display: none;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 10px;
  }

  .modal .signin-btn span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 10px;
  }
}

.unsubscribe-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  background: #FFBB00;
  border-radius: 33px;
  color: #000;
  font-size: 0.95rem;
  padding: 0 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
}

.unsubscribe-btn path {
  transition: all 0.35s ease-in-out;
}

.unsubscribe-btn:hover {
  background: #101010;
  color: #FFBB00;
}

.unsubscribe-btn:hover path {
  fill: #FFBB00;
}

.unsubscribe-btn span {
  display: none;
}

@media (min-width: 1200px) {
  .unsubscribe-btn {
    height: 50px;
  }
  .unsubscribe-btn span {
    display: block;
    margin-left: 10px;
  }
}

/* hero section **/

.hero {
  width: 100%;
  height: 90vh;
  margin-bottom: 20px;
  min-height: 500px;
}

@media (max-width: 767px) {
  .hero {
    min-height: 95vh;
    height: auto;
    position: relative;
  }
  .hero:after {
    content: "";
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.89) 69%,
      rgba(0, 0, 0, 1) 45%,
      rgba(0, 0, 0, 1) 100%
    );
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

.hero > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 767px) {
  .hero > img {
    position: absolute;
    height: 70%;
    -o-object-position: 65%;
       object-position: 65%;
  }
}

.hero__content {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .hero__content {
    position: relative;
    padding-top: 100vh;
    padding-bottom: 30px;
  }
}

.hero__content--bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .hero__content--bottom {
    padding: 0 20px;
  }
}

.hero__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero__content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 230px;
}

@media (max-width: 800px) {
  .hero__content ul li {
    width: 25%;
  }
}

@media (max-width: 667px) {
  .hero__content ul li {
    width: 40%;
  }
}

.hero__content ul li .list-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .hero__content ul li .list-image {
    width: 70px;
    height: 70px;
  }
}

.hero__content ul li .list-image img {
  display: block;
  width: 50px;
  height: 50px;
  max-width: 50px;
}

@media (max-width: 800px) {
  .hero__content ul li .list-image img {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }
}

.hero__content ul li .list-data {
  text-align: center;
}

.hero__content ul li .list-data h2,
.hero__content ul li .list-data p {
  color: #fff;
  line-height: 1;
}

.hero__content ul li .list-data h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.hero__content ul li .list-data p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.page-footer {
  background: #262626;
  padding: 25px 20px 10px;
}

@media (min-width: 767px) {
  .page-footer {
    padding: 35px 60px 15px;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    padding: 35px 90px 15px;
  }
}

@media (min-width: 767px) {
  .page-footer__inner {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}

.page-footer__title {
  color: #FFBB00;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .page-footer__title {
    width: 100%;
  }
}

.page-footer__list {
  border-bottom: 1px solid #707070;
}

@media (min-width: 767px) {
  .page-footer__list {
    border: 0;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-footer__list {
    display: flex;
    width: auto;
    margin-bottom: 0;
  }
  .page-footer__list li:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 567px) {
  .page-footer__list {
    text-align: center;
  }
}

.page-footer__list li a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.34px;
  font-weight: 500;
  margin-bottom: 17px;
}

@media (min-width: 1200px) {
  .page-footer__list li a {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.page-footer__list--utility {
  border-bottom: 0;
  padding-top: 15px;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  .page-footer__list--utility {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.page-footer__list--utility li a {
  color: #a8a8a8;
}

.page-footer .copyright {
  font-size: 0.9rem;
  color: #878787;
  text-align: center;
}

@media (min-width: 767px) {
  .page-footer .copyright {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}

.section__inner,
article.article {
  padding: 0 20px;
}

@media (min-width: 767px) {
  .section__inner {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .section__inner {
    padding: 0 20px;
    max-width: 95%;
    margin: 0 auto;
  }
}

.section__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
}

@media (max-width: 576px) {
  .section__head {
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.section__head .btn--outline {
  margin-top: 0;
}

.section__box {
  padding: 30px 0 30px 22px;
}

@media (min-width: 1200px) {
  .section__box {
    padding: 35px 22px 45px;
    border-radius: 10px;
  }
}

.section__box--nobg {
  background: 0 0;
  box-shadow: none;
  padding: 0;
}

.section__box--smToppad {
  padding-top: 10px;
}

@media (min-width: 767px) {
  .section__box--smToppad {
    padding-top: 30px;
  }
}

.section__box .box-title {
  position: relative;
  padding-left: 0;
  margin-right: 20px;
  color: #FFBB00;
}

.section__box .box-title svg {
  width: 30px;
  height: 40px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .section__box .box-title svg {
    width: 24px;
    height: 34px;
    margin-right: 5px;
  }

  .section__box .box-title {
    font-size: 1.1rem;
  }
}

/* .section--our-categories .our-categories__head h3:before,
.section__box .box-title:before {
    content: '';
    width: 23px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
} */

.section__box .box-title--category {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .section__box .box-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .section__box .box-title {
    font-size: 1.55rem;
  }
}

@media (max-width: 667px) {
  .section__box .box-title--category {
    margin-top: 0;
  }
}

.section--products {
  padding: 15px 0;
  position: relative;
}

.section--products .section__inner {
  position: relative;
  z-index: 10;
}

.section--products .graphics-title {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 20%;
  top: 5%;
  font-size: 5rem;
  color: #d8d8d8;
  opacity: 0.25;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .section--products .graphics-title {
    font-size: 10rem;
    top: 0;
  }
}

@media (min-width: 767px) {
  .section--products {
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  .section--categories.section--products .section__inner {
    max-width: 1280px;
  }

  .section--products .section__inner {
    padding: 0 20px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .section--products .carousel {
    flex-wrap: wrap;
    padding: 0;
  }
  .section--products .carousel a:not(.btn--primary) {
    display: block;
    width: 100%;
  }
  .section--products .carousel .carousel-item {
    height: auto;
  }
  .section--products .carousel--games,
  .section--products .carousel--new-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .section--products .carousel--games .carousel-item:last-child,
  .section--products .carousel--new-items .carousel-item:last-child {
    margin-right: 0;
  }
  .section--products .carousel--applications .carousel-item:nth-child(3n + 3),
  .section--products .carousel--ebook .carousel-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .section--products .btn--outline {
    height: 40px;
    padding: 0 1rem;
    font-size: 1rem;
  }
}

.section--categories {
  min-height: 80vh;
}

.card--v1 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  transition: all 35s ease-in-out;
}

.card--v1:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .card--v1.swiper-slide {
    flex-shrink: 0;
  }
}

/* @media (min-width:1200px) {
    .card--v1 {
        width: 20%;
        max-width: 100%
    }
} */

.card--v1 .item-img img,
.card--v1 a {
  display: block;
  width: 100%;
}

.card--v1 .item-img {
  margin-bottom: 0;
  height: 100%;
  background: #fff;
  padding: 10px 10px 0 10px;
}

.card--v1 .item-data {
  padding: 10px 15px;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--v1 .item-data .data-title {
  color: #0F3054;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card--v1 .item-img:hover img,
.card--v2 .item-img:hover img,
.card--v3 .item-img:hover img,
.card--v4 .item-img:hover img {
  opacity: 0.5;
}

.card--v1 .item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.45s ease-in-out;
}

@media (min-width: 1200px) {
  .card--v1 .item-img {
    height: 100%;
  }
  .card--v1 .item-img img {
    width: 100%;
    height: 100%;
  }
}

.card--v1 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
}

.card--v1 .item-data .data-category {
  color: #b7b7b7;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v2 {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-shrink: 0;
  padding: 10px 8px 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .card--v2.swiper-slide {
    flex-shrink: 0;
  }
}

.card--v2 .item-img {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.card--v2 .item-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.45s ease-in-out;
}

@media (min-width: 1200px) {
  .card--v2 .item-img {
    width: 100%;
  }
  .card--v2 .item-img img {
    width: 100%;
    height: 100%;
  }
}

.card--v2 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
  min-height: 44px;
  color: #0F3054;
}

.card--v2 .item-data .data-category {
  color: #b7b7b7;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v2 .item-btn {
  text-align: center;
  margin-top: 15px;
  display: block;
}

@media (min-width: 1200px) {
  .card--v2 .item-btn {
    margin-top: 15px;
  }
}

.card--v2 .item-btn .btn--next {
  padding: 0 1.8rem;
  font-weight: 700;
  font-size: 1rem;
}

.card--v2 .item-btn .btn--next:hover {
  /* background: #000;
    color: #ffdd3d */
}

.card--v3 {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 10px 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}

.card--v3 .item-img {
  margin-bottom: 0;
}

.card--v3 .item-img img,
.card--v4 .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

/* @media (min-width:1200px) {
    .card--v3 .item-img {
        width: 100px;
        height: 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
    }
}

@media (min-width:1600px) {
    .card--v3 .item-img {
        width: 120px;
        height: 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 120px;
    }
} */

.card--v3 .item-data,
.card--v4 {
  display: flex;
  align-items: center;
}

.card--v3 .item-data {
  padding-left: 10px;
  justify-content: space-between;
  width: 100%;
}

.card--v3 .item-data .item-data-left {
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .card--v3 .item-data .item-data-left {
    padding-right: 20px;
  }
}

.card--v3 .item-data .data-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color : #0F3054;
}

.card--v4 .item-data .data-title {
  color : #0F3054;
}

.card--v3 .item-data .data-category {
  color: #b7b7b7;
  font-size: 0.8rem;
  font-weight: 600;
}

.card--v3 .item-btn {
  text-align: center;
}

.card--v3 .item-btn .btn--next,
.card--v3 .item-btn .btn--sm {
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 0.85rem;
}

@media (min-width: 1200px) {
  .card--v3 .item-btn .btn--next,
  .card--v3 .item-btn .btn--sm {
    margin-right: 10px;
  }
}

.card--v4 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  flex-wrap: nowrap;
  padding: 13px 10px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .card--v4.swiper-slide {
    flex-shrink: 0;
  }
}

/* .card--v4 .item-img {
    width: 70px;
    height: 70px;
    min-width: 70px
} */

/* 
@media (min-width:1200px) {
    .card--v4 .item-img {
        width: 110px;
        height: 110px
    }
}

@media (min-width:1600px) {
    .card--v4 .item-img {
        width: 125px;
        height: 125px
    }
} */

.card--v4 .item-data,
.section--our-categories .our-categories__list a {
  display: flex;
  justify-content: space-between;
}

.card--v4 .item-data {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  min-height: 70px;
}

@media (min-width: 1200px) {
  .card--v4 .item-data h3 {
    color: #0F3054;
    font-size: 1.2rem;
    word-break: normal;
  }
}

.card--v4 .item-data .data-category,
.card--v4 .item-data p {
  color: #878787;
  margin-top: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .card--v4 .item-data .data-category,
  .card--v4 .item-data p {
    font-size: 0.65rem;
  }
}

.card--v4 .item-data .btn--sm {
  font-weight: 700;
  font-size: 0.85rem;
}

.section--our-categories {
  position: relative;
  z-index: 1000;
}

.section--our-categories .our-categories {
  display: flex;
  background: linear-gradient(
    135deg,
    #0F3054 0%,
    rgba(0, 194, 238, 1) 100%
  );
  padding: 10px 0 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.section--our-categories .our-categories__label {
  width: 262px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  color: #FFBB00;
}

@media (max-width: 1280px) {
  .section--our-categories .our-categories__label {
    width: 150px;
    flex: 0 0 150px;
    font-size: 14px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .section--our-categories .our-categories {
    overflow-x: auto;
    border-radius: 0;
  }
}

@media (max-width: 576px) {
  .section--our-categories .our-categories__label {
    display: none;
  }
}

/* .section--our-categories .our-categories {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15)
} */

.section--our-categories .our-categories__head {
  /* background: #171717; */
  color: #fff;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 0;
}

.section--our-categories .our-categories__head h3 {
  position: relative;
  /* color: #fff; */
  margin-bottom: 0;
  /* padding-left: 15px */
}

.section--our-categories .our-categories__head h3:before {
  width: 22px;
}

.section--our-categories .our-categories__body {
  background: #fff;
}

.section--our-categories .our-categories__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}

@media (max-width: 1200px) {
  .section--our-categories .our-categories__list {
    flex-wrap: nowrap;
  }
}

.section--our-categories .our-categories__list li {
  flex: 1;
  font-weight: 700;
}

.section--our-categories .our-categories__list li:hover svg {
  transform: none;
  opacity: 1;
}

.section--our-categories .our-categories__list svg {
  opacity: 0;
  transform: translate(102%, 0);
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1280px) {
  .section--our-categories .our-categories__list svg {
    display: none;
  }
}

.section--our-categories .our-categories__list div {
  align-items: center;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 992px) {
  .section--our-categories .our-categories__list div {
    white-space: nowrap;
  }

  .section--our-categories .our-categories__list span {
    white-space: nowrap;
  }
}

.section--our-categories .our-categories__list a:active,
.section--our-categories .our-categories__list a:focus,
.section--our-categories .our-categories__list a:hover {
  /* background: #ffdd3d */
}

.section--our-categories .our-categories__btn {
  padding: 13px 15px;
  text-align: center;
}

@media (min-width: 767px) {
  .section--our-categories .our-categories__btn {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) {
  .section--our-categories .our-categories__btn {
    padding: 30px 15px;
  }
  .section--our-categories .our-categories__btn .btn--sm {
    font-size: 1rem;
    height: 45px;
  }
}

.category-products {
  padding-bottom: 0;
}

.category-products .card--v4 {
  background: #fff;
}

.category-products .card--v4 a {
  display: flex;
}

.category-products .card--v4 .data-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.category-products .card--v4 {
  flex: 0 0 11.33333%;
  padding: 10px;
}

@media (min-width: 667px) {
  .category-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 1200px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .category-products .card--v4 {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .category-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .category-products .card--v4 .data-title {
    margin-bottom: 0;
  }
}

.page-banner {
  height: 100px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.85rem;
  letter-spacing: 0.6px;
}

@media (min-width: 1200px) {
  .page-banner {
    height: 100px;
    padding: 30px 25px;
  }

  .page-banner h1 {
    font-size: 2.5rem;
  }
}

.page-content {
  background: linear-gradient(
    135deg,
    #0F3054 0%,
    rgba(0, 194, 238, 1) 100%
  );
  min-height: 70vh;
  padding-bottom: 60px;
}

.page-content__inner {
  padding: 40px 15px;
}

@media (min-width: 760px) {
  .page-content__inner {
    padding: 60px 90px;
  }
}

@media (min-width: 1200px) {
  .page-content__inner {
    padding: 60px 30px;
    max-width: 1060px;
    margin: 0 auto;
  }
}

article.article h4,
article.article h5,
article.article h6 {
  margin-bottom: 25px;
}

article.article p {
  font-size: 1rem;
  line-height: 1.5;
}

.unsub, #unsubform {
  color: #fff;
}

article.article, article.article h2, article.article p {
  color: #fff;
}
.contacts__intro {
  text-align: center;
  color: #fff;
  margin: 0 auto 35px;
  max-width: 600px;
}

.contacts__list .list-item {
  text-align: center;
  margin-bottom: 36px;
}

.contacts__list .list-item span {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.contacts__list .list-item p {
  color: #0F3054;
  font-size: 1.35rem;
  font-weight: 700;
}

.contacts__list {
  color: #fff;
}

@media (min-width: 1200px) {
  .faqs {
    max-width: 900px;
    margin: 0 auto;
  }
}

.faqs .faq-item {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.faqs .faq-item {
  border-radius: 5px;
  margin-bottom: 22px;
  position: relative;
}

@media (min-width: 1200px) {
  .faqs .faq-item {
    margin-bottom: 34px;
  }
}

.faqs .faq-item__bar {
  background: #fff;
  padding: 18px 70px 18px 13px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .faqs .faq-item__bar {
    padding: 33px 70px 33px 30px;
  }
}

.faqs .faq-item__bar:before {
  content: "";
  width: 0;
  /* background: #ffdd3d; */
  height: 4px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: width 0.35s ease-in-out;
}

.faqs .faq-item__bar .down-icon {
  transition: all 0.35s ease-in-out;
}

.faqs .faq-item__bar.is-dropped .down-icon {
  transform: rotate(-180deg);
}

.faqs .faq-item__bar .bar-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 1200px) {
  .faqs .faq-item__bar .bar-text {
    font-size: 1.1rem;
  }
}

.faqs .faq-item .down-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
}

.faqs .faq-item__dropdown {
  background: #fff;
  display: none;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0 25px 30px;
  width: 100%;
}

@media (min-width: 1200px) {
  .faqs .faq-item__dropdown {
    padding: 0 65px 30px 75px;
  }
}

.faqs .faq-item__dropdown p {
  margin-top: 0;
  line-height: 1.85;
}

.product-entry {
  padding: 60px 0 0;
}

.product-entry__content {
    padding: 0 20px;
}

.product-entry .left-col {
  flex: 0 0 400px;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.product-entry .right-col {
  padding: 60px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 1;
}

@media (min-width: 1024px) {
  .product-entry {
    text-align: left;
  }
  .product-entry__content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: nowrap;
    padding-top: 0;
  }
  .product-entry {
    min-height: 600px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1024px) {
    .product-entry .right-col {
        padding: 40px 10px;
      }

      .product-entry {
        padding-bottom: 20px;
      }
}

@media (max-width: 992px) {
    .product-entry {
        padding: 20px 0 0;
      } 

      .product-entry .right-col {
        padding: 30px 10px;
        margin-top: 20px;
      }
}

/* video type of page */

.product-entry--video-type .product-entry__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}

.product-entry--video-type .product-entry__content .img-wrapper {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.product-entry--video-type .play-btn {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 0.35s ease-in-out;
}

.product-entry--video-type .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.product-entry--video-type .play-btn svg {
  width: 45px;
  height: 45px;
  display: block;
}

.product-entry--video-type .video-type__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}

.product-entry--video-type .video-type__item .item-data {
  padding-top: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  z-index: 100;
  padding: 20px;
  border-radius: 10px;
}

.product-entry--video-type .video-type__item .item-data .headline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}

.product-entry--video-type .video-type__item .item-data h2 {
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 20px;
}

.product-entry--video-type .product-entry__action-btn {
  margin: 20px auto 0 auto;
}

@media (max-width: 766px) {
  .product-entry--video-type .play-btn {
    transform: translate(-50%, -70%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-50%, -70%) scale(1.1);
  }
}

@media (min-width: 767px) {
  .product-entry--video-type .video-type__item .item-data {
    width: 100%;
  }
  .product-entry--video-type .play-btn {
    transform: translate(-250%, -50%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-250%, -50%) scale(1.1);
  }
}

@media (min-width: 992px) {
  .product-entry--video-type {
    min-height: 400px;
  }
  .product-entry--video-type .video-type__item {
    width: 100%;
    flex-wrap: nowrap;
  }
  .product-entry--video-type .video-type__item .item-data h2 {
    max-width: 300px;
  }
  .product-entry--video-type .product-entry__content {
    padding-top: 30px;
  }
  .product-entry--video-type .product-entry__content .img-wrapper {
    max-width: 100%;
  }

  .product-entry--video-type .product-entry__action-btn {
    margin: 30px 0 0 0;
  }
  .product-entry--video-type .video-type__item .item-data {
    padding-top: 30px;
  }
  .product-entry--video-type .play-btn {
    transform: translate(-20%, -100%);
  }
  .product-entry--video-type .play-btn:hover {
    transform: translate(-20%, -100%) scale(1.1);
  }
}

/* end video type of page */

.product-entry__head {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-bottom: 20px;
}

.product-entry__head .head-image {
  margin-bottom: 5px;
  border-radius: 10px;
}

.product-entry__head img {
  border-radius: 10px;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .product-entry__head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1200px) {
    .product-entry__head img {
        height: 100%;
    }
}

@media (max-width: 992px) {
    .product-entry__head img {
        height: 100%;
    }
}

@media (max-width: 576px) {
    .product-entry__head img {
        height: 100%;
    }
}

.product-entry__body {
  position: relative;
  z-index: 10;
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 1200px) {
  .product-entry__body {
    padding-left: 0;
  }
}

.product-entry__body .body-head-row {
  padding: 0 20px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .product-entry__body .body-head-row  {
        padding: 0;
    }
}


.product-entry__body .body-head-row .head-title {
  color: #FFBB00;
  font-weight: 700;
  letter-spacing: 0.34px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .product-entry__body .body-head-row .head-title {
    font-size: 1.45rem;
  }
}

.product-entry__body .body-head-row .head-category {
  margin-top: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.34px;
  font-size: 1.15rem;
  margin-bottom: 5px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .product-entry__body .body-head-row .head-category {
    font-size: 1.1rem;
  }
}

.product-entry__body .body-row {
  margin-bottom: 15px;
  text-align: left;
  padding: 0 20px;
  max-width: 320px;
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .product-entry__body .body-row {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
    .product-entry__body .body-row {
       padding: 0;
    }
}

.product-entry__body .body-row__title {
  color: #FFBB00;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.34px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .product-entry__body .body-row__title {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }
}

.product-entry__body .body-row__text {
  color: #fff;
  font-weight: 500;
  line-height: 1.65;
}

.product-entry__body .body-row__platforms {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-entry__body .body-row__platforms img {
  position: relative;
  margin-right: 20px;
}

.product-entry__body .body-row__platforms .ios {
  top: -2px;
}

.product-entry__article {
  max-width: 1000px;
  position: relative;
  z-index: 10;
  margin: 0 auto 0;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .product-entry__article {
    margin-bottom: 50px;
    margin: 0 auto 0;
  }
}

.product-entry__article div {
  color: #fff;
}

.product-entry__article .article-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

/* .product-entry__article .article-title:before,
.section--related-products .section-head__title:before {
    content: '';
    width: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
} */

.product-entry__article h2,
.product-entry__article h3,
.product-entry__article h4 {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 35px;
}

.product-entry__article img {
  width: 100%;
  margin-bottom: 30px;
}

.product-entry__action-btn {
  margin: 0 15px 0 0;
  height: 63px;
  border-radius: 35px;
  max-width: 200px;
  width: 100%;
  /* background: #ffdd3d; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.25);
  /* color: #8e7604; */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.section--related-products {
  padding: 50px 0;
  position: relative;
}

.section--related-products .graphics-title {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 20%;
  top: 10%;
  font-size: 5rem;
  color: #e8e8e8;
  opacity: 0.25;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .section--related-products .graphics-title {
    font-size: 10rem;
    top: 0;
  }
}

.section--related-products .section__inner {
  padding-left: 15px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .section--related-products .section__inner {
    padding: 0 20px;
    max-width: 90%;
    margin: 0 auto;
  }
}

.section--related-products .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 10px;
}

.section--related-products .section-head__title {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  padding-left: 42px;
}

@media (min-width: 1200px) {
  .section--related-products .section-head__title {
    padding-left: 52px;
    font-size: 1.45rem;
  }
}

@media (min-width: 1600px) {
  .section--related-products .section-head__title {
    font-size: 1.65rem;
  }
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* new design format */
.products-wrapper {
  padding-top: 30px;
  min-height: 100vh;
  padding-bottom: 60px;
}

.carousel-wrapper--align121 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (max-width: 576px) {
  .products-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .carousel-wrapper--align121 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    align-items: flex-start;
  }
}

.carousel-wrapper--align121 .card--v1 .item-img {
  height: auto;
  flex: 1;
}

.carousel-wrapper--align121 .card--v1 a,
.carousel-wrapper--align121 .card--v1 a > div {
  height: 100%;
}

.carousel-wrapper--align121 .card--v1 a > div {
  display: flex;
  flex-direction: column;
}

.carousel-wrapper--align121 .card--v1:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.carousel-wrapper--align121 .card--v1:nth-child(2) {
    grid-column-start:5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}

.carousel-wrapper--align121 .card--v1:nth-child(3) {
    grid-column-start:5;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
}

.carousel-wrapper--align121 .card--v1:nth-child(4) {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end:2;
}

.carousel-wrapper--align121 .card--v1:nth-child(5) {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
}

.carousel-wrapper--align121 .card--v1:nth-child(6) {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 2;
}

.carousel-wrapper--align121 .card--v1:nth-child(7) {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 2;
    grid-row-end: 3;
}


@media (max-width: 576px) {
  .carousel-wrapper--align121 .card--v1 a,
  .carousel-wrapper--align121 .card--v1 a > div {
    height: auto;
  }
  .carousel-wrapper--align121 .card--v1:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  .carousel-wrapper--align121 .card--v1:nth-child(7) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}

/* category products */
.category-products,
.carousel-wrapper--align41 {
  display: grid;
  grid-template-columns: repeat(5, 19.3333%);
  grid-gap: 10px;
}

@media (max-width: 992px) {
    .category-products,
    .carousel-wrapper--align41 {
      grid-template-columns: repeat(3, 31%);
      grid-gap: 10px;
    }
}

@media (max-width: 576px) {
  .category-products,
  .carousel-wrapper--align41 {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px;
  }
}

/* =========================================================================
   PLAYMINION — "Playable Zine · Night edition" design tokens
   Shared by Home.vue / Header.vue / Footer.vue scoped styles.
   ========================================================================= */

:root {
  --pm-paper:       #131320; /* night paper (page background) */
  --pm-band:        #171726; /* lifted band (alternating rows) */
  --pm-card:        #1C1C2E; /* card surface */
  --pm-tile:        #26263C; /* game tile neutral */
  --pm-tile-border: #34344E;
  --pm-cream:       #F4EFE2; /* cream ink (headlines, borders, offset shadows) */
  --pm-body:        #C9C4B4; /* body / secondary text */
  --pm-muted:       #8A8AA3; /* muted metadata */
  --pm-yellow:      #FFC633; /* brand yellow (CTAs, ticket, mascot) */
  --pm-on-yellow:   #3A2C00; /* text on yellow */
  --pm-coral:       #FF7A5C; /* stamp coral (badges) */
  --pm-green:       #5CE0A0; /* live-dot green */
  --pm-serif:       'Instrument Serif', Georgia, 'Times New Roman', serif;
  --pm-mono:        'Space Mono', ui-monospace, monospace;
  --pm-sans:        'Karla', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --pm-maxw:        1200px;
}

/* SIGNIN AND UNSUBSCRIBE BUTTON */

.signin-btn,
.unsubscribe-btn {
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #101010;
}

.signin-btn:active,
.signin-btn:focus,
.unsubscribe-btn:active,
.unsubscribe-btn:focus {
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #101010;
}

.signin-btn:hover,
.unsubscribe-btn:hover {
    color: #FFBB00;
}

.signin-btn path,
.unsubscribe-btn path {
    fill: #101010;
}

/* MENU LINK DIV */

.menu-link:before {
    background-color:#111;
}

/* PRIMARY BUTTON DIV */

.btn--primary{
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #FFBB00;
    border: none;
}

.btn--primary:active,
.btn--primary:focus {
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #101010;
    border: none;
  }

.btn--primary:hover {
}

/* SEARCH BUTTON */

.search__btn {
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #FFBB00;
}

.search__btn:active,
.search__btn:focus {
    background: linear-gradient(135deg, #0F3054 0%, rgba(0, 194, 238, 1) 100%);
    color: #101010;
  }

.search__btn:hover {
}

.search__btn path {
    fill: #111;
}

.search__btn:hover path {
}

/* MENU TITLE */

.slide-menu__title {
    color: #061D19;
}

/* PRODUCT BUTTON A */

.product-entry__action-btn {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFBB00;
}

.product-entry__action-btn:active,
.product-entry__action-btn:focus {
    background-color: #fff;
    color: #101010;
}

.product-entry__action-btn:hover {
    background-color: #222;
    color: #fff;
}

/* REGISTRATION LINK A */
.registration_link {
    color: #061D19;
}

/* SECTION TITLE H2 */

.box-title:before {
    background-color: #061D19;
}

/* CATEGORIES LINK ITEM */

/* CATEGORIES HEAD DIV */

.our-categories__head {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.our-categories__head h3 {
  color: #222;
}

/* FAQ ITEM BAR DIV */

.faq-item__bar:before {
    background: #FFBB00;
}

/* FOOTER */

.page-footer {
    background: #262626;
}

 .page-footer li a {
     color: #fff;
 }

 .page-footer li a:hover {
    color: #FFBB00;
 }

/* =========================================================================
   PLAYMINION NEW DESIGN — dark "night zine" theme applied to all pages.
   Loaded last, so these override the legacy look in style.css.
   Uses the --pm-* tokens defined at the top of this file.
   ========================================================================= */

/* ---- Typography & base surface ---- */
body, html {
  font-family: var(--pm-sans);
  color: var(--pm-body);
  background: var(--pm-paper);
}
h1, h2, h3, h4, h5, h6,
.page-banner h1, .box-title,
article.article h1, article.article h2, article.article h3,
article.article h4, article.article h5, article.article h6 {
  font-family: var(--pm-serif);
  font-weight: 400;
  color: var(--pm-cream);
  letter-spacing: 0;
}
.btn, .btn--primary, .btn--outline, .btn--submit,
.page-banner h1, .box-title, #singInModal form input, #unsubform form input,
.modal--signin form input, .modal--unsubscribe form input {
  text-transform: none !important;
}
article.article p, .page-content, .unsub, .contacts { color: var(--pm-body); }

/* ---- Page surfaces ---- */
.page-wrapper { background: var(--pm-paper); }
.page-content { background: var(--pm-paper); }
.page-banner {
  height: auto;
  padding: 44px 24px;
  background: var(--pm-band);
  border-bottom: 1px solid var(--pm-tile);
}
.page-banner h1 { color: var(--pm-cream); font-size: clamp(30px, 4vw, 46px); }
.page-content__inner { max-width: var(--pm-maxw); }

/* ---- Content boxes / sections ---- */
.section__box {
  background: var(--pm-card);
  border: 1px solid var(--pm-tile);
  border-radius: 12px;
  box-shadow: none;
  color: var(--pm-body);
}
.section__box .box-title { color: var(--pm-cream); }
.section__box .box-title svg path { fill: var(--pm-yellow); }

/* ---- Product cards (category grid, related, carousels on inner pages) ---- */
.card--v1, .card--v2, .card--v3, .card--v4 {
  background: var(--pm-card);
  border: 1px solid var(--pm-cream);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card--v1:hover, .card--v2:hover, .card--v3:hover, .card--v4:hover {
  box-shadow: 3px 3px 0 var(--pm-cream);
  transform: translateY(-3px);
}
.card--v1 .item-img:hover img, .card--v2 .item-img:hover img,
.card--v3 .item-img:hover img, .card--v4 .item-img:hover img { opacity: 1; }
.card--v1 .item-data, .card--v2 .item-data, .card--v3 .item-data, .card--v4 .item-data { background: var(--pm-card); }
.card--v1 .item-data .data-title, .card--v2 .item-data .data-title,
.card--v3 .item-data .data-title, .card--v4 .item-data .data-title { color: var(--pm-cream); }
.card--v1 .item-data .data-category, .card--v2 .item-data .data-category,
.card--v3 .item-data .data-category, .card--v4 .item-data .data-category { color: var(--pm-muted); }

/* ---- Buttons ---- */
.btn--primary,
#singInModal .signin-btn, .unsubscribe-btn.btn, .btn--submit {
  background: var(--pm-yellow);
  color: var(--pm-on-yellow);
  border: 1px solid var(--pm-cream);
  border-radius: 9px;
  box-shadow: 3px 3px 0 var(--pm-cream);
  letter-spacing: normal;
}
.btn--primary:hover,
#singInModal .signin-btn:hover, .btn--submit:hover {
  transform: translateY(-1px);
  box-shadow: 4px 4px 0 var(--pm-cream);
  color: var(--pm-on-yellow);
}
.btn--primary svg path, #singInModal .signin-btn svg path, .btn--submit svg path { fill: var(--pm-on-yellow); }
.btn--outline {
  border: 1px solid var(--pm-cream);
  border-radius: 9px;
  color: var(--pm-cream);
  background: transparent;
}
.btn--outline:hover, .btn--outline:focus, .btn--outline:active {
  background: var(--pm-cream);
  color: var(--pm-paper);
}

/* ---- Access-code / phone inputs ---- */
#singInModal form input, .modal--signin form input,
#unsubform form input, .modal--unsubscribe form input,
.page-content input[type="text"], .page-content input[type="tel"], .page-content input[type="email"] {
  font-family: var(--pm-sans);
  border: 1px solid var(--pm-tile-border);
  border-radius: 8px;
  background: var(--pm-tile);
  color: var(--pm-cream);
}
#singInModal form input:focus, .modal--signin form input:focus,
#unsubform form input:focus, .modal--unsubscribe form input:focus {
  outline: none;
  border-color: var(--pm-yellow);
}
#singInModal, .modal--signin, #unsubform, .modal--unsubscribe { color: var(--pm-body); }
#singInModal form label, #unsubform form label { color: var(--pm-cream); }
.registration-text a, .registration_link { color: var(--pm-yellow) !important; }
.registration-text a:hover { color: var(--pm-cream) !important; }

/* modal dialog surface + text (dark theme) */
.modal-content { background: var(--pm-card); color: var(--pm-body); border: 1px solid var(--pm-tile); }
.modal-header, .modal-footer { border-color: var(--pm-tile); }
.modal .modal-footer { background: var(--pm-band); }
.modal .modal-header { border-top-color: var(--pm-yellow); }
.modal-title, #singInModal .modal-title, #unsubform .modal-title { color: var(--pm-cream); }
#singInModal .registration-text h4, .modal--signin .registration-text h4 { color: var(--pm-cream); }
.modal-body, .modal-body p { color: var(--pm-body); }
#singInModal form label, #unsubform form label { color: var(--pm-cream); }
.modal-body input::-moz-placeholder { color: var(--pm-muted); }
.modal-body input::placeholder { color: var(--pm-muted); }
.modal .close, .modal-header .close { color: var(--pm-cream); opacity: 0.85; text-shadow: none; }

/* ---- Links / text accents ---- */
.page-content a, article.article a { color: var(--pm-yellow); }
.page-content a:hover, article.article a:hover { color: var(--pm-cream); }
strong { color: var(--pm-cream); }

/* ---- Cookie bar ---- */
.Cookie--portal { background: #000; }
.Cookie--portal .Cookie__button {
  background: var(--pm-yellow);
  color: var(--pm-on-yellow);
  border-radius: 8px;
}
.Cookie--portal .Cookie__button:hover { filter: brightness(0.95); background: var(--pm-yellow); color: var(--pm-on-yellow); }
.Cookie--portal a:hover { color: var(--pm-yellow); }

/* ---- Mobile side menu accents ---- */
.slide-menu a:hover, .slide-menu .is-active a { color: var(--pm-yellow); }


