@font-face {
  font-family: "Gotham Narrow";
  src: url("GothamNarrow-Ultra.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("GothamNarrow-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("GothamNarrow-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("GothamNarrow-Medium.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("GothamNarrow-Thin.otf");
  font-weight: 300;
  font-style: normal;
}
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
    2. Remove default margin
  */
* {
  margin: 0;
}
/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}
/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/*
    8. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}
.website__width {
  width: calc(100% - 32px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .website__width {
    width: calc(100% - 506px);
  }
}
* {
  font-family: Gotham Narrow;
}
h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 37px;
  letter-spacing: -0.408px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
.focus-red {
  color: #d81a24;
}
.underline {
  text-decoration-line: underline;
}
section.section__content {
  padding: 56px 0;
}
section.section__content--grey {
  background: rgba(19, 19, 39, 0.05);
}
p + p {
  margin-top: 16px;
}
.text-bold {
  font-weight: 700;
}
.text-bolder {
  font-weight: 800;
}
.text-ultra {
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .padding-right {
    padding-right: 64px;
  }
  .centre-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-div {
    display: flex;
  }
  .flex-50 {
    width: 50%;
  }
  .w-60 {
    width: 60%;
  }
  .w-50 {
    width: 50%;
  }
}
.button {
  display: inline-block;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  font-family: Gotham Narrow;
  letter-spacing: -0.408px;
}
.button--white {
  background: #fff;
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  letter-spacing: -0.408px;
  text-transform: uppercase;
}
.button--red {
  background: #d81a24;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 122.222% */
  letter-spacing: -0.408px;
  text-transform: uppercase;
}
.button--transparent {
  background: none;
  color: white;
}
.button--large {
  padding: 16px;
}
.button--fullwidth {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .button {
    width: 260px;
  }
}
.header {
  padding-top: 11px;
 /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0.01%, rgba(0, 0, 0, 0.9) 43.97%, #000 99.99%);*/
  padding-bottom: 56px;
    background: #00000080;
}
.header #headerVideo {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100vh;
  z-index: -1;
}
.header__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__steps {
  max-width: 400px;
  margin: 38px auto 0 auto;
  margin-top: 38px;
}
.header__steps--item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-bottom: 48px;
}
.header__steps--item.step2 {
  margin-left: 35%;
  margin-bottom: 13px;
}
.header__steps--item.step2:before {
  content: "";
  background: url(Line1.png) no-repeat center center;
  width: 49px;
  height: 78px;
  position: absolute;
  left: -62px;
  top: -32px;
  background-size: 100%;
  display: block;
}
.header__steps--item.step3 {
  margin-right: 45%;
  margin-bottom: 32px;
}
.header__steps--item.step3:after {
  content: "";
  background: url(Line2.png) no-repeat center center;
  width: 49px;
  height: 78px;
  position: absolute;
  right: -62px;
  top: -8px;
  background-size: 100%;
  display: block;
}
.header__steps--circle {
  flex: 40px 0 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  color: #3c0303;
  font-family: Gotham Narrow;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.408px;
  text-align: center;
}
.header__steps--title {
  color: #fff;
  font-family: Gotham Narrow;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.408px;
  margin-bottom: 4px;
}
.header__steps--description {
  color: #fff;
  font-family: Gotham Narrow;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.408px;
}
.header__tcs {
  max-width: 400px;
  margin: 38px auto 0 auto;
}
.header__tcs .tcs__trigger {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
}
.header__tcs--sub {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 14.5px;
  /* 120.833% */
  letter-spacing: -0.408px;
}
.header__tcs--sub a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header__tcs--sub {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    display: none;
  }
}
.offer__container {
  width: 100%;
  padding: 63px 0;
}
.offer__container--main {
  margin: 0 auto;
  max-width: 50%;
}
.intro__title {
  color: #d81a24;
  font-family: Gotham Narrow;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
  /* 95.833% */
  letter-spacing: -0.408px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.intro__subtitle {
  color: #fff;
  font-family: Gotham Narrow;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 26.5px;
  /* 110.417% */
  letter-spacing: -0.408px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .intro__subtitle {
    font-size: 50px;
    font-weight: 800;
    line-height: 53.5px;
    /* 107% */
    width: 80%;
  }
}
.header-desktop {
  padding-top: 11px;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0.01%, rgba(0, 0, 0, 0.9) 43.97%, #000 99.99%);*/
  padding-bottom: 56px;
  overflow: hidden;
  position: relative;
    min-height: 100vh;
    background:#00000000;
}
.header-desktop .header-btn {
  width: auto;
}
.header-desktop #headerVideo {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  /*min-height: 80vh;*/
  min-height: 100vh;
  z-index: -1;
}
.header-desktop .header__intro {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.header-desktop .header__intro--right {
  width: 50%;
}
.header-desktop .header__intro--left {
  width: 50%;
  text-align: center;
}
.header-desktop .header__intro--left a {
  text-decoration: none;
  color: white;
  text-decoration: underline;
  margin-top: 40px;
}
.header-desktop__steps {
  color: white;
  display: flex;
  margin-top: 80px;
}
.header-desktop__steps--item {
  flex: 33.33333%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-desktop__steps--circle {
  font-size: 32px;
  font-weight: 800;
  min-width: 70px;
  height: 70px;
  background-color: white;
  color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-desktop__steps--title {
  font-size: 20px;
  font-weight: 600;
}
.header-desktop__steps--description {
  font-size: 16px;
  font-weight: 400;
}
.header-desktop .intro__title {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .header-desktop {
    display: none;
  }
}
.advantages {
  margin-top: 32px;
  margin-bottom: 56px;
}
.advantages__image {
  margin-bottom: 32px;
}
.advantages__image img {
  display: block;
  margin: 0 auto;
}
.advantages__steps {
  text-align: center;
}
.advantages__step {
  font-size: 24px;
  font-weight: 800;
}
.bestgames {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .bestgames {
    margin-top: 32px;
  }
}
.bestgames__item {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  padding: 16px;
  border-radius: 5px;
  background: rgba(19, 19, 39, 0.05);
  font-weight: 800;
  line-height: 1;
  /* 231.25% */
  letter-spacing: -0.408px;
}
@media only screen and (min-width: 992px) {
  .bestgames__item {
    flex: 0 0 18%;
  }
}
.bestgames__extra {
  margin: 24px 0;
}
.whyus__item {
  margin-bottom: 24px;
}
.whyus__item p.text-bold {
  margin-bottom: 16px;
}
.whyus__item p.phrase {
  margin-bottom: 8px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .whyus__item {
    padding-right: 40px;
  }
  .whyus__item p.text-bold {
    font-size: 24px;
    font-weight: 700;
  }
  .whyus .why-title {
    margin-bottom: 40px;
  }
  .whyus .why-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .whyus .why-info p {
    flex: 40%;
    margin: 0;
  }
}
.how__item {
  display: flex;
}
.how__item-number {
  font-size: 32px;
  font-weight: 800;
  padding-right: 8px;
  min-width: 28px;
  text-align: right;
}
.how__item__card {
  border-left: 5px solid rgba(19, 19, 39, 0.05);
  padding: 8px;
  padding-bottom: 24px;
}
.how__item__card:nth-last-child(1) {
  padding-bottom: 8px;
}
.how__item__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.408px;
}
.how__item__card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.408px;
}
.how-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.408px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.how-btn {
  border-radius: 10px;
  background-color: #d81a24;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  letter-spacing: -0.408px;
  padding: 16px;
  cursor: pointer;
  text-decoration: none;
}
.how-btn:hover {
  color: #d81a24;
  background-color: white;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .how .how-items {
    display: flex;
    flex-wrap: wrap;
  }
  .how .how__item {
    width: 50%;
  }
  .how .how-title {
    text-align: center;
  }
  .how .how-btn {
    width: 260px;
  }
}
h3 {
  margin-bottom: 16px;
}
.sponsors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.sponsors .sponsor {
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) {
  .sponsors {
    width: 50%;
    justify-content: space-around;
  }
  .sponsors-container {
    display: flex;
  }
}
.payments {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.payments .payment {
  filter: grayscale(1);
  width: 40px;
  height: 25px;
}
.payments .payment.flex3 {
  flex: 33.33333333%;
}
.payments .payment.flex2 {
  flex: 50%;
}
.payments .payment.flex1 {
  flex: 100%;
}
@media only screen and (min-width: 992px) {
  .payments {
    width: 50%;
  }
  .payments-container {
    display: flex;
  }
}
.footer-info {
  color: #131327;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14.5px;
  letter-spacing: -0.408px;
}
.footer-info a {
  color: #131327;
}
.footer__logo__container {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__logo__container img {
  width: 120px;
}
.footer-disclaimer {
  color: #000;
  font-size: 8px;
  font-style: normal;
  font-weight: 325;
  line-height: 10.5px;
  /* 131.25% */
  letter-spacing: -0.408px;
}
@media only screen and (min-width: 992px) {
  .footer-info {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .security {
    display: flex;
    align-items: center;
  }
  .security-items {
    padding-left: 74px;
  }
  .security h2 {
    width: 50%;
  }
}
.tnc {
  background-color: white;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-height: 70vh;
  width: 90%;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .tnc {
    max-width: 600px;
  }
}
.tnc__header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.tnc__header-title {
  font-size: 14px;
}
.tnc ol {
  padding-right: 8px;
}
.tnc li {
  font-size: 14px;
  font-weight: 400;
}
.tnc .close-tnc {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .tnc {
    padding: 24px;
  }
}
.tnc-overlay {
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.5;
}
.hide {
  display: none;
}
.tnc-btn {
  text-align: center;
  color: white;
  text-decoration: underline;
  margin-top: 24px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: -0.408px;
  text-decoration-line: underline;
}

.header-desktop .website__width{
    min-height: 100vh;

    display: flex;
    justify-content:space-between;
    flex-direction: column;
    
}

.header-desktop .website__width .header-desktop__steps{
	margin-bottom:10%;
}
