@charset "UTF-8";

:root {
  --c-primary: #082f2f;
  --c-secondary: #0b3a34;
  --c-accent: #ddb85c;
  --c-bg: #0b403c;
  --c-surface: #124f48;
  --c-text: #ffffff;
  --c-text-muted: #c5d3ce;
  --c-btn: #ddb85c;
  --c-btn-text: #132623;
  --c-border: rgba(221, 184, 92, 0.24);
  --c-grad-start: #082f2f;
  --c-grad-end: #0b403c;
  --c-logo-text: #ffffff;
}

.qw-container,
.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-footer-inner,
.it-legal {
  max-width: 1200px;
}

.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-legal {
  width: 100%;
}

.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author {
  margin-left: auto;
  margin-right: auto;
}

.pt-it-template .it-content {
  margin-left: auto;
  margin-right: auto;
}

.it-table-wrap,
.it-table {
  width: 100%;
}

.pt-it-template .h12_root {
  background: rgba(8, 47, 47, .96);
  border-bottom: 1px solid var(--c-border);
  backdrop-filter: blur(14px);
}

.pt-it-template .h12_root .qw-header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.pt-it-template .h12_nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 18px;
}

.h12_nav .qw-nav-link,
.h12_mnav .qw-nav-link {
  font-size: 1rem;
}

.pt-it-template .h12_nav .qw-nav-link {
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--c-text-muted);
  font-weight: 700;
  text-decoration: none;
}

.pt-it-template .h12_nav .qw-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.h12_nav .qw-nav-link.active,
.h12_mnav .qw-nav-link.active {
  color: var(--c-accent);
  background: rgba(221, 184, 92, .12);
}

.pt-it-template .h12_cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.pt-it-template .h12_cta-desktop,
.pt-it-template .h12_mrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pt-it-template .h12_btn-login,
.pt-it-template .h12_btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.pt-it-template .h12_btn-login {
  border: 1px solid rgba(221, 184, 92, .35);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.pt-it-template .h12_btn-login:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(221, 184, 92, .6);
}

.pt-it-template .h12_btn-register {
  border: 1px solid var(--c-accent);
  color: var(--c-btn-text);
  background: var(--c-accent);
}

.pt-it-template .h12_btn-register:hover {
  background: #edca71;
}

.pt-it-template .h12_menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.pt-it-template .h12_mobile-nav .qw-container {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 14px;
}

.pt-it-template .h12_mnav {
  display: grid;
  gap: 8px;
}

.pt-it-template .h12_mrow {
  display: flex;
  gap: 8px;
}

.pt-it-template .h12_mbtn {
  flex: 1 1 0;
}

