:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  color: #000;
  background-color: #72044d;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover,
.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  transition: all 0.3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #a15b00;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #fff;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.section.accent.left.main-content {
  color: #000;
  background-color: #72044d;
}

.section.games {
  background-color: #72044d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pink-box {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #b80093;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
}

.pink-box.transparent {
  text-align: center;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.pink-box.transparent.right,
.pink-box.transparent.right.gamebox {
  text-align: right;
}

.pink-box.transparent.gamebox {
  text-align: left;
  display: block;
}

.pink-box.transparent.game-site {
  text-align: center;
}

.pink-box.top {
  border-style: none;
  box-shadow: 0 2px 5px 2px #0000007d;
}

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

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#000000ab, #000000ab),
    url("../images/fruits.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #a15b00;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered.games {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #b80093;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.hollow-button.all-caps.left {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.hollow-button.all-caps.right {
  text-align: right;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-heading.centered.white.black {
  color: #000;
}

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

.section-heading.centered {
  color: #421a00;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.left {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.off-white.left {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  color: #000;
  text-align: center;
  background-color: #72044d;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #b80093;
  border: 10px dashed #fff;
  border-radius: 100%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #9e0094;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #000;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.fullwidth-image.single {
  width: 70%;
}

.white-text {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.white-text.right {
  text-align: right;
}

.white-text.game-site {
  text-align: center;
}

.white-text.game-site.black {
  color: #000;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-text-2 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 25px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.container-footer {
  color: #063359;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section-2.section-footer {
  color: #192024;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 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-2.links-policy {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.footer-link-2 {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color 0.3s;
}

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

.footer-link-2:active {
  color: #0e2244;
}

.paragraph-16 {
  color: #c5c5c5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-16.footer-text-diclaimer {
  color: #000;
  text-align: center;
  margin: 0;
  padding: 20px 100px 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

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

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

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

.paragraph-17 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.image {
  max-width: 80%;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph-18,
.paragraph-19 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link {
  color: #fff;
}

.container-2 {
  margin-top: 0;
  position: static;
}

.paragraph-20 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.paragraph-20.center {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading,
.heading-2,
.paragraph-21,
.paragraph-22 {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: #000;
}

.bold-text.subtitel {
  color: #72044d;
}

.columns-2,
.container-3 {
  font-family: Montserrat, sans-serif;
}

.columns-3 {
  border: 1px #fff;
  border-radius: 20px;
  margin: 80px auto 100px;
  padding: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.columns-4 {
  border: 1px #fff;
  border-radius: 20px;
  margin: 100px auto;
  padding: 10px;
  display: flex;
}

.paragraph-23 {
  color: #fff;
  text-align: left;
}

.paragraph-23.margin-bottom {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-4 {
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-bottom: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 500;
}

.white-box {
  color: #000;
  text-align: center;
  border: 1px solid #72044d;
  border-radius: 20px;
  padding: 15px;
}

.grid-image-2 {
  width: 35%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

.column {
  text-align: left;
  flex-flow: row;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
  position: static;
}

.bold-text-2 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-5 {
  color: #a15b00;
}

.bold-text-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-6,
.heading-7,
.heading-8 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-25,
.paragraph-26,
.paragraph-27 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.white-box-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box-2.transparent {
  background-color: #0000;
  border-style: none;
}

.white-text-2 {
  color: #fff;
  margin-bottom: 20px;
}

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

.column-3 {
  display: block;
}

.about-us {
  align-items: center;
  display: flex;
}

.paragraph-28 {
  color: #fdfeff;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-6 {
  color: #000;
}

.bold-text-5 {
  color: red;
}

.game-left {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-9 {
  text-align: left;
}

.paragraph-29 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-30 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open,
  .navigation-menu {
    background-color: #3b99d9;
  }

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

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-image-2 {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .pink-box {
    margin-bottom: 30px;
  }

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

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .footer-text-2 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .white-box {
    margin-bottom: 30px;
  }

  .grid-image-2 {
    width: 20%;
    padding: 20px;
  }

  .white-box-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    flex-wrap: nowrap;
  }

  .container.container-footer {
    flex-direction: column;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .grid-image-2 {
    width: 35%;
  }
}
