:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  text-align: center;
  background-color: #720202;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  color: #f9c300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Changa One, Impact, sans-serif;
}

h2 {
  color: #f9c300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Changa One, Impact, sans-serif;
}

h3 {
  color: #d39f4c;
  letter-spacing: 2px;
  margin: 10px 0;
  font-family: Changa One, Impact, sans-serif;
}

h4 {
  color: #d39f4c;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-family: Changa One, Impact, sans-serif;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  box-shadow: none;
  color: #f9c300;
  font-family: Changa One, Impact, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: #f9c300;
}

.section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.terms {
  text-align: left;
  margin-top: 100px;
}

.section.left {
  text-align: left;
}

.section.left.margin {
  margin-top: 100px;
}

.main-heading {
  color: #fffdca;
  text-align: center;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 100px;
  font-style: normal;
  line-height: 105px;
}

.main-subheading {
  color: #fffdca;
  text-align: center;
  margin-top: 18px;
  margin-bottom: auto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.footer-section {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gamble-help {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.hero {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero.centered {
  text-align: center;
  background-image: url('../images/shared-0-sheet0.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 4px #ff4c4c;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 200px;
  padding-bottom: 230px;
  position: static;
}

.container-header-hero {
  text-align: left;
}

.footer-text-4.margin-footer {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright {
  color: #f9c300;
  margin-top: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-3.links-policy {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.footer-link-2 {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: #b69019;
}

.footer-copyright-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.important-information-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.disclaimer-desc-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 5px;
  display: flex;
}

.feature-count-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-paragraph {
  max-width: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.small-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.small-paragraph.feature-number {
  color: #f9c300;
  font-weight: 700;
}

.feature-heading-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.information-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper-2 {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #f9c300;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link:hover {
  color: #d39f4c;
  background-color: #4a1809;
  background-image: none;
}

.nav-link.w--current {
  color: #f9c300;
}

.nav-link.w--current:hover {
  color: #d39f4c;
  background-color: #4a1809;
}

.nav-link.w--current:focus {
  color: #d39f4c;
}

.nav-button {
  background-color: #720202;
}

.container-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.menu {
  z-index: 900;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #720202;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-wrapper {
  justify-content: flex-end;
  min-height: 390px;
  display: flex;
  position: relative;
}

.team-left {
  background-image: url('../images/icon-512.png');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #f9c300;
  border-radius: 50%;
  width: 30%;
  height: 0;
  min-height: 290px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.team-right {
  color: #f9f9f9;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.content-wrapper {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  margin-bottom: 0;
}

.feature-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.feature-column {
  width: 22%;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-section {
  text-align: center;
  background-image: linear-gradient(#0000 91%, #720202), url('../images/shared-0-sheet0.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 140px;
}

.image-2 {
  max-width: 80%;
}

.feature-count-box-2 {
  z-index: 1;
  background-color: #1aafca00;
  border: 2px solid #f9c300;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
}

.process-image-2 {
  max-width: 70%;
  margin-left: 40px;
}

.welcome-wrapper {
  justify-content: flex-end;
  min-height: 300px;
  display: flex;
  position: relative;
}

.welcome-dude {
  background-image: url('../images/spine-sheet0.webp');
  background-position: 50%;
  background-size: cover;
  width: 230px;
  height: 410px;
  position: absolute;
  inset: -19% auto 0% 89px;
}

.welcome-message {
  color: #f9f9f9;
  border: 1px solid #f9c300;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  padding: 45px;
  display: flex;
}

.symbol-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.list-detail-div {
  flex-flow: column;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.list-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.game-image {
  border-radius: 10px;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rules-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-grid-rules {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.important-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.disclaimer-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.official-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.important-icon {
  max-width: 70%;
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .hero.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .information-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-wrapper-2 {
    background-color: #720202;
  }

  .nav-menu {
    color: #f9c300;
    background-color: #720202;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .nav-link.w--current {
    color: #f9c300;
  }

  .nav-link.w--current:hover {
    background-color: #4a1809;
  }

  .nav-link.w--current:active {
    background-color: #720202;
  }

  .nav-button {
    color: #f9c300;
    background-color: #720202;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .container-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-left {
    top: 8%;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-dude {
    width: 150px;
    height: 270px;
    top: 8%;
  }

  .symbol-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .rules-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-grid-rules {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .important-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-2 {
    color: #f9c300;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .section {
    padding: 34px 10px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    margin-bottom: 20px;
  }

  .hero.centered {
    padding: 119px 40px;
  }

  .footer-copyright {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .disclaimer-desc-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .feature-count-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-paragraph.feature-number {
    font-size: 10px;
  }

  .feature-heading-div {
    flex-flow: column;
  }

  .team-wrapper {
    flex-wrap: wrap;
  }

  .team-left {
    border-radius: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .team-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .content-wrapper {
    text-align: center;
  }

  .feature-columns-wrapper {
    flex-wrap: wrap;
  }

  .feature-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature-count-box-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .process-image-2 {
    width: 100%;
    transform: none;
  }

  .feature-image-div-2 {
    width: auto;
    height: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .welcome-wrapper {
    flex-wrap: wrap;
  }

  .welcome-dude {
    border-radius: 0;
    width: 40%;
    height: 400px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .welcome-message {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .symbol-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    height: 450px;
    padding: 25px;
  }

  .rules-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .feature-grid-rules {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .important-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .disclaimer-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .important-icon {
    width: 100%;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .section.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .hero.centered {
    padding: 60px 20px;
  }

  .important-information-div {
    padding-left: 20px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .feature-heading-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-left {
    width: 70%;
    min-height: 200px;
  }

  .team-right {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    font-size: 26px;
  }

  .feature-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .process-image-2 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 0;
    transform: none;
  }

  .feature-image-div-2 {
    margin-top: 14px;
    margin-left: 40px;
  }

  .welcome-dude {
    height: 200px;
  }

  .welcome-message {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-icon {
    width: 60px;
  }

  .symbol-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .icon {
    background-color: #e7e7e700;
    width: 60px;
    height: 60px;
  }

  .rules-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-grid-rules {
    margin-top: 30px;
  }

  .important-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .important-icon {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 0;
    transform: none;
  }
}