.it-casino-block h3 {
  margin: 26px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-casino-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-casino-block blockquote {
  margin: 24px 0 0;
  padding: 22px;
  border-left: 4px solid var(--c-accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}

.it-casino-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-casino-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-casino-author {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin: 18px 0 8px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 207, 74, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.it-casino-author strong {
  color: #fff;
  font-size: 18px;
}

.it-casino-author span {
  color: var(--c-text-muted);
  font-size: 14px;
}

.it-bonus-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-bonus-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-bonus-verdict-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-bonus-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-bonus-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-bonus-block .it-list {
  margin-top: 16px;
  margin-bottom: 18px;
}

.it-bonus-block .it-list li,
.it-app-block .it-list li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.it-bonus-block .it-list li::before,
.it-app-block .it-list li::before {
  top: 10px;
  left: 15px;
}

.it-promo.it-intro {
  background-color: #071f22;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.it-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.it-promo-actions .it-btn {
  width: max-content;
  gap: 8px;
  text-align: center;
  line-height: 1.18;
}

.it-promo-copy > span {
  margin-bottom: 0 !important;
}

.it-promo-actions .it-btn:not(.it-btn-soft),
.it-promo-actions .it-btn:not(.it-btn-soft) .pt-app-icon,
.it-promo-actions .it-btn:not(.it-btn-soft) svg {
  color: var(--c-btn-text) !important;
  fill: currentColor;
}

.it-promo-actions .it-btn-soft {
  border: 1px solid rgba(221, 184, 92, .38);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.pt-app-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

.pt-it-template [data-component="app_banner"] .it-btn {
  min-width: 228px;
  justify-content: center;
  white-space: normal;
}

.pt-footer-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 34px;
  margin-top: 8px;
  padding: 7px 13px;
  border: 1px solid rgba(221, 184, 92, .55);
  border-radius: 8px;
  color: var(--c-btn-text);
  background: var(--c-accent);
  box-shadow: 0 8px 22px rgba(221, 184, 92, .22);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.pt-it-template .it-hero-copy {
  max-width: 700px;
}

.pt-it-template .it-stars {
  color: var(--c-accent);
  letter-spacing: 0;
  margin-bottom: 10px;
}

.pt-it-template .it-user-reviews-grid blockquote span,
.pt-it-template .it-casino-author strong,
.pt-it-template .it-verdict-author strong {
  color: #fff;
}

.pt-it-template .it-content {
  display: grid;
  gap: 40px;
}

.pt-it-template .it-content > .it-section {
  padding: 30px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(221, 184, 92, .08), transparent 34%),
    linear-gradient(145deg, rgba(18, 79, 72, .86), rgba(7, 31, 34, .94));
}

.pt-it-template .it-content > .it-section > p,
.pt-it-template .it-content > .it-section article > p,
.pt-it-template .it-legal p {
  margin: 0;
}

.pt-it-template .it-content > .it-section > p + p,
.pt-it-template .it-content > .it-section article > p + p,
.pt-it-template .it-legal p + p {
  margin-top: 16px;
}

.pt-it-template .it-content > .it-section > h2 + p,
.pt-it-template .it-content > .it-section > h3 + p,
.pt-it-template .it-content > .it-section article > h3 + p,
.pt-it-template .it-legal h2 + p,
.pt-it-template .it-legal h3 + p {
  margin-top: 0;
}

.pt-it-template .it-content > .it-section > p + .it-list,
.pt-it-template .it-content > .it-section > p + ol,
.pt-it-template .it-content > .it-section > p + ul,
.pt-it-template .it-content > .it-section article > p + .it-list,
.pt-it-template .it-content > .it-section article > p + ol,
.pt-it-template .it-content > .it-section article > p + ul {
  margin-top: 16px;
}

.pt-it-template .it-content > .it-section > .it-list + p,
.pt-it-template .it-content > .it-section > ol + p,
.pt-it-template .it-content > .it-section > ul + p,
.pt-it-template .it-content > .it-section article > .it-list + p,
.pt-it-template .it-content > .it-section article > ol + p,
.pt-it-template .it-content > .it-section article > ul + p {
  margin-top: 16px;
}

.pt-it-template .it-content > .it-section > p + .it-table-wrap,
.pt-it-template .it-content > .it-section article > p + .it-table-wrap {
  margin-top: 18px;
}

.pt-it-template .it-content > .it-section > .it-table-wrap + p,
.pt-it-template .it-content > .it-section article > .it-table-wrap + p {
  margin-top: 18px;
}

.pt-it-template .it-content > .it-section > p + blockquote,
.pt-it-template .it-content > .it-section > blockquote + blockquote,
.pt-it-template .it-content > .it-section > blockquote + p {
  margin-top: 18px;
}

.pt-it-template .it-section,
.pt-it-template .it-promo {
  margin-top: 0;
  margin-bottom: 0;
}

.pt-it-template .pt-football-block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 14px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}

.pt-it-template .pt-football-block h3::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--c-accent);
  box-shadow: 0 0 14px rgba(221, 184, 92, .35);
}

.pt-it-template .pt-football-block p + p {
  margin-top: 14px;
}

.pt-it-template .pt-football-block .it-list {
  margin-top: 14px;
}

