.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.section {
  justify-content: center;
  align-items: flex-start;
  min-width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000c2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  min-width: 150px;
  max-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.button {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: skew(-22deg);
}

.heading {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  display: block;
}

.div-block-2 {
  color: #fff;
  background-color: #6877e3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 30px;
  max-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  transform: skew(-16deg);
}

.div-block-2:hover {
  background-color: #000;
  border: 1px solid #f4a224;
}

.login01 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
  transform: skew(16deg);
}

.signup {
  color: #fff;
  background-color: #f4a224;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 30px;
  max-height: 30px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  transform: skew(-16deg);
}

.signup:hover {
  background-color: #000;
  border: 1px solid #f4a224;
}

.link-block {
  text-decoration: none;
}

.head {
  justify-content: center;
  align-items: flex-start;
  min-width: 500px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marquee {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  margin: 90px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}

.code-embed-3 {
  display: none;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  align-self: center;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.bold-text {
  color: #000;
  font-weight: 300;
}

.image-2 {
  z-index: 2;
  background-color: #fff;
  min-width: 20px;
  max-width: 20%;
  min-height: 20px;
  max-height: 20px;
  position: relative;
}

.div-block-3 {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  padding: 5px;
}

.section-2 {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  min-height: 0;
  max-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  z-index: 1;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.icon-3 {
  color: #fff0;
  font-weight: 900;
}

.right-arrow {
  z-index: 1;
  color: #ffffffad;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.left-arrow {
  z-index: 1;
  display: block;
  overflow: visible;
}

.image-3 {
  border-radius: 0;
  width: 497px;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: visible;
}

.slide {
  z-index: 1;
  min-width: auto;
  min-height: auto;
}

.icon-2 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #fff0;
  font-size: 30px;
  font-weight: 700;
}

.slide-nav {
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 10px;
  display: flex;
}

.mask {
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
}

.slider {
  z-index: 1;
  clear: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.banner {
  z-index: 1;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  z-index: 2;
  background-color: #fff;
  min-width: 40px;
  max-width: 40px;
  padding: 5px;
  position: relative;
}

.body {
  background-color: #000;
  min-width: 500px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-4 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/AnyWebp-Image.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  min-width: 500px;
  max-width: 500px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: visible;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  min-width: 30px;
  max-width: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(37deg);
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.tab-link-tab-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #3b3f46, #1f232b);
  border-top-right-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100px;
  max-width: 100px;
  padding: 15px 20px;
  display: grid;
  overflow: hidden;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #6e6ae5, #332eb9);
  border-top-right-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-width: 100px;
  max-width: 100px;
  padding: 15px 20px;
  display: flex;
  overflow: visible;
}

.div-block-5 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-222 {
  min-width: 20px;
  max-width: 20px;
  margin-left: 27px;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.image-5-copy {
  min-width: 20px;
  max-width: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  transform: translate(34px);
}

.image-2-copy {
  min-width: 20px;
  max-width: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
  transform: translate(34px);
}

.tab-link-tab-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #3b3f46, #1f232b);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100px;
  max-width: 100px;
  padding: 15px 20px;
  display: grid;
  overflow: hidden;
}

.tab-link-tab-2.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #6e6ae5, #332eb9);
  border-top-right-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-width: 100px;
  max-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  display: grid;
  overflow: visible;
}

.tab-link-tab-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #3b3f46, #1f232b);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100px;
  max-width: 100px;
  padding: 15px 20px;
  display: grid;
  overflow: hidden;
}

.tab-link-tab-3.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #6e6ae5, #332eb9);
  border-top-right-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-width: 100px;
  max-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: grid;
  overflow: visible;
}

.tab-link-tab-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #3b3f46, #1f232b);
  border-bottom-right-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100px;
  max-width: 100px;
  padding: 15px 20px;
  display: grid;
  overflow: hidden;
}

.tab-link-tab-4.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #6e6ae5, #332eb9);
  border-top-right-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-width: 100px;
  max-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: grid;
  overflow: visible;
}

.section-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 400px;
  max-width: 400px;
  min-height: 370px;
  padding-left: 25px;
  padding-right: 100px;
  display: grid;
}

.image-223 {
  min-width: 100%;
  max-width: 100%;
}

.bonus {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 410px;
  max-width: 410px;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 100px;
  display: grid;
}

