/*fp:cba5a9a9c257*/
html {
  scroll-behavior: smooth;
}
.button,
.headline-2,
.headline-3,
.headline-4 {
  font-family: Geologica-Medium, sans-serif;
  color: #fff;
}
.ceb80c-f3026e p {
  font-family: "Geologica-Medium", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
.bg-dark-blue {
  background:
    linear-gradient(0deg, #252536, #252536),
    radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / 0.12) 0, #fff0 100%);
}
.bg-main {
  background-color: #171722;
  height: max-content;
}
.container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.red-button-bg-color {
  background: radial-gradient(circle, #fe284a 0, #cc203b 100%);
}
.red-button-border {
  border: 1px solid #fe284a;
}
.blue-button-bg-color {
  background: radial-gradient(circle, #484868 0, #33334a 100%);
}
.blue-button-border {
  border: 1px solid #484868;
}
.button {
  height: 48px;
  padding: 14px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2);
}
.vertical-between-line {
  background: linear-gradient(
    90deg,
    rgb(58 58 82 / 0.08) 0,
    #3a3a52 50%,
    rgb(58 58 82 / 0.08) 100%
  );
  width: 1px;
  height: 38px;
}
.grey-border {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.24);
  border: 1px solid rgb(255 255 255 / 0.1);
}
h1,
h2,
h3,
h4 {
  color: #fff;
  margin: 0;
}
h1 {
  margin: 16px 0;
  font-size: 32px;
  line-height: 28px;
}
h2 {
  font-size: 24px;
  margin: 5px 0;
  line-height: 28px;
}
h3 {
  font-size: 22px;
  line-height: 28px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h2,
h3,
h4 {
  margin: 16px 0;
}
:is(h2, h3, h4):not(:first-of-type) {
  margin: 32px 0 16px;
}
:is(span, p, li, td) > :is(a, a:visited) {
  color: #fe284a;
}
.link {
  text-decoration: none;
  color: #fff;
}
.header-button {
  text-decoration: none;
  color: #fff;
}
.header-button .header-button-content {
  text-decoration: none;
}
.vavada-default h3 {
  font-size: 18px;
}
.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex-center {
  display: flex;
  align-items: center;
}
.d-flex-center-full {
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-100 {
  width: 100%;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.container-default {
  background-color: #252536;
  padding: 11px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.form-select,
.text-field {
  height: 48px;
  padding: 14px;
  outline: 0;
  color: #fff;
}
.text-12 {
  font-size: 12px;
}
.text-field {
  background: #101018;
  border-radius: 4px;
  border: 1px solid rgb(255 255 255 / 0.1);
}
.text-field:hover {
  border-color: rgb(255 255 255 / 0.18);
}
.text-field:focus,
.text-field:focus-visible {
  border-color: rgb(255 255 255 / 0.22);
  outline: 0;
  box-shadow: none;
}
.form-select {
  border-radius: 4px;
  border: 1px solid rgb(255 255 255 / 0.1);
  appearance: none;
  background: url(/content/img/icons/arrow-down.svg) no-repeat #101018;
  background-position-x: calc(100% - 16px);
  background-position-y: center;
}
body,
html {
  line-height: 1.5;
}
.ceb80c-30e3ef:hover,
.ceb80c-3bfcf9:hover {
  opacity: 0.85;
}
@font-face {
  font-family: Geologica-Medium;
  font-weight: 500;
  font-display: swap;
  src: local("Geologica-Medium"), url(/fonts/Geologica-Medium.woff2);
  font-style: normal;
}
@font-face {
  font-family: Geologica-Regular;
  font-weight: 400;
  font-display: swap;
  src: local("Geologica-Regular"), url(/fonts/Geologica-Regular.woff2);
  font-style: normal;
}
@font-face {
  font-family: Geologica-Light;
  font-weight: 300;
  font-display: swap;
  src: local("Geologica-Light"), url(/fonts/Geologica-Light.woff2);
  font-style: normal;
}
body {
  min-height: 100vh;
  background-color: #f2f2f2;
  color: #fff;
  font-family:
    Geologica,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
}
ul {
  list-style-type: disc;
}
ol,
ul {
  padding: 0 20px;
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
p {
  margin: 0;
}
input[type="search"] {
  font-size: 14px;
  color: #111;
  padding: 16px 16px 16px 40px;
  border: 1px solid #717587;
  border-radius: 24px;
  position: relative;
  width: 100%;
}
input[type="search"]::placeholder {
  color: #717587;
}
.ceb80c-0d5044 {
  width: 100%;
  height: 64px;
  position: relative;
  background-color: #252536;
}
.ceb80c-8de7fb.is-open {
  display: flex;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.ceb80c-8de7fb {
  display: none;
  position: fixed;
  flex-direction: column;
  top: 0;
  overflow: hidden;
  width: 320px;
  right: 0;
  z-index: 25;
  background-color: #252536;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.ceb80c-efc039,
.ceb80c-13fffb {
  background: radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.no-scroll {
  overflow: hidden;
}
.ceb80c-a8dc08 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ceb80c-73ad22 {
  margin-right: 8px;
}
.ceb80c-2d5ff0 nav a {
  padding: 12px;
}
.ceb80c-2d5ff0 {
  margin: 0 auto;
  padding: 16px 8px 32px;
  width: 100%;
  border-bottom: 1px solid #484868;
}
.ceb80c-74087e {
  padding: 16px 0 0;
}
.ceb80c-74087e > a {
  margin: 16px auto;
  max-width: 500px;
}
.ceb80c-b80052 a {
  text-decoration: none;
  color: #cfcff3;
}
.ceb80c-b80052 p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 25px;
  color: #bcbcd1;
}
.ceb80c-b80052 a:hover {
  color: #fff;
}
.vavada-faq-container h3 {
  font-size: 20px;
}
.ceb80c-a4d248 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.ceb80c-cd34b5 {
  gap: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ceb80c-48b98b {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}
.ceb80c-48b98b .button {
  max-width: 140px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.ceb80c-e26574.button,
.ceb80c-48b98b .ceb80c-320bcc.button,
.ceb80c-48b98b .ceb80c-ca9281.button {
  height: 40px;
}
.ceb80c-2d5ff0 nav {
  padding: 0 !important;
  margin-bottom: 16px;
}
.ceb80c-2d5ff0 nav a {
  list-style: none;
  padding: 12px;
}
.ceb80c-13fffb {
  border: 1px solid #3a3a54;
  font-size: 14px;
  border-radius: 4px;
  padding: 14px;
  width: 100%;
  font-family: Geologica-Regular, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.ceb80c-2d5ff0 nav,
.articles-nav {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.ceb80c-f41b6e.link,
.header-button {
  color: #8a8aae;
  font-size: 14px;
  font-family: Geologica-Regular, sans-serif;
  text-align: center;
}
.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}
.ceb80c-df2d9b {
  margin-left: auto;
  gap: 20px;
  display: flex;
}
.ceb80c-24815f {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ceb80c-24815f .button {
  max-width: 150px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.ceb80c-ca9281 .ceb80c-99824c {
  margin-left: 11px;
  line-height: 14px;
}
.ceb80c-efc039 {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.ceb80c-320bcc .ceb80c-99824c {
  margin-left: 8px;
  line-height: 14px;
}
.ceb80c-320bcc {
  border: 1px solid #2b8c45;
  background: radial-gradient(circle, #3cc360 0, #2b8c45 100%);
  padding: 12px;
}
.ceb80c-070fbc {
  min-width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ceb80c-ca9281 {
  padding: 15px;
  background: radial-gradient(circle, #484851 0, #303036 100%);
  border: 1px solid #303036;
}
.banners-holder {
  position: relative;
}
.banners-holder-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
}
.swiper-button-prev {
  background: url(/content/img/icons/pagination/prev.svg) center/contain
    no-repeat;
}
.swiper-button-next {
  background: url(/content/img/icons/pagination/next.svg) center/contain
    no-repeat;
}
.first-media.banner-bg {
  display: block;
}
.first-media {
  width: 100%;
  height: 300px;
  max-height: 300px;
  object-fit: cover;
  display: block;
}
.banner-bg {
  width: 100%;
  height: 300px;
  max-height: 300px;
  object-fit: cover;
  display: block;
}
.banner-bg--mobile.banner-bg {
  display: none;
}
.banners-holder-image__background {
  background-image: url(/content/img/banners/desktop-banner-1x.webp);
}
.banners-holder-image__background--1 {
  background-image: url(/content/img/banners/desktop-banner-2-1x.webp);
}
.banners-holder-image__background--2 {
  background-image: url(/content/img/banners/desktop-banner-3-1x.webp);
}
.banners-holder-image__background--3 {
  background-image: url(/content/img/banners/desktop-banner-4-1x.webp);
}
h1,
h2,
h3,
h4 {
  font-family: "Geologica-Medium", sans-serif;
  font-weight: 500;
  color: #fff;
}
.banners-holder-image {
  background: linear-gradient(
    0deg,
    rgb(23 23 33 / 0.56) 0,
    rgb(23 23 33 / 0.32) 100%
  );
}
.banners-holder-image__title {
  border: 1px solid rgb(255 255 255 / 0.12);
  line-height: 28px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-left: none;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(
    180deg,
    #fff47a 0,
    #f4b200 37.5%,
    #ffc30c 45.31%,
    #fff47a 99.48%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff0;
  color: #fff0;
  font-size: 28px;
  font-family: Geologica-Medium, sans-serif;
  text-transform: uppercase;
}
.ceb80c-163add.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.ceb80c-3bfcf9 {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0 8px;
  font-family: Geologica-Medium, sans-serif;
  transition: opacity 0.3s;
  cursor: pointer;
  padding: 0 20px;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-left: 1px solid #fff0;
  border-right: 1px solid #fff0;
  border-image-source: linear-gradient(
    180deg,
    rgb(255 255 255 / 0.1) 0%,
    #fff0 100%
  );
  border-image-slice: 1;
  height: 100%;
}
ul li,
ol li {
  font-size: 16px;
  line-height: 25px;
  font-family: Geologica-Light, sans-serif;
  color: #bcbcd1;
}
.ceb80c-b80052 ul li a {
  color: #cfcff3;
}
p {
  font-size: 16px;
  line-height: 25px;
  font-family: Geologica-Light, sans-serif;
  color: #bcbcd1;
  margin: 10px 0;
}
.ceb80c-6dfb4a {
  font-size: 16px;
  line-height: 20px;
  font-family: Geologica-Light, sans-serif;
  color: #fff;
}
.ceb80c-351970 {
  color: #07bcf7;
}
.ceb80c-514064 {
  color: #fb7903;
}
.ceb80c-c07e6d {
  color: #a975ff;
}
.ceb80c-366d98 {
  color: #7dfa00;
}
.ceb80c-99d2aa {
  color: #ffde26;
}
.ceb80c-72c199 {
  margin: 32px 0;
}
.ceb80c-6dfb4a {
  background-color: #2c2c40;
  padding: 20px 24px;
  border-radius: 6px;
}
.ceb80c-6dfb4a.container {
  height: initial;
}
.vavada-mirror-info__title {
  margin: 16px 0 12px;
  color: #fff;
}
.ceb80c-6dfb4a h3 {
  margin: 16px 0;
}
.vavada-mirror-info__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
}
.ceb80c-d33b56 > summary {
  list-style: none;
  cursor: pointer;
}
.ceb80c-d33b56 > summary::-webkit-details-marker {
  display: none;
}
.ceb80c-47c545 h3 {
  margin: 0;
  padding-left: 8px;
}
.vavada-faq-container.grey-border.container .ceb80c-b80052 {
  padding-top: 12px;
}
.ceb80c-e65869 {
  gap: 12px;
}
.ceb80c-7ca9f3 {
  margin-top: 32px;
}
.ceb80c-135122 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}
.ceb80c-125721 {
  background: radial-gradient(100.01% 100% at 50% 0, #3a3a54 0, #252536 100%);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: Geologica-Regular, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
  cursor: pointer;
  height: 48px;
  padding: 16px;
  transition: 0.3s;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 8px;
}
.ceb80c-a82083,
.ceb80c-125721:hover {
  border: 1px solid rgb(255 255 255 / 0.03);
  background: linear-gradient(0.76deg, #a771ff 1.73%, #7b29e4 100.44%);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
}
.ceb80c-1ed96f {
  width: 48px;
}
.ceb80c-ae62fa {
  display: flex;
  align-items: center;
  position: relative;
}
.ceb80c-ad87fb {
  background-color: #101018;
  color: #8a8aae;
  border: 1px solid rgb(255 255 255 / 0.1);
  padding: 14px 16px;
  width: 208px;
  height: 48px;
  margin-right: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.ceb80c-7ca96c {
  display: none;
  width: 608px;
  padding: 24px;
  background-color: #1e1e2c;
  border: 1px solid rgb(255 255 255 / 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 4px;
}
.ceb80c-ef2285 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ceb80c-94c9d0 {
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
  font-family: Geologica-Regular, sans-serif;
}
.ceb80c-50fd35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ceb80c-068931 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.ceb80c-30e3ef {
  font-size: 14px;
  padding: 1.5px 0;
  cursor: pointer;
  font-family: Geologica-Regular, sans-serif;
}
.ceb80c-731823 {
  font-size: 16px;
  font-family: Geologica-Medium, sans-serif;
  color: #8a8aae;
  width: 18px;
}
.ceb80c-0bfc43 {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  font-size: 14px;
  color: #fff;
}
.ceb80c-bd5856 {
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 480px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #101018;
  padding-right: 16px;
  overflow: hidden;
}
.ceb80c-cbc687 {
  width: 100%;
  padding: 14px 0 14px 16px;
  background-color: #101018;
  height: 48px;
  color: #8a8aae;
  border: none;
  outline: 0;
}
.ceb80c-cbc687::placeholder {
  color: rgb(138 138 174 / 0.85);
}
.game-book {
  background-image: url(/content/img/games/bookOf.webp);
}
.game-showdown {
  background-image: url(/content/img/games/showdown.webp);
}
.game-bandito {
  background-image: url(/content/img/games/bandito.webp);
}
.game-dinopolis {
  background-image: url(/content/img/games/dinopolis.webp);
}
.game-popwins {
  background-image: url(/content/img/games/popwins.webp);
}
.game-dogs {
  background-image: url(/content/img/games/dogs.webp);
}
.game-super-market {
  background-image: url(/content/img/games/superMarket.webp);
}
.game-space {
  background-image: url(/content/img/games/space.webp);
}
.game-santa {
  background-image: url(/content/img/games/santas-wonderland.webp);
}
.game-sakura {
  background-image: url(/content/img/games/sakura.webp);
}
.game-dino {
  background-image: url(/content/img/games/dino.webp);
}
.game-cats {
  background-image: url(/content/img/games/cats.webp);
}
.game-money-train {
  background-image: url(/content/img/games/money-train.webp);
}
.game-wildos {
  background-image: url(/content/img/games/wildos.webp);
}
.game-madness {
  background-image: url(/content/img/games/tomeOfMadness.webp);
}
.game-farm {
  background-image: url(/content/img/games/farm.webp);
}
.game-mayhem {
  background-image: url(/content/img/games/mayhem.webp);
}
.game-triple-seven {
  background-image: url(/content/img/games/tripleSeven.webp);
}
.game-egypt {
  background-image: url(/content/img/games/egypt.webp);
}
.game-background {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.ceb80c-d74619 {
  border-radius: 8px;
  overflow: hidden;
  width: 232px;
  height: 232px;
  cursor: pointer;
  position: relative;
  border: 1px solid rgb(255 255 255 / 0.15);
}
.ceb80c-8efc22 {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-family: Geologica-Regular, sans-serif;
}
.ceb80c-a4fbaf {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  gap: 18px;
}
.ceb80c-fa6b0b {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 8px;
}
.ceb80c-bcc206 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}
.ceb80c-0ecc4c {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff8c00;
  background: linear-gradient(270deg, #ff8c00 0, #e63700 90.38%);
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
}
.ceb80c-9297ee {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(225deg, #ffd800 0, #ff7a00 100%);
}
.ceb80c-9297ee,
.ceb80c-a399c4,
.ceb80c-446299,
.ceb80c-0ecc4c,
.ceb80c-70eac4,
.ceb80c-bcc206 {
  border-radius: 4px 2px 4px 2px;
  padding: 4px;
  height: 24px;
}
.ceb80c-a399c4 {
  border: 1px solid #fe284a;
  background-color: #cc203b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 24px;
  font-size: 12px;
}
.ceb80c-446299 {
  border: 1px solid #cf0;
  background: linear-gradient(241.6deg, #cf0 0, #90cd00 20.37%, #529900 60.39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 12px;
}
.ceb80c-a399c4 img {
  margin-right: 2px;
}
.ceb80c-d74619:hover .ceb80c-e0b59c {
  display: flex;
}
.ceb80c-e0b59c {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  align-items: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgb(16 16 24 / 0.88) 0,
    rgb(16 16 24 / 0.616) 32.5%,
    rgb(16 16 24 / 0.250963) 78%,
    #fff0 100%
  );
}
.ceb80c-cf8bab {
  font-size: 14px;
  font-family: Geologica-Light, sans-serif;
  text-align: center;
  max-width: 80%;
}
.ceb80c-70eac4 {
  border: 1px solid rgb(255 255 255 / 0.1);
  background-color: rgb(16 16 24 / 0.24);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  height: 24px;
  border-radius: 4px;
  padding: 2px 4px;
}
.ceb80c-19a878 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ceb80c-ce01f7.button {
  border: 1px solid #3a3a54;
  background: radial-gradient(100.01% 100% at 50% 0%, #3a3a54 0%, #252536 100%);
  font-size: 14px;
  border-radius: 4px;
  padding: 14px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.24);
  font-family: Geologica-Regular, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ceb80c-d8c448 {
  transition: transform 0.2s;
  transform: rotate(180deg);
}
.ceb80c-d33b56[open] .ceb80c-d8c448 {
  transform: rotate(0);
}
.ceb80c-cc0174 {
  padding: 14px 24px 14px 18px;
}
.ceb80c-cc0174 ul {
  padding: 0 !important;
}
.ceb80c-cc0174 ul li {
  list-style: none;
  padding: 16px 8px;
  color: #7575a1;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 8px;
  font-family: Geologica-Regular, sans-serif;
}
.ceb80c-cc0174 ul li:hover a {
  color: #fff;
}
.ceb80c-cc0174 ul li a {
  color: #cfcff3;
}
.ceb80c-cc0174 ul li:hover {
  color: #fff;
  background-color: #33334a;
}
.ceb80c-47c545 .articles-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding-left: 0;
}
.ceb80c-47c545 .articles-nav .articles-item {
  display: block;
  margin: 0;
  padding: 10px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #cfcff3;
  text-decoration: none;
  line-height: 1.25;
}
.ceb80c-47c545 .articles-nav .articles-item:hover {
  color: #fff;
  background-color: #33334a;
}
.ceb80c-47c545 .articles-nav .articles-item-title {
  white-space: normal;
  padding-left: 20px;
}
.vavada-mirror-table-container {
  background-color: #252536;
  border-radius: 8px;
}
.vavada-mirror-table-title {
  padding: 20px 24px 0 24px;
}
table {
  background-color: #252536;
  padding: 20px 24px;
  border-radius: 8px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table thead tr th span:first-child {
  display: block;
}
table thead tr th span:nth-child(2) {
  display: none;
}
.vavada-mirror-table__head {
  background-color: #2c2c40;
}
th {
  color: #bcbcd1;
  font-family: Geologica-Regular, sans-serif;
  padding: 12px 16px;
  text-align: left;
  font-weight: 400;
}
tr {
  border-top: none;
}
thead tr,
tbody tr {
  background-image: linear-gradient(
    90deg,
    #fff0 0%,
    rgb(255 255 255 / 0.05) 50.52%,
    #fff0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  padding-bottom: 4px;
}
tbody tr:last-child {
  background-image: none;
}
table tbody tr td,
table tbody tr td p {
  font-size: 14px;
  line-height: 20px;
  font-family: Geologica-Regular, sans-serif;
  color: #fff;
}
thead {
  background-color: #2c2c40;
}
thead tr > :first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
thead tr > :last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
thead tr > *,
body.modal-lock {
  overflow: hidden;
}
table tbody tr td p {
  background-color: #41415e;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
td {
  padding: 12px 16px;
}
table tbody tr td div span:nth-child(2) {
  display: none;
  color: #bcbcd1;
  font-size: 10px;
  font-family: Geologica-Light, sans-serif;
  line-height: 16px;
}
td[colspan],
td[rowspan] {
  text-align: center;
  vertical-align: middle;
}
.dropdown.is-open .dropdown-lang,
.modal.is-open,
.ceb80c-fa2052.is-visible {
  display: block;
}
table tbody tr td:nth-child(1) {
  color: #bcbcd1;
}
table tbody tr td:last-child {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
}
.ceb80c-3c3bbd {
  margin-bottom: 16px;
}
.ceb80c-3c3bbd h2 {
  margin-bottom: 16px;
}
.vavada-faq-container li {
  margin-bottom: 2px;
}
.vavada-faq-container {
  background-color: #252536;
  padding: 13px 16px;
  border-radius: 8px;
}
.vavada-faq-container p,
.ceb80c-e3e08b p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: Geologica-Light, sans-serif;
}
.vavada-faq__important {
  color: #fff;
  padding: 2px;
  border-radius: 4px 2px 4px 2px;
  font-size: 12px;
}
.vavada-reviews-description__reviews {
  width: 100%;
  background-image: url(/content/img/banners/reviews-media1x.webp);
  background-size: 220%;
  background-repeat: no-repeat;
  height: 312px;
  border-radius: 8px;
  background-position: top center;
  margin-bottom: 16px;
}
.ceb80c-a68da3 {
  background-color: #252536;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.ceb80c-34e7e3 {
  background-color: #2c2c40;
  padding: 20px 24px;
}
.vavada-reviews-description__container-wrapper {
  padding: 0 24px;
}
.ceb80c-099c61 {
  gap: 16px;
  background-color: #252536;
  padding: 17px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.ceb80c-9b17a7 {
  width: 100%;
}
.ceb80c-df382c {
  color: #8a8aae;
  font-size: 14px;
  line-height: 20px;
  font-family: Geologica-Light, sans-serif;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-dropdown-languages__success,
.ceb80c-d91f66,
.ceb80c-2c3800.ceb80c-9cb1b9,
.ceb80c-df382c.ceb80c-3e4cc7 {
  display: none;
}
.ceb80c-9b17a7 p {
  color: #bcbcd1;
  font-size: 16px;
  line-height: 24px;
  font-family: Geologica-Light, sans-serif;
}
.ceb80c-48407f {
  margin-top: 32px;
}
.ceb80c-2c3800 {
  margin-bottom: auto;
  min-width: 90px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.footer-wrapper {
  border-top: 1px solid #1e1e2c;
  border-bottom: 1px solid #1e1e2c;
  padding: 32px 0;
  margin: 32px 0;
}
.footer-container__navigation ul li {
  list-style: none;
}
.footer-container__navigation ul {
  gap: 12px;
  display: flex;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
}
.footer-container__navigation ul li a {
  color: #bcbcd1;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  font-family: Geologica-Light, sans-serif;
}
.footer-container__navigation ul li a:hover {
  color: #fff;
}
.ceb80c-eefdc4 {
  justify-content: center;
}
.ceb80c-276799 a {
  height: 100%;
  display: block;
}
.ceb80c-276799 {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}
.ceb80c-aa36de {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-data,
.footer-data__item {
  align-items: center;
  display: flex;
}
.footer-data__item {
  gap: 16px;
}
.footer-data__item-text {
  color: #8a8aae;
  font-size: 12px;
  line-height: 16px;
  font-family: Geologica-Light, sans-serif;
}
.dropdown,
.lang-link {
  font-family: Geologica-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.footer-data {
  padding-bottom: 28px;
  gap: 0 40px;
  justify-content: space-between;
}
.footer-data__item-terms {
  max-width: 480px;
}
.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: 186px;
}
.dropdown-lang {
  padding: 0 4px;
}
.dropdown-lang__header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
}
.dropdown-lang__item--selected {
  padding-bottom: 10px;
}
.dropdown-lang__item--selected-link {
  cursor: pointer;
  padding: 10px 24px;
}
.dropdown-lang__header-close {
  display: flex;
  align-items: center;
  height: 100%;
}
.dropdown-lang {
  display: none;
  position: absolute;
  background-color: #1e1e2c;
  border-radius: 8px;
  z-index: 10;
  bottom: -15px;
  left: -3px;
  width: 220px;
}
.flag-icon,
.flag-icon-header,
.flag-icon-item {
  width: 35px;
  height: 28px;
}
.lang-link {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.dropdown-lang ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 !important;
}
.flag-icon {
  margin-right: 12px;
}
.dropdown-lang ul li {
  list-style: none;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 10px 24px;
  border-radius: 8px;
}
.dropdown-lang ul li:hover {
  background-color: #41415e;
}
.footer-dropdown-languages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.footer-dropdown-languages__lang {
  color: #fff;
  margin-right: auto;
}
.footer-dropdown-languages__arrow {
  transform: rotate(180deg);
  margin-left: auto;
}
.ceb80c-f1ec98 {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.24);
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  z-index: 24;
  height: 200px;
  width: 700px;
  border: 1px solid rgb(255 255 255 / 0.1);
  padding: 24px;
  background-color: #171722;
  background-image: url(/content/img/popups/popup-apps2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center, center;
}
.ceb80c-f3026e {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
}
.ceb80c-fa2052 {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.6);
}
.modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: calc(100% - 32px);
  border-radius: 16px;
  overflow: hidden;
  background: url(/content/img/popups/modal-registration@1x.webp) 0 0 / cover
    no-repeat #171722;
  border: 1px solid rgb(255 255 255 / 0.1);
  box-shadow: 0 12px 40px rgb(0 0 0 / 0.45);
}
.modal__content {
  position: relative;
  padding: 24px 24px 0 0;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.modal__close {
  border: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 2;
}
.modal__content-left h2 {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  max-width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.modal__content-left-background {
  width: 100%;
  height: 680px;
}
.modal__content-right {
  width: 50%;
  padding: 24px;
}
.modal__content-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__content-right-header h4 {
  font-size: 20px;
  line-height: 24px;
}
.modal__content-right-mobile-background,
.modal__content-right-mobile-bonuses {
  display: none;
}
.modal__content-right-header h4:nth-child(2) {
  display: none;
}
.modal__content-right-form-label {
  font-family: Geologica-Medium, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.modal__content-right-form-element {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.modal__content-right-form-element--pass {
  position: relative;
}
.modal__content-right-form-element--pass .modal__content-right-form-field {
  width: 100%;
}
.modal__content-right-form-element_icon {
  position: absolute;
  top: 0;
  height: 100%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.45;
}
.modal__content-right-form-agree
  .modal__content-right-form-checkbox:checked
  + .modal__content-right-form-label::after,
.modal__content-right-form-element_icon--hidden {
  opacity: 1;
}
.modal__content-right-form-field {
  outline: 0;
}
.modal__content-right-line {
  background: linear-gradient(
    90deg,
    #fff0 0,
    rgb(255 255 255 / 0.05) 50.52%,
    #fff0 100%
  );
  width: 100%;
  height: 1px;
  margin-top: 14px;
}
.modal__content-right-form {
  margin-bottom: 32px;
  margin-top: 32px;
}
.modal__content-left {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.modal__content-right-form-agree .modal__content-right-form-label {
  color: #8a8aae;
  font-family: Geologica-Light, sans-serif;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 28px;
  line-height: 1.2;
}
.modal__content-right-form-agree .modal__content-right-form-label .link {
  color: #2891f2;
  font-family: Geologica-Light, sans-serif;
}
.modal__content-right-form-agree {
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.modal__content-right-form-checkbox {
  background-color: #101018;
  border: 1px solid rgb(255 255 255 / 0.1);
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.modal__content-right-socials-tag {
  color: #8a8aae;
}
.modal__close img {
  width: 18px;
  height: 18px;
}
.modal__title {
  margin: 0 0 14px;
}
.modal__content-right-form-agree .modal__content-right-form-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #101018;
  border: 1px solid rgb(255 255 255 / 0.12);
}
.modal__content-right-form-agree .modal__content-right-form-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #ffde26;
  border-bottom: 2px solid #ffde26;
  transform: rotate(-45deg);
  opacity: 0;
}
.modal__content-right-form-agree
  .modal__content-right-form-checkbox:focus-visible
  + .modal__content-right-form-label::before {
  outline: #ffde26 solid 2px;
  outline-offset: 2px;
}
.modal__content-right-form-agree
  .modal__content-right-form-label:hover::before {
  border-color: rgb(255 255 255 / 0.25);
}
.modal__content-right-form-submit {
  width: 100%;
  display: block;
  text-align: center;
}
.modal__content-right-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.modal__content-right-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

/*a571d0e1a6df*/
