:root {
  --transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>: transparent;
  --dark_purple: #2e0854;
  --cosmic-purple: #6a0dad;
  --white\<deleted\|variable-b2f698c7\>: white;
  --transparent: transparent;
  --cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>: #faf3dd;
  --emerald-green: #42a162;
  --white: white;
  --golden-accent: gold;
  --black\<deleted\|variable-9c8273db\>: black;
  --light_green02\<deleted\|variable-9d9e4923-bac6-e9a1-40b7-db9d8bf54397\>: #606c38;
  --dark_green02\<deleted\|variable-9647538d-d65f-b2a1-4d1b-471211b340ae\>: #283618;
  --lime_onvera\<deleted\|variable-b7e8871e-ef0b-dc58-2d15-75d6673e6370\>: #b8f2e6;
  --deep-pink\<deleted\|variable-4eccc0d1\>: #fc0a7e;
  --orange-3\<deleted\|variable-2fa076e5-bd8c-e146-22ce-67e72c1a952b\>: #ff8c42;
  --blue\<deleted\|variable-74c8110e-7448-a078-1c28-d255e6c20bcf\>: #69c;
  --orange02\<deleted\|variable-171d1c77-38aa-7684-b2a7-32fb2197fdd4\>: #dda15e;
  --dark_orange02\<deleted\|variable-5ec623d8-4998-5f85-fc59-5ed5d642e775\>: #bc6c25;
  --white02\<deleted\|variable-142314be-f479-63d0-68bd-960abe643c19\>: #fefae0;
  --pink_onvera\<deleted\|variable-4734884d-9674-50a6-f66a-c75924a4ef2e\>: #ffa69e;
  --yellow\<deleted\|variable-61cffd90-30a2-30cb-4008-bcb41c9f53d1\>: #fff275;
  --diamond-blue: #b9d9eb;
  --ruby-red: #e0115f;
  --black: black;
}