.image-4-copy, .image-4-33 {
  min-width: 30px;
  max-width: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.casino {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 410px;
  max-width: 410px;
  min-height: auto;
  padding-left: 25px;
  padding-right: 100px;
  display: grid;
}

.section-6 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 100%;
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: -345px -70.7% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-224 {
  padding: 5px;
}

.link-block-16 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  max-height: 250px;
  display: block;
  position: fixed;
  inset: 27% 22% 0% auto;
}

.sports {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 410px;
  max-width: 410px;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 100px;
  display: grid;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #32363d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 10px;
  display: grid;
  overflow: scroll;
}

.image-225 {
  min-width: 220px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  transform: scale(1.1);
}

.div-block-6 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: .8fr .75fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 50px;
  max-height: 50px;
  display: grid;
}

.text-block-222 {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.div-block-7 {
  background-image: linear-gradient(90deg, #6d69e5, #322db8);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  margin-left: -13px;
  display: flex;
  transform: skew(-19deg);
}

.text-block-223 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  display: block;
  transform: skew(19deg);
}

.text-block-224 {
  color: #c3ac89;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  display: block;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d5d3fa;
  border-bottom: 2px solid #d4d4d4;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: 40px;
  max-height: 40px;
  display: grid;
  overflow: hidden;
}

.div-block-8 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  display: flex;
  transform: scale(1.4)skew(20deg);
}

.image-226 {
  min-width: 20px;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: skew(-20deg);
}

.text-block-15 {
  color: #0f2b8d;
  text-align: left;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  display: flex;
}

.text-block-16 {
  color: #6877e3;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  display: flex;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: auto;
  max-height: none;
  padding: 10px 20px;
  display: grid;
}

.image-227 {
  min-width: 20px;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  background-color: #81cfff;
  padding: 5px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.text-span {
  font-size: 9px;
  font-weight: 300;
}

.div-block-10 {
  background-color: #ffb5bd;
  padding: 5px;
}

.div-block-11 {
  background-color: #d1d1d1;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.paragraph-1 {
  color: #666;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-20 {
  background-color: #e4e4e4;
  padding: 5px;
}

.paragraph-3 {
  color: #bebebe;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-21 {
  background-color: #e4e4e4;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.paragraph-1-1 {
  color: #bebebe;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-1-copy {
  color: #666;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-22 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  max-width: 130px;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: -10px;
  padding: 10px 40px 10px 20px;
  display: flex;
  transform: skew(-28deg);
}

.text-block-22 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  transform: skew(28deg);
}

.section-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: block;
  transform: skew(19deg);
}

.text-block-25 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  display: block;
  transform: skew(19deg);
}