.pt-it-template .it-table-wrap {
  overflow-x: auto;
}

.pt-it-template .it-table {
  min-width: 680px;
}

@media (max-width: 768px) {
  .pt-it-template .h12_nav {
    display: none !important;
  }

  .pt-it-template .h12_menu-btn {
    display: inline-flex !important;
  }

  .pt-it-template .h12_inner {
    gap: 10px;
  }

  .pt-it-template .h12_cta {
    margin-left: auto;
  }

  .pt-it-template .h12_cta-desktop {
    display: none !important;
  }

  .h12_cta > .h12_cta-desktop {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .pt-it-template {
    overflow-x: hidden;
  }

  .pt-it-template .qw-container,
  .pt-it-template .it-content,
  .pt-it-template .it-section,
  .pt-it-template .it-promo {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .pt-it-template .it-hero {
    min-height: 430px;
  }

  .pt-it-template .it-hero-copy {
    max-width: 100%;
    min-width: 0;
  }

  .pt-it-template .it-hero-copy h1 {
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: 0;
    max-width: calc(100vw - 40px);
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  .pt-it-template .it-hero-copy p,
  .pt-it-template .it-section p,
  .pt-it-template .it-list li {
    font-size: 15px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .pt-it-template .it-promo {
    min-height: 360px;
    padding: 28px 20px;
  }

  .pt-it-template .it-content > .it-section {
    padding: 22px;
  }

  .pt-it-template .it-content.qw-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pt-it-template .it-promo-copy {
    max-width: 100%;
  }

  .pt-it-template .it-promo-actions {
    align-items: stretch;
  }

  .pt-it-template .it-promo-actions .it-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pt-it-template .it-user-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.it-app-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-app-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-app-block .it-list {
  margin-top: 16px;
  margin-bottom: 18px;
}

.it-app-block .it-faq-list {
  margin-top: 18px;
}

.it-app-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-app-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.pt-it-template .it-rating-block {
  background:
    linear-gradient(90deg, rgba(6, 31, 34, .97) 0%, rgba(12, 69, 64, .9) 44%, rgba(12, 69, 64, .58) 100%),
    radial-gradient(circle at 88% 30%, rgba(255, 207, 74, .26), transparent 36%) !important;
  border-color: rgba(255, 207, 74, .34);
  box-shadow: 0 22px 50px rgba(6, 31, 34, .34);
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  position: relative;
}

.pt-it-template .it-rating-block::after {
  background: radial-gradient(circle at 18% 18%, rgba(255, 207, 74, .22), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pt-it-template .it-rating-block > * {
  position: relative;
  z-index: 1;
}

.pt-it-template .it-rating-head {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
  max-width: 880px;
}

.pt-it-template .it-rating-head h2 {
  grid-column: 1;
  margin: 0 !important;
}

.pt-it-template .it-rating-head p {
  grid-column: 1 / -1;
  max-width: 720px;
}

.pt-it-template .it-rating-score {
  align-items: baseline;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  gap: 4px;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 14px 18px;
}

.pt-it-template .it-rating-score strong {
  font-size: clamp(38px, 6vw, 64px);
  line-height: .9;
}

.pt-it-template .it-rating-score span {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.pt-it-template .it-rating-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pt-it-template .it-rating-list article {
  background: rgba(6, 31, 34, .64);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  min-height: 210px;
  padding: 18px;
}

.pt-it-template .it-rating-list article > strong {
  color: var(--c-accent);
  font-size: 30px;
  line-height: 1;
}

.pt-it-template .it-reviews-block {
  overflow: hidden;
  padding: 20px !important;
  position: relative;
}

.pt-it-template .it-carousel-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  text-align: left;
}

.pt-it-template .it-carousel-head p {
  max-width: 720px;
}

.pt-it-template .it-review-carousel {
  display: block;
  margin-top: 22px;
  overflow: hidden;
  padding: 4px 20px 18px;
  width: 100%;
}

.pt-it-template .it-review-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: pt-review-loop 46s linear infinite;
  will-change: transform;
}

.pt-it-template .it-review-carousel:hover .it-review-track,
.pt-it-template .it-review-carousel:focus-within .it-review-track {
  animation-play-state: paused;
}

.pt-it-template .pt-review-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 38%),
    linear-gradient(135deg, #061f22 0%, #147260 58%, #05191c 100%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  display: flex;
  flex: 0 0 min(390px, 86vw);
  flex-direction: column;
  gap: 12px;
  margin: 0;
  min-height: 250px;
  padding: 24px;
}

@keyframes pt-review-loop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .pt-it-template .it-review-carousel {
    overflow-x: auto;
  }

  .pt-it-template .it-review-track {
    animation: none;
  }
}

.pt-it-template .gr-review-top {
  align-items: baseline;
  color: #fff;
  display: flex;
  gap: 4px;
}

.pt-it-template .gr-review-stars {
  color: var(--c-accent);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 207, 74, .34);
}

.pt-it-template .pt-review-card p {
  margin: 0 !important;
}

.pt-it-template .pt-review-card footer {
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  padding-top: 12px;
}

.pt-it-template .pt-review-card footer b {
  color: #fff;
}

.pt-it-template .pt-review-card footer span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.pt-it-template .it-faq-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .14), rgba(255, 255, 255, .05) 44%, rgba(20, 114, 96, .18)),
    linear-gradient(135deg, rgba(6, 31, 34, .98) 0%, rgba(12, 69, 64, .96) 63%, rgba(5, 25, 28, .94) 100%) !important;
  padding: clamp(24px, 4vw, 42px);
}

