:root {
  --accent: #ef5a78;
  --primary-font: Montserrat, sans-serif;
  --text: #24182c;
  --secondary: #213ffc;
  --background: #faf1f3;
  --primary-color: #9f25ef;
}

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

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

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

.container {
  width: 90%;
  max-width: 1360px;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  position: static;
  top: 0;
}

.nav_wrap {
  background-color: #fff;
  background-image: linear-gradient(#80808000, #80808026);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 30px;
  display: flex;
}

.button {
  background-color: var(--accent);
  font-family: var(--primary-font);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.header_cta {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.header_logo {
  max-width: 100px;
}

.brand {
  margin-left: 0;
  margin-right: 0;
}

.nav_col {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.nav_logo {
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.nav-link {
  font-family: var(--primary-font);
  color: var(--text);
  padding: 0 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.nav-link.w--current {
  color: var(--secondary);
  border-radius: 40px;
  box-shadow:
    inset -5px -5px 5px #213ffc08,
    inset 0 5px 5px #213ffc1c;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner {
  position: relative;
}

.padding_global {
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_row.mg_top-32px {
  margin-top: 32px;
}

.button_row.mg_top-32px.align-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1_heading_style {
  font-family: var(--primary-font);
  color: var(--text);
  margin-top: 10px;
  font-size: 62px;
  font-weight: 700;
  line-height: 72px;
}

.h1_heading_style.head_center {
  text-align: center;
}

.text_size {
  font-family: var(--primary-font);
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text_size.text_center {
  text-align: center;
}

.text_size.text_center.text_white {
  color: #fff;
}

.highlight {
  color: var(--primary-color);
}

.banner_img-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.banner_img {
  border-radius: 100%;
  max-width: 380px;
  height: 380px;
  box-shadow: 5px 5px 5px #9f25ef33;
}

.banner_shape-1 {
  filter: drop-shadow(5px 5px 2px #213ffc2e);
  width: 180px;
  height: 180px;
  position: absolute;
  top: 20%;
}

.banner_shape-2 {
  filter: drop-shadow(0 2px 5px #213ffc4f);
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.pagewrapper {
  position: relative;
}

.about {
  background-color: var(--background);
}

.container_right {
  max-width: 1360px;
  margin-right: 0;
}

.row {
  display: flex;
}

.row.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.row.gap-40.align_center {
  justify-content: flex-start;
  align-items: center;
}

.col-50 {
  width: 50%;
}

.col-50.about_ctn {
  padding-right: 5vw;
}

.about_img {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 653px;
}

.h2_heading-style {
  font-family: var(--primary-font);
  color: var(--text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.h2_heading-style.heading_white {
  color: #fff;
}

.h2_heading-style.heading_center {
  text-align: center;
}

.head_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid.mg_top-32px {
  margin-top: 32px;
}

.grid.mg_top-32px.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  background-image: radial-gradient(circle at 100% 0, #213ffc1a, #fff);
  border: 1px solid #24182c2e;
  border-radius: 20px;
  padding: 40px 30px;
}

.card.access_card {
  background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
}

.h3_heading-style {
  font-family: var(--primary-font);
  color: var(--text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.h3_heading-style.heading_white {
  color: #fff;
}

.h4_heading-style {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text_sm {
  font-family: var(--primary-font);
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text_sm.text_white {
  color: #fff;
}

.card_ctn {
  margin-top: 42px;
}

.feature_game {
  background-image: url('..//public/images/john-hunter.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_game-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature_game-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(320deg, #9f25ef4f, #213ffc4d);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  min-height: 70vh;
  padding: 40px;
  display: flex;
}

.steps_block {
  background-color: var(--background);
  border-radius: 20px;
  padding: 40px;
  box-shadow:
    inset -5px -5px 5px #9f25ef05,
    5px 5px 15px #213ffc26;
}

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

.step-ctn,
.mg_top-32px {
  margin-top: 32px;
}

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

.responsible_item {
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.footer-warning {
  background-color: var(--text);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_logo {
  max-width: 130px;
  margin-bottom: 20px;
}

.footer_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-text {
  font-family: var(--primary-font);
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.footer-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_list-item {
  border-radius: 40px;
  padding: 12px 25px;
  box-shadow:
    5px 5px 5px #213ffc21,
    inset 5px 5px 15px #dce0fa;
}

.footer-logo-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.footer_sponser-logo {
  max-width: 150px;
}

.copyright-block {
  background-color: var(--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text_link {
  color: var(--secondary);
  text-decoration: none;
}

.warning-text {
  font-family: var(--primary-font);
  color: var(--background);
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.warning_block {
  background-color: var(--accent);
  padding-top: 12px;
  padding-bottom: 12px;
}

.responsible-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 353px;
}

.gaming_item {
  background-color: var(--background);
  border-radius: 20px;
  padding: 40px;
}

.respons_row {
  display: flex;
}

.respons-ctn-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 10vw;
  padding-right: 5vw;
  display: flex;
}

.responsice-ctn-block {
  background-color: var(--background);
  border-radius: 12px;
  padding: 30px;
  box-shadow:
    5px 5px 5px #213ffc1a,
    inset -5px -5px 5px #9f25ef1a;
}

.response-img {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 553px;
  position: sticky;
  top: 10vw;
}

.respons-img-col {
  width: 50%;
  position: relative;
}

.respons_section {
  min-height: 100vh;
}

.contact_cta {
  background-color: var(--secondary);
  background-image: linear-gradient(#213ffcad, #213ffcad), url('..//public/images/image-4.jpg');
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
}

.cta_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-small {
  width: 90%;
}

.fs-consent_component {
  display: block;
}

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

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.fs-consent_banner_paragraph {
  font-family: var(--primary-font);
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

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

.fs-consent_allow {
  background-color: var(--accent);
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.fs-consent_allow.dont_allow {
  background-color: #7b2cbf;
  display: none;
}

.modal_container {
  z-index: 9999;
  background-color: #24182cab;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal_wrap {
  background-color: #191b22;
  width: 95%;
  height: 90vh;
  padding: 60px 40px;
  position: relative;
}

.gmae_embed {
  width: 100%;
  height: 100%;
}

.modal_close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media screen and (min-width: 1920px) {
  .fs-consent_component {
    width: 100%;
  }

  .fs-consent_banner {
    background-color: #000;
    width: 100%;
    max-width: 100%;
  }

  .fs-consent_banner_wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .fs-consent_banner_paragraph {
    color: #fff;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 20px;
  }

  .fs-consent_banner_buttons {
    flex: none;
  }

  .fs-consent_allow {
    background-color: #0d5f1e;
    padding: 10px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--background);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    top: 130px;
  }

  .padding_global {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1_heading_style {
    font-size: 42px;
    line-height: 52px;
  }

  .banner_img {
    max-width: 300px;
    height: 300px;
  }

  .banner_shape-1 {
    width: 120px;
    height: 120px;
    top: 30%;
  }

  .banner_shape-2 {
    width: 120px;
    height: 120px;
  }

  .row.gap-40.align_center.mg_top-32px.col-reverse {
    flex-flow: column-reverse;
  }

  .row.flex-col {
    flex-flow: column;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.about_ctn {
    padding-left: 5vw;
  }

  .about_img {
    border-radius: 0;
    height: 353px;
    margin-top: 32px;
  }

  .h2_heading-style {
    font-size: 32px;
    line-height: 42px;
  }

  .grid.mg_top-32px.col-3.tab_col {
    grid-template-columns: 1fr 1fr;
  }

  .h3_heading-style {
    font-size: 24px;
    line-height: 34px;
  }

  .feature_game {
    background-attachment: fixed;
  }

  .feature_game-block {
    width: 100%;
  }

  .steps_block {
    padding: 30px;
  }

  .step-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .responsible_item {
    padding: 30px;
  }

  .footer-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_list-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .warning-text {
    font-size: 18px;
    line-height: 28px;
  }

  .respons_row {
    flex-flow: column-reverse;
  }

  .respons-ctn-col {
    width: 100%;
    padding-left: 5vw;
  }

  .response-img {
    border-radius: 0;
    height: 353px;
    position: relative;
    top: 0;
  }

  .respons-img-col {
    width: 100%;
  }

  .icon {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 35px;
  }

  .menu-button {
    padding: 0;
  }

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

@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    line-height: 26px;
  }

  .nav_col {
    width: 10%;
  }

  .nav_logo {
    justify-content: flex-start;
    align-items: flex-start;
    width: 43%;
  }

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

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h1_heading_style {
    font-size: 32px;
    line-height: 42px;
  }

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

  .banner_img {
    max-width: 280px;
    height: 280px;
  }

  .banner_shape-1 {
    width: 90px;
    height: 90px;
    top: 35%;
  }

  .banner_shape-2 {
    width: 90px;
    height: 90px;
  }

  .h2_heading-style {
    font-size: 28px;
    line-height: 38px;
  }

  .grid.mg_top-32px.col-3.tab_col,
  .grid.mg_top-32px.m_col-1,
  .grid.mg_top-32px.m_col {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 30px 20px;
  }

  .h3_heading-style {
    font-size: 22px;
    line-height: 32px;
  }

  .h4_heading-style {
    font-size: 18px;
    line-height: 28px;
  }

  .step-grid,
  .responsible_grid {
    grid-template-columns: 1fr;
  }

  .footer_sponser-logo {
    max-width: 100px;
  }

  .warning-text {
    font-size: 16px;
    line-height: 26px;
  }

  .responsible-image {
    height: 253px;
  }
}

@media screen and (max-width: 479px) {
  .nav_wrap {
    padding: 10px 20px;
  }

  .header_cta {
    display: none;
  }

  .header_logo {
    max-width: 90px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
  }

  .h1_heading_style {
    font-size: 28px;
    line-height: 38px;
  }

  .banner_img {
    max-width: 253px;
    height: 253px;
  }

  .banner_shape-1 {
    top: 50%;
  }

  .banner_shape-2 {
    bottom: 0%;
  }

  .about_img {
    height: 253px;
  }

  .text_sm.text_white.text_center {
    text-align: center;
  }

  .feature_game-block {
    padding: 30px;
  }

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

  .footer_logo {
    max-width: 90px;
  }

  .footer-logo-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .copyright-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-consent_banner {
    display: none;
  }

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