/* Colors */
/* Fonts */
/* Text Sizes */
/* Media Queries */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 100%;
  color: inherit;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  text-align: center;
}

h1 {
  font-size: clamp(2em, 5vw, 3em);
}

h2, h3 {
  font-size: clamp(1.5em, 4vw, 2em);
}

h4, h5, h6 {
  font-size: clamp(1.25em, 3vw, 1.5em);
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: -1px;
}
.wp-block-table tr:nth-of-type(odd) {
  background: #34353f;
}
.wp-block-table td {
  padding: 2rem 2rem;
  vertical-align: top;
  min-width: 12rem;
}
.wp-block-table td img {
  display: block;
  max-width: 12rem;
}

.fixed-background, body {
  background-size: cover;
  background-attachment: fixed;
}

.wrapper, .footnote, .footer, .sponsor, .twitch, .news, .tournament, .content, .children {
  padding: 1em 2em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container, .footer__container, .sponsor__container, .twitch__container, .news__container, .tournament__container, .content__container, .children__container {
  width: min(100%, 120rem);
}

.button, .form__container input[type=submit], .news__link, .cta {
  display: block;
  float: left;
  clear: both;
  color: #13141d !important;
  background-color: #dda645;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 1em 2em;
  cursor: pointer;
  margin: 0 auto;
}
.button:hover, .form__container input[type=submit]:hover, .news__link:hover, .cta:hover, .button:focus, .form__container input[type=submit]:focus, .news__link:focus, .cta:focus, .button:active, .form__container input[type=submit]:active, .news__link:active, .cta:active {
  text-decoration: none !important;
}

.cta {
  clear: none;
  float: none;
  display: inline-block;
}
.cta__container {
  margin: 1rem 0;
}
.cta__container--left {
  text-align: left;
}
.cta__container--center {
  text-align: center;
}
.cta__container--right {
  text-align: right;
}

.section-title, .twitch__section-title, .news__section-title {
  text-align: left;
  border: solid #dda645;
  border-width: 0 0 0.5rem 0;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}

.js {
  display: none;
}

.faceit__avatar {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgb(216, 216, 216);
}
.faceit__leaderboard {
  width: 100%;
  margin: 8rem 0 6rem;
}
.faceit__leaderboard__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.faceit__leaderboard__header {
  font-weight: bold;
}
.faceit__leaderboard__header, .faceit__leaderboard__row:nth-of-type(even) {
  background-color: #34353f;
}
.faceit__leaderboard__column {
  padding: 1rem;
  vertical-align: middle;
  text-align: center;
}
.faceit__leaderboard__column--team {
  text-align: left;
}
.faceit__leaderboard__column--avatar, .faceit__leaderboard__column--won, .faceit__leaderboard__column--lost, .faceit__leaderboard__column--draw, .faceit__leaderboard__column--position, .faceit__leaderboard__column--rate, .faceit__leaderboard__column--streak {
  display: none;
}
@media screen and (min-width: 576px) {
  .faceit__leaderboard__column--won, .faceit__leaderboard__column--lost, .faceit__leaderboard__column--draw {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .faceit__leaderboard__column {
    padding: 1rem 2rem;
  }
  .faceit__leaderboard__column--position, .faceit__leaderboard__column--avatar {
    display: table-cell;
  }
}
@media screen and (min-width: 992px) {
  .faceit__leaderboard__column--rate, .faceit__leaderboard__column--streak {
    display: table-cell;
  }
}
.faceit__leaderboard__updated-at {
  text-align: center;
  padding: 2rem;
  font-size: 0.85em;
}
.faceit__matchlist {
  width: 100%;
  margin: 8rem 0;
}
.faceit__matchlist__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: -1px;
}
.faceit__matchlist__row {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 73% 27%;
  align-items: center;
}
.faceit__matchlist__row:nth-of-type(even) {
  background-color: #34353f;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__row {
    padding: 0;
    display: table-row;
  }
}
.faceit__matchlist__column {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 2rem;
  }
}
.faceit__matchlist__column--results {
  font-weight: bold;
  text-align: center;
}
.faceit__matchlist__column--results--faction1 {
  grid-column: 2/2;
  grid-row: 1/1;
}
.faceit__matchlist__column--results--faction2 {
  grid-column: 2/2;
  grid-row: 2/2;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--results--faction1, .faceit__matchlist__column--results--faction2 {
    display: none;
  }
}
.faceit__matchlist__column--result {
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--result {
    display: table-cell;
  }
}
.faceit__matchlist__column--team--home {
  text-align: left;
  grid-column: 1/1;
  grid-row: 1/1;
}
.faceit__matchlist__column--team--away {
  text-align: left;
  grid-column: 1/1;
  grid-row: 2/2;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--team--away {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--team {
    width: 25%;
  }
}
.faceit__matchlist__column--time {
  font-weight: bold;
  text-align: center;
  grid-column: 2/2;
  grid-row: 1/3;
}
.faceit__matchlist__column--time--with-tournament {
  grid-row: 1/1 !important;
}
.faceit__matchlist__column--tournament {
  grid-column: 2/2;
  grid-row: 2/2;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--tournament {
    display: none;
  }
}
.faceit__matchlist__column--avatar {
  display: none;
  width: 5%;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__column--avatar {
    display: table-cell;
  }
}
.faceit__matchlist__detail {
  padding-top: 0.5rem;
}
.faceit__matchlist__detail--tournament {
  display: none;
}
@media screen and (min-width: 768px) {
  .faceit__matchlist__detail--tournament {
    display: inline;
    font-size: 0.75em;
    font-weight: normal;
  }
  .faceit__matchlist__detail--tournament::before {
    content: "\a";
    white-space: pre;
  }
}
.faceit__matchlist__detail--time {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}

.season__container {
  margin-top: 5rem;
}
.season__selector {
  position: relative;
  margin-bottom: -3rem;
}
.season__selector .arrow {
  pointer-events: none;
  position: absolute;
  font-size: 1.75em;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.season__selector select {
  appearance: none;
  width: 100%;
  text-align: center;
  font-size: clamp(1.25em, 3vw, 1.5em);
  font-weight: bold;
  background-color: #34353f;
  color: white;
  padding: 2rem;
}
.season__selector::after {
  transform: scale(2);
}
.season__tournament.hidden {
  display: none;
}

.children {
  padding-top: 0;
  padding-bottom: 4rem;
  margin: 0;
  background-color: #13141d;
}
.children__container {
  margin-top: 0;
  margin-bottom: 0;
}
.children__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
}

.child__item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .child__item {
    width: calc(50% - 0.5em);
  }
}
.child__link {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 9, 9, 0.75);
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  justify-content: center;
  align-items: center;
}
.child__link:hover {
  opacity: 1;
}
.child__label {
  display: inline-block;
  background-color: #dda645;
  padding: 0.5em 0.75em;
  font-weight: bold;
  color: black;
  border-radius: 0.15em;
}

