:root {
  --base-blue: #012;
  --base-green: #0076ee;
  --forest-green: #019b01;
  --steel-blue: #0a7dec;
  --turquoise: #3de0c8;
  --black: #0e1c28;
  --midnight-blue: #241a5e;
}

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

.s_1 {
  background-color: var(--base-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_heading {
  color: var(--base-green);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.hero_products_heading_sub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.navigation-link {
  color: #ffffffb3;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover, .navigation-link.w--current {
  color: var(--base-green);
}

.navigation {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px #4455671c;
  flex-direction: column;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-wrap {
  z-index: 30;
  background-color: #000f1e;
  width: 100%;
  position: fixed;
}

.dropdown-link-4 {
  color: #fff;
  width: 100%;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: var(--base-green);
}

.dropdown-link-4.w--current {
  color: var(--base-green);
}

.dropdown-link-1 {
  color: #fff;
  width: 100%;
  padding: 20px 22px 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: var(--base-green);
}

.dropdown-link-1.w--current {
  color: var(--base-green);
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  display: flex;
}

.betadvanced_logo {
  width: 200px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-square {
  background-color: var(--base-blue);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 4px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: var(--base-blue);
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-toggle {
  color: #ffffffb3;
  padding-left: 12px;
  padding-right: 26px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--base-green);
}

.dropdown-link-2 {
  color: #fff;
  width: 100%;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2:hover {
  background-color: var(--base-green);
}

.dropdown-link-2.w--current {
  color: var(--base-green);
}

.dropdown-link-3 {
  color: #fff;
  width: 100%;
  padding: 16px 22px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3:hover {
  background-color: var(--base-green);
}

.dropdown-link-3.w--current {
  color: var(--base-green);
}

.main-content-wrapper {
  z-index: 10;
  position: relative;
}

.main-footer-wrapper {
  z-index: 1;
  height: 353px;
}

.triangle-wp {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.triangle-wp.pointer-events-none {
  justify-content: center;
  height: 200px;
}

.triangle-wp.relative {
  justify-content: center;
  width: 100%;
  height: 200px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.triangle {
  pointer-events: none;
  background-color: #fff;
  width: 200%;
  height: 100%;
  position: relative;
  bottom: -50%;
  transform: rotate(-3deg);
}

.d-8-image {
  background-image: url('../images/22img_g1_main_8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-8-image:hover {
  flex-grow: 7;
}

.card-subtitle {
  color: var(--base-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 100%;
}

.card-title {
  color: #fff;
  text-shadow: 3px 3px 12px #000000a6;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
}

.card-wp {
  border: 2px solid var(--base-green);
  transform-origin: 50% 0;
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px 30px;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.btn-wp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.btn-wp._2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.hero_card {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px 5px #0006;
}

.card-highlight {
  background-color: var(--base-green);
  opacity: .2;
  filter: blur(50px);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-wp-flex {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-icon {
  width: 40px;
  padding: 0;
}

.feature-icon.overall {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.h2-center {
  color: #fff;
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

.h2-center.black {
  color: #333;
  margin-top: 0;
  font-size: 2.8rem;
  line-height: 120%;
}

.features-row {
  position: relative;
}

.center-content-outer-wrapper {
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.center-content-inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.feature-column.c {
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
}

.feature-column.c._2 {
  border-left-style: none;
  border-right-style: none;
}

.feature-column.d-copy {
  border-left: 1px #0003;
  border-right: 1px #0003;
}

.c-1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 760px;
  display: flex;
  position: relative;
}

.p-center {
  border-bottom: 1px solid var(--base-green);
  text-align: center;
  min-height: 220px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  text-align: justify;
  width: 90%;
  position: relative;
}

.h3-center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
}

.h3-center.top {
  margin-top: 0;
}

.btn-image {
  width: 80%;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.s_4 {
  background-color: var(--base-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.socialmediawrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.socialmediawrapper.footer {
  background-color: #0000;
  background-image: none;
  justify-content: space-between;
  width: 90%;
  display: flex;
  position: relative;
}

.footerlogos {
  background-color: var(--base-blue);
  background-image: url('../images/footerLogos.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
}

.footerlogo {
  background-image: url('../images/BetadvancedLOGO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 20px;
  position: relative;
}

.footer-details {
  color: #fff9;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  position: relative;
}

.link {
  opacity: .55;
  color: #fff;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .4s;
  display: block;
  position: relative;
}

.link:hover {
  opacity: 1;
  color: var(--base-green);
}

.link.w--current {
  color: var(--base-green);
}

.link._2 {
  margin-bottom: 0;
}

.link-wrapper {
  position: relative;
}

.footerwrapper {
  opacity: .6;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  transition: opacity .8s;
  display: flex;
  position: relative;
}

.footerwrapper:hover {
  opacity: 1;
}

.footer {
  background-color: var(--base-blue);
  background-image: linear-gradient(45deg, #0076ee4d, var(--base-blue) 50%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.s_3 {
  background-color: #fff;
  position: relative;
}

.hero-card-wp {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.backdrop {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.bx-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.gradient-fade-right {
  background-image: linear-gradient(270deg, #fff 20%, #fff0);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.s_5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.gradient-fade-left {
  background-image: linear-gradient(to right, #fff 20%, #fff0);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel {
  flex: 0 auto;
  justify-content: center;
  position: relative;
}

.payments-method {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.asiahawala {
  background-image: url('../images/asiahawala.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  position: relative;
}

.banco_do_brazil {
  background-image: url('../images/banco_do_brazil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.bitcoin {
  background-image: url('../images/bitcoin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.boleto {
  background-image: url('../images/boleto.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
}

.bradesco {
  background-image: url('../images/bradesco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.cashlink {
  background-image: url('../images/cashlink.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.cepbank {
  background-image: url('../images/cepbank.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.creditcard {
  background-image: url('../images/creditcard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.ethereum {
  background-image: url('../images/ethereum.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  position: relative;
}

.fastpay {
  background-image: url('../images/fastpay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  position: relative;
}

.jeton {
  background-image: url('../images/jeton.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  position: relative;
}

.multibanco {
  background-image: url('../images/multibanco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
}

.neteller {
  background-image: url('../images/neteller.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  position: relative;
}

.paysafe {
  background-image: url('../images/paysafe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  position: relative;
}

.pep {
  background-image: url('../images/pep.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
}

.skrill {
  background-image: url('../images/skrill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
}

.tether {
  background-image: url('../images/tether.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  position: relative;
}

.visa {
  background-image: url('../images/visa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: relative;
}

.slider-wp {
  z-index: 3;
  pointer-events: none;
  max-width: 1400px;
  height: 90vh;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.triangle-wp-top {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.triangle-wp-top.pointer-events-none {
  justify-content: center;
  height: 200px;
  display: flex;
}

.triangle-top {
  pointer-events: none;
  background-color: #fff;
  width: 200%;
  height: 100%;
  position: relative;
  top: -50%;
  transform: rotate(-3deg);
}

.work_hero_wp {
  z-index: 5;
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.work-hero {
  background-color: var(--base-blue);
  height: 300vh;
  display: block;
  position: relative;
}

.widget_01 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: 47%;
  right: -3%;
  box-shadow: 7px 7px 20px #0006;
}

.screen_01 {
  width: 100%;
  display: block;
  position: relative;
}

.feat_im_01 {
  z-index: 1;
  width: 500px;
  min-width: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.content-wp {
  z-index: 10;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

.content-wp.minh100vh {
  min-height: 100vh;
}

.lines-grid-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lines-grid {
  width: 25%;
  position: relative;
}

.lines-grid._1-stroke {
  border-left: 1px solid #fff3;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.moto {
  z-index: 80000;
  border-left: 5px solid var(--base-green);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.container.pointer-events-none {
  z-index: 10;
  max-width: 1400px;
  padding-left: 0;
  display: flex;
}

.paragraph-5 {
  z-index: 100;
  color: #fff;
  width: 40%;
  margin-bottom: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
  position: relative;
}

.heading_wp_sb {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.sc-01 {
  flex-direction: column;
  align-items: center;
  width: 90%;
  min-height: 51vw;
  position: relative;
  overflow: hidden;
}

.screen_header {
  width: 100%;
  position: relative;
}

.screen_header.marketing {
  width: 100%;
}

.screen_hp_01, .screen_pregame_01 {
  width: 100%;
  display: block;
  position: absolute;
}

.widget-wp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: 51vw;
  display: flex;
  position: absolute;
}

.sc_content_wp {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.sc_wp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jackpot_bonus_anim {
  background-image: url('../images/fire_02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16%;
  height: 1.45vw;
  position: absolute;
  top: .3vw;
  right: 0;
}

.scrn_pg_wp {
  min-height: 500px;
  display: block;
}

.feat_wp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.feat_im_02 {
  z-index: -1;
  width: 460px;
  margin-right: 10%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_03 {
  z-index: -2;
  width: 420px;
  margin-right: 20%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_04 {
  z-index: -3;
  width: 380px;
  margin-right: 30%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_05 {
  z-index: -4;
  width: 340px;
  margin-right: 40%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_wp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-6 {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.s-1-sb {
  clear: right;
  background-color: #fff;
  padding-top: 50px;
  position: relative;
}

.s-1-sb.intro {
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

._2-col-img-grid {
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
}

._2-col-img-grid.ft {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

._2-col-img-grid.ft._1 {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-image {
  z-index: 1;
  width: 450px;
  margin-top: -24px;
  margin-bottom: -84px;
  position: relative;
}

.feature-image.right {
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.feature-image.right.b {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.wp {
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feat_content_01 {
  width: 70%;
  padding-left: 30px;
  position: relative;
}

.ft-icon {
  width: 60px;
  margin-bottom: 20px;
  position: relative;
}

.screen_hp_02 {
  width: 100%;
  display: block;
  position: absolute;
}

.rl-features_card3-image1 {
  width: 12.5rem;
}

.rl-features_card3-image2 {
  width: 12.5rem;
  margin-left: -8px;
}

.rl-features_card3-background-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: absolute;
  inset: auto -28% -120% auto;
  transform: skew(-45deg, 35deg);
}

.rl-features_card3-background {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rl-features_card3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #161616;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rl-features_card3.overflow-safari {
  background-image: linear-gradient(45deg, #0076ee99, var(--base-blue) 60%);
  padding-left: 5%;
}

.rl-features_text-wrapper.text-color-white {
  z-index: 3;
  width: 100%;
  position: relative;
}

.rl-features_background-overlay {
  display: none;
}

.h2-left {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  min-width: 400px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.8rem;
  line-height: 120%;
  position: relative;
}

.list {
  text-align: left;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.t-center {
  text-align: center;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.blog-post-wp-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_products_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  line-height: 120%;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 3vw;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 130%;
  position: relative;
}

.div-block-7 {
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
  position: relative;
}

.list-item-2 {
  text-align: left;
  margin-bottom: 10px;
}

.button-wrap {
  border: 1px solid var(--forest-green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.device_web {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: flex;
  position: relative;
}

.text-block-channels {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.s-licencing {
  background-color: #fff;
  position: relative;
}

.wrapper-devices {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 40px;
  position: relative;
}

.bg_wp_channels {
  background-image: linear-gradient(45deg, #0076ee66, var(--base-blue) 50%);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.device_mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  position: relative;
}

.device_retail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: flex;
  position: relative;
}

.h2-center-devices {
  color: #fff;
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 100%;
  position: relative;
}

.h2-center-devices.black {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 120%;
}

.licencinglogos {
  background-image: url('../images/logoGamblingCom.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.licencinglogos.mga {
  background-image: url('../images/logoMGA.png');
  background-position: 50%;
  background-size: contain;
  width: 160px;
  height: 40px;
  margin-right: 4vw;
  position: relative;
}

.licencinglogos.arjel {
  background-image: url('../images/logoArjel.avif');
  background-position: 50%;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin-left: 4vw;
  margin-right: 4vw;
}

.licencinglogos.ngb {
  background-image: url('../images/logoNGB.avif');
  width: 120px;
  height: 40px;
  margin-left: 4vw;
}

.licencinglogos.gambling {
  background-position: 50%;
  width: 120px;
  height: 40px;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.licencinglogos.onjn {
  background-image: url('../images/logoONJN.avif');
  background-position: 50%;
  width: 70px;
  height: 70px;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.authoritieslogos {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.wrapper_authorities {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
  position: relative;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.fc-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.div-block-13 {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.email {
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.www {
  color: #fff;
  cursor: pointer;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-14 {
  position: relative;
}

.hero_betslip {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 24vw;
  position: relative;
}

.widget_02 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: 20%;
  right: 2%;
  box-shadow: 7px 7px 20px #0006;
}

.widget_03 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: -2%;
  right: 6%;
  box-shadow: 7px 7px 20px #0006;
}

.hero_jackpot {
  width: 30vw;
  position: relative;
}

.lottie_retail, .lottie_web, .lottie_mobile {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

.feat_im_bo_01 {
  z-index: 1;
  width: 500px;
  min-width: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.feat_im_bo_02 {
  z-index: -1;
  width: 460px;
  margin-left: 10%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_bo_03 {
  z-index: -2;
  width: 420px;
  margin-left: 20%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_bo_04 {
  z-index: -3;
  width: 380px;
  margin-left: 30%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_bo_05 {
  z-index: -4;
  width: 340px;
  margin-left: 40%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_sb_03 {
  padding-right: 100px;
}

.feat_sb_03.right {
  z-index: 0;
  position: relative;
}

.feat_sb_02 {
  padding-right: 100px;
}

.feat_sb_02.left {
  padding-left: 100px;
  padding-right: 0;
  position: relative;
}

.widget_04 {
  position: absolute;
}

.widget_04.marketing {
  display: none;
}

.hero_deposit {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 15vw;
  position: relative;
}

.widget_05 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: -2%;
  box-shadow: 7px 7px 20px #0006;
}

.widget_05.marketing {
  display: block;
  bottom: -16%;
}

.hero_transactions, .hero_mybets {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 15vw;
  position: relative;
}

.widget_06 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: 20%;
  left: -2%;
  box-shadow: 7px 7px 20px #0006;
}

.div-block-7-copy {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event {
  background-color: #fff;
  border: 2px solid #0e0f1536;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
}

.eventphoto {
  width: 100%;
  height: 330px;
  position: relative;
}

.eventphoto.ice-19 {
  background-image: url('../images/event_ice_18.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.eventphoto.voxxeddays-25 {
  background-image: url('../images/event_voxxeddays_25.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.eventinfo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.event-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  line-height: 120%;
  position: relative;
}

.event-date {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.event-place {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 100%;
}

.bg_wp_hero {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-photo-events {
  z-index: 1;
  opacity: .18;
  background-image: url('../images/betadvanced_event_ice_01.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading_wp_events {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.feat_content_02 {
  width: 70%;
  padding-right: 30px;
  position: relative;
}

.ft-icon-casino {
  width: 60px;
  margin-bottom: 20px;
  position: relative;
}

.button-wrap-2 {
  z-index: 800000;
  border: 1px solid var(--base-green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-hero-casino {
  background-color: var(--base-blue);
  height: 300vh;
  display: block;
  position: relative;
}

.widget_casino_04 {
  position: absolute;
  bottom: -6%;
  left: 0%;
}

.image_casino_01 {
  width: 18vw;
  position: relative;
}

.widget_casino_02 {
  position: absolute;
  bottom: 66%;
  left: -4%;
}

.widget_casino_01 {
  position: absolute;
  top: 9%;
  right: -4%;
}

.background-video {
  border: 4px solid #000;
  width: 80%;
  height: 80%;
  position: relative;
}

.casino_game_banner {
  background-image: url('../images/001.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 73.2vw;
  height: 14.8vw;
  position: absolute;
  left: 8.6vw;
}

.bgv_wp {
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.screen_header_casino {
  width: 100%;
  position: relative;
}

.image_casino_02 {
  width: 15vw;
  position: relative;
}

.widget_casino_03 {
  position: absolute;
  bottom: 17%;
  left: -6%;
}

.image_casino_03 {
  width: 26vw;
  position: relative;
}

.image_casino_04 {
  width: 30vw;
  position: relative;
}

.screen_casino_01 {
  width: 100%;
  display: block;
  position: absolute;
}

.btn-text {
  z-index: 1;
  color: var(--base-green);
  letter-spacing: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button-link-cover {
  z-index: 5;
  text-decoration: none;
}

.btn-text-2 {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 100%;
}

.hover-layer {
  z-index: 2;
  background-color: var(--base-green);
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.widget_live_casino_02 {
  position: absolute;
  bottom: 48%;
  left: -5%;
}

.image_live_casino_03 {
  width: 18vw;
  position: relative;
}

.widget_live_casino_01 {
  position: absolute;
  bottom: -5%;
  right: -5%;
}

.image_live_casino_02 {
  width: 16vw;
  position: relative;
}

.widget_live_casino_03 {
  position: absolute;
  bottom: 23%;
  left: -4%;
}

.widget_live_casino_05 {
  position: absolute;
  bottom: -12%;
  right: -1%;
}

.image_live_casino_01 {
  width: 13vw;
  position: relative;
}

.live_casino_game_banner {
  background-image: url('../images/pragmatic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 73.2vw;
  height: 14.8vw;
  position: absolute;
  left: 8.6vw;
}

.image_live_casino_04 {
  width: 29vw;
  position: relative;
}

.image_live_casino_05 {
  width: 27vw;
  position: relative;
}

.widget_live_casino_04 {
  position: absolute;
  bottom: -5%;
  left: -6%;
}

.ft-icon-live-casino, .ft-icon-marketing {
  width: 60px;
  margin-bottom: 20px;
  position: relative;
}

.p-center-copy {
  text-align: left;
  border-bottom: 1px #0000001a;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.wrapper_marketing {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features_row_marketing {
  position: relative;
}

.feature_wrapper_marketing_description, .feature_wrapper_marketing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.feature_block_marketing {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature_block_marketing.wide {
  text-align: justify;
  width: 90%;
  position: relative;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

._2-col-img-grid-copy {
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
}

._2-col-img-grid-copy.ft {
  margin-top: 50px;
  margin-bottom: 50px;
}

._2-col-img-grid_marketing {
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
}

.s_2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.s-2-sb, .s-3-sb, .s-4-sb {
  clear: right;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-6-sb {
  background-color: #fff;
  position: relative;
}

.s-1-casino {
  clear: right;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.s-1-casino.intro {
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.s-2-casino {
  clear: right;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-3-casino {
  clear: right;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.s-3-casino.kf {
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.s-4-casino {
  clear: right;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-6-casino {
  background-color: #fff;
  position: relative;
}

.s-2-marketing {
  clear: right;
  background-color: #fff;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-1-marketing {
  clear: right;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-3-marketing {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-2-lc {
  clear: right;
  background-color: #fff;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.s-1-lc {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.s-3-lc {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.s-4-lc {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.s-wp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.feat_im_marketing_01 {
  z-index: 1;
  width: 500px;
  min-width: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.feat_im_marketing_02 {
  z-index: -1;
  width: 460px;
  margin-left: 10%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_03 {
  z-index: -2;
  width: 420px;
  margin-left: 20%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_04 {
  z-index: -3;
  width: 380px;
  margin-left: 30%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_05 {
  z-index: -4;
  width: 340px;
  margin-left: 40%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_02_01 {
  z-index: 1;
  width: 500px;
  min-width: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.feat_im_marketing_02_02 {
  z-index: -1;
  width: 460px;
  margin-right: 10%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_02_03 {
  z-index: -2;
  width: 420px;
  margin-right: 20%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_02_04 {
  z-index: -3;
  width: 380px;
  margin-right: 30%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_im_marketing_02_05 {
  z-index: -4;
  width: 340px;
  margin-right: 40%;
  padding: 40px;
  display: block;
  position: absolute;
}

.feat_content_marketing_02 {
  width: 70%;
  padding-right: 30px;
  position: relative;
}

.feat_content_marketing_02_02 {
  width: 70%;
  padding-left: 30px;
  position: relative;
}

.work-hero-careers {
  background-color: var(--base-blue);
  padding-top: 50px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.betadvanced_careers_poster {
  background-image: url('../images/betadvanced_careers_poster.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 302px;
  height: 700px;
  margin-bottom: 50px;
  margin-right: 50px;
  position: relative;
}

.html-embed-3 {
  flex: 1;
  position: relative;
}

.careers_wp {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-photo-careers {
  opacity: .18;
  background-image: url('../images/betadvanced_careers_bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about_wp {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about_content {
  width: 70%;
  margin-bottom: 50px;
  position: relative;
}

.bg-photo-about {
  opacity: .18;
  background-image: url('../images/betadvanced_about.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.form-wrapper {
  background-color: #fff;
  width: 70%;
  position: relative;
}

.container-contact {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.submit-button-2 {
  background-color: var(--base-blue);
  color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.submit-button-2:hover {
  background-color: var(--base-green);
  color: #fff;
}

.form-block {
  min-height: 340px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  position: relative;
}

.text-field-9 {
  background-color: #fff;
  border-radius: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.contact-content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.contact-content._2 {
  text-align: center;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
}

.text-field-4 {
  background-color: #fff;
  border-radius: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.form-contact {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-field-10 {
  background-color: #fff;
  border-radius: 5px;
  display: none;
}

.success-message-2 {
  color: #fff;
  background-color: #0076ee;
}

.image-5 {
  width: 50px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-16 {
  align-items: stretch;
  display: flex;
  position: relative;
}

.fc-2 {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.fc-3 {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-17 {
  display: flex;
  position: relative;
}

.screen_header_livecasino {
  width: 100%;
  position: relative;
}

.screen_livecasino_01 {
  width: 100%;
  display: block;
  position: absolute;
}

.bgv-livecasino {
  border: 4px solid #000;
  width: 80%;
  height: 80%;
  position: relative;
}

.hero_marketing_jp {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 30vw;
  position: relative;
}

.hero_searchplayer, .hero_partner, .hero_popup, .hero_advbanner {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 15vw;
  position: relative;
}

.text-span-27 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.div-block-32 {
  position: relative;
}

.resp_gaming_text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.link-7 {
  color: var(--base-green);
  font-weight: 700;
  text-decoration: none;
}

.resp_gaming_title_small {
  border-left: 4px solid var(--base-green);
  color: #353535;
  text-align: left;
  flex: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.section-26 {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.text-span-25 {
  color: var(--base-green);
}

.resp_gaming_content {
  background-color: #f9f9f9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.resp_gaming_wrapper {
  position: relative;
}

.contact-tile {
  color: #353535;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.container_resp-gaming {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.bg-photo-resp-gaming {
  opacity: .2;
  background-image: url('../images/responsible_gaming_hero.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-33 {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.link-wp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-34 {
  position: relative;
}

.supported_channels {
  background-color: var(--base-blue);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.h3-center-1 {
  color: #fff;
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

.h3-center-1.black {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 120%;
}

.h3-center-2 {
  color: #fff;
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  position: relative;
}

.h3-center-2.black {
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 120%;
}

.h3-left {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
}

.text-span-28 {
  font-weight: 700;
}

.text-span-29, .text-span-30, .text-span-31 {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-wp {
  z-index: 4;
  pointer-events: auto;
  position: relative;
}

.c-wp.map {
  pointer-events: none;
}

.bold-text-3, .bold-text-4 {
  text-transform: uppercase;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43 {
  text-transform: uppercase;
  font-weight: 700;
}

.work-hero-wp {
  background-color: var(--base-blue);
  padding-top: 50px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.bold-text-9 {
  text-transform: uppercase;
}

.text-span-44 {
  color: var(--steel-blue);
}

.link-8, .link-9 {
  color: var(--base-green);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.text-span-45 {
  text-transform: uppercase;
  font-weight: 700;
}

.text-span-46 {
  color: var(--steel-blue);
}

.link-10, .link-11, .link-12, .link-13 {
  color: var(--base-green);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-11 {
  text-transform: uppercase;
}

.link-14 {
  color: var(--base-green);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.text-span-47 {
  text-transform: uppercase;
  font-weight: 700;
}

.text-span-48 {
  color: var(--steel-blue);
}

.text-span-49, .text-span-51 {
  text-transform: uppercase;
  font-weight: 700;
}

.cw-cookie_banner {
  z-index: 300;
  background-image: linear-gradient(45deg, var(--base-blue) 33%, var(--base-green));
  max-width: 600px;
  padding: 1.5rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-cookies {
  cursor: auto;
}

.cw-cookie_script {
  display: block;
}

.text-block-130 {
  letter-spacing: 2px;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 1rem;
  display: flex;
}

.heading-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
}

.cw-cookie_icon {
  z-index: 100;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.paragraph-27 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.cw-cookie_content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.cw-button_secondary {
  color: #8b939b;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1.5px solid #8b939b;
  border-radius: 10px;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  color: #fff;
  background-color: #8b939b;
  border-color: #8b939b;
  transform: translate(0, -2px);
}

.cw-button_primary {
  border: 1.5px solid var(--base-green);
  color: var(--base-green);
  text-align: center;
  background-color: #fff0;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: color .3s, transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--base-green);
  color: var(--base-blue);
  transform: translate(0, -2px);
}

.bgvd-wp {
  z-index: 1;
  mix-blend-mode: lighten;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-wrapper {
  z-index: 2;
  filter: blur(160px);
  width: 100%;
  height: 100%;
  position: relative;
}

.circle {
  background-color: var(--base-green);
  border-radius: 50%;
  width: 50vw;
  min-width: 570px;
  height: 80vh;
  min-height: 820px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  width: 80vw;
  display: block;
  top: -50%;
  left: -30%;
}

.circle._1.product {
  top: -19%;
}

.circle._4 {
  width: 80vw;
  inset: auto -30% -40% auto;
}

.circle._4.product {
  bottom: -20%;
}

.circle._3 {
  background-color: #0076ee4d;
  inset: auto auto -20% -4%;
}

.circle._2 {
  width: 70vw;
  display: none;
  top: -40%;
  right: -30%;
}

.circle._2.product {
  width: 90vw;
  display: none;
  top: -22%;
  right: -20%;
}

.slider {
  background-color: #fff0;
  height: 100%;
}

.slide-nav-2, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.gradient_wp {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.progress-wrapper {
  background-color: #0076ee4d;
  width: 650px;
  display: flex;
  position: relative;
  bottom: 30%;
}

.progress-container {
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.progress-line {
  background-color: var(--base-green);
  width: 100%;
  height: 100%;
}

.custom_map-col_map-3 {
  position: relative;
}

.map-wp-2 {
  width: 70%;
  position: absolute;
  top: 16%;
  right: -5%;
}

.title_wp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.custom_map-image {
  opacity: .6;
  width: 100%;
  display: block;
  position: relative;
}

.content-map {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-wp-worldmap {
  z-index: 4;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wolrd-map-wp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.map-block-wp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.map-flag {
  z-index: 10;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4%;
  height: 8%;
  display: flex;
  position: absolute;
  top: 20%;
  right: 46%;
}

.map-flag.gr {
  background-image: url('../images/greece.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 22%;
}

.map-flag.ger {
  background-image: url('../images/germany.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 16%;
  right: 49%;
}

.map-flag.tr {
  background-image: url('../images/turkey.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 18%;
  right: 43%;
}

.map-flag.cy {
  z-index: 11;
  background-image: url('../images/cyprus.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 24%;
  right: 43%;
}

.map-flag.sa {
  z-index: 11;
  background-image: url('../images/saudi_arabia.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 38%;
  right: 36%;
}

.map-flag.aus {
  z-index: 11;
  background-image: url('../images/australia.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 78%;
  right: 10%;
}

.map-flag.southafr {
  z-index: 11;
  background-image: url('../images/south_africa.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 71%;
  right: 41%;
}

.map-flag.nig {
  z-index: 11;
  background-image: url('../images/nigeria.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  right: 48%;
}

.map-flag.spa {
  z-index: 11;
  background-image: url('../images/spain.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 24%;
  right: 51%;
}

.map-flag.por {
  z-index: 11;
  background-image: url('../images/portugal.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 23%;
  right: 53%;
}

.map-flag.gb {
  background-image: url('../images/united_kingdom.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 13%;
  right: 51%;
}

.map-flag.austria {
  background-image: url('../images/austria.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 16%;
  right: 46%;
}

.map-flag.swe {
  background-image: url('../images/sweden.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5%;
  right: 48%;
}

.map-flag.rus {
  background-image: url('../images/russia.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12%;
  right: 39%;
}

.map-flag.jp {
  z-index: 11;
  background-image: url('../images/japan.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 45%;
  right: 14%;
}

.map-flag.chi {
  z-index: 11;
  background-image: url('../images/china.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 35%;
  right: 20%;
}

.map-flag.bra {
  z-index: 11;
  background-image: url('../images/brazil.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 65%;
  right: 65%;
}

.map-flag.peru {
  z-index: 11;
  background-image: url('../images/peru.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 66%;
  right: 74%;
}

.map-flag.mex {
  z-index: 11;
  background-image: url('../images/mexico.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 48%;
  right: 81%;
}

.map-flag.usa {
  z-index: 11;
  background-image: url('../images/usa.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 34%;
  right: 78%;
}

.padding_5vw {
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.bold-text-13, .text-span-52, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50 {
  color: var(--base-green);
}

.social-icon {
  opacity: .7;
  position: relative;
}

.social-icon:hover {
  opacity: 1;
}

.footer-social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.bavid_20 {
  z-index: 1;
  width: 580px;
  height: 780px;
  transition: height .4s, width .4s;
  position: sticky;
  top: 8vh;
}

.events-wp {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.s-events {
  clear: right;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.event-address {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.text-span-54 {
  color: var(--base-green);
}

.hero_won_history {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 15vw;
  position: relative;
}

.work-hero-sb {
  background-color: var(--base-blue);
  height: 300vh;
  display: block;
  position: relative;
}

.widget_07 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: -20%;
  box-shadow: 7px 7px 20px #0006;
}

.hero_promo_01 {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 38vw;
  position: relative;
}

.widget_08 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  padding: .4vw;
  position: absolute;
  bottom: -30%;
  left: 10%;
  box-shadow: 7px 7px 20px #0006;
}

.hero_promo_02 {
  border: 2px solid #fff3;
  border-radius: 10px;
  width: 17vw;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .feature-icon.overall {
    width: 100px;
    height: 100px;
  }

  .rl-features_card3-image1, .rl-features_card3-image2 {
    width: 14rem;
  }

  .bgvd-wp {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .progress-wrapper {
    width: 670px;
  }

  .map-wp-2 {
    width: 48%;
    right: 8%;
  }

  .map-flag.peru {
    top: 63%;
  }

  .bavid_20 {
    width: 702px;
    height: 944px;
    top: 10vh;
  }
}

@media screen and (max-width: 991px) {
  .heading-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    inset: auto 0% 10%;
  }

  .hero_heading {
    font-size: 4rem;
  }

  .hero_products_heading_sub {
    width: 80%;
    font-size: 1.7rem;
  }

  .mobile-nav-link {
    color: #fff;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mobile-nav-link:hover {
    background-color: var(--base-green);
  }

  .navigation {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
    display: flex;
  }

  .mobile-dropdown {
    display: block;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    background-color: var(--base-blue);
    height: 100vh;
    overflow: auto;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .betadvanced_logo {
    width: 50px;
  }

  .dropdown-link-mobile {
    background-color: var(--base-blue);
    color: #fff;
    padding: 15px 5vw;
    font-size: 15px;
  }

  .dropdown-link-mobile:hover {
    background-color: var(--base-green);
  }

  .dropdown-link-mobile.w--current {
    color: var(--base-green);
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
  }

  .menu-mob {
    border: 2px solid var(--base-green);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--base-green);
  }

  .mobile-toggle, .mobile-toggle.w--open {
    padding-left: 5vw;
  }

  .icon-5 {
    color: #fff;
  }

  .card-title {
    font-size: 1.4rem;
  }

  .btn-wp-flex {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .feature-icon.overall {
    margin-bottom: 15px;
  }

  .h2-center.black {
    font-size: 2.4rem;
  }

  .c-1400 {
    max-width: 100%;
  }

  .p-center {
    text-align: center;
    font-size: 1.1rem;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .h3-center {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }

  .btn-image {
    width: 70%;
  }

  .socialmediawrapper.footer {
    overflow: hidden;
  }

  .footerlogo {
    width: 170px;
  }

  .footerwrapper {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .footer {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .gradient-fade-right, .gradient-fade-left {
    width: 100px;
  }

  .widget_01 {
    right: 1%;
  }

  .lines-grid._1-stroke {
    width: 100%;
  }

  .moto {
    font-size: 1.1rem;
  }

  .paragraph-5 {
    width: 80%;
    margin-bottom: 80px;
    font-size: 1.1rem;
  }

  .heading_wp_sb {
    padding-top: 30%;
  }

  .sc-01, .widget-wp {
    width: 98%;
    min-height: 55vw;
  }

  .jackpot_bonus_anim {
    top: 1.8vw;
  }

  .paragraph-6 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .h3 {
    text-align: center;
    font-size: 2rem;
  }

  .s-1-sb {
    padding-bottom: 0;
  }

  ._2-col-img-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-col-img-grid.ft._1 {
    flex-direction: column-reverse;
    margin-bottom: 0;
    display: flex;
  }

  .feature-image.right {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.right.b {
    margin-left: auto;
    margin-right: auto;
  }

  .feat_content_01 {
    width: 100%;
    padding-left: 0;
  }

  .ft-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rl-features_card3-image1, .rl-features_card3-image2 {
    width: 10rem;
  }

  .rl-features_card3 {
    padding: 2.5rem;
  }

  .h2-left {
    font-size: 2.4rem;
  }

  .list {
    font-size: 1.1rem;
  }

  .t-center {
    text-align: center;
    font-size: 1.2rem;
  }

  .hero_products_heading {
    font-size: 4rem;
  }

  .paragraph-8 {
    font-size: 1.4rem;
  }

  .list-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .button-wrap {
    padding: 10px 30px;
  }

  .wrapper-devices {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licencinglogos {
    background-position: 50%;
  }

  .licencinglogos.mga {
    background-size: contain;
  }

  .authoritieslogos {
    flex-direction: row;
  }

  .wrapper_authorities {
    max-width: none;
  }

  .fc-1 {
    padding-right: 10px;
  }

  .hero_betslip {
    width: 34vw;
  }

  .widget_02 {
    right: 4%;
  }

  .widget_03 {
    right: 8%;
  }

  .hero_jackpot {
    width: 36vw;
  }

  .feat_im_bo_02 {
    margin-left: 0;
    margin-right: 10%;
  }

  .feat_im_bo_03 {
    margin-left: 0;
    margin-right: 20%;
  }

  .feat_im_bo_04 {
    margin-left: 0;
    margin-right: 30%;
  }

  .feat_im_bo_05 {
    margin-left: 0;
    margin-right: 40%;
  }

  .feat_sb_03.right {
    padding-right: 0;
  }

  .feat_sb_02.left {
    padding-left: 0;
  }

  .widget_04 {
    bottom: 40%;
  }

  .hero_deposit {
    width: 19vw;
  }

  .widget_05 {
    bottom: -10%;
  }

  .hero_transactions, .hero_mybets {
    width: 19vw;
  }

  .widget_06 {
    left: 2%;
  }

  .eventphoto {
    height: 250px;
  }

  .eventinfo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .feat_content_02 {
    width: 100%;
    padding-right: 0;
  }

  .ft-icon-casino {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-wrap-2 {
    padding: 10px 30px;
  }

  .widget_casino_04 {
    bottom: -25%;
    left: -4%;
  }

  .image_casino_01 {
    width: 24vw;
  }

  .widget_casino_01 {
    top: -21%;
  }

  .casino_game_banner {
    width: 80.5vw;
    height: 15.4vw;
  }

  .image_casino_02 {
    width: 23vw;
  }

  .widget_casino_03 {
    bottom: 2%;
    left: -10%;
  }

  .image_casino_03 {
    width: 35vw;
  }

  .image_casino_04 {
    width: 40vw;
  }

  .btn-text {
    font-size: 13px;
  }

  .btn-text-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .image_live_casino_03 {
    width: 35vw;
  }

  .image_live_casino_02 {
    width: 24vw;
  }

  .widget_live_casino_03 {
    bottom: 2%;
    left: 2%;
  }

  .image_live_casino_01 {
    width: 19vw;
  }

  .live_casino_game_banner {
    width: 80.5vw;
    height: 15.4vw;
  }

  .image_live_casino_04, .image_live_casino_05 {
    width: 40vw;
  }

  .widget_live_casino_04 {
    bottom: -25%;
    left: -4%;
  }

  .ft-icon-live-casino, .ft-icon-marketing {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p-center-copy {
    font-size: 1.1rem;
  }

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

  .features_row_marketing {
    margin-top: 80px;
  }

  .feature_block_marketing {
    width: 90%;
  }

  .feature_block_marketing.wide {
    text-align: left;
  }

  .h4 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
  }

  ._2-col-img-grid-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-col-img-grid_marketing {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .s-2-sb {
    padding-top: 50px;
    overflow: hidden;
  }

  .s-3-sb {
    overflow: hidden;
  }

  .s-1-casino {
    padding-bottom: 0;
  }

  .s-2-casino {
    padding-top: 50px;
    overflow: hidden;
  }

  .s-3-casino {
    padding-bottom: 0;
  }

  .s-3-casino.kf {
    padding-top: 50px;
    overflow: hidden;
  }

  .s-1-marketing {
    padding-bottom: 0;
  }

  .s-2-lc {
    padding-bottom: 0;
    overflow: hidden;
  }

  .s-3-lc {
    overflow: hidden;
  }

  .feat_im_marketing_02 {
    margin-left: 0;
    margin-right: 10%;
  }

  .feat_im_marketing_03 {
    margin-left: 0;
    margin-right: 20%;
  }

  .feat_im_marketing_04 {
    margin-left: 0;
    margin-right: 30%;
  }

  .feat_im_marketing_05 {
    margin-left: 0;
    margin-right: 40%;
  }

  .feat_content_marketing_02 {
    width: 100%;
    padding-right: 0;
  }

  .feat_content_marketing_02_02 {
    width: 100%;
    padding-left: 0;
  }

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

  .about_content {
    width: 100%;
    padding-left: 0;
  }

  .container-contact {
    width: 100%;
    max-width: none;
  }

  .contact-content {
    font-size: 15px;
  }

  .image-5 {
    width: 40px;
    margin-right: 10px;
  }

  .fc-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_marketing_jp {
    width: 28vw;
  }

  .hero_searchplayer, .hero_partner, .hero_popup, .hero_advbanner {
    width: 19vw;
  }

  .resp_gaming_text {
    font-size: 1.1rem;
  }

  .resp_gaming_title_small {
    font-size: 1.3rem;
  }

  .contact-tile {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .container_resp-gaming {
    width: 100%;
    max-width: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-wp {
    position: relative;
  }

  .icon-22 {
    color: var(--base-green);
  }

  .h3-center-1.black {
    font-size: 1.6rem;
  }

  .h3-center-2.black {
    font-size: 1.2rem;
  }

  .h3-left {
    font-size: 1.6rem;
  }

  .text-span-29, .text-span-30, .text-span-31 {
    font-size: 1.2rem;
  }

  .cw-cookie_banner {
    max-width: 70%;
  }

  .bgvd-wp {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .circle._1 {
    top: -25%;
    left: -40%;
  }

  .circle._4 {
    bottom: -20%;
    right: -30%;
  }

  .circle._3 {
    bottom: -10%;
  }

  .circle._2 {
    top: -20%;
    right: -40%;
  }

  .progress-wrapper {
    width: 460px;
    bottom: 7%;
  }

  .map-wp-2 {
    width: 130%;
    top: auto;
    right: -10%;
  }

  .content-wp-worldmap {
    width: 100%;
    height: 50vw;
    position: relative;
    inset: auto;
  }

  .wolrd-map-wp {
    justify-content: flex-start;
    align-items: center;
  }

  .map-flag {
    height: 10%;
  }

  .map-flag.aus {
    right: 9%;
  }

  .text-block-131 {
    color: #fff;
  }

  .bavid_20 {
    width: 600px;
    height: 806px;
    top: 0;
  }

  .events-wp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_won_history {
    width: 19vw;
  }

  .widget_07 {
    bottom: -80%;
  }

  .hero_promo_01 {
    width: 44vw;
  }

  .widget_08 {
    bottom: -80%;
  }
}

@media screen and (max-width: 767px) {
  .heading-wrapper {
    bottom: 20%;
  }

  .hero_heading {
    font-size: 3rem;
  }

  .hero_products_heading_sub {
    font-size: 1.3rem;
  }

  .navigation-mob {
    height: 70px;
  }

  .menu-mob {
    padding: 14px;
  }

  .main-footer-wrapper {
    height: 456px;
  }

  .triangle-wp.pointer-events-none, .triangle-wp.relative {
    height: 100px;
  }

  .card-subtitle {
    font-size: .8rem;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .hero_card {
    height: 260px;
  }

  .feature-icon.overall {
    margin-bottom: 10px;
  }

  .h2-center {
    font-size: 2em;
  }

  .h2-center.black {
    font-size: 2.2rem;
  }

  .center-content-outer-wrapper {
    margin-bottom: 2rem;
  }

  .feature-column {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-column.c {
    border-left-style: none;
    border-right-style: none;
  }

  .feature-column.d-copy {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .feature_wrapper {
    border-bottom: 1px #0003;
    min-height: auto;
  }

  .p-center {
    border-bottom-style: none;
    min-height: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .feature-block, .feature-block.wide {
    width: 100%;
  }

  .h3-center {
    font-size: 1.6rem;
  }

  .s_4 {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .footerlogos {
    height: 60px;
  }

  .link {
    margin-bottom: 6px;
  }

  .link-wrapper {
    margin-bottom: 10px;
  }

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

  .footer {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-wp {
    min-height: 0;
  }

  .triangle-wp-top.pointer-events-none {
    height: 100px;
  }

  .work-hero {
    height: 400vh;
  }

  .widget_01 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 83%;
    left: 55%;
    right: auto;
  }

  .feat_im_01 {
    width: 400px;
    min-width: 400px;
  }

  .lines-grid-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lines-grid._1-stroke {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .lines-grid._1-stroke.last {
    margin-bottom: 0;
  }

  .paragraph-5 {
    margin-bottom: 60px;
  }

  .heading_wp_sb {
    padding-top: 20%;
  }

  .sc-01, .widget-wp {
    width: 120%;
    min-height: 61vw;
  }

  .sc_content_wp {
    align-items: flex-start;
  }

  .sc_wp {
    align-items: flex-start;
    padding-left: 5vw;
  }

  .jackpot_bonus_anim {
    height: 1.5vw;
    top: 2.2vw;
  }

  .feat_im_02 {
    width: 360px;
    min-width: 360px;
  }

  .feat_im_03 {
    width: 320px;
    min-width: 320px;
  }

  .feat_im_04 {
    width: 300px;
    min-width: 300px;
  }

  .feat_im_05 {
    width: 280px;
    min-width: 280px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .h3 {
    font-size: 1.8rem;
  }

  ._2-col-img-grid {
    text-align: center;
    display: block;
  }

  ._2-col-img-grid.ft {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._2-col-img-grid.ft._1 {
    flex-direction: column-reverse;
  }

  .feature-image {
    width: 310px;
  }

  .feature-image.right {
    width: 350px;
    margin: 0 auto;
  }

  .feature-image.right.b {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .feat_content_01 {
    width: 100%;
  }

  .ft-icon {
    margin-bottom: 10px;
  }

  .rl-features_card3-image1, .rl-features_card3-image2 {
    width: 13rem;
  }

  .rl-features_card3-background-wrapper {
    right: -20%;
  }

  .rl-features_card3-background {
    height: 16rem;
  }

  .rl-features_card3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-features_card3.overflow-safari {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl-features_text-wrapper.text-color-white {
    width: 100%;
  }

  .rl-features_background-overlay {
    z-index: 1;
    background-image: linear-gradient(225deg, var(--base-blue) 8%, #16161600 65%);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .t-center {
    font-size: 1.1rem;
  }

  .blog-post-wp-2 {
    width: 60%;
  }

  .hero_products_heading {
    font-size: 3rem;
  }

  .paragraph-8 {
    font-size: 1.2rem;
  }

  .list-2 {
    text-align: left;
    width: 100%;
  }

  .feat_sb_02_wp {
    position: relative;
  }

  .button-wrap {
    padding: 5px 20px;
  }

  .device_web {
    margin-right: 1vw;
  }

  .text-block-channels {
    font-size: 12px;
  }

  .wrapper-devices {
    padding: 120px 10px 20px;
  }

  .device_mobile {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .device_retail {
    margin-right: 1vw;
  }

  .h2-center-devices {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .h2-center-devices.black {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .licencinglogos.mga {
    width: 130px;
    height: 30px;
  }

  .licencinglogos.arjel {
    width: 70px;
    height: 70px;
  }

  .licencinglogos.ngb {
    width: 90px;
  }

  .licencinglogos.gambling {
    width: 100px;
  }

  .licencinglogos.onjn {
    width: 50px;
    height: 50px;
  }

  .authoritieslogos {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper_authorities {
    padding: 20px 0;
  }

  .fc-1 {
    padding-right: 12px;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .email {
    margin-bottom: 15px;
  }

  .div-block-14 {
    margin-bottom: 25px;
  }

  .hero_betslip {
    width: 28vw;
  }

  .widget_02 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 62%;
    left: 65%;
    right: auto;
  }

  .widget_03 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 34%;
    left: -10%;
    right: auto;
  }

  .lottie_retail, .lottie_web, .lottie_mobile {
    width: 80px;
    height: 80px;
  }

  .feat_im_bo_01 {
    width: 400px;
    min-width: 400px;
  }

  .feat_im_bo_02 {
    width: 360px;
    min-width: 360px;
  }

  .feat_im_bo_03 {
    width: 320px;
    min-width: 320px;
  }

  .feat_im_bo_04 {
    width: 300px;
    min-width: 300px;
  }

  .feat_im_bo_05 {
    width: 280px;
    min-width: 280px;
  }

  .widget_04 {
    bottom: 50%;
    left: 25%;
  }

  .widget_05 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 10%;
    left: 28%;
  }

  .widget_06 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 8%;
    left: -7%;
  }

  .event {
    flex-flow: row;
    width: 100%;
  }

  .eventphoto {
    height: 230px;
  }

  .eventinfo {
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .event-title {
    font-size: 20px;
  }

  .event-date {
    font-size: 12px;
  }

  .event-place {
    font-size: 16px;
  }

  .heading_wp_events {
    padding-top: 20%;
  }

  .ft-icon-casino {
    margin-bottom: 10px;
  }

  .button-wrap-2 {
    z-index: 10;
    padding: 5px 20px;
  }

  .work-hero-casino {
    height: 400vh;
  }

  .widget_casino_02 {
    bottom: 56%;
    left: -5%;
  }

  .widget_casino_01 {
    top: -17%;
    right: 24%;
  }

  .casino_game_banner {
    width: 94vw;
    height: 18vw;
    left: 10.5vw;
  }

  .btn-text {
    font-size: 10px;
  }

  .btn-text-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .widget_live_casino_02 {
    bottom: 56%;
    left: -5%;
  }

  .image_live_casino_03 {
    width: 30vw;
  }

  .widget_live_casino_01 {
    right: 23%;
  }

  .widget_live_casino_05 {
    right: 21%;
  }

  .live_casino_game_banner {
    width: 94vw;
    height: 18vw;
    left: 10.5vw;
  }

  .image_live_casino_05 {
    width: 37vw;
  }

  .ft-icon-live-casino, .ft-icon-marketing {
    margin-bottom: 10px;
  }

  .p-center-copy {
    border-bottom-style: none;
  }

  .feature_column_marketing {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .features_row_marketing {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature_wrapper_marketing_description {
    border-bottom: 1px #0003;
  }

  .feature_block_marketing {
    width: 100%;
  }

  .feature_block_marketing.wide {
    width: 100%;
    margin-bottom: 50px;
  }

  .h4 {
    width: 100%;
    font-size: 1.1rem;
  }

  ._2-col-img-grid-copy {
    text-align: center;
    display: block;
  }

  ._2-col-img-grid-copy.ft {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._2-col-img-grid-copy.ft._1 {
    flex-direction: column;
  }

  ._2-col-img-grid_marketing {
    text-align: center;
  }

  .s_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .s-3-sb, .s-4-sb {
    padding-top: 50px;
  }

  .feat_im_marketing_01 {
    width: 400px;
    min-width: 400px;
  }

  .feat_im_marketing_02 {
    width: 360px;
    min-width: 360px;
  }

  .feat_im_marketing_03 {
    width: 320px;
    min-width: 320px;
  }

  .feat_im_marketing_04 {
    width: 300px;
    min-width: 300px;
  }

  .feat_im_marketing_05 {
    width: 280px;
    min-width: 280px;
  }

  .feat_im_marketing_02_01 {
    width: 400px;
    min-width: 400px;
  }

  .feat_im_marketing_02_02 {
    width: 360px;
    min-width: 360px;
  }

  .feat_im_marketing_02_03 {
    width: 320px;
    min-width: 320px;
  }

  .feat_im_marketing_02_04 {
    width: 300px;
    min-width: 300px;
  }

  .feat_im_marketing_02_05 {
    width: 280px;
    min-width: 280px;
  }

  .feat_content_marketing_02_02 {
    width: 100%;
  }

  .work-hero-careers {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .betadvanced_careers_poster {
    width: 173px;
    height: 400px;
  }

  .about_content, .form-wrapper {
    width: 100%;
  }

  .container-contact {
    flex-direction: column;
  }

  .div-block-15 {
    margin-bottom: 25px;
  }

  .fc-2 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fc-3 {
    margin-right: 0;
  }

  .resp_gaming_title_small {
    font-size: 1.2rem;
  }

  .contact-tile {
    font-size: 1.4rem;
  }

  .container_resp-gaming {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .h3-center-1 {
    font-size: 2em;
  }

  .h3-center-1.black {
    font-size: 1.2rem;
  }

  .h3-center-2 {
    font-size: 2em;
  }

  .h3-center-2.black {
    font-size: 1.2rem;
  }

  .h3-left {
    font-size: 1.4rem;
  }

  .work-hero-wp {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_secondary, .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bgvd-wp {
    justify-content: flex-start;
    align-items: flex-end;
    left: 0%;
  }

  .circle {
    height: 80vh;
  }

  .circle._1 {
    min-width: 360px;
    min-height: 600px;
  }

  .circle._4, .circle._3 {
    min-height: 600px;
  }

  .circle._2 {
    min-width: 370px;
    height: 60vh;
  }

  .progress-wrapper {
    width: 370px;
    bottom: 17%;
  }

  .title_wp {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .content-wp-worldmap {
    margin-bottom: 2rem;
  }

  .brand-2 {
    padding-left: 0;
  }

  .bavid_20 {
    width: 400px;
    height: 537px;
    top: 0;
  }

  .events-wp {
    flex-flow: column;
  }

  .event-address {
    font-size: 12px;
  }

  .work-hero-sb {
    height: 400vh;
  }

  .widget_07 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: -20%;
    left: 25%;
  }

  .hero_promo_01 {
    width: 34vw;
  }

  .widget_08 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: -34%;
    left: 13%;
  }
}

@media screen and (max-width: 479px) {
  .heading-wrapper {
    bottom: 15%;
  }

  .hero_heading {
    font-size: 2.2rem;
  }

  .hero_products_heading_sub {
    width: 100%;
    font-size: .9rem;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-footer-wrapper {
    height: 574px;
  }

  .triangle-wp {
    height: 80%;
  }

  .d-105-text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-wp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .hero_card {
    width: 80vw;
    height: 200px;
  }

  .btn-wp-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .feature-icon {
    width: 30px;
  }

  .h2-center {
    font-size: 1.5em;
  }

  .h2-center.black {
    font-size: 2rem;
  }

  .feature-column {
    padding-bottom: 0;
  }

  .p-center {
    font-size: 1rem;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .h3-center {
    font-size: 1.5rem;
  }

  .btn-image {
    width: 50%;
  }

  .socialmediawrapper.footer {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: flex-start;
  }

  .footer-details {
    line-height: 15px;
  }

  .link.w--current {
    border-left: 1px solid #fff3;
  }

  .footer {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-card-wp {
    margin-bottom: 20px;
  }

  .slider-wp {
    height: 94vh;
  }

  .triangle-wp-top {
    height: 80%;
  }

  .work-hero {
    height: 300vh;
  }

  .widget_01 {
    bottom: 86%;
    left: 16%;
  }

  .paragraph-5 {
    margin-bottom: 40px;
  }

  .heading_wp_sb {
    padding-top: 40%;
  }

  .sc-01, .widget-wp {
    width: 270%;
    min-height: 137vw;
  }

  .paragraph-6 {
    font-size: 1rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .s-1-sb.intro {
    overflow: hidden;
  }

  .feature-image {
    margin-top: -38px;
  }

  .rl-features_card3-image1 {
    width: 10rem;
  }

  .rl-features_card3-image2 {
    width: 10rem;
    margin-left: -20px;
  }

  .rl-features_card3-background-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    bottom: -160%;
    right: -15%;
  }

  .rl-features_card3-background {
    height: 10rem;
  }

  .rl-features_card3 {
    padding: 2.5rem 1.5rem;
  }

  .h2-left {
    font-size: 2rem;
  }

  .list, .t-center {
    font-size: 1rem;
  }

  .blog-post-wp-2 {
    width: 50%;
  }

  .hero_products_heading {
    font-size: 2rem;
  }

  .paragraph-8 {
    font-size: .75rem;
  }

  .list-2 {
    font-size: 1rem;
  }

  .button-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .licencinglogos.mga {
    width: 110px;
    height: 20px;
    margin-right: 2vw;
  }

  .licencinglogos.arjel {
    width: 49px;
    height: 40px;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .licencinglogos.ngb {
    width: 70px;
    height: 20px;
    margin-left: 2vw;
  }

  .licencinglogos.gambling {
    width: 64px;
    height: 20px;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .licencinglogos.onjn {
    width: 35px;
    height: 35px;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .fc-1 {
    justify-content: flex-start;
  }

  .heading-36 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .div-block-14 {
    margin-bottom: 25px;
  }

  .hero_betslip {
    width: 50vw;
  }

  .widget_02 {
    bottom: 68%;
    left: 21%;
  }

  .widget_03 {
    bottom: 50%;
  }

  .hero_jackpot {
    width: 60vw;
  }

  .lottie_retail, .lottie_web, .lottie_mobile {
    width: 50px;
    height: 50px;
  }

  .feat_sb_03.right, .feat_sb_02.left {
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .widget_04 {
    bottom: 38%;
    left: 9%;
  }

  .hero_deposit {
    width: 33vw;
  }

  .widget_05 {
    bottom: 3%;
    left: 9%;
  }

  .hero_transactions, .hero_mybets {
    width: 33vw;
  }

  .widget_06 {
    bottom: 21%;
    left: -4%;
  }

  .event {
    flex-flow: column;
  }

  .eventphoto {
    height: 210px;
  }

  .eventinfo {
    width: 100%;
  }

  .heading_wp_events {
    padding-top: 40%;
  }

  .button-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-hero-casino {
    height: 300vh;
  }

  .widget_casino_04 {
    bottom: -3%;
  }

  .image_casino_01 {
    width: 30vw;
  }

  .widget_casino_02 {
    bottom: 70%;
    left: -1%;
  }

  .widget_casino_01 {
    top: -9%;
    right: 70%;
  }

  .casino_game_banner {
    width: 205vw;
    height: 41vw;
    left: 23.6vw;
  }

  .image_casino_02 {
    width: 30vw;
  }

  .widget_casino_03 {
    bottom: 26%;
  }

  .image_casino_03 {
    width: 52vw;
  }

  .image_casino_04 {
    width: 62vw;
  }

  .widget_live_casino_02 {
    bottom: 70%;
    left: -1%;
  }

  .image_live_casino_03 {
    width: 40vw;
  }

  .widget_live_casino_01 {
    right: 65%;
  }

  .image_live_casino_02 {
    width: 30vw;
  }

  .widget_live_casino_03 {
    bottom: 20%;
    left: -2%;
  }

  .widget_live_casino_05 {
    right: 65%;
  }

  .image_live_casino_01 {
    width: 34vw;
  }

  .live_casino_game_banner {
    width: 205vw;
    height: 41vw;
    left: 23.6vw;
  }

  .image_live_casino_04 {
    width: 50vw;
  }

  .image_live_casino_05 {
    width: 60vw;
  }

  .widget_live_casino_04 {
    bottom: 0%;
  }

  .p-center-copy {
    font-size: 1rem;
  }

  .feature_column_marketing {
    padding-bottom: 0;
  }

  .feature_block_marketing.wide {
    font-size: 13px;
  }

  .s-1-casino.intro {
    overflow: hidden;
  }

  .betadvanced_careers_poster {
    width: 200px;
    height: 459px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .careers_wp, .about_wp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-5 {
    margin-right: 15px;
  }

  .div-block-16 {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .fc-2 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .fc-3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .hero_marketing_jp {
    width: 50vw;
  }

  .hero_searchplayer, .hero_partner, .hero_popup, .hero_advbanner {
    width: 33vw;
  }

  .resp_gaming_text {
    font-size: 1rem;
  }

  .div-block-33 {
    flex-direction: row;
  }

  .h3-center-1, .h3-center-2 {
    font-size: 1.5em;
  }

  .h3-left {
    font-size: 1.2rem;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .heading-58 {
    font-size: 1.4rem;
  }

  .paragraph-27 {
    font-size: .85rem;
  }

  .cw-button_secondary, .cw-button_primary {
    width: 100%;
  }

  .bgvd-wp {
    justify-content: flex-start;
    align-items: center;
  }

  .circle._1 {
    min-width: 300px;
    min-height: 800px;
  }

  .circle._2 {
    right: -60%;
  }

  .progress-wrapper {
    width: 100%;
    bottom: 13%;
  }

  .map-wp-2 {
    width: 140%;
    right: auto;
  }

  .title_wp {
    justify-content: center;
    align-items: center;
  }

  .content-wp-worldmap {
    height: 60vw;
  }

  .map-flag {
    width: 10%;
    height: 20%;
  }

  .map-flag.gr {
    right: 45%;
  }

  .map-flag.ger {
    right: 48%;
  }

  .map-flag.tr {
    right: 39%;
  }

  .map-flag.cy {
    top: 30%;
  }

  .map-flag.aus {
    right: 10%;
  }

  .map-flag.southafr {
    right: 39%;
  }

  .map-flag.nig {
    right: 46%;
  }

  .map-flag.spa {
    top: 27%;
  }

  .map-flag.por {
    right: 56%;
  }

  .map-flag.gb {
    top: 8%;
    right: 52%;
  }

  .map-flag.austria {
    top: 12%;
    right: 42%;
  }

  .map-flag.swe {
    top: -1%;
    right: 45%;
  }

  .map-flag.rus {
    right: 28%;
  }

  .map-flag.jp {
    right: 12%;
  }

  .map-flag.chi {
    top: 28%;
  }

  .map-flag.bra {
    right: 62%;
  }

  .map-flag.peru {
    right: 71%;
  }

  .map-flag.mex {
    top: 46%;
    right: 76%;
  }

  .map-flag.usa {
    top: 26%;
    right: 73%;
  }

  .bavid_20 {
    width: 100%;
    height: 134%;
    max-height: 75vh;
    top: 0;
  }

  .hero_won_history {
    width: 33vw;
  }

  .work-hero-sb {
    height: 300vh;
  }

  .widget_07 {
    left: 7%;
  }

  .hero_promo_01 {
    width: 60vw;
  }

  .widget_08 {
    bottom: -25%;
    left: -2%;
  }

  .hero_promo_02 {
    width: 33vw;
  }
}

#w-node-eadb6184-b03b-8365-607c-90f2b91ff12c-bf866d10 {
  justify-self: start;
}

#w-node-d0ff3eef-b7a3-c1ca-61eb-3320bb1cf5c7-bf866d10 {
  align-self: start;
}

#w-node-be76a339-6475-39ef-34a7-63b8fb6e338e-bf866d10 {
  justify-self: end;
}

#w-node-eadb6184-b03b-8365-607c-90f2b91ff12c-bf866d18 {
  justify-self: start;
}

#w-node-d0ff3eef-b7a3-c1ca-61eb-3320bb1cf5c7-bf866d18 {
  align-self: start;
}

#w-node-be76a339-6475-39ef-34a7-63b8fb6e338e-bf866d18 {
  justify-self: end;
}

#w-node-eadb6184-b03b-8365-607c-90f2b91ff12c-bf866d2d {
  justify-self: start;
}

#w-node-_931f00e6-886d-3504-0bbf-6618244d5a59-bf866d2d {
  justify-self: end;
}

#w-node-_1ea79afb-608f-fc87-32b7-99db0e79e934-bf866d2d, #w-node-eadb6184-b03b-8365-607c-90f2b91ff12c-bf866d33 {
  justify-self: start;
}

#w-node-d0ff3eef-b7a3-c1ca-61eb-3320bb1cf5c7-bf866d33 {
  align-self: start;
}

#w-node-be76a339-6475-39ef-34a7-63b8fb6e338e-bf866d33 {
  justify-self: end;
}


