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

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

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

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

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

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

.heading {
  color: #413535;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
}

.bold-text-9 {
  color: #fa0000;
}

.annoncement-sec {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-main {
  width: 100%;
}

.inner-content-div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #3f30;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-21 {
  filter: invert();
  width: 45px;
}

.text-block {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
}

.img-21-2 {
  width: 45px;
}

.full-width-flex {
  background-color: #e0d1ec;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  box-shadow: 0 2px 5px 2px #0003;
}

.navbar {
  background-color: #fff0;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 13px 20px;
}

.image-2 {
  width: 80px;
}

.nav-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.nav-link {
  color: #2838b6;
  font-family: Merriweather, serif;
  font-size: 16px;
  text-decoration: none;
}

.play-button {
  text-align: center;
  background-color: #3d53fa;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 54px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  position: static;
  box-shadow: 0 2px 4px 1px #00000078;
}

.text-div {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.text-div.bottom-div {
  text-align: left;
  width: 50%;
}

.image-text {
  margin-top: 80px;
  margin-bottom: 80px;
}

.peragraph-text-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.peragraph-text-2.text-left {
  text-align: left;
}

.peragraph-text-2.text-left.width-full {
  color: #13144e;
  text-align: left;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 34px;
}

.peragraph-text-2.text-left.width-full.center-text {
  text-align: center;
}

.peragraph-text-2.text-left.width-full.tips {
  margin-top: 10px;
}

.bold-text-2 {
  font-family: Merriweather, serif;
  font-size: 35px;
}

.img-con {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: center;
  align-items: center;
}

.img-div {
  width: 45%;
}

.img-div.last-img {
  order: 1;
}

.medium-heading {
  color: #2838b6;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  height: auto;
}

.image-5.image-bootom {
  height: 380px;
}

.container-main-3 {
  position: relative;
}

.play-button-2 {
  text-align: center;
  background-color: #3d53fa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: 120px;
  height: 54px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  box-shadow: 0 2px 4px 1px #00000078;
}

.play-button-2.m-top {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
}

.play-button-2.m-top.left {
  margin-left: 0;
}

.banner-section {
  margin-top: 40px;
}

.banner-section.bootom-banner {
  background-color: #e0d1ec;
  padding-top: 40px;
  padding-bottom: 40px;
}

.first-block {
  background-color: #64322900;
  border: 1px solid #3d53fa;
  border-radius: 10px;
  padding: 5% 10%;
}

.paragraph {
  line-height: 30px;
}

.grid-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.grid-content.four-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.why-choose {
  background-color: #e0d1ec;
  margin-top: 70px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-10 {
  font-family: Merriweather, serif;
  font-size: 35px;
}

.medium-heading-2 {
  color: #2838b6;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.medium-heading-2.m-0 {
  margin-bottom: 0;
}

.bold-text-4 {
  color: #2838b6;
  font-family: Oswald, sans-serif;
}

.rich-text-content {
  color: #13144e;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: static;
}

.h3-heading {
  color: #2838b6;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.bold-text-11, .bold-text-12 {
  font-family: Merriweather, serif;
}

.ft-link {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 13px;
  text-decoration: none;
}

.image-6 {
  width: 190px;
}

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

.ft-text.peragraph-text._w-full {
  width: 90%;
}

.ft-text.peragraph-text._w-full.center-pera {
  color: #fff;
  margin-left: auto;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.margin-bottom_none-2 {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.container-main-5 {
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-flex {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
}

.footer {
  background-image: linear-gradient(#e0d1ec, #02047f94);
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 40px;
}

.image-7 {
  width: 121px;
}

.logo-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #03114261;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
}

.container-main-6 {
  width: 100%;
}

.flex_horizontal {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.flex_horizontal.t-flex {
  margin-top: 0;
  margin-bottom: 0;
}

.flex_horizontal.flex-hr {
  justify-content: space-between;
  margin-top: 40px;
}

.annoncement-sec-2 {
  background-color: #74531f00;
  background-image: linear-gradient(#0004ff, #0c2031);
  padding-top: 10px;
  padding-bottom: 10px;
}

.annoncement-sec-2.footer-bar {
  margin-bottom: 40px;
}

.pop-up-wrapper {
  z-index: 9999;
  background-color: #000000d1;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.pop-up-content {
  width: 68%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.cross-imga {
  position: absolute;
  top: 2px;
  right: 2px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.fs-consent_component {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #000124;
  min-width: 100%;
  max-width: 100%;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  text-align: center;
  background-color: #2682d3;
  border-radius: 7px;
  flex: none;
  width: 100px;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.privacy-policy {
  padding-top: 40px;
  position: relative;
}

.head {
  color: #13144e;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 40px;
}

.rich-pera-content {
  color: #13144e;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 27px;
}

.head-in {
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 28px;
}

.rich-pera-content-2 {
  color: #13144e;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.head-in-2 {
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 28px;
}

.head-in-3 {
  font-family: Oswald, sans-serif;
  font-size: 23px;
  line-height: 28px;
}

.game-section {
  background-color: #e9e9e9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.game-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game-ctn-col, .game-img-col {
  width: 60%;
}

.game-img {
  border-radius: 20px;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .container-main, .container-main-3, .container-main-2 {
    max-width: 1024px;
  }

  .h3-heading {
    font-size: 20px;
  }

  .container-main-5, .container-main-6 {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1920px) {
  .container-main {
    max-width: 1180px;
  }

  .peragraph-text-2 {
    width: 64%;
    font-size: 18px;
    line-height: 28px;
  }

  .peragraph-text-2.text-left.width-full {
    line-height: 40px;
  }

  .container-main-3, .container-main-2, .container-main-5, .container-main-6 {
    max-width: 1180px;
  }
}

@media screen and (max-width: 991px) {
  .text-div, .text-div.bottom-div {
    width: 100%;
  }

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

  .peragraph-text-2 {
    width: 100%;
  }

  .peragraph-text-2.text-left.width-full {
    line-height: 40px;
  }

  .img-con {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .img-div {
    width: 100%;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .why-choose {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ft-text.peragraph-text._w-full.center-pera {
    margin-right: auto;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .flex_horizontal.flex-hr {
    flex-flow: column;
  }

  .game-ctn-col, .game-img-col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
  }

  .navbar {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 60px;
  }

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

  .play-button {
    width: 90px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .text-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .peragraph-text-2.text-left.width-full {
    font-size: 16px;
    line-height: 25px;
  }

  .peragraph-text-2.text-left.width-full.center-text {
    line-height: 27px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .medium-heading {
    font-size: 22px;
  }

  .play-button-2 {
    width: 90px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

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

  .bold-text-10 {
    font-size: 26px;
  }

  .medium-heading-2 {
    font-size: 30px;
  }

  .medium-heading-2.m-0 {
    font-size: 26px;
  }

  .head-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-content {
    font-size: 16px;
  }

  .ft-text.peragraph-text._w-full.center-pera {
    margin-right: auto;
    font-size: 16px;
    line-height: 25px;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .footer-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ft-link-logo {
    margin-bottom: 40px;
  }

  .footer {
    background-size: cover;
  }

  .flex_horizontal.flex-hr {
    flex-flow: column;
  }

  .privacy-policy, .game-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 23px;
    line-height: 34px;
  }

  .inner-content-div, .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 64px;
  }

  .nav-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 14px;
  }

  .nav-link {
    font-size: 12px;
  }

  .play-button {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .peragraph-text-2.text-left.width-full {
    font-size: 16px;
    line-height: 24px;
  }

  .peragraph-text-2.text-left.width-full.center-text {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .medium-heading {
    line-height: 30px;
  }

  .play-button-2 {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-content, .grid-content.four-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .medium-heading-2 {
    line-height: 30px;
  }

  .rich-text-content {
    font-size: 16px;
    line-height: 24px;
  }

  .h3-heading {
    font-size: 16px;
    line-height: 26px;
  }

  .image-6 {
    width: 120px;
  }

  .ft-text.peragraph-text._w-full.center-pera {
    font-size: 16px;
    line-height: 24px;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .logo-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex_horizontal.t-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .bold-text-13 {
    line-height: 30px;
  }
}