.pplg-form__container {
  padding: 1rem 0;
}
.pplg-form__field {
  position: relative;
  padding: 1rem 0;
  flex-basis: calc(50% - 2rem);
}
.pplg-form__field--additionalInformation {
  flex-basis: 100%;
}
.pplg-form__general {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
.pplg-form__label {
  display: block;
  margin: 0 0 1rem;
}
.pplg-form__label small {
  display: block;
}
.pplg-form__input, .pplg-form__select {
  color: #13141d;
  width: 100%;
  padding: 1rem;
  transition: background-color 0.25s ease-in-out;
}
.pplg-form__input--additionalInformation, .pplg-form__select--additionalInformation {
  min-height: 15rem;
}
.pplg-form__input--file, .pplg-form__select--file {
  color: rgba(255, 255, 255, 0.8705882353);
}
.pplg-form__input--select, .pplg-form__select--select {
  background-color: white;
  color: #13141d;
  padding: 1rem;
  border: none;
}
.pplg-form__input--checkbox, .pplg-form__select--checkbox {
  width: auto;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}
.pplg-form__input--submit, .pplg-form__select--submit {
  background-color: #dda645;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  width: auto;
}
.pplg-form__input.hasErrors, .pplg-form__select.hasErrors {
  background-color: rgb(255, 121, 121);
}
.pplg-form__players {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.pplg-form__player {
  flex-basis: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #34353f;
}
@media screen and (min-width: 768px) {
  .pplg-form__player {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .pplg-form__player {
    flex-basis: calc(33% - 1rem);
  }
}
.pplg-form__player.hidden {
  display: none;
}
.pplg-form__player-controls {
  margin: 1rem 0 2rem;
}
.pplg-form__error {
  display: block;
  margin: 2rem 0;
  padding: 2rem;
  text-align: center;
  background-color: rgb(255, 121, 121);
}
.pplg-form__error.hidden {
  display: none;
}
.pplg-form__control {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8705882353) !important;
  background-color: #34353f;
  font-weight: bold;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  cursor: pointer;
}
.pplg-form__control:hover, .pplg-form__control:focus, .pplg-form__control:active {
  text-decoration: none !important;
}
.pplg-form__control.hidden {
  display: none;
}
.pplg-form__notice {
  display: block;
  margin: 3rem 0;
}
.pplg-form__modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.pplg-form__modal-container.active {
  visibility: visible;
  opacity: 1;
}
.pplg-form__modal-content {
  background-color: #13141d;
  max-width: 75rem;
  flex-grow: 1;
  margin: 2rem;
  padding: 5rem;
}
@keyframes tilt-shaking {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8rem);
  }
  40% {
    transform: translateX(8rem);
  }
  60% {
    transform: translateX(-4rem);
  }
  80% {
    transform: translateX(4rem);
  }
  100% {
    transform: translateX(0);
  }
}
.pplg-form__modal-content.shaking {
  animation-name: tilt-shaking;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.pplg-form__modal-heading {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.pplg-form__modal-body {
  margin-bottom: 3rem;
}
.pplg-form__tooltip {
  display: inline-block;
  text-decoration: none;
}
.pplg-form__tooltip:hover, .pplg-form__tooltip:active, .pplg-form__tooltip:focus {
  text-decoration: none !important;
}
.pplg-form__tooltip .tooltip {
  text-align: center;
  font-size: 80%;
  display: block;
  visibility: hidden;
  bottom: 10rem;
  right: 0;
  position: absolute;
  padding: 1.5rem;
  z-index: 1;
  background-color: #13141d;
  color: white;
  border: 1px solid #45496a;
  opacity: 0;
  transition: 0.15s opacity ease-in-out;
  white-space: nowrap;
  word-break: break-word;
  border-radius: 1rem;
}
.pplg-form__tooltip .tooltip img {
  width: 20rem;
  min-width: 10rem;
}
.pplg-form__tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #13141d;
  color: rgba(255, 255, 255, 0.8705882353);
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  &:not(&.home) {
      background-image: none !important;
  }*/
}
body.logged-in .menu--primary {
  margin-top: 32px;
}

.main {
  padding-top: 65px;
}

header {
  scroll-snap-align: start;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .home {
  min-height: 50vh;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #13141d;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-y: auto;
  transform: translateX(-100%);
  overflow: inherit;
}
.menu.has-transition {
  transition: 0.75s transform ease-in-out;
}
.menu.is-visible {
  transform: translateX(0);
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .menu {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    background: none;
    display: flex;
    justify-content: center;
    transform: translateX(0);
    transition: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #13141d;
  }
}
.menu__container {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menu__container {
    display: flex;
    flex-direction: row;
  }
}
.menu__link {
  color: inherit;
  text-align: center;
  display: block;
  padding: 2rem 2.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s ease-in-out color;
}
.menu__link:active, .menu__link:hover, .menu__link:focus {
  color: #dda645;
}
.menu__link.current-menu-item {
  color: #dda645;
  background-color: #13141d;
}
.menu__toggle {
  display: block;
  transition: 1s transform cubic-bezier(0.86, 0, 0.07, 1);
}
.menu__toggle-container {
  background-color: #13141d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 0.5rem;
}
@media screen and (min-width: 992px) {
  .menu__toggle-container {
    display: none;
  }
}
.menu__toggle.is-active {
  transform: rotate(180deg);
}
.menu__toggle > div {
  width: 4rem;
  height: 0.5rem;
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.8705882353);
  transform: none;
  transition: 0.25s transform ease-in-out 0.35s, 0.35s opacity ease-in-out 0.35s;
}
.menu__toggle.is-active > div:nth-child(1) {
  transform: translateY(1.425rem) translateX(0) scaleX(1.25) rotate(45deg);
}
.menu__toggle.is-active > div:nth-child(2) {
  opacity: 0;
}
.menu__toggle.is-active > div:nth-child(3) {
  transform: translateY(-1.425rem) translateX(0) scaleX(1.25) rotate(-45deg);
}

.menu--primary .menu__mobile-logo {
  display: block;
  width: 25%;
  margin: 20px auto;
}
.menu--primary ul li {
  list-style: none;
}
.menu--primary ul li:hover {
  background-color: #13141d;
}
.menu--primary ul li.submenu-open > ul {
  display: contents;
}
.menu--primary ul ul {
  display: none;
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #13141d;
  position: absolute;
  padding: 10px;
  text-align: center;
}
.menu--primary ul ul li {
  padding: 10px;
}
.menu--primary ul ul li a {
  transition: 0.25s color ease-in-out;
}
.menu--primary ul ul li:hover a {
  color: #dda645;
}
@media screen and (min-width: 992px) {
  .menu--primary .menu__mobile-logo {
    display: none;
  }
  .menu--primary ul li {
    list-style: none;
  }
  .menu--primary ul li:hover {
    background-color: #101116;
  }
  .menu--primary ul li:hover > ul {
    display: block;
  }
  .menu--primary ul ul {
    display: none;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #101116;
    position: absolute;
    padding: 10px;
  }
  .menu--primary ul ul li {
    padding: 10px;
  }
}

.hero {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9rem;
}
.hero__logo-container {
  width: clamp(32rem, 50%, 42rem);
  align-self: center;
}

.content {
  scroll-snap-align: start;
  text-align: left;
  background: #13141d;
}
.content__container {
  padding-bottom: 3rem;
}
.content a {
  color: #dda645;
}
.content a:hover, .content a:active, .content a:focus {
  text-decoration: underline;
}

.tournament {
  padding-top: 0;
  padding-bottom: 4rem;
  margin: 0;
  background-color: #13141d;
}
.tournament__container {
  margin-top: 0;
  margin-bottom: 0;
}
.tournament__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
}
.tournament__item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tournament__item {
    width: calc(50% - 0.5em);
  }
}
.tournament__link {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 9, 9, 0.75);
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  justify-content: center;
  align-items: center;
}
.tournament__link:hover {
  opacity: 1;
}
.tournament__label {
  display: inline-block;
  background-color: #dda645;
  padding: 0.5em 0.75em;
  font-weight: bold;
  color: black;
  border-radius: 0.15em;
}