.div-block-12 {
  opacity: .88;
  background-image: linear-gradient(90deg, #d5d5d5, #fff);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-left: -13px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  transform: skew(-19deg);
}

.div-block-72 {
  background-image: linear-gradient(90deg, #6d69e5, #322db8);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-left: -13px;
  display: flex;
  transform: skew(-19deg);
}

.section-8-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d5d3fa;
  border-bottom: 2px solid #d4d4d4;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: 40px;
  max-height: 40px;
  display: grid;
  overflow: hidden;
}

.code-embed-4 {
  margin-bottom: 0;
}

.image-227-copy {
  opacity: 0;
  min-width: 20px;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-11 {
  background-color: #313131;
  min-width: 500px;
  max-width: 500px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  display: block;
}

.div-block-73 {
  background-color: #000;
  min-height: 400px;
  max-height: 400px;
  padding: 20px;
  overflow: scroll;
}

.paragraph-4 {
  color: #fff;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: 100px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: grid;
}

.image-228 {
  min-width: 70px;
  max-width: 70px;
  padding-bottom: 10px;
}

.flex-block-2 {
  border-right: 1px solid #ceb766;
  justify-content: center;
  align-items: center;
}

.paragraph-5 {
  color: #f7f0f0;
  text-align: center;
  font-weight: 200;
  line-height: 15px;
}

.bold-text-2 {
  font-weight: 500;
  line-height: 15px;
}

.flex-block-3 {
  border-right: 1px #ceb766;
  justify-content: center;
  align-items: center;
}

.section-13 {
  background-color: #000;
  flex-flow: column;
  min-width: 500px;
  max-width: 500px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 140px;
  display: flex;
}

.image-229 {
  align-self: center;
  min-width: 100px;
  max-width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
  overflow: scroll;
}

.paragraph-6 {
  color: #bebebe;
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.image-230 {
  min-width: 2px;
  max-width: 30px;
}

.foot {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-top: 1px solid #696969;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  max-width: 500px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-foot {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-foot {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.image-foot {
  min-width: 30px;
  max-width: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-foot-home {
  background-image: linear-gradient(90deg, #6e6be4, #322cb8);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 479px) {
  .div-block {
    background-color: #000;
    min-width: 100%;
    max-width: 100%;
  }

  .image {
    min-width: 100px;
    max-width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-2 {
    min-width: 70px;
    max-width: 70px;
  }

  .login01 {
    font-size: 12px;
  }

  .head {
    min-width: 100%;
    max-width: 10%;
  }

  .marquee {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 59px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    inset: 58.6px 0% auto;
  }

  .code-embed-3 {
    display: none;
  }

  .text-block-12 {
    width: 100%;
  }

  .text-block-12.hide {
    display: none;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .icon-3 {
    text-align: right;
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    inset: 0% 0% 0% auto;
  }

  .right-arrow {
    text-align: right;
    align-self: auto;
  }

  .left-arrow {
    font-family: Exo, sans-serif;
    font-weight: 900;
  }

  .link-block-15 {
    box-sizing: border-box;
    aspect-ratio: auto;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-3 {
    aspect-ratio: auto;
    border-radius: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .slide {
    box-sizing: border-box;
    object-fit: fill;
    border-radius: 10px;
    position: static;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 900;
    inset: 0% auto 0% 0%;
  }

  .slide-nav {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .mask {
    flex: 1;
    align-self: stretch;
    height: 25vw;
  }

  .slider {
    background-color: #ddd0;
    border-radius: 10px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body {
    min-width: 100%;
    max-width: 100%;
  }

  .section-4 {
    background-image: linear-gradient(#0000, #0000), url('../images/AnyWebp-Image.webp');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-width: 100%;
    max-width: 100%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    min-width: 90px;
    max-width: 90px;
  }

  .image-222 {
    margin-left: 15px;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3, .tab-link-tab-3.w--current, .tab-link-tab-4, .tab-link-tab-4.w--current {
    min-width: 90px;
    max-width: 90px;
  }

  .bonus {
    min-width: 100%;
    max-width: 100%;
    min-height: 430px;
    padding-left: 20px;
    padding-right: 45px;
  }

  .casino {
    min-width: 100%;
    max-width: 100%;
    min-height: 430px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .section-6 {
    min-width: 35px;
    max-width: 35px;
    min-height: auto;
    max-height: none;
  }

  .link-block-16 {
    z-index: 10;
    inset: 36% 0% 0% auto;
  }

  .sports {
    min-width: 100%;
    max-width: 100%;
    min-height: 430px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .flex-block, .section-8 {
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-15, .text-block-16 {
    font-size: 12px;
  }

  .section-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-227 {
    min-width: 20px;
    max-width: 20px;
  }

  .div-block-9 {
    min-width: 55px;
    max-width: 55px;
    min-height: 50px;
    max-height: 50px;
  }

  .div-block-10 {
    min-width: 55px;
    max-width: 55px;
    min-height: 50px;
    max-height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11, .div-block-20, .div-block-21 {
    min-width: 55px;
    max-width: 55px;
    min-height: 50px;
    max-height: 50px;
  }

  .section-8-1, .section-11 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-73 {
    min-height: 350px;
    max-height: 350px;
  }

  .section-12 {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .section-13 {
    min-width: 100px;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 70px;
  }

  .foot {
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    min-height: 60px;
    text-decoration: none;
  }

  .image-foot {
    min-width: 25px;
    max-width: 25px;
  }
}

#w-node-_324da083-1b2b-2b80-a19e-e30336a62ffa-179e2621, #w-node-_87400968-b361-ae3a-6f15-82605b840d76-179e2621 {
  place-self: center end;
}

#w-node-b727eeed-f434-0b46-ed35-bbe91b0673b2-179e2621, #w-node-a9aeeb6f-502e-e565-e234-002ad7cdaefd-179e2621, #w-node-_05c223e9-6815-9ba2-2c77-ecd323578b01-179e2621, #w-node-_93bf70a9-c751-81f7-ff3c-5dc0a851d98a-179e2621, #w-node-_6e9a82c0-8bb6-4698-81a0-146cbf3e77ca-179e2621, #w-node-_3b90ccf2-0b38-62ef-8635-c6db7b280cdc-179e2621, #w-node-_96b036ce-c0a1-e5c1-26f8-2b37f77098c6-179e2621, #w-node-fa96ea54-1d30-a949-685c-01b0329addaf-179e2621, #w-node-_56cc0ec9-1b07-0854-04ee-80a3a65cc4a6-179e2621, #w-node-_1020fd45-eff2-73eb-a2b3-59af30d8d7c6-179e2621, #w-node-_680a4e5a-9f0a-6c91-501a-f3a8c592cc24-179e2621, #w-node-_20d4f62a-991c-53f4-2b34-8f051651215a-179e2621, #w-node-_55bb3235-d241-5bf0-c4b8-2886583c03ab-179e2621 {
  place-self: center;
}

#w-node-ed1f721b-9c94-d5c9-f154-f392b58e0448-179e2621 {
  align-self: center;
}

#w-node-_1b32e2a7-4793-af00-04b9-49c65444ea3a-179e2621, #w-node-fb352a62-3fa8-aa68-9b70-bc81da263505-179e2621 {
  place-self: center;
}

#w-node-_38e7d8a7-d664-134a-4ae2-1d2fd612cf4b-179e2621 {
  align-self: center;
}

#w-node-_06a27eef-a5a8-33c3-6e0f-c38f533e376d-179e2621 {
  place-self: center end;
}

#w-node-_5858a250-2f36-54a6-109e-04b4f7c948ee-179e2621, #w-node-_547a4187-052e-1781-632c-14042758d094-179e2621 {
  place-self: center;
}

#w-node-_547a4187-052e-1781-632c-14042758d096-179e2621 {
  align-self: center;
}

#w-node-_547a4187-052e-1781-632c-14042758d098-179e2621 {
  place-self: center end;
}

#w-node-da42a0c5-8ce8-7848-706f-e9ee2a17a682-179e2621, #w-node-_863128b5-dcdc-b97a-c8ce-50da792efbd8-179e2621 {
  place-self: center;
}

#w-node-_863128b5-dcdc-b97a-c8ce-50da792efbda-179e2621 {
  align-self: center;
}

#w-node-_863128b5-dcdc-b97a-c8ce-50da792efbdc-179e2621 {
  place-self: center end;
}

#w-node-_4f536be5-5220-969e-7972-5234871f8206-179e2621, #w-node-_35e5240e-29a4-6c0d-a233-6f5935f729d1-179e2621 {
  place-self: center;
}

#w-node-_35e5240e-29a4-6c0d-a233-6f5935f729d3-179e2621 {
  align-self: center;
}

#w-node-_47a5ac54-b33d-4f91-0c6a-f801e0fb8f32-179e2621 {
  place-self: center end;
}

#w-node-_83a27431-fd47-bd15-f821-b5e82681a18a-179e2621, #w-node-_0059fccd-dd83-767f-e1e0-9e54a6c5c3a0-179e2621 {
  place-self: center;
}

#w-node-_0059fccd-dd83-767f-e1e0-9e54a6c5c3a2-179e2621 {
  align-self: center;
}

#w-node-_0059fccd-dd83-767f-e1e0-9e54a6c5c3a5-179e2621 {
  place-self: center end;
}

