<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  transition: all .3s ease;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333743;
  font-family: Play, sans-serif;
}

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff2a2a;
  box-shadow: 0px 0px 25px #ff52328c;
  border-radius: 75px;
  background-color: #1f2229;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.sign-up.sport-shadow{
  box-shadow: 0px 0px 25px #64B0008C;
  border: 2px solid #64B000;
}

.sign-up.poker-shadow{
  box-shadow: 0px 0px 25px #00C0F98B;
  border: 2px solid #00C0F9;
}

.bg-darker{
  background-color: #272A32!important;
}

.btl-36{
  border-top-left-radius: 36px;
}

.bbl-36{
  border-bottom-left-radius: 36px;
}
.sign-up.casino,
.log-in.casino {
  width: 200px;
  height: 50px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.log-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background: linear-gradient(347deg, #FF2A2A 0%, #FF7B3A 100%);
  color: #fff;
  font-size: 20px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.logo-netbet {
  width: 10em;
}

.page-body {
  padding-right: 6%;
  padding-left: 6%;
  background-color: transparent;
}

.page-body.desktop {
  font-family: Play, sans-serif;
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 39px;
  border-radius: 36px;
  background-color: #333743;
  /* overflow: hidden; */
}

.img-container{
  position: relative; 
  overflow: hidden; 
  border-radius: 36px;
}

.offer-block {
  width: 35%;
  padding-top: 42px;
  padding-right: 35px;
  padding-bottom: 28px;
  padding-left: 20px;
  font-family: Play, sans-serif;
  text-align: right;
}

.body {
  background-color: #1f2229;
  font-family: Play, sans-serif;
  color: #fff;
}

.title-h1 {
  margin-bottom: 10px;
  font-family: Play, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.subtitle-h1 {
  margin-bottom: 15px;
  font-family: Play, sans-serif;
  color: #8e939b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.cta.log-in {
  width: 200px;
  height: 50px;
  margin-bottom: 26px;
  margin-left: auto;
  font-size: 24px;
  line-height: 9px;
}

.cta.log-in.poker-bg{
  width: 240px;
}

.legal {
  color: #8e939b;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

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

.hero-img {
  position: relative;
  width: 70%;
  background-position: 0% 50%;
  background-size: cover;
}

.w-100{
  width: 100%;
}

.h-100{
  height: 100%;
}

.m-form {
  margin: 0 0 15px;
}

.n-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.n-input:-moz-placeholder{
  color: #999;
}
.n-input::-moz-placeholder{
  color: #999;
  opacity: 1;
}
.n-input:-ms-input-placeholder {
  color: #999;
}
.n-input::-webkit-input-placeholder{
  color: #999;
}
.n-input:focus{
  border-color: #3898EC;
  outline: 0;
}
.n-input[disabled],
.n-input[readonly],
fieldset[disabled] .n-input {
  cursor: not-allowed;
}
.n-input[disabled]:not(.n-input-disabled),
.n-input[readonly],
fieldset[disabled]:not(.n-input-disabled) .n-input {
  background-color: #eeeeee;
}
textarea.n-input{
  height: auto;
}

.hero-img-bg{
  background-image: url('../images/casino-bgfull.png');
  background-size: cover;
  position: absolute;
}

/* .hero-img.sport-img, */
.hero-img-bg.sport-img{
  background-image: url('../images/sport-bgfull.png');
}

/* .hero-img.poker-img, */
.hero-img-bg.poker-img{
  background-image: url('../images/poker-bgfull.png');
}

.top-banner-image {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  overflow: visible;
  z-index: 10;
}

.casino-color{
  color: #FF7B3A;
}

.sport-color{
  color: #7EDE00;
}

.poker-color{
  color: #00C0F9;
}

.bb1{
  z-index: 5;
  clip-path: polygon(0% 0%, 100% -5%, 81% 100%, 0% 100%);
}

.bb2{
  z-index: 4;
  border-radius: 38px 0px 0px 38px;
  clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
}

.poker-bg.bb2{
  clip-path: polygon(0% 0%, 94% 0%, 75% 100%, 0% 100%);
}

.poker-banner.bb3{
  clip-path: polygon(0% 0%, 95% 6%, 78% 100%, 0% 100%);
}

.bb3{
  z-index: 3;
  border-radius: 38px 0px 0px 38px;
  clip-path: polygon(0% 0%, 100% 6%, 81% 100%, 0% 100%)
}

.slide0{
  transform: translateX(0);
  z-index: 100;
  position: relative;
}

.slide1in{
  transform: translateX(-100%);
  z-index: 100;
  position: relative;
}

.slide2in{
  transform: translateX(-200%);
  z-index: 100;
  position: relative;
}

.slide0out{
  transform: translateX(-100%);
  z-index: 10;
  position: relative;
}

.slide1{
  transform: translateX(-200%);
  z-index: 10;
  position: relative;
}

.slide2{
  transform: translateX(-300%);
  z-index: 10;
  position: relative;
}


.ov-0{
  background-color: #333743;
  -webkit-clip-path: polygon(97% 0, 100% 0, 100% 100%, 78% 100%); 
  clip-path: polygon(97% 0, 100% 0, 100% 100%, 78% 100%); 
  z-index: 4;
}

.ov-1{
  -webkit-clip-path: polygon(97% 10%, 98% 10%, 88% 100%, 78% 100%);
  clip-path: polygon(97% 10%, 98% 10%, 88% 100%, 78% 100%);
  z-index: 6;
}

.ov-2{
  -webkit-clip-path: polygon(97% 0px, 98% 0px, 85% 100%, 78% 100%); 
  clip-path: polygon(97% 0px, 98% 0px, 85% 100%, 78% 100%); 
  z-index: 6;
}

.ov-img{
  /* position: relative; */
  /* clip-path:  polygon(0% 0px, 97% 0px, 78% 100%, 0% 100%);  */
  -webkit-clip-path: polygon(0 0, 99% 0, 96% 100%, 0 100%);
  clip-path: polygon(0 0, 99% 0, 96% 100%, 0 100%);
  z-index: 3; 
  /* position: absolute; */
  /* min-width: 110%;
  margin-left: -10%; */
}

.casino-team-mobile,
.sport-team-mobile,
.poker-team-mobile{
  animation: moveImageMob 5s linear infinite;
}

.casino-team,
.sport-team,
.poker-team{
  animation: moveImage 5s linear infinite;
}

.bg-image-mobile{
  animation: moveImageLtr 5s linear infinite;
}

.casino-anim,
.sport-anim,
.poker-anim{
  animation: moveImageLtrDesk 5s linear infinite;
}

.casino-team{
  bottom: 0px;
  width: 50%;
}

.sport-team, .poker-team{
  bottom: 0%;
}

.sport-team{
  width: 60%;
}

.poker-team{
  width: 70%;
}

@keyframes moveImage {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes moveImageMob {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes moveImageLtr {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes moveImageLtrDesk {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0%);
  }
}

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e4e4e4;
  cursor: pointer;
}

.dot.active {
  width: 8px;
  height: 8px;
  background-color: #242731;
  position: relative;
}

.dot.active:before{
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
}

.dot.casino-bg-a.active:before{
  background: linear-gradient(345deg, rgba(255,42,42,1) 0%, rgba(255,123,58,1) 100%);
}

.dot.sport-bg-a.active:before{
  background: linear-gradient(350deg, rgba(100, 176, 0, 1) 0%, rgba(145, 255, 0, 1) 100%);
}

.dot.poker-bg-a.active:before{
  background: linear-gradient(350deg, rgba(31, 113, 172, 1) 0%, rgba(0, 192, 249, 1) 100%);
}

.dark-color{
  background: linear-gradient(350deg, #22242A 0%, #17191E 100%);
}

.offers {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Play, sans-serif;
}

.offer {
  position: relative;
  border-style: none;
  border-width: 0px;
  border-color: rgba(255, 123, 58, 0.8);
  border-radius: 38px;
  background-color: #272a32;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.t1 {
  color: #8e939b;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.t2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.t2 span{
  font-size: 42px;
}

.offer-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  height: 100%;
  margin-top: 2px;
  margin-left: 2px;
  padding: 27px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 38px;
  background-color: #272a32;
}

.footer {
  background-color: #333743;
}

.bg-below{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 104%;
  border-radius: 38px;
  background: linear-gradient(350deg, rgba(255, 42, 42, 1) 0%, rgba(255, 123, 58, 1) 100%);
}

.p-abs{
  position: absolute;
}

.casino-bg-offer{
  background: linear-gradient(350deg, rgba(255, 42, 42, 0.2) 0%, rgba(255, 123, 58, 0.2) 100%);
}

.sport-bg-offer {
  background: linear-gradient(350deg, rgba(100, 176, 0, 0.2) 0%, rgba(145, 255, 0, 0.2) 100%);
}

.poker-bg-offer {
  background: linear-gradient(350deg, rgba(31, 113, 172, 0.2) 0%, rgba(0, 192, 249, 0.2) 100%);
}

.casino-bg-offer.active {
  background: linear-gradient(350deg, rgba(255, 42, 42, 1) 0%, rgba(255, 123, 58, 1) 100%);
}

.sport-bg-offer.active {
  background: linear-gradient(350deg, rgba(100, 176, 0, 1) 0%, rgba(145, 255, 0, 1) 100%);
}

.poker-bg-offer.active {
  background: linear-gradient(350deg, rgba(31, 113, 172, 1) 0%, rgba(0, 192, 249, 1) 100%);
}

.casino-bg {
  background: linear-gradient(350deg, rgba(255, 42, 42, 1) 0%, rgba(255, 123, 58, 1) 100%);
}

.sport-bg {
  background: linear-gradient(350deg, rgba(100, 176, 0, 1) 0%, rgba(145, 255, 0, 1) 100%);
}

.poker-bg {
  background: linear-gradient(350deg, rgba(31, 113, 172, 1) 0%, rgba(0, 192, 249, 1) 100%);
}

.page-body-mobile,
.fixed-buttons {
  display: none;
}

.add-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bb1{
    clip-path: polygon(0% 0%, 98% -1%, 75% 100%, 0% 100%);
  }

  .offer-block {
    width: 30%;
  }

  .title-h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .subtitle-h1 {
    font-size: 14px;
    line-height: 18px;
  }

  .cta.log-in {
    width: 160px;
    height: 40px;
    font-size: 20px;
    line-height: 7px;
  }

  .legal {
    font-size: 10px;
    line-height: 14px;
  }

  .hero-img {
    width: 70%;
  }

  .offer {
    position: relative;
    border-style: none;
    border-width: 0px;
    box-shadow: none;
  }

  .offer-box {
    position: relative;
    z-index: 2;
    width: 98%;
    height: 100%;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 38px;
    padding: 27px 19px;
    background-color: #272a32;
  }

  .bg-below {
    position: absolute;
    width: 100%;
    height: 104%;
  }

  .bg-below.casino-bg {
    z-index: 1;
    border-radius: 38px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
}

@media screen and (min-width: 1024px){
  .offer-box {
    width: 99%;
    height: 100%;
    margin-top: 2px;
    margin-left: 2px;
    padding: 27px 32px;
    border: 1px none #000;
    border-radius: 38px;
    background-color: #272a32;
  }
  .casino-team{
    width: 55%;
  }
}

@media screen and (min-width: 1365px){
  .casino-team{
    width: 50%;
  }

  .poker-bg.bb2{
    clip-path: polygon(0% 0%, 88% 0%, 70% 100%, 0% 100%);
  }
  
  .poker-banner.bb3{
    clip-path: polygon(0% 0%, 88% 6%, 72% 100%, 0% 100%);
  }

  .bb2 {
    clip-path: polygon(0% 0%, 93% 0%, 73% 100%, 0% 100%);
  }

  .bb3 {
    clip-path: polygon(0% 0%, 93% 6%, 75% 100%, 0% 100%);
  }
} 

@media screen and (min-width: 1440px) {
  .bb1{
    z-index: 5;
    clip-path: polygon(0% 0%, 100% -5%, 81% 100%, 0% 100%);
  }

  .bb2{
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
  }
  
  .bb3{
    clip-path: polygon(0% 0%, 100% 6%, 81% 100%, 0% 100%)
  }

  .poker-bg.bb2{
    clip-path: polygon(0% 0%, 94% 0%, 73% 100%, 0% 100%);
  }
  
  .poker-banner.bb3{
    clip-path: polygon(0% 0%, 93% 7%, 75% 100%, 0% 100%);
  }


  .offer-block {
    width: 35%;
  }

  .title-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle-h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .cta.log-in {
    width: 200px;
    height: 50px;
    font-size: 24px;
    line-height: 9px;
  }

  .legal {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-img {
    width: 70%;
  }
}

@media screen and (min-width: 1500px){
  .bb2{
    clip-path: polygon(0% 0%, 94% 0%, 73% 100%, 0% 100%);
  }
  
  .bb3{
    clip-path: polygon(0% 0%, 94% 6%, 75% 100%, 0% 100%);
  }

  .poker-bg.bb2{
    clip-path: polygon(0% 0%, 88% 0%, 69% 100%, 0% 100%);
  }
  
  .poker-banner.bb3{
    clip-path: polygon(0% 0%, 89% 5%, 72% 100%, 0% 100%);
  }
}

@media screen and (min-width: 1920px) {
  .cta.log-in.poker-bg{
    width: 290px;
  }

  .bb1{
    z-index: 5;
    clip-path: polygon(0% 0%, 100% -5%, 81% 100%, 0% 100%);
  }

  .bb2{
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
  }
  
  .bb3{
    clip-path: polygon(0% 0%, 100% 6%, 81% 100%, 0% 100%)
  }

  .poker-bg.bb2{
    clip-path: polygon(0% 0%, 84% 0%, 66% 100%, 0% 100%);
  }
  
  .poker-banner.bb3{
    clip-path: polygon(0% 0%, 85% 5%, 69% 100%, 0% 100%);
  }

  .sport-bg.bb2{
    clip-path: polygon(0% 0%, 96% 0%, 76% 100%, 0% 100%)
  }

  .sport-banner.bb3{
    clip-path: polygon(0% 0%, 96% 6%, 78% 100%, 0% 100%)
  }

  .sign-up.casino,
  .log-in.casino  {
    width: 260px;
    height: 66px;
    font-size: 26px;
    line-height: 26px;
  }

  .page-body {
    margin-top: 40px;
  }

  .hero-top {
    border-radius: 44px;
  }
  

  .offer-block {
    padding-top: 52px;
    padding-right: 50px;
    padding-bottom: 34px;
    width: 30%;
  }

  .title-h1 {
    margin-bottom: 12px;
    font-size: 44px;
    line-height: 50px;
  }

  .subtitle-h1 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 28px;
  }

  .cta.log-in {
    width: 260px;
    height: 66px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 12px;
  }

  .legal {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-img {
    width: 70%;
  }

  .dots {
    margin-top: 34px;
    margin-bottom: 26px;
  }

  .offers {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .t1 {
    font-size: 26px;
    line-height: 52px;
  }

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

@media screen and (max-width: 991px) {

  .sign-up.casino,
  .log-in.casino  {
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 16px;
  }

  .casino-team{
    width: 70%;
  }

  .sport-team{
    width: 80%;
    bottom: 5%;
  }
  
  .poker-team{
    width: 90%;
  }

  .offer-block {
    width: 40%;
    padding: 32px 25px 22px 10px;
  }

  .title-h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle-h1 {
    font-size: 14px;
    line-height: 18px;
  }

  .cta.log-in {
    width: 160px;
    height: 40px;
    font-size: 20px;
    line-height: 8px;
  }

  .legal {
    font-size: 10px;
    line-height: 14px;
  }

  .legal.center {
    font-size: 10px;
    line-height: 14px;
  }

  .hero-img {
    width: 60%;
  }

  .t1 {
    font-size: 16px;
    line-height: 32px;
  }

  .t2 {
    font-size: 26px;
    line-height: 32px;
  }

  .page-body-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .t2 span{
    font-size: 29px;
  }

  .log-in.casino{
    width: auto;
    height: 38px;
  }

  .log-in.casino a{
    padding: 10px 20px;
  }

  .overlay-shadow{
    background-color: #272a32;
    clip-path: polygon(100% 21%, 100% 56.5%, 0% 75.5%, 0% 42%);
    -webkit-clip-path: polygon(100% 21%, 100% 56.5%, 0% 75.5%, 0% 42%);
    z-index: 10;
  }

  .casino-img-polygon{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%); 
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%);
  }

  .sport-img-polygon{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%); 
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%)
  }

  .poker-img-polygon{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%); 
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 100%);
  }

  .casino-bg-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    top: -13%;
  }

  .sport-bg-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    top: -13%;
  }

  .poker-bg-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 48.25%);
    top: -13%;
  }

  .casino-dc-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    top: -10%;
  }

  .sport-dc-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    top: -10%;
  }

  .poker-dc-polygon{
    z-index: 3; 
    clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    -webkit-clip-path: polygon(100% 28%, 100% 31.25%, 0% 52.5%, 0% 49.25%);
    top: -10%;
  }

  .header {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 80px;
  }

  .fixed-buttons { 
    position: fixed; 
    left: 0%; 
    top: auto; 
    right: 0%; 
    bottom: 0%; 
    z-index: 100; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -webkit-flex-direction: row; 
    -ms-flex-direction: row; 
    flex-direction: row; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    grid-auto-columns: 1fr; 
    grid-column-gap: 16px; 
    grid-row-gap: 16px; 
    -ms-grid-columns: 1fr 1fr; 
    grid-template-columns: 1fr 1fr; 
    -ms-grid-rows: auto auto; 
    grid-template-rows: auto auto; 
    background-color: #30333e; 
  }

  
  .add-footer {
    padding-bottom: 105px;
  }


  .header-buttons.desktop {
    display: none;
  }

  .sign-up.on-mobile {
    width: 205px;
    height: 48px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    color: #e9e9e9;
    font-size: 18px;
    line-height: 15px;
  }

  .logo-netbet {
    width: 128px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-body.desktop {
    display: none;
    opacity: 1;
  }

  .legal.center {
    text-align: right;
  }

  .offers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .t1 {
    text-align: right;
  }

  .t2 {
    text-align: right;
  }

  .offer-box.on-mobile {
    width: 65%;
    margin-top: -170px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 38px;
    background-color: transparent;
    z-index: 100;
  }

  .page-body-mobile {
    display: block;
  }

  .hero-top-mobile {
    background-image: url('../images/image.png');
    background-position: 50% 0%;
    background-size: cover;
  }

  .title-m1 {
    padding: 23px 23px 5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
  }

  .subtitle-m1 {
    padding: 6px 63px 18px;
    color: #a7acb4;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
  }

  .text-field {
    width: 300px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #3c4350;
    border-radius: 15px;
    background-color: #0f1217;
    color: #a7acb4;
    font-weight: 700;
  }

  .form-block {
    margin-bottom: 0px;
    padding-bottom: 21px;
  }

  .offers-mobile {
    margin-bottom: 40px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .offer-mobile {
    position: relative;
    overflow: visible;
    margin-top: 60px;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 38px;
    background-color: #272a32;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -moz-box-shadow: 0 0 15px black;
    -webkit-box-shadow: 0 0 15px black;
    box-shadow: 0 0 15px black;
  }

  .img-offer {
    height: 140px;
    border-radius: 38px;
  }

  .image {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .img-mobile {
    position: relative;
    overflow: hidden;
    border-radius: 0px 38px 0px 0px;
    height: 300px;
  }

  .bg-image-mobile {
    width: 170%;
    height: 100%;
    max-width: 200%;
    border-radius: 36px;
  }

  .casino-team-mobile {
    position: absolute;
    left: -40px;
    right: 0;
    top: -40px;
    bottom: auto;
    overflow: visible;
    width: 250px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .sport-team-mobile{
    position: absolute;  
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: -50px;
    bottom: auto;
    overflow: visible;
    z-index: 11;
    width: 300px;
  }

  .poker-team-mobile{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -80px;
    bottom: auto;
    overflow: visible;
    width: 280px;
    z-index: 2;
  }
}

@media screen and (max-width: 479px) {

  .overlay-shadow{
    background-color: #272a32;
    clip-path: polygon(100% 21%, 100% 56.5%, 0% 56.5%, 0% 42%);
    -webkit-clip-path: polygon(100% 21%, 100% 56.5%, 0% 56.5%, 0% 42%);
    z-index: 10;
  }

  .sign-up.on-mobile {
    width: 205px;
    height: 48px;
  }

  .logo-netbet {
    width: 10em;
  }

  .t1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.6em;
  }

  .t2 {
    font-size: 22px;
    line-height: 26px;
  }

  .offer-box.on-mobile {
    /* width: 90%; */
    width: 100%;
    margin-top: -4em;
    padding: 27px 25px 27px 10px;
  }

  .log-in.casino{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .legal.center{
    width: 90%;
  }

  .hero-top-mobile {
    background-position: 100% 0%;
  }

  .offer-mobile {
    position: relative;
    overflow: visible;
  }

  .img-mobile {
    overflow: hidden;
    border-top-left-radius: 38px;
    height: 170px;
  }

  .bg-image-mobile {
    overflow: hidden;
    width: 200%;
    height: 100%;
    margin-left: -39px;
    background-color: transparent;
  }

  .casino-team-mobile {
    left: -55px;
    top: -33px;
    bottom: auto;
    overflow: visible;
    width: 220px;
  }

  .sport-team-mobile{
    position: absolute;  
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: -45px;
    bottom: auto;
    overflow: visible;
    z-index: 11;
    width: 250px;
  }

  .poker-team-mobile{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -70px;
    bottom: auto;
    overflow: visible;
    width: 280px;
  }
}

@media screen and (max-width: 320px){
  .img-mobile {
      height: 180px;
  }

  .poker-team-mobile{
    top: -40px;
  }
}

.footer * {
	transition:none !important;
}

.footer_text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #96999E;
    line-height: 16px;
}

.footer .sprites_row {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}

.footer .sprites_row .sprites {
	text-align: center;
}

.footer .sprites_row .sprites a {
	margin: 5px 10px;
	vertical-align: middle;
}

.footer .sprites_row .sprites .sprite-global-responsible-gaming-LiveChat {
	width: 150px;
	height: 80px;
	background-size: 150px;
}

.footer .sprites_row a {
    margin: 5px;
}
</pre></body></html>