.news {
  scroll-snap-align: start;
  background: #13141d;
}
.news--front-page {
  padding-top: 0em;
}
.news__list {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
  }
}
.news__item {
  display: flex;
  background: #34353f;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__item {
    margin-bottom: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .news__item {
    flex-basis: calc(33.3333% - 1.3333333333rem);
  }
}
.news__thumbnail {
  background-size: cover;
  background-position: center center;
  flex-basis: 50%;
  flex-shrink: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 992px) {
  .news__thumbnail {
    flex-basis: 40%;
  }
}
.news__content {
  font-size: 0.9em;
  padding: 1em 1em;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news__content {
    font-size: 0.8em;
  }
}
.news__date {
  font-weight: bold;
}
.news__link {
  font-size: 0.8em;
  padding: 0.5em 1em;
}

.twitch {
  scroll-snap-align: start;
  background-color: #13141d;
  display: none;
}
.twitch--is-active {
  display: flex;
}
.twitch__embed {
  padding-top: 56.25%;
  margin-bottom: 3rem;
  position: relative;
  height: 0;
}
.twitch__embed.not-active {
  display: none;
}
.twitch__embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.form a {
  color: #dda645;
}
.form a:hover, .form a:active, .form a:focus {
  text-decoration: underline;
}
.form__container {
  padding-top: 2rem;
}
.form__container input[type=text],
.form__container input[type=email],
.form__container textarea,
.form__container select,
.form__container option {
  width: 100%;
  color: black;
  padding: 1rem;
}
.form__container input[type=submit] {
  padding: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .form__column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4rem;
  }
  .form__column:first-of-type {
    margin-bottom: 2rem;
  }
  .form__column:last-of-type {
    align-items: flex-end;
  }
}
.form__field {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .form__field {
    width: calc(50% - 2rem);
  }
}
.form .form__input {
  margin-top: -1rem;
}

.sponsor {
  background-color: rgba(255, 255, 255, 0.8705882353);
}
.sponsor__container {
  text-align: center;
}
.sponsor__title {
  display: block;
  text-align: center;
  color: #34353f;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.sponsor__list {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.sponsor__logo {
  max-width: 16rem;
  max-height: 16rem;
}

.footer {
  flex-direction: column;
  scroll-snap-align: start;
}
.footer__container {
  padding: 1rem 0;
  max-width: 96rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer__item {
  display: flex;
  align-items: center;
  transition: 0.25s color ease-in-out;
  margin: 2rem;
}
.footer__item:hover {
  color: #dda645;
}
.footer__label {
  padding-left: 0.75rem;
  font-weight: bold;
}
.footer__icon {
  font-size: 3rem;
}

.footnote {
  display: block;
  text-align: center;
  background-color: #13141d;
}
.footnote a {
  transition: color 0.35s ease-in;
}
.footnote a:hover,
.footnote a:active,
.footnote a:focus {
  color: #dda645;
}

/*# sourceMappingURL=main.css.map */
