h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'S&s national currency', sans-serif;
  color: #132d9a;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

a {
  color: #132d9a;
  text-decoration: underline;
}

.main-wrapper {
  position: relative;
}

.borderwrapper {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.borderwrapper.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.border-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.border-left-wrapper.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.border-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.border-right-wrapper.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.border-middle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Top-Border-Repting.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.content-wrapper {
  background-image: url('../images/BG.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  -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;
}

.mainbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 40px;
}

.logo-tournament {
  width: 50vw;
  max-width: 100%;
}

.herocard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 48px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.herocard.bottom {
  position: relative;
  z-index: 7;
  margin-bottom: 0px;
}

.herocard.footer {
  position: relative;
  z-index: 8;
  margin-bottom: 200px;
  padding-top: 16px;
  padding-bottom: 32px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-image {
  position: relative;
  width: 100vw;
  border-style: solid;
  border-width: 10px;
  border-color: #fc015e;
  border-radius: 50px;
}

.hero-text {
  position: relative;
  z-index: 9;
  margin-top: 32px;
  margin-bottom: -60px;
  padding: 32px 56px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fc015e;
}

.hero-text.blue {
  margin-top: -60px;
  margin-bottom: 0px;
  background-color: #132d9a;
}

.h1-white {
  margin-bottom: 0px;
  color: #fff;
}

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

.heading {
  color: #132d9a;
}

.white {
  color: #fff;
}

.white.small {
  font-size: 16px;
  line-height: 24px;
}

.game-logo {
  width: 50vw;
  max-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.half-size {
  width: 60%;
}

.half-size.padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 32px;
  padding-bottom: 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;
}

.half-size.padding-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 32px;
  padding-bottom: 0px;
  -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;
}

.toppadding {
  margin-top: 24px;
}

.cards-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fc015e;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.card:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
}

.card.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.blue {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: #000;
  background-color: #132d9a;
}

.btn {
  padding: 14px 32px;
  border-radius: 99px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.btn:hover {
  background-color: #fc015e;
}

.btn.padding {
  margin-top: 24px;
  margin-bottom: 0px;
}

.padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -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;
}

.ticket {
  width: 100%;
}

.cards {
  width: 100%;
}

.left {
  text-align: left;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fc015e;
}

.prize {
  margin-top: 16px;
  padding: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 20px;
  background-color: #fc015e;
}

.prize.second {
  background-color: #fc6a01;
}

.prize.third {
  background-color: #0183fc;
}

.prize.mention {
  background-color: #132d9a;
}

.prizetiers {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}

.prizetiers.white {
  color: #fff;
}

.links {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.linkcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 2px solid #000;
  border-radius: 10px;
}

.linkcard.wallet {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.templebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  padding: 16px 32px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fc015e;
  border-radius: 99px;
  background-color: #fff;
}

.image {
  width: 200px;
}

.inlinelink {
  color: #fff;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.lightbox-link {
  position: absolute;
}

.image-2 {
  width: 150px;
}

@media screen and (min-width: 1440px) {
  .cards-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .logo-tournament {
    width: 80vw;
  }

  .herocard {
    width: 96vw;
    padding: 24px;
  }

  .herocard.pixeldebates {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .hero-image {
    border-width: 5px;
    border-radius: 30px;
  }

  .hero-text {
    margin-bottom: -30px;
    border-width: 5px;
  }

  .h1-white.small {
    font-size: 24px;
    line-height: 32px;
  }

  .game-logo {
    width: 80vw;
  }

  .half-size.padding {
    width: 80%;
  }

  .half-size.padding-2 {
    width: 80%;
  }

  .cards-wrapper {
    width: 100%;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .card {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    width: 120px;
  }

  .image-2 {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .border-middle-wrapper {
    background-position: 50% 0%;
    background-size: auto 60.5px;
  }

  .corner {
    height: 244.5px;
  }

  .border {
    height: 60.5px;
  }

  .content {
    padding-top: 100px;
  }

  .mainbg {
    margin-top: 20px;
  }

  .herocard {
    padding-right: 16px;
    padding-left: 16px;
  }

  .herocard.footer {
    margin-bottom: 100px;
  }

  .hero-text {
    margin-top: 24px;
    padding: 16px 24px;
  }

  .hero-text.blue {
    margin-top: -30px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .half-size.padding {
    width: 90%;
  }

  .half-size.padding-2 {
    width: 90%;
  }

  .cards-wrapper {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .btn {
    font-size: 16px;
    line-height: 24px;
  }

  .card-img {
    width: 150px;
    height: 150px;
  }

  .links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .linkcard.wallet {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .templebtn {
    width: 70%;
  }

  .image {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .herocard.bottom {
    margin-top: 0px;
  }

  .cards-wrapper {
    width: 100%;
    margin-top: 24px;
  }

  .image-2 {
    width: 60px;
  }
}

#w-node-c9b1bde1-50e8-9949-f22c-a87749a19d5b-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4e19f332-a2f1-7863-6376-6a097d566c5b-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f5c4f20a-93ed-6d23-1deb-57f3c6669273-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f5c4f20a-93ed-6d23-1deb-57f3c666927a-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_493829a8-48da-a359-2b43-9448df88c999-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_524425bf-0ea4-48c3-ee28-cd4fb63af190-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a8539b8a-f88a-d21d-da7c-649956ee4b54-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_79ac6b79-9cfe-6a1b-2d96-5be10bd53fb8-d4243eea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_4e19f332-a2f1-7863-6376-6a097d566c5b-d4243eea {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f5c4f20a-93ed-6d23-1deb-57f3c666927a-d4243eea {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'S&s national currency';
  src: url('../images/') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}