.pt-it-template .it-faq-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.pt-it-template .it-faq-head h2 {
  margin: 0 !important;
}

.pt-it-template .it-faq-list {
  display: grid;
  gap: 12px;
}

.pt-it-template .it-faq-list details {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  overflow: hidden;
}

.pt-it-template .it-faq-list summary {
  color: #fff !important;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
  padding: 18px 52px 18px 18px;
  position: relative;
}

.pt-it-template .it-faq-list summary::-webkit-details-marker {
  display: none;
}

.pt-it-template .it-faq-list summary::after {
  align-items: center;
  background: rgba(255, 207, 74, .16);
  border: 1px solid rgba(255, 207, 74, .3);
  border-radius: 999px;
  content: "+";
  display: inline-flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.pt-it-template .it-faq-list details[open] summary::after {
  content: "-";
}

.pt-it-template .it-faq-list p {
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 0 !important;
  padding: 0 18px 18px;
}

.pt-it-template .pt-casino-experience {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .13), rgba(255, 255, 255, .04) 38%, rgba(20, 114, 96, .18)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .26);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  display: grid;
  gap: 18px;
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-casino-experience::before {
  background: linear-gradient(180deg, var(--c-accent), rgba(255, 207, 74, .08));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-casino-experience h2,
.pt-it-template .pt-casino-experience > p {
  max-width: 860px;
}

.pt-it-template .pt-casino-experience > p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  margin-bottom: 4px !important;
}

.pt-it-template .pt-casino-experience .it-doc-quote {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid var(--c-accent);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .16);
  margin: 0 !important;
  padding: 22px 22px 20px;
}

.pt-it-template .pt-casino-experience .it-doc-quote p {
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 !important;
}

.pt-it-template .pt-casino-experience .it-doc-quote span {
  color: var(--c-accent);
  display: block;
  font-weight: 850;
  margin-top: 14px;
}

