.tournament--container {
  max-width: 1748px;
  margin: 0 auto;
  width: 95%;
}
.tournament--page-detail {
  max-width: 1748px;
  margin: 0 auto;
  width: 95%;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .tournament--page-detail {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .tournament--details {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .tournament--details div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .tournament--details {
    font-size: 14px;
    line-height: 20px;
  }
}
.tournament--details p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.tournament--details h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}
.tournament--details--detail-divider {
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tournament--details--detail-divider {
    margin-bottom: 36px;
  }
}
.tournament--divider {
  display: block;
  height: 1px;
  background-color: #5e4914;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tournament--divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.tournament--title {
  margin: 0;
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .tournament--title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .tournament--title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tournament--title {
    font-size: 26px;
    padding-bottom: 15px;
    letter-spacing: 4px;
  }
}
.tournament--title span {
  letter-spacing: 2px;
  font-weight: normal;
}
.tournament--title-landing {
  margin: 0;
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .tournament--title-landing {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .tournament--title-landing {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tournament--title-landing {
    font-size: 26px;
  }
}
.tournament--title-landing span {
  letter-spacing: 2px;
  font-weight: normal;
}
.tournament--wrapper {
  position: relative;
  max-width: 1748px;
  margin: 0 auto;
  color: #fff;
}
.tournament--wrapper .button.button--light {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  background-color: #6c18ff;
  color: #ffffff;
}
.tournament--wrapper .button.button--light:hover {
  background-color: #a100ae;
  color: #ffffff;
}
.tournament--wrapper .tournament--detail-divider {
  border-top: 1px solid #ffcc00;
  margin-bottom: 40px;
  margin-top: 30px;
}
.tournament--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tournament--card .img_desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tournament--card .img_mobile {
    display: none !important;
  }
  .tournament--card .img_desktop {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .tournament--card {
    gap: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tournament--card .tournament--image {
    width: 100%;
  }
  .tournament--card .tournament--image:hover .img_desktop {
    -o-object-position: right !important;
       object-position: right !important;
  }
  .tournament--card .tournament--content {
    max-width: 400px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0px;
  }
}
.tournament--card.is-card--small .tournament--content-title {
  font-size: 20px;
  min-height: 90px;
}
.tournament--card.is-card--small .tournament--content {
  background-color: #15003b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px 40px 10px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .tournament--card.is-card--small .tournament--content {
    padding: 30px;
  }
  .tournament--card.is-card--small .tournament--content > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .tournament--card.is-card--small .tournament--content .tournament--image {
    position: relative;
    top: -4px;
  }
}
.tournament--card.is-card--small .tournament--image {
  margin-bottom: 20px;
}
.tournament--card.is-card--small .tournament--image img {
  border-radius: 10px;
  height: 165px;
}
.tournament--card.is-card--small .tournament--content-timer {
  padding-left: 20px;
  padding-right: 20px;
}
.tournament--card.is-card--large {
  max-width: 1748px;
  margin: 0 auto 40px;
}
.tournament--card.is-card--large img {
  -o-object-position: bottom;
     object-position: bottom;
}
.tournament--card.is-card--large .tournament--content {
  position: relative;
  min-height: 390px;
  max-width: 100%;
  background-image: none;
  padding: 0;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .tournament--card.is-card--large .tournament--content {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tournament--card.is-card--large .tournament--content {
    min-height: 300px;
  }
}
.tournament--card.is-card--large .tournament--content .content-tournaments {
  padding: 5px 0 15px;
}
@media (min-width: 992px) {
  .tournament--card.is-card--large .tournament--content .content-tournaments {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 5px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.tournament--card.is-card--large .tournament--status {
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .tournament--card.is-card--large .tournament--image {
    position: relative;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tournament--card.is-card--large .tournament--image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .tournament--card.is-card--large .tournament--image img {
    height: 100%;
    border-radius: 0;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tournament--card.is-card--large .tournament--image img {
    height: 300px;
  }
}
.tournament--card.is-card--large .tournament--content-timer {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.tournament--image {
  border-radius: 10px;
  position: relative;
}
.tournament--image img {
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  max-height: 100%;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
@media (max-width: 767px) {
  .tournament--image img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .tournament--image img {
    height: 100%;
    border-radius: 10px;
    max-height: 400px;
  }
}
.tournament--image .img_mobile {
  -o-object-position: center;
     object-position: center;
}
.tournament--content {
  background-color: #15003b;
  border-radius: 0px 0px 10px 10px;
  padding: 30px 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .tournament--content {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
.tournament--content .tournament--content-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tournament--content .tournament--content-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.tournament--content .tournament--content-title small {
  font-size: 18px;
  display: block;
  font-weight: normal;
  color: #ffcc00;
}
.tournament--content-timer {
  font-size: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  padding-top: 14px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .tournament--content-timer {
    font-size: 22px;
  }
}
.tournament--content-timer span {
  font-weight: normal;
}

.is-glide--slider {
  position: relative;
}
.is-glide--slider .glide__bullets {
  padding: 1em;
  position: relative;
  text-align: center;
  height: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.is-glide--slider .glide__bullets .glide__bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
}
.is-glide--slider .glide__bullets .glide__bullet--active {
  opacity: 1;
  border: 1px solid #a3b0c3;
}
.is-glide--slider .glide__bullets .glide__bullet::before {
  content: "";
  background-color: #a3b0c3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-glide--slider .glide__slides {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
.is-glide--slider .glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.is-glide--slider .glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.is-glide--slider .glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.is-glide--slider .glide__slide img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .is-glide--slider .glide__slide img {
    border-radius: 10px;
  }
}
.is-glide--slider .glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.is-glide--slider .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #a100ae;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 50%;
  color: #a3b0c3;
}
.is-glide--slider .glide__arrows .glide__arrow:hover {
  cursor: pointer;
  color: #ffffff;
}
.is-glide--slider .glide__arrows .glide__arrow--left {
  left: -22px;
  text-align: right;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
@media (min-width: 992px) {
  .is-glide--slider .glide__arrows .glide__arrow--left {
    left: -25px;
  }
}
.is-glide--slider .glide__arrows .glide__arrow--left:hover {
  left: -25px;
}
@media (min-width: 992px) {
  .is-glide--slider .glide__arrows .glide__arrow--left:hover {
    left: -28px;
  }
}
.is-glide--slider .glide__arrows .glide__arrow--left:before {
  right: 0;
}
.is-glide--slider .glide__arrows .glide__arrow--right {
  right: -22px;
  text-align: left;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (min-width: 992px) {
  .is-glide--slider .glide__arrows .glide__arrow--right {
    right: -25px;
  }
}
.is-glide--slider .glide__arrows .glide__arrow--right:hover {
  right: -25px;
}
@media (min-width: 992px) {
  .is-glide--slider .glide__arrows .glide__arrow--right:hover {
    right: -28px;
  }
}
.is-glide--slider .glide__arrows .glide__arrow--right:before {
  left: 0;
}
.is-glide--slider .glide__arrows .glide__arrow::before {
  width: 100%;
  position: absolute;
  top: 50%;
  top: 30%;
  font-size: 1.3em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

@media (max-width: 767px) {
  .modal--termsconditions-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.tournament--img-gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.is-glide--slider .tournament--card {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .tournament-live .glide__arrows,
  .tournament-live .glide__bullets {
    display: none;
    pointer-events: none;
  }
}
.tournament--status {
  border-radius: 6px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 37px;
  text-transform: uppercase;
  padding: 0 40px;
  z-index: 1;
  position: absolute;
  border: none;
  top: 6px;
  left: 6px;
}

.is-status-active {
  background-color: #0c0;
}

.is-status-upcoming {
  background-color: #f90;
}

.is-status-archived {
  background-color: red;
}

.tournament-upcoming .tournament--card-upcoming .is-status-active {
  background-color: #f90;
}

.content-timer--date {
  color: #ffcc00;
  font-size: 17px;
}
.content-timer--date div {
  display: inline;
}
.content-timer--date span {
  color: #fff;
  letter-spacing: 0.5px;
}
.content-timer--date > span:first-child {
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
}

.tournament--content-prizepool {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  padding-top: 0px;
  color: #ffcc00;
  text-align: center;
}

.tournament--content-prize {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  min-height: 34px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .tournament--content-prize {
    font-size: 36px;
    line-height: 40px;
    min-height: 40px;
  }
}

.tournament--buttons {
  width: 80%;
  max-width: 190px;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .tournament--buttons {
    width: 220px;
  }
}
.tournament--buttons .button {
  width: 100%;
  text-transform: uppercase;
}
.tournament--buttons .button.button--light {
  background-color: rgba(161, 0, 174, 0.83);
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
}
.tournament--buttons .button.button--light:hover {
  background-color: #6c18ff;
}

.tournament--stats {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .tournament--stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tournament--stats .button {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 36px;
  margin-bottom: 10px;
}
.tournament--stats .button.button--light.button--privacy {
  position: relative;
  background-color: #6c18ff;
  color: #ffffff;
  text-decoration: none;
  height: 48px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
}
@media (max-width: 992px) {
  .tournament--stats .button.button--light.button--privacy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
}
.tournament--stats .button.button--light.button--privacy:hover {
  background-color: #a100ae;
}

.tournament--stats--text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 18px;
}
.tournament--stats--text p {
  margin-bottom: 0;
  margin-top: 0;
}
.tournament--stats--text span {
  font-weight: bold;
  color: #ffcc00;
}
.tournament--stats--text img {
  width: 28px;
}

.tournament--table {
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: center;
  border-collapse: collapse;
}
.tournament--table thead {
  background-color: #eadc00;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.tournament--table thead tr {
  padding-left: 10px;
  padding-right: 10px;
}
.tournament--table thead td {
  padding-top: 40px;
  padding-bottom: 20px;
}
.tournament--table tbody {
  font-size: 20px;
  line-height: 24px;
  font-size: 18px;
}
.tournament--table tbody tr:nth-child(even) td {
  background-color: #5e4914;
}
.tournament--table tbody td {
  background-color: #43340d;
  padding-top: 15px;
  font-size: 18px;
  padding-bottom: 16px;
}
.tournament--table img {
  width: 25px;
  display: inline-block;
  margin-right: 5px;
}

.tournament--table-footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #5e4914;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.tournament--results tr td:nth-child(3) {
  display: none;
}
@media (min-width: 992px) {
  .tournament--results tr td:nth-child(3) {
    display: table-cell;
  }
}

.tournament--games {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .tournament--games {
    padding-bottom: 3.5em;
  }
}
.tournament--games h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.tournament--games .button {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 36px;
}

.tournament--games-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  .tournament--games-list {
    gap: 22px;
  }
}

.tournament--games-footer {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.modal--termsconditions {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 30px;
}
.modal--termsconditions.show {
  display: block;
}

.modal--termsconditions-content {
  background-color: #15003b;
  color: #fff;
  margin: 100px auto;
  padding: 40px 20px;
  border: 1px solid #6c18ff;
  width: 100%;
  max-width: 1750px;
  position: relative;
}
@media (min-width: 768px) {
  .modal--termsconditions-content {
    font-size: 16px;
  }
}
.modal--termsconditions-content h4 {
  text-align: center;
}
.modal--termsconditions-content ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.close--termsconditions {
  color: #a100ae;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 22px;
  font-size: 28px;
  font-weight: bold;
}
.close--termsconditions:hover, .close--termsconditions:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tournament-landing {
  padding: 20px 10px 30px 10px;
}
@media (min-width: 992px) {
  .tournament-landing {
    padding-top: 40px;
  }
}
.tournament-landing .tournament--card:not(.is-card--small) {
  margin-bottom: 36px;
}
.tournament-landing .tournament--divider {
  display: none;
}

@media (min-width: 992px) {
  .tournament-landing .tournament--card-upcoming {
    max-height: 360px;
  }
}