.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;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

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

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.section.center {
  background-color: #cf0063;
  background-image: linear-gradient(100deg, var(--dark_purple), var(--cosmic-purple) 0%, var(--dark_purple));
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15vh 20px;
  display: flex;
  position: relative;
  right: 0;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  background-image: linear-gradient(#00000080, #00000080), url('../images/PRG_Brick_House_Bonanza_bg_b473de53c0.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  padding: 10vh 10vw;
}

.section.wide.img.cookies {
  background-color: #000000b3;
  background-image: none;
  margin-top: 0;
  padding: 5vh 10vw;
}

.section.wide.purple {
  background-color: var(--transparent);
  width: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: static;
}

.section.wide.purple.respo {
  padding-top: 25vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 99;
  background-color: var(--cosmic-purple);
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav {
  z-index: 99;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  background-image: url('../images/ChatGPT-Image-Sep-23-2025-11_36_59-AM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50%;
  max-width: none;
  padding-left: 4vw;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: none;
  padding: 40px 20px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.icons.featued-game {
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 20px 20px 20px 40px;
}

.feature-content.icons.featued-game.image-container {
  padding: 0;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--emerald-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  background-color: var(--golden-accent);
  color: var(--black\<deleted\|variable-9c8273db\>);
  border-radius: 6px;
  font-weight: 800;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.play-now-btn {
  background-color: var(--light_green02\<deleted\|variable-9d9e4923-bac6-e9a1-40b7-db9d8bf54397\>);
  color: var(--white\<deleted\|variable-b2f698c7\>);
  cursor: grabbing;
}

.button.play-now-btn:hover {
  background-color: var(--dark_green02\<deleted\|variable-9647538d-d65f-b2a1-4d1b-471211b340ae\>);
}

.button.responsible-gaming-btn {
  background-color: var(--cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>);
}

.button.responsible-gaming-btn:hover {
  background-color: var(--lime_onvera\<deleted\|variable-b7e8871e-ef0b-dc58-2d15-75d6673e6370\>);
}

.button.responsible-gaming-btn.single-game-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.wrap.cta-wrapper {
  background-color: var(--emerald-green);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  padding: 40px 60px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  border-radius: 8px;
  flex: none;
  width: 80%;
  max-width: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--golden-accent);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--golden-accent);
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  border-radius: 0;
  width: 40%;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  position: static;
  top: 15rem;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  background-color: var(--transparent);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.feature-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.black {
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: center;
}

.hero-subhead {
  color: var(--black\<deleted\|variable-9c8273db\>);
  width: 80%;
  max-width: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.hero-subhead.pp {
  color: var(--white);
  max-width: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.hero-subhead.pp-copy {
  color: var(--white\<deleted\|variable-b2f698c7\>);
  text-align: center;
  max-width: none;
  font-size: 18px;
  line-height: 22px;
}

.hero-subhead.pp-copy.ww {
  text-align: center;
}

.hero-subhead.pp-copy.ww.dgfj, .hero-subhead.pp-copy.ww.se {
  color: var(--black\<deleted\|variable-9c8273db\>);
}

.hero-subhead.pp-copy-copy {
  text-align: left;
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: left;
  width: 60%;
  max-width: none;
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}

.hero-subhead.pp-copy-copy.center {
  color: var(--white);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.hero-subhead.pp-copy-copy-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  color: var(--white\<deleted\|variable-b2f698c7\>);
  text-align: center;
  width: 60%;
  max-width: none;
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  width: 90px;
  max-width: none;
  height: auto;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: var(--cosmic-purple);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-link {
  color: var(--golden-accent);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--golden-accent);
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  color: var(--white\<deleted\|variable-b2f698c7\>);
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.slider-arrow {
  color: var(--white\<deleted\|variable-b2f698c7\>);
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
  display: none;
}

.number {
  color: var(--white\<deleted\|variable-b2f698c7\>);
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.brand {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: left;
  font-size: 6vh;
  line-height: 60px;
}

.image-5 {
  width: 60px;
  max-width: none;
}

.heading-4 {
  color: var(--white\<deleted\|variable-b2f698c7\>);
  border-bottom: 0 #ce0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  text-decoration: none;
}

.modal-savannah {
  z-index: 999999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-2 {
  width: 9%;
  height: 15%;
}

.modal-container-2 {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  padding: 40px;
  position: absolute;
}

.link-block-big-bass {
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.text-block-7 {
  color: #000;
}

.text-block-7.close-text {
  font-size: 3rem;
  transform: rotate(45deg);
}

.paragraph-2 {
  color: var(--white);
  background-color: #0000;
  width: 70%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-2-copy {
  color: var(--white);
  width: 60%;
  font-size: 16px;
}

.wrap-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-2 {
  background-color: #1b1b1b;
  background-image: url('../images/ChatGPT-Image-Sep-23-2025-11_36_59-AM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-6 {
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.paragraph-3 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  width: auto;
  margin-top: 20px;
  font-size: 18px;
}

.image-7 {
  width: 100%;
  max-width: none;
}

.paragraph-4 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: center;
  font-style: normal;
}

.feature-image-copy {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-2-copy {
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: none;
}

.testimoial-headig {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 42px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue\<deleted\|variable-74c8110e-7448-a078-1c28-d255e6c20bcf\>);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding: 40px 20px;
  display: flex;
}

.div-block-13.dd {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
}

.div-block-13.qaz {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  flex-flow: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.div-block-13.qaz.single-game-card {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--white\<deleted\|variable-b2f698c7\>);
}

.feature-content-copy {
  border: 1px #000;
  flex: none;
  max-width: none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.feature-content-copy.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.mask {
  right: 0;
}

.aout {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.aout:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.aout.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.aout.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.aout.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.aout.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.aout.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.aout.form-button:hover {
  color: #fff;
  background-color: #000;
}

.resposile {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.resposile:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.resposile.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.resposile.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.resposile.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.resposile.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.resposile.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.resposile.form-button:hover {
  color: #fff;
  background-color: #000;
}

.grid {
  background-color: var(--emerald-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 2fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 150px;
}

.image-14 {
  object-fit: contain;
  width: 150px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--orange02\<deleted\|variable-171d1c77-38aa-7684-b2a7-32fb2197fdd4\>);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 39.9988%;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.link-block-5 {
  width: 50%;
}

.image-17 {
  width: 100%;
  max-width: none;
}

.paragraph-5 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-5.feature-game-p {
  text-align: left;
}

.link-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-6.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.link-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-7.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.heading-5, .heading-6 {
  color: var(--white\<deleted\|variable-b2f698c7\>);
}

.section-2 {
  background-color: var(--dark_purple);
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--cosmic-purple), var(--dark_purple));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section-2.featured-games {
  background-color: var(--cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>);
}

.bold-text-5 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  font-size: 24px;
}

.feature-content-copy {
  border: 1px #000;
  flex: none;
  width: 50%;
  max-width: none;
  padding-left: 4vw;
  padding-right: 0;
}

.feature-content-copy.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content-copy.icons {
  background-color: var(--cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  max-width: none;
  padding: 40px 20px;
  display: flex;
}

.feature-content-copy.icons.numbers {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.feature-content-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-content-copy-copy.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content-copy-copy.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content-copy-copy.icons.numbers {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.heading-7 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 8vh;
  line-height: 7vh;
}

.button-copy {
  background-color: var(--orange02\<deleted\|variable-171d1c77-38aa-7684-b2a7-32fb2197fdd4\>);
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: center;
  border-radius: 100px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--dark_orange02\<deleted\|variable-5ec623d8-4998-5f85-fc59-5ed5d642e775\>);
  color: var(--white02\<deleted\|variable-142314be-f479-63d0-68bd-960abe643c19\>);
  border-radius: 100px;
  font-weight: 800;
}

.button-copy.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-copy.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-copy.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-copy.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-copy.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-copy.form-button:hover {
  color: #fff;
  background-color: #000;
}

.wrap-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-wrap-copy {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap-copy.reverse {
  flex-direction: row-reverse;
}

.feature-wrap-copy.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap-copy.icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap-copy.icons.numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, var(--dark_purple), #000000bf);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw 15vh;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-11 {
  color: var(--white);
  text-align: left;
  font-size: 18px;
}

.div-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #00000040;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-22.card2, .div-block-22.qas {
  background-color: var(--pink_onvera\<deleted\|variable-4734884d-9674-50a6-f66a-c75924a4ef2e\>);
}

.image-18 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-23 {
  width: 90%;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-plushie, .modal-temple, .modal-temple-lucky {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-3-copy {
  color: var(--black\<deleted\|variable-9c8273db\>);
  font-family: Gothic A1, sans-serif;
  font-size: 6vh;
}

.paragraph-12 {
  color: var(--white);
}

.paragraph-12-copy {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.hero-heading-center {
  background-color: var(--orange02\<deleted\|variable-171d1c77-38aa-7684-b2a7-32fb2197fdd4\>);
  border-bottom: 1px solid #e4ebf3;
  padding: 25vh 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: var(--dark_green02\<deleted\|variable-9647538d-d65f-b2a1-4d1b-471211b340ae\>);
  margin-bottom: 32px;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--black\<deleted\|variable-9c8273db\>);
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-2-copy {
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 5vh;
  display: flex;
}

.heading-9, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .heading-10, .paragraph-17, .paragraph-18 {
  color: var(--white\<deleted\|variable-b2f698c7\>);
}

.paragraph-19 {
  color: var(--black\<deleted\|variable-9c8273db\>);
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-weight: 600;
}

.div-block-26 {
  background-color: var(--golden-accent);
  color: var(--white\<deleted\|variable-b2f698c7\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  display: flex;
}

.italic-text {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: normal;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  color: var(--black\<deleted\|variable-9c8273db\>);
  margin-bottom: 32px;
  font-size: 18px;
}

.testimonial-author-name-three {
  color: var(--black\<deleted\|variable-9c8273db\>);
  margin-bottom: 10px;
  line-height: 26px;
}

.testimonial-title {
  color: var(--black\<deleted\|variable-9c8273db\>);
  font-size: 16px;
}

.italic-text-2 {
  font-style: normal;
}

.section-copy {
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section-copy.center {
  background-color: #cf0063;
  background-image: linear-gradient(184deg, var(--yellow\<deleted\|variable-61cffd90-30a2-30cb-4008-bcb41c9f53d1\>), var(--orange-3\<deleted\|variable-2fa076e5-bd8c-e146-22ce-67e72c1a952b\>));
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  right: 0;
}

.section-copy.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-copy.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-copy.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy.wide.img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white02\<deleted\|variable-142314be-f479-63d0-68bd-960abe643c19\>);
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  padding: 10vh 10vw;
}

.section-copy.wide.img.cookies {
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  margin-top: 20px;
  padding: 15vh 10vw 10vh;
}

.section-copy.wide.purple {
  background-image: linear-gradient(#0009, #0009), url('../images/PRG_Wild_Wildebeest_Wins_bg_72b0395dea.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-copy.wide.purple.respo {
  padding-top: 25vh;
}

.section-copy.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.bold-text-6 {
  color: var(--black\<deleted\|variable-9c8273db\>);
}

.modal-brick, .modal-wild, .modal-escape, .modal-ancient, .modal-peppe-s {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #ffffff26;
  border-radius: 8px;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  border-radius: 8px;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.testimonial-main-heading {
  color: var(--white);
  margin-bottom: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
}

.testimonial-block {
  background-color: #ffffff26;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-8, .text-block-9, .text-block-10 {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-8 {
  font-size: 6vh;
}

.bold-text-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 6vh;
  font-weight: 500;
  line-height: 3vh;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.image-19 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 99.997%;
}

.heading-11 {
  color: var(--golden-accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 24px;
}

.div-block-27 {
  min-width: 50%;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  display: flex;
}

.hero-section {
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.hero-section.center {
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5vh 20px;
  display: flex;
  position: relative;
  right: 0;
}

.hero-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.hero-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.hero-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.hero-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.hero-section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.hero-section.wide.img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  background-image: linear-gradient(#00000080, #00000080), url('../images/PRG_Brick_House_Bonanza_bg_b473de53c0.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  padding: 10vh 10vw;
}

.hero-section.wide.img.cookies {
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  background-image: none;
  margin-top: 0;
  padding: 5vh 10vw;
}

.hero-section.wide.purple {
  background-image: linear-gradient(#0009, #0009), url('../images/escape-the-pyramid-fire-ice-tile.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: static;
}

.hero-section.wide.purple.respo {
  padding-top: 25vh;
}

.hero-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.about-section {
  background-color: var(--transparent\<deleted\|variable-02911c75-2123-7064-0775-7b763165ee96\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.about-section.center {
  background-color: var(--transparent);
  background-image: linear-gradient(225deg, #000000bd, var(--dark_purple));
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10vh 20px;
  display: flex;
  position: relative;
  right: 0;
}

.about-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.about-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.about-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.about-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.about-section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.about-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.about-section.wide.img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  background-image: linear-gradient(#00000080, #00000080), url('../images/PRG_Brick_House_Bonanza_bg_b473de53c0.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  padding: 10vh 10vw;
}

.about-section.wide.img.cookies {
  background-color: var(--white\<deleted\|variable-b2f698c7\>);
  background-image: none;
  margin-top: 0;
  padding: 5vh 10vw;
}

.about-section.wide.purple {
  background-image: linear-gradient(#0009, #0009), url('../images/escape-the-pyramid-fire-ice-tile.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: static;
}

.about-section.wide.purple.respo {
  padding-top: 25vh;
}

.about-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.about-heading {
  color: var(--black\<deleted\|variable-9c8273db\>);
  text-align: left;
  font-size: 4vh;
  line-height: 40px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  width: 80px;
}

.header-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1280px;
  display: flex;
}

.cta-btn {
  background-color: var(--cosmic-purple);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.cta-btn:hover {
  background-color: var(--golden-accent);
  color: var(--black\<deleted\|variable-9c8273db\>);
  border-radius: 6px;
  font-weight: 800;
}

.cta-btn.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.cta-btn.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.cta-btn.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.cta-btn.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.cta-btn.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.cta-btn.form-button:hover {
  color: #fff;
  background-color: #000;
}

.cta-btn.play-now-btn {
  background-color: var(--light_green02\<deleted\|variable-9d9e4923-bac6-e9a1-40b7-db9d8bf54397\>);
  color: var(--white\<deleted\|variable-b2f698c7\>);
  cursor: grabbing;
}

.cta-btn.play-now-btn:hover {
  background-color: var(--dark_green02\<deleted\|variable-9647538d-d65f-b2a1-4d1b-471211b340ae\>);
}

.cta-btn.responsible-gaming-btn {
  background-color: var(--cream_onvrea\<deleted\|variable-acf0d565-9b99-77be-e4fa-e17367095d85\>);
}

.cta-btn.responsible-gaming-btn:hover {
  background-color: var(--lime_onvera\<deleted\|variable-b7e8871e-ef0b-dc58-2d15-75d6673e6370\>);
}

.cta-btn.responsible-gaming-btn.single-game-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-3, .body-4 {
  background-image: url('../images/ChatGPT-Image-Sep-23-2025-11_36_59-AM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.modal-camelot {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  width: 9%;
  height: 15%;
}

.modal-container {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  padding: 40px;
  position: absolute;
}

.link-block {
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.text-block-11 {
  color: #000;
}

.text-block-11.close-text {
  font-size: 2rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding: 5vh 20px;
  }

  .section.wide.img {
    flex-flow: column;
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .section.wide.img.cookies {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content {
    width: 50vw;
  }

  .feature-content.icons {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content.icons.numbers {
    width: 50%;
  }

  .feature-content.icons.featued-game {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
  }

  .wrapper {
    order: 1;
    width: 100%;
  }

  .wrap {
    width: 100%;
    padding-top: 0;
  }

  .wrap.cta-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: auto;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 80%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

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

  .hero-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    flex-flow: wrap;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons {
    margin-top: 0;
  }

  .feature-wrap.icons.numbers {
    border-radius: 8px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .hero-subhead {
    max-width: 100%;
    font-size: 24px;
    line-height: 31px;
  }

  .hero-subhead.pp {
    max-width: 100%;
  }

  .hero-subhead.pp-copy {
    width: 100%;
  }

  .hero-subhead.pp-copy-copy, .hero-subhead.pp-copy-copy-copy {
    width: 75%;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer-link:hover {
    color: var(--orange-3\<deleted\|variable-2fa076e5-bd8c-e146-22ce-67e72c1a952b\>);
  }

  .footer-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quote-slider {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-arrow {
    color: var(--white\<deleted\|variable-b2f698c7\>);
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: var(--golden-accent);
    font-size: 40px;
  }

  .menu-button {
    background-color: #0000;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: var(--cosmic-purple);
    color: var(--white\<deleted\|variable-b2f698c7\>);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    text-align: center;
    font-size: 8vw;
  }

  .modal-savannah {
    min-height: 50vh;
    display: none;
  }

  .text-block-7.close-text {
    font-size: 2.52rem;
  }

  .testimoial-headig {
    text-align: center;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .div-block-13.qaz {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .feature-content-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    justify-content: center;
  }

  .div-block-20 {
    width: 50%;
    margin-top: 20px;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    line-height: 22px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    text-align: left;
  }

  .feature-content-copy {
    width: 50vw;
  }

  .feature-content-copy.icons {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content-copy.icons.numbers {
    width: 50%;
  }

  .feature-content-copy-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 8vh;
  }

  .wrap-copy {
    width: 100%;
    padding-top: 0;
  }

  .feature-wrap-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-copy.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap-copy.icons {
    width: 100%;
    margin-top: 0;
  }

  .feature-wrap-copy.icons.numbers {
    border-radius: 8px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .section-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-22, .image-18 {
    width: 100%;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .heading-3-copy {
    font-size: 8vw;
  }

  .paragraph-12-copy {
    font-size: 6vw;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .section-copy {
    padding: 5vh 5vw;
  }

  .section-copy.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding-top: 15vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-copy.wide.img {
    flex-flow: column;
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .section-copy.wide.img.cookies {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .image-19 {
    text-align: left;
    border-radius: 8px;
    width: 97%;
  }

  .div-block-28 {
    flex-flow: column;
    width: auto;
  }

  .hero-section {
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-section.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding: 5vh 20px;
  }

  .hero-section.wide.img {
    flex-flow: column;
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .hero-section.wide.img.cookies {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .about-section {
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-section.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding: 5vh 20px;
  }

  .about-section.wide.img {
    flex-flow: column;
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .about-section.wide.img.cookies {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .about-heading {
    text-align: center;
    font-size: 6vw;
    line-height: 60px;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .header-wrapper {
    flex-flow: column;
    width: auto;
  }

  .text-block-11.close-text {
    font-size: 2.52rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section {
    margin-top: 0;
    padding-top: 5vh;
  }

  .section.center {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .section.wide.img {
    padding-bottom: 5vh;
  }

  .section.wide.img.cookies {
    margin-top: 0;
    padding-top: 5vh;
  }

  .section.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero {
    margin-top: 0;
  }

  .feature-content {
    flex-flow: column;
    width: 100vw;
    padding-right: 4vw;
    display: flex;
  }

  .feature-content.icons {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .feature-content.icons.featued-game {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-image {
    width: 100%;
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .feature-wrap.icons {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-image {
    width: 100%;
  }

  .black {
    text-align: center;
    font-size: 8vw;
  }

  .hero-subhead, .hero-subhead.pp-copy-copy, .hero-subhead.pp-copy-copy-copy {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .footer-link:hover {
    color: var(--orange-3\<deleted\|variable-2fa076e5-bd8c-e146-22ce-67e72c1a952b\>);
  }

  .footer-list {
    width: 99.906%;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-slider {
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .slider-arrow {
    color: var(--white\<deleted\|variable-b2f698c7\>);
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .modal-savannah {
    display: none;
  }

  .paragraph-2 {
    width: 100%;
  }

  .paragraph-3 {
    line-height: 25px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .feature-image-copy {
    order: 1;
    width: 100%;
  }

  .testimoial-headig {
    font-size: 8vw;
    line-height: 52px;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .div-block-13.dd {
    width: 100%;
  }

  .div-block-13.qaz {
    flex-flow: column;
    width: 100%;
  }

  .div-block-13.qaz.single-game-card {
    flex-flow: column;
  }

  .feature-content-copy {
    flex-flow: column;
    width: 100%;
    padding-left: 5vw;
    display: flex;
  }

  .feature-content-copy.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .aout.form-button, .resposile.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 80%;
    margin-top: 20px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .paragraph-5.feature-game-p, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: center;
  }

  .heading-6 {
    font-size: 8vw;
  }

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-content-copy {
    flex-flow: column;
    width: 100vw;
    padding-right: 4vw;
    display: flex;
  }

  .feature-content-copy.icons {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-copy.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .feature-content-copy-copy {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .feature-content-copy-copy.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-copy-copy.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .heading-7 {
    font-size: 4vh;
    line-height: 6vh;
  }

  .button-copy.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap-copy {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-wrap-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .feature-wrap-copy.icons {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .feature-wrap-copy.icons.numbers {
    display: flex;
  }

  .section-3 {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 6vh;
  }

  .hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .section-2-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-19 {
    text-align: center;
    line-height: 20px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .section-copy {
    margin-top: 0;
    padding-top: 5vh;
  }

  .section-copy.center {
    margin-top: 10px;
    padding-top: 15vh;
    padding-bottom: 2vh;
  }

  .section-copy.wide.img {
    padding-bottom: 5vh;
  }

  .section-copy.wide.img.cookies {
    margin-top: 40px;
    padding-top: 10vh;
  }

  .section-copy.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .bold-text-6 {
    font-family: Gothic A1, sans-serif;
    line-height: 48px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .bold-text-9 {
    line-height: 5vh;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 5vh;
  }

  .hero-section.center {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .hero-section.wide.img {
    padding-bottom: 5vh;
  }

  .hero-section.wide.img.cookies {
    margin-top: 0;
    padding-top: 5vh;
  }

  .hero-section.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-section {
    margin-top: 0;
    padding-top: 5vh;
  }

  .about-section.center {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .about-section.wide.img {
    padding-bottom: 5vh;
  }

  .about-section.wide.img.cookies {
    margin-top: 0;
    padding-top: 5vh;
  }

  .about-section.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-heading {
    font-size: 7vw;
  }

  .cta-btn.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.center {
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .section.wide.img {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.wide.img.cookies {
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .section.wide.purple {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .nav {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-inner {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.icons.featued-game {
    justify-content: center;
    align-items: center;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap.cta-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
  }

  .hero-image {
    width: 100%;
  }

  .black-text {
    text-align: center;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 5vh;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .hero-subhead {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-subhead.pp-copy {
    text-align: center;
  }

  .hero-subhead.pp-copy.ww {
    font-size: 16px;
  }

  .hero-subhead.pp-copy-copy {
    padding-top: 20px;
  }

  .hero-subhead.pp-copy-copy.center {
    padding-top: 0;
  }

  .hero-subhead.pp-copy-copy-copy {
    padding-top: 20px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100%;
    margin-bottom: 0;
    padding: 40px 0 20px;
  }

  .slider-arrow {
    z-index: 9999999;
    color: var(--white\<deleted\|variable-b2f698c7\>);
    margin-top: 180px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .quote-wrap {
    width: 90%;
    display: flex;
  }

  .quote-attribution {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .quote-icon {
    width: 15%;
    max-width: 50%;
  }

  .left-arrow {
    width: 15%;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 10%;
    display: flex;
  }

  .number {
    font-size: 40px;
  }

  .menu-button:hover {
    border: 1px #0000;
  }

  .brand {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .image-5 {
    width: 70px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .modal-savannah {
    height: 50px;
    min-height: 50vh;
    display: none;
  }

  .modal-bg-2 {
    width: auto;
    height: auto;
  }

  .modal-container-2 {
    padding-top: 60px;
    display: flex;
  }

  .text-block-7.close-text {
    top: 1.5rem;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2-copy {
    width: 100%;
  }

  .wrap-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .image-6 {
    max-width: 100%;
  }

  .paragraph-3 {
    width: 100%;
    line-height: 24px;
  }

  .paragraph-4 {
    line-height: 24px;
  }

  .feature-image-copy {
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-2-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimoial-headig {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 34px;
  }

  .div-block-13 {
    width: 100%;
  }

  .feature-content-copy {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-copy.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask {
    width: 100%;
  }

  .aout.contact, .resposile.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 90%;
  }

  .paragraph-5.feature-game-p {
    text-align: center;
  }

  .heading-5 {
    width: 85%;
    line-height: 24px;
  }

  .heading-6 {
    margin-top: 0;
  }

  .feature-content-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-copy.icons {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content-copy.icons.numbers {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content-copy-copy {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-copy-copy.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 4vh;
    line-height: 20px;
  }

  .button-copy {
    width: 100%;
    line-height: 20px;
  }

  .button-copy.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-copy {
    flex-direction: column;
    margin-top: 0;
  }

  .feature-wrap-copy.reverse {
    flex-direction: column;
  }

  .heading-8 {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .image-18 {
    height: 100%;
  }

  .modal-plushie, .modal-temple, .modal-temple-lucky {
    display: none;
  }

  .heading-3-copy {
    font-size: 42px;
    line-height: 56px;
  }

  .paragraph-12-copy {
    font-size: 36px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .testimonial-image-left {
    padding: 0;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-right {
    justify-content: center;
    align-items: center;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-text-four {
    text-align: center;
  }

  .section-copy {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-copy.center {
    margin-top: 0;
    padding-bottom: 5vh;
  }

  .section-copy.wide.img {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-copy.wide.img.cookies {
    margin-top: 60px;
    padding: 10vh 5vw 5vh;
  }

  .section-copy.wide.purple {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .bold-text-6 {
    color: var(--black\<deleted\|variable-9c8273db\>);
    line-height: 38px;
  }

  .bold-text-7 {
    color: var(--black\<deleted\|variable-9c8273db\>);
  }

  .modal-brick, .modal-wild, .modal-escape, .modal-ancient, .modal-peppe-s {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .margin-bottom-24px-2, .testimonial-main-heading {
    text-align: center;
  }

  .testimonial-info-two {
    justify-content: center;
    align-items: center;
  }

  .text-block-8 {
    text-align: center;
  }

  .bold-text-9 {
    font-size: 4vh;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 22px;
    font-weight: 500;
  }

  .hero-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero-section.center {
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .hero-section.wide.img {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero-section.wide.img.cookies {
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .hero-section.wide.purple {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-section.center {
    margin-top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .about-section.wide.img {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-section.wide.img.cookies {
    margin-top: 0;
    padding: 5vh 5vw;
  }

  .about-section.wide.purple {
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-heading {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .image-20 {
    width: 50px;
  }

  .cta-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-btn.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

#w-node-_9cf8b765-83bf-7a81-67bc-d02b648055c9-648055b2, #w-node-af809919-bf92-c695-dc8e-b7bddc5b7e79-1f8375b8, #w-node-af809919-bf92-c695-dc8e-b7bddc5b7e83-1f8375b8, #w-node-af809919-bf92-c695-dc8e-b7bddc5b7e8d-1f8375b8, #w-node-_4557e6e0-4746-bab1-7bb3-dcb9517bd280-4319c395 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-af809919-bf92-c695-dc8e-b7bddc5b7e79-1f8375b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af809919-bf92-c695-dc8e-b7bddc5b7e79-1f8375b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