.pt-it-template .pt-bonus-myths {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .14), rgba(255, 255, 255, .045) 36%, rgba(20, 114, 96, .16)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  display: grid;
  gap: 14px;
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-bonus-myths::before {
  background: linear-gradient(180deg, var(--c-accent), rgba(20, 114, 96, .12));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-bonus-myths h2,
.pt-it-template .pt-bonus-myths > p:first-of-type {
  grid-column: 1 / -1;
  max-width: 860px;
}

.pt-it-template .pt-bonus-myths > p:first-of-type {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  margin-bottom: 4px !important;
}

.pt-it-template .pt-bonus-myths .it-myth-line {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.72;
  margin: 0 !important;
  min-height: 100%;
  padding: 18px 20px;
}

.pt-it-template .pt-bonus-myths .it-myth-line strong {
  border-radius: 999px;
  color: #071f22;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 9px;
  text-transform: uppercase;
}

.pt-it-template .pt-bonus-myths .it-myth-line:nth-of-type(even) {
  border-color: rgba(255, 207, 74, .26);
}

.pt-it-template .pt-bonus-myths .it-myth-line:nth-of-type(even) strong {
  background: var(--c-accent);
}

.pt-it-template .pt-bonus-myths .it-myth-line:nth-of-type(odd) {
  border-color: rgba(20, 114, 96, .34);
}

.pt-it-template .pt-bonus-myths .it-myth-line:nth-of-type(odd) strong {
  background: #49d79f;
}

.pt-it-template .pt-app-install-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), rgba(255, 255, 255, .045) 34%, rgba(20, 114, 96, .18)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .22);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-app-install-block::before {
  background: linear-gradient(180deg, var(--c-accent), rgba(20, 114, 96, .12));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-app-install-block > p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  max-width: 900px;
}

.pt-it-template .pt-app-install-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.pt-it-template .pt-app-install-grid article {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-width: 0;
  padding: 0;
}

.pt-it-template .pt-app-install-grid h3 {
  color: var(--c-accent);
  font-size: 22px;
  margin-top: 0 !important;
}

.pt-it-template .pt-app-install-grid p {
  margin-bottom: 14px !important;
}

.pt-it-template .pt-app-install-grid .it-list {
  margin: 16px 0 18px;
  padding: 0;
}

.pt-it-template .pt-welcome-bonuses-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .14), rgba(255, 255, 255, .045) 36%, rgba(20, 114, 96, .18)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .22);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-welcome-bonuses-block::before {
  background: linear-gradient(180deg, var(--c-accent), rgba(20, 114, 96, .12));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-welcome-bonuses-block > p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  max-width: 900px;
}

.pt-it-template .pt-welcome-bonuses-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.pt-it-template .pt-welcome-bonuses-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-width: 0;
  padding: 22px;
}

.pt-it-template .pt-welcome-bonuses-grid h3 {
  color: var(--c-accent);
  font-size: 22px;
  margin-top: 0 !important;
}

.pt-it-template .pt-welcome-bonuses-grid p {
  margin-bottom: 14px !important;
}

.pt-it-template .pt-welcome-bonuses-grid p:last-child {
  background: rgba(255, 207, 74, .08);
  border: 1px solid rgba(255, 207, 74, .18);
  border-radius: 8px;
  margin-bottom: 0 !important;
  padding: 14px 16px;
}