#w-node-_579ab332-39f5-fd86-84e6-ed9c7d4d1275-179e2621, #w-node-_63d021eb-0b08-115b-4c8c-ac642b1c79b0-179e2621 {
  place-self: center;
}

#w-node-_63d021eb-0b08-115b-4c8c-ac642b1c79b2-179e2621 {
  align-self: center;
}

#w-node-_63d021eb-0b08-115b-4c8c-ac642b1c79b5-179e2621 {
  place-self: center end;
}

#w-node-_7a505734-eb3b-65d6-18df-12bed48b1298-179e2621 {
  place-self: center;
}

#w-node-_7b66f712-0d44-1f86-abdb-c0caa90e61f9-179e2621, #w-node-_47c95702-b265-e53b-3c71-d04888c297db-179e2621, #w-node-aa3c7faf-3d8f-edad-8cb0-6618dc28ae66-179e2621 {
  place-self: stretch stretch;
}

#w-node-fb3b0a50-0b37-6ad3-9eaa-13c7c4f5553f-179e2621, #w-node-e151ff14-7163-e896-0687-853168f7b4d6-179e2621, #w-node-f48683bd-3ddd-3425-42f7-e0de8ef4df12-179e2621, #w-node-_0784af24-a2f3-b74a-70f0-5651ed4924e3-179e2621, #w-node-_27dc4957-1c2c-00bb-1617-54178dcb429d-179e2621 {
  place-self: center;
}