.pt-it-template .pt-cashback-block {
  background:
    linear-gradient(135deg, rgba(73, 215, 159, .14), rgba(255, 255, 255, .045) 38%, rgba(255, 207, 74, .16)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(73, 215, 159, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .22);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-cashback-block::before {
  background: linear-gradient(180deg, #49d79f, var(--c-accent));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-cashback-block p {
  max-width: 960px;
}

.pt-it-template .pt-cashback-block p:nth-of-type(1),
.pt-it-template .pt-cashback-block p:nth-of-type(2) {
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.82;
}

.pt-it-template .pt-cashback-block p:nth-of-type(3) {
  background: rgba(73, 215, 159, .1);
  border: 1px solid rgba(73, 215, 159, .24);
  border-left: 4px solid #49d79f;
  border-radius: 8px;
  color: #fff;
  font-weight: 750;
  margin-top: 18px !important;
  padding: 16px 18px;
}

.pt-it-template .pt-cashback-block p:nth-of-type(4),
.pt-it-template .pt-cashback-block p:nth-of-type(5) {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  display: block;
  margin-top: 14px !important;
  padding: 18px 20px;
}

.pt-it-template .pt-cashback-block p:nth-of-type(4)::before,
.pt-it-template .pt-cashback-block p:nth-of-type(5)::before {
  border-radius: 999px;
  color: #071f22;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 8px 10px 0;
  padding: 6px 9px;
  text-transform: uppercase;
}

.pt-it-template .pt-cashback-block p:nth-of-type(4)::before {
  background: #49d79f;
  content: "Exemplo";
}

.pt-it-template .pt-cashback-block p:nth-of-type(5)::before {
  background: var(--c-accent);
  content: "Regras";
}

.pt-it-template .pt-weekly-promos-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), rgba(255, 255, 255, .045) 36%, rgba(73, 215, 159, .14)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .22);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-weekly-promos-block::before {
  background: linear-gradient(180deg, var(--c-accent), #49d79f);
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-weekly-promos-block > p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  max-width: 900px;
}

.pt-it-template .pt-weekly-promos-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.pt-it-template .pt-weekly-promos-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-width: 0;
  padding: 22px;
}

.pt-it-template .pt-weekly-promos-grid h3 {
  color: var(--c-accent);
  font-size: 21px;
  margin-top: 0 !important;
}

.pt-it-template .pt-weekly-promos-grid p {
  margin-bottom: 0 !important;
}

.pt-it-template .pt-rtp-myths {
  background:
    linear-gradient(135deg, rgba(73, 215, 159, .13), rgba(255, 255, 255, .045) 36%, rgba(255, 207, 74, .14)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(73, 215, 159, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  display: grid;
  gap: 14px;
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-rtp-myths::before {
  background: linear-gradient(180deg, #49d79f, var(--c-accent));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-rtp-myths h2,
.pt-it-template .pt-rtp-myths > p:first-of-type {
  grid-column: 1 / -1;
  max-width: 860px;
}

.pt-it-template .pt-rtp-myths > p:first-of-type {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.82;
  margin-bottom: 4px !important;
}

.pt-it-template .pt-rtp-myths .it-myth-line {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.72;
  margin: 0 !important;
  min-height: 100%;
  padding: 18px 20px;
}

.pt-it-template .pt-rtp-myths .it-myth-line strong {
  border-radius: 999px;
  color: #071f22;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 9px;
  text-transform: uppercase;
}

.pt-it-template .pt-rtp-myths .it-myth-line:nth-of-type(even) {
  border-color: rgba(255, 207, 74, .26);
}

.pt-it-template .pt-rtp-myths .it-myth-line:nth-of-type(even) strong {
  background: var(--c-accent);
}

.pt-it-template .pt-rtp-myths .it-myth-line:nth-of-type(odd) {
  border-color: rgba(73, 215, 159, .34);
}

.pt-it-template .pt-rtp-myths .it-myth-line:nth-of-type(odd) strong {
  background: #49d79f;
}

.pt-it-template .pt-live-casino-block {
  background:
    linear-gradient(135deg, rgba(73, 215, 159, .13), rgba(255, 255, 255, .045) 34%, rgba(255, 207, 74, .14)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(73, 215, 159, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-live-casino-block::before {
  background: linear-gradient(180deg, #49d79f, var(--c-accent));
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-live-casino-block > p {
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.82;
  max-width: 980px;
}

.pt-it-template .pt-live-casino-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.pt-it-template .pt-live-casino-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-width: 0;
  padding: 22px;
}

.pt-it-template .pt-live-casino-grid h3 {
  color: var(--c-accent);
  font-size: 21px;
  margin-top: 0 !important;
}

.pt-it-template .pt-live-casino-grid p strong {
  color: var(--c-accent);
  display: inline;
  font-weight: 800;
}

.pt-it-template .pt-live-casino-grid p {
  margin-bottom: 0 !important;
}

.pt-it-template .pt-live-casino-grid .pt-live-start {
  border-color: rgba(255, 207, 74, .24);
}

.pt-it-template .pt-slots-catalog-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), rgba(255, 255, 255, .045) 34%, rgba(73, 215, 159, .14)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-slots-catalog-block::before {
  background: linear-gradient(180deg, var(--c-accent), #49d79f);
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-slots-catalog-block > p:nth-of-type(1),
.pt-it-template .pt-slots-catalog-block > p:nth-of-type(2) {
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.82;
}

.pt-it-template .pt-slots-catalog-block > p:nth-of-type(3),
.pt-it-template .pt-slots-catalog-block > p:nth-of-type(4),
.pt-it-template .pt-slots-catalog-block > p:nth-of-type(5) {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  margin-top: 14px !important;
  padding: 18px 20px;
}

.pt-it-template .pt-slots-catalog-block > p:nth-of-type(6) {
  color: var(--c-accent);
  font-weight: 850;
  margin-top: 22px !important;
}

.pt-it-template .pt-slots-catalog-block .it-table-wrap {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.pt-it-template .pt-slots-catalog-block .it-table {
  margin: 0;
}

.pt-it-template .pt-casino-bonus-summary-block {
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .13), rgba(255, 255, 255, .045) 36%, rgba(73, 215, 159, .14)),
    linear-gradient(145deg, rgba(6, 31, 34, .96), rgba(5, 25, 28, .94)) !important;
  border-color: rgba(255, 207, 74, .28);
  box-shadow: 0 20px 44px rgba(6, 31, 34, .24);
  overflow: hidden;
  position: relative;
}

.pt-it-template .pt-casino-bonus-summary-block::before {
  background: linear-gradient(180deg, var(--c-accent), #49d79f);
  content: "";
  inset: 28px auto 28px 0;
  position: absolute;
  width: 4px;
}

.pt-it-template .pt-casino-bonus-summary-block > p {
  background: rgba(255, 207, 74, .08);
  border: 1px solid rgba(255, 207, 74, .18);
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.82;
  max-width: 980px;
  padding: 18px 20px;
}

.pt-it-template .pt-casino-bonus-myths {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.pt-it-template .pt-casino-bonus-myths h3 {
  color: var(--c-accent);
  grid-column: 1 / -1;
  margin-top: 0 !important;
}

.pt-it-template .pt-casino-bonus-myths .it-myth-line {
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.72;
  margin: 0 !important;
  padding: 18px 20px;
}

.pt-it-template .pt-casino-bonus-myths .it-myth-line strong {
  border-radius: 999px;
  color: #071f22;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 9px;
  text-transform: uppercase;
}

.pt-it-template .pt-casino-bonus-myths .it-myth-line:nth-of-type(even) strong {
  background: var(--c-accent);
}

.pt-it-template .pt-casino-bonus-myths .it-myth-line:nth-of-type(odd) strong {
  background: #49d79f;
}

@media (min-width: 820px) {
  .pt-it-template .pt-casino-experience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-casino-experience h2,
  .pt-it-template .pt-casino-experience > p {
    grid-column: 1 / -1;
  }

  .pt-it-template .pt-bonus-myths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-app-install-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-welcome-bonuses-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  }

  .pt-it-template .pt-weekly-promos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-rtp-myths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-live-casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-it-template .pt-live-casino-grid .pt-live-start {
    grid-column: 1 / -1;
  }

  .pt-it-template .pt-casino-bonus-myths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pt-it-template .it-rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pt-it-template .it-rating-head {
    grid-template-columns: 1fr;
  }

  .pt-it-template .it-rating-score {
    grid-column: 1;
    grid-row: auto;
    width: max-content;
  }

  .pt-it-template .it-rating-list {
    grid-template-columns: 1fr;
  }

  .pt-it-template .it-review-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .it-promo-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .it-promo-actions .it-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize h2 vertical spacing */
h2,
.qw-h2,
.xg-h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-top: 0 